
/* Minification Error 
(12559,5): run-time error CSS1035: Expected colon, found '}'
 Minification Error */
/*!
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

.slide-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-down.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.slide-in-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-left.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.slide-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-up.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.slide-in-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-right.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.slide-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-down.mui-leave.mui-leave-active {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

.slide-out-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-right.mui-leave.mui-leave-active {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

.slide-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-up.mui-leave.mui-leave-active {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

.slide-out-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-left.mui-leave.mui-leave-active {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.fade-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .fade-in.mui-enter.mui-enter-active {
        opacity: 1;
    }

.fade-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .fade-out.mui-leave.mui-leave-active {
        opacity: 0;
    }

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-top.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-right.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-bottom.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-left.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-middle-x.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-middle-y.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-top.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-right.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-bottom.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0;
    }

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-left.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-middle-x.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-middle-y.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

.scale-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .scale-in-up.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.scale-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .scale-in-down.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.scale-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .scale-out-up.mui-leave.mui-leave-active {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

.scale-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .scale-out-down.mui-leave.mui-leave-active {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
    }

.spin-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .spin-in.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

.spin-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .spin-out.mui-leave.mui-leave-active {
        -webkit-transform: rotate(.75turn);
        -ms-transform: rotate(.75turn);
        transform: rotate(.75turn);
        opacity: 0;
    }

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .spin-in-ccw.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .spin-out-ccw.mui-leave.mui-leave-active {
        -webkit-transform: rotate(-.75turn);
        -ms-transform: rotate(-.75turn);
        transform: rotate(-.75turn);
        opacity: 0;
    }

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important;
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important;
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important;
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important;
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important;
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
}

.long-delay {
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7;
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
}

#nav > ul,
#nav .dropdown,
.footer-nav,
.social-networks ul,
.inline-list,
.radio-list,
.list,
.button-list,
.button-list .has-drop .dropdown-pane ul,
.songs-filter-form .triggers,
.songs-filter-form .triggers .dropdown-pane ul,
.view-contact-info .contact-info,
.result-list .opener table tr td ul,
.result-list .opener-no-link table tr td ul,
.result-list > ul,
.details-content-block-01 ul,
.buttons-block ul,
.details-content-block-03 .items-list {
    margin: 0;
    padding: 0;
    list-style: none;
}


.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
    margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
    display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
    margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
    display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

    /**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

    a:active,
    a:hover {
        outline-width: 0;
    }

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
    font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
    font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
    font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
    background-color: #ff0;
    color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

small {
    font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
    display: inline-block;
}

    /**
     * Add the correct display in iOS 4-7.
     */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
    border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
    overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /**
       * Remove the inner border and padding in Firefox.
       */ /**
       * Restore the focus styles unset by the previous rule.
       */
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
     * Show the overflow in Edge.
     */

input {
    overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */ /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
    box-sizing: border-box; /* 1 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    color: inherit; /* 2 */
    white-space: normal; /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
    overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
    display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
    display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
    display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
    display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
    display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
    display: none;
}

.foundation-mq {
    font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #4a4a4a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
}

[data-whatinput="mouse"] button {
    outline: 0;
}

pre {
    overflow: auto;
}

.user-guide-anchor {
    position: relative;
    bottom: 100px;
    visibility: hidden;
    display: block;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 72.8125rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .row .row {
        margin-right: -.8125rem;
        margin-left: -.8125rem;
    }

        .row .row.collapse {
            margin-right: 0;
            margin-left: 0;
        }

    .row.expanded {
        max-width: none;
    }

        .row.expanded .row {
            margin-right: auto;
            margin-left: auto;
        }

    .row:not(.expanded) .row {
        max-width: none;
    }

    .row.collapse > .column,
    .row.collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

        .row.is-collapse-child,
        .row.collapse > .column > .row,
        .row.collapse > .columns > .row {
            margin-right: 0;
            margin-left: 0;
        }

.column,
.columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-right: .8125rem;
    padding-left: .8125rem;
    min-width: initial;
}

    .column.row.row,
    .row.row.columns {
        float: none;
        display: block;
    }

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.small-offset-0 {
    margin-left: 0;
}

.small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.small-offset-1 {
    margin-left: 8.3333333333%;
}

.small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-offset-2 {
    margin-left: 16.6666666667%;
}

.small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.small-offset-4 {
    margin-left: 33.3333333333%;
}

.small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-offset-5 {
    margin-left: 41.6666666667%;
}

.small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.small-offset-7 {
    margin-left: 58.3333333333%;
}

.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.small-offset-8 {
    margin-left: 66.6666666667%;
}

.small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.small-offset-10 {
    margin-left: 83.3333333333%;
}

.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-offset-11 {
    margin-left: 91.6666666667%;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-1 > .column,
    .small-up-1 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-2 > .column,
    .small-up-2 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-3 > .column,
    .small-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-4 > .column,
    .small-up-4 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-5 > .column,
    .small-up-5 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-6 > .column,
    .small-up-6 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-7 > .column,
    .small-up-7 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .small-up-8 > .column,
    .small-up-8 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

.small-collapse > .column,
.small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-right: .8125rem;
    padding-left: .8125rem;
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.column-block {
    margin-bottom: 1.625rem;
}

    .column-block > :last-child {
        margin-bottom: 0;
    }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        line-height: 0;
        color: #bcc3d0;
    }

h1 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h5 {
    font-size: .875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h6 {
    font-size: .75rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

a {
    line-height: inherit;
    color: #2f3b55;
    text-decoration: none;
    cursor: pointer;
}

    a:hover,
    a:focus {
        color: #283349;
    }

    a img {
        border: 0;
    }

hr {
    clear: both;
    max-width: 72.8125rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #bcc3d0;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

dl {
    margin-bottom: 1rem;
}

    dl dt {
        margin-bottom: .3rem;
        font-weight: bold;
    }

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #bcc3d0;
}

    blockquote,
    blockquote p {
        line-height: 1.6;
        color: #4a4a4a;
    }

cite {
    display: block;
    font-size: .8125rem;
    color: #4a4a4a;
}

    cite:before {
        content: "— ";
    }

abbr {
    border-bottom: 1px dotted #000;
    color: #4a4a4a;
    cursor: help;
}

figure {
    margin: 0;
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #bcc3d0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #000;
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #000;
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #4a4a4a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.show-for-print {
    display: none !important;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #2f3b55;
    color: #fff;
}

[data-whatinput="mouse"] .button {
    outline: 0;
}

.button:hover,
.button:focus {
    background-color: #283248;
    color: #fff;
}

.button.tiny {
    font-size: .6rem;
}

.button.small {
    font-size: .75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button.primary {
    background-color: #2f3b55;
    color: #fff;
}

    .button.primary:hover,
    .button.primary:focus {
        background-color: #262f44;
        color: #fff;
    }

.button.secondary {
    background-color: #106aa9;
    color: #fff;
}

    .button.secondary:hover,
    .button.secondary:focus {
        background-color: #0d5587;
        color: #fff;
    }

.button.success {
    background-color: #94C56F;
    color: #fff;
}

    .button.success:hover,
    .button.success:focus {
        background-color: #45ac49;
        color: #fff;
    }

.button.warning {
    background-color: #FFDD00;
    color: #fff;
}

    .button.warning:hover,
    .button.warning:focus {
        background-color: #f2a930;
        color: #fff;
    }

.button.alert {
    background-color: #e64c4c;
    color: #fff;
}

    .button.alert:hover,
    .button.alert:focus {
        background-color: #d71e1e;
        color: #fff;
    }

.button.hollow {
    border: 1px solid #2f3b55;
    color: #2f3b55;
}

    .button.hollow,
    .button.hollow:hover,
    .button.hollow:focus {
        background-color: transparent;
    }

        .button.hollow:hover,
        .button.hollow:focus {
            border-color: #181e2b;
            color: #181e2b;
        }

        .button.hollow.primary {
            border: 1px solid #2f3b55;
            color: #2f3b55;
        }

            .button.hollow.primary:hover,
            .button.hollow.primary:focus {
                border-color: #181e2b;
                color: #181e2b;
            }

        .button.hollow.secondary {
            border: 1px solid #106aa9;
            color: #106aa9;
        }

            .button.hollow.secondary:hover,
            .button.hollow.secondary:focus {
                border-color: #083555;
                color: #083555;
            }

        .button.hollow.success {
            border: 1px solid #94C56F;
            color: #94C56F;
        }

            .button.hollow.success:hover,
            .button.hollow.success:focus {
                border-color: #2b6b2d;
                color: #2b6b2d;
            }

        .button.hollow.warning {
            border: 1px solid #FFDD00;
            color: #FFDD00;
        }

            .button.hollow.warning:hover,
            .button.hollow.warning:focus {
                border-color: #aa6e0b;
                color: #aa6e0b;
            }

        .button.hollow.alert {
            border: 1px solid #e64c4c;
            color: #e64c4c;
        }

            .button.hollow.alert:hover,
            .button.hollow.alert:focus {
                border-color: #861313;
                color: #861313;
            }

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed;
}

    .button.disabled,
    .button.disabled:hover,
    .button.disabled:focus,
    .button[disabled],
    .button[disabled]:hover,
    .button[disabled]:focus {
        background-color: #2f3b55;
        color: #fff;
    }

        .button.disabled.primary,
        .button[disabled].primary {
            opacity: .25;
            cursor: not-allowed;
        }

            .button.disabled.primary,
            .button.disabled.primary:hover,
            .button.disabled.primary:focus,
            .button[disabled].primary,
            .button[disabled].primary:hover,
            .button[disabled].primary:focus {
                background-color: #2f3b55;
                color: #fff;
            }

        .button.disabled.secondary,
        .button[disabled].secondary {
            opacity: .25;
            cursor: not-allowed;
        }

            .button.disabled.secondary,
            .button.disabled.secondary:hover,
            .button.disabled.secondary:focus,
            .button[disabled].secondary,
            .button[disabled].secondary:hover,
            .button[disabled].secondary:focus {
                background-color: #106aa9;
                color: #fff;
            }

        .button.disabled.success,
        .button[disabled].success {
            opacity: .25;
            cursor: not-allowed;
        }

            .button.disabled.success,
            .button.disabled.success:hover,
            .button.disabled.success:focus,
            .button[disabled].success,
            .button[disabled].success:hover,
            .button[disabled].success:focus {
                background-color: #94C56F;
                color: #fff;
            }

        .button.disabled.warning,
        .button[disabled].warning {
            opacity: .25;
            cursor: not-allowed;
        }

            .button.disabled.warning,
            .button.disabled.warning:hover,
            .button.disabled.warning:focus,
            .button[disabled].warning,
            .button[disabled].warning:hover,
            .button[disabled].warning:focus {
                background-color: #FFDD00;
                color: #fff;
            }

        .button.disabled.alert,
        .button[disabled].alert {
            opacity: .25;
            cursor: not-allowed;
        }

            .button.disabled.alert,
            .button.disabled.alert:hover,
            .button.disabled.alert:focus,
            .button[disabled].alert,
            .button[disabled].alert:hover,
            .button[disabled].alert:focus {
                background-color: #e64c4c;
                color: #fff;
            }

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}

.button.dropdown.hollow::after {
    border-top-color: #2f3b55;
}

.button.dropdown.hollow.primary::after {
    border-top-color: #2f3b55;
}

.button.dropdown.hollow.secondary::after {
    border-top-color: #106aa9;
}

.button.dropdown.hollow.success::after {
    border-top-color: #94C56F;
}

.button.dropdown.hollow.warning::after {
    border-top-color: #FFDD00;
}

.button.dropdown.hollow.alert::after {
    border-top-color: #e64c4c;
}

.button.arrow-only::after {
    top: -.1em;
    float: none;
    margin-left: 0;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 2px solid #bcc3d0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #5d5d5d;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type="text"]:focus,
    [type="password"]:focus,
    [type="date"]:focus,
    [type="datetime"]:focus,
    [type="datetime-local"]:focus,
    [type="month"]:focus,
    [type="week"]:focus,
    [type="email"]:focus,
    [type="number"]:focus,
    [type="search"]:focus,
    [type="tel"]:focus,
    [type="time"]:focus,
    [type="url"]:focus,
    [type="color"]:focus,
    textarea:focus {
        outline: none;
        border: 2px solid #bcc3d0;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(188, 195, 208, 0);
        -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
        transition: box-shadow .5s, border-color .25s ease-in-out;
    }

textarea {
    max-width: 100%;
}

    textarea[rows] {
        height: auto;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #aeaeae;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #aeaeae;
    }

    input::placeholder,
    textarea::placeholder {
        color: #aeaeae;
    }

    input:disabled,
    input[readonly],
    textarea:disabled,
    textarea[readonly] {
        background-color: #e6e6e6;
        cursor: not-allowed;
    }

[type="submit"],
[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type="search"] {
    box-sizing: border-box;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
    margin: 0 0 1rem;
}

    [type="checkbox"] + label,
    [type="radio"] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .5rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }

        [type="checkbox"] + label[for],
        [type="radio"] + label[for] {
            cursor: pointer;
        }

label > [type="checkbox"],
label > [type="radio"] {
    margin-right: .5rem;
}

[type="file"] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #000;
}

    label.middle {
        margin: 0 0 1rem;
        padding: .625rem 0;
    }

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #000;
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .input-group > :first-child {
        border-radius: 0 0 0 0;
    }

    .input-group > :last-child > * {
        border-radius: 0 0 0 0;
    }

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #bcc3d0;
    background: #e6e6e6;
    color: #000;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .input-group-label:first-child {
        border-right: 0;
    }

    .input-group-label:last-child {
        border-left: 0;
    }

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    height: auto;
    min-width: 0;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    .input-group-button a,
    .input-group-button input,
    .input-group-button button,
    .input-group-button label {
        height: 2.5rem;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem;
    }

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    max-width: 100%;
    margin-bottom: .5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #bcc3d0;
}

    .fieldset legend {
        margin: 0;
        margin-left: -.1875rem;
        padding: 0 .1875rem;
        background: #fff;
    }

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #bcc3d0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #5d5d5d;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2874, 74, 74%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
}

    select:focus {
        outline: none;
        border: 2px solid #bcc3d0;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(188, 195, 208, 0);
        -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
        transition: box-shadow .5s, border-color .25s ease-in-out;
    }

    select:disabled {
        background-color: #e6e6e6;
        cursor: not-allowed;
    }

    select::-ms-expand {
        display: none;
    }

    select[multiple] {
        height: auto;
        background-image: none;
    }

.is-invalid-input:not(:focus) {
    border-color: #e64c4c;
    background-color: #fdeded;
}

    .is-invalid-input:not(:focus)::-webkit-input-placeholder {
        color: #e64c4c;
    }

    .is-invalid-input:not(:focus):-ms-input-placeholder {
        color: #e64c4c;
    }

    .is-invalid-input:not(:focus)::placeholder {
        color: #e64c4c;
    }

.is-invalid-label {
    color: #e64c4c;
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: bold;
    color: #e64c4c;
}

    .form-error.is-visible {
        display: block;
    }

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: block;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #bcc3d0;
    border-radius: 0;
    background-color: #fff;
    font-size: 1rem;
}

    .dropdown-pane.is-open {
        visibility: visible;
    }

    .dropdown-pane.tiny {
        width: 100px;
    }

    .dropdown-pane.small {
        width: 200px;
    }

    .dropdown-pane.large {
        width: 400px;
    }

.pagination {
    margin-left: 0;
    margin-bottom: 0;
}

    .pagination::before,
    .pagination::after {
        display: table;
        content: " ";
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .pagination::after {
        clear: both;
    }

    .pagination li {
        margin-right: .3125rem;
        border-radius: 20px;
        font-size: .75rem;
        display: none;
    }

        .pagination li:last-child,
        .pagination li:first-child {
            display: inline-block;
        }

    .pagination a,
    .pagination button {
        display: block;
        padding: .1875rem .3125rem;
        border-radius: 0;
        color: #fff;
    }

        .pagination a:hover,
        .pagination button:hover {
            background: #232934;
        }

    .pagination .current {
        padding: .1875rem .3125rem;
        background: #424d62;
        color: #fff;
        cursor: default;
    }

    .pagination .disabled {
        padding: .1875rem .3125rem;
        color: #bcc3d0;
        cursor: not-allowed;
    }

        .pagination .disabled:hover {
            background: transparent;
        }

    .pagination .ellipsis::after {
        padding: .1875rem .3125rem;
        content: "\2026";
        color: #6a6a6a;
    }

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: .5rem;
    content: "\00ab";
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: .5rem;
    content: "\00bb";
}

body.is-reveal-open {
    overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(0, 0, 0, .45);
    overflow-y: scroll;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #bcc3d0;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
    outline: 0;
}

.reveal .column,
.reveal .columns {
    min-width: 0;
}

.reveal > :last-child {
    margin-bottom: 0;
}

.reveal.collapse {
    padding: 0;
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

.reveal.without-overlay {
    position: fixed;
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #4a4a4a;
    font-weight: bold;
    cursor: help;
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #000;
    font-size: 80%;
    color: #fff;
}

    .tooltip::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: "";
        border-top-width: 0;
        border-bottom-style: solid;
        border-color: transparent transparent #000;
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .tooltip.top::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #000 transparent transparent;
        top: 100%;
        bottom: auto;
    }

    .tooltip.left::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #000;
        top: 50%;
        bottom: auto;
        left: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tooltip.right::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #000 transparent transparent;
        top: 50%;
        right: 100%;
        bottom: auto;
        left: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

    .show-on-focus:active,
    .show-on-focus:focus {
        position: static !important;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
    }

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-down.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.slide-in-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-left.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.slide-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-up.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.slide-in-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-right.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.slide-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-down.mui-leave.mui-leave-active {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

.slide-out-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-right.mui-leave.mui-leave-active {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

.slide-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-up.mui-leave.mui-leave-active {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

.slide-out-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-left.mui-leave.mui-leave-active {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.fade-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .fade-in.mui-enter.mui-enter-active {
        opacity: 1;
    }

.fade-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .fade-out.mui-leave.mui-leave-active {
        opacity: 0;
    }

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-top.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-right.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-bottom.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-left.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-middle-x.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-middle-y.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-top.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-right.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-bottom.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0;
    }

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-left.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-middle-x.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-middle-y.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

.scale-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .scale-in-up.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.scale-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .scale-in-down.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.scale-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .scale-out-up.mui-leave.mui-leave-active {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

.scale-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .scale-out-down.mui-leave.mui-leave-active {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
    }

.spin-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .spin-in.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

.spin-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .spin-out.mui-leave.mui-leave-active {
        -webkit-transform: rotate(.75turn);
        -ms-transform: rotate(.75turn);
        transform: rotate(.75turn);
        opacity: 0;
    }

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .spin-in-ccw.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .spin-out-ccw.mui-leave.mui-leave-active {
        -webkit-transform: rotate(-.75turn);
        -ms-transform: rotate(-.75turn);
        transform: rotate(-.75turn);
        opacity: 0;
    }

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important;
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important;
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important;
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important;
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important;
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
}

.long-delay {
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7;
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
}

@font-face {
    font-family: "icomoon";
    src: url("/fonts/icomoon.eot?4bx5jv");
    src: url("/fonts/icomoon.eot?4bx5jv#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?4bx5jv") format("truetype"), url("/fonts/icomoon.woff?4bx5jv") format("woff"), url("/fonts/icomoon.svg?4bx5jv#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-outline:before {
    content: "\e918";
}

.icon-time:before {
    content: "\e900";
}

.icon-half-moon:before {
    content: "\e901";
}

.icon-plus:before {
    content: "\e902";
}

.icon-check:before {
    content: "\e903";
}

.icon-spotify:before {
    content: "\e904";
}

.icon-circle:before {
    content: "\e905";
}

.icon-cancel01:before {
    content: "\e906";
}

.icon-star:before {
    content: "\e907";
}

.icon-feed:before {
    content: "\e908";
}

.icon-youtube-square:before {
    content: "\e909";
}

.icon-instagram:before {
    content: "\e90a";
}

.icon-twitter:before {
    content: "\e90b";
}

.icon-facebook:before {
    content: "\e90c";
}

.icon-angle-right:before {
    content: "\e90d";
}

.icon-angle-left:before {
    content: "\e90e";
}

.icon-checkmark-outline:before {
    content: "\e90f";
}

.icon-cancel:before {
    content: "\e910";
}

.icon-question2:before {
    content: "\e911";
}

.icon-signs:before {
    content: "\e912";
}

.icon-search:before {
    content: "\e913";
}

.icon-caret-down:before {
    content: "\e914";
}

.icon-angle-left01:before {
    content: "\e915";
}

.icon-angle-right01:before {
    content: "\e916";
}

.icon-arrow-outline-right:before {
    content: "\e917";
}

/* custom radio styles */

.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 2px solid #a6adbb;
    border-radius: 50%;
    margin: 0 3px 0 0;
    height: 22px;
    width: 22px;
}

    .jcf-radio span {
        display: none;
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        background: #47494e;
        border-radius: 20px;
    }

    .jcf-radio input[type="radio"] {
        position: absolute;
        height: 100%;
        width: 100%;
        border: 0;
        margin: 0;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

    .jcf-radio.jcf-checked span {
        display: block;
    }

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 2px solid #bcc3d0;
    background: #f6f8fb;
    min-width: 130px;
    height: 45px;
    width: 100%;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        line-height: 26px;
        margin: 7px 35px 0 13px;
        color: #595959;
        font-size: 14px;
        font-weight: 500;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        width: 26px;
        bottom: 0;
        right: 0;
        top: 0;
    }

        .jcf-select .jcf-select-opener:after {
            font-family: "icomoon";
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
            content: "\e90e";
            font-size: 25px;
            font-weight: normal;
        }

body > .jcf-select-drop {
    position: absolute;
    margin: -2px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -2px;
    right: -2px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 2px solid #bcc3d0;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
            border-bottom: 2px solid #bcc3d0;
        }

            .jcf-list ul li:last-child {
                border: none;
            }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 4px 12px;
        height: 1%;
        color: #464a52;
        font-size: 14px;
        font-weight: 500;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #bcc3d0;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.jcf-select-drop-content .jcf-option-disabled {
    pointer-events: none;
    color: #bcc3d0;
}

.jcf-drop-active .jcf-select-opener:after {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #686868 transparent;
}

.dark-theme .jcf-select .jcf-select-opener:after {
    border-color: #fff transparent transparent transparent;
}

.dark-theme .jcf-drop-active .jcf-select-opener:after {
    border-color: transparent transparent #fff transparent;
}

.dark-theme .jcf-select-drop .jcf-select-drop-content .jcf-option-disabled {
    color: #bcc3d0;
}

.dark-theme .jcf-list {
    background: #5f6173;
}

    .dark-theme .jcf-list .jcf-option {
        color: #fff;
    }

    .dark-theme .jcf-list .jcf-hover {
        background: #bcc3d0;
    }

.dark-theme .jcf-select-text {
    color: #fff;
}

#header {
    background: -webkit-linear-gradient(top, #2f2e34, #131313);
    background: linear-gradient(to bottom, #2f2e34, #131313);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

    #header .row {
        position: relative;
        z-index: 10;
    }

.logo {
    float: left;
    width: 4.25rem;
}

    .logo img {
        width: 100%;
        height: auto;
    }

.nav-opener {
    position: absolute;
    right: .625rem;
    top: .5625rem;
    width: 2.6875rem;
    height: 2.1875rem;
    background: #000;
    border: none;
    border-radius: .25rem;
    outline: none;
    padding: .1875rem .4375rem .1875rem;
    display: none;
}

    .nav-opener span {
        display: block;
        position: absolute;
        width: 1.8125rem;
        height: .125rem;
        border-radius: .0625rem;
        background-color: #fff;
        top: 1.0625rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

        .nav-opener span:after,
        .nav-opener span:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            width: 1.8125rem;
            height: .125rem;
            margin: 0 auto;
            border-radius: .0625rem;
            background-color: #fff;
            top: -.4375rem;
        }

        .nav-opener span:after {
            top: auto;
            bottom: -.4375rem;
        }

.nav-active .nav-opener {
    background: #ef1d1d;
}

#nav {
    float: left;
    width: calc(100% - 68px);
    font-size: .875rem;
    padding-left: 2.5625rem;
}

    #nav > ul {
        float: left;
        margin-left: -25px;
        margin-right: -25px;
        font-size: 14px;
    }

        #nav > ul > li {
            float: left;
        }

            #nav > ul > li.hover > a {
                color: #e82930;
            }

            #nav > ul > li.hover .dropdown {
                z-index: 2;
            }

            #nav > ul > li .mobile-drop-opener {
                width: 35px;
                height: 35px;
                background: #222;
                position: absolute;
                right: 10px;
                top: -10px;
                z-index: 1;
                display: block;
                -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition: transform .5s;
                transition: transform .5s, -webkit-transform .5s;
                display: none;
            }

                #nav > ul > li .mobile-drop-opener:after {
                    content: "";
                    position: absolute;
                    height: 0;
                    width: 0;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    border-top: 6px solid #fff;
                    top: 15px;
                    right: 12px;
                }

            #nav > ul > li > span {
                display: block;
                padding-right: 25px;
                padding-left: 25px;
            }

                #nav > ul > li > span a {
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: 600;
                    -webkit-transition: color .2s linear;
                    transition: color .2s linear;
                    letter-spacing: 1px;
                    display: block;
                    padding-top: 23px;
                    padding-bottom: 23px;
                    text-shadow: 0 1px 1px black;
                }

                    #nav > ul > li > span a:hover {
                        color: #e82930;
                    }

    #nav .dropdown {
        left: 0;
        right: 0;
        top: 68px;
        padding: 19px 0 22px 0;
        text-align: center;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 600;
        letter-spacing: -6px;
        z-index: 1;
        background-color: #e4e4e4;
    }

        #nav .dropdown:after {
            content: "";
            position: absolute;
            top: 0;
            left: -99999px;
            right: -99999px;
            bottom: 0;
            background-color: #e4e4e4;
            border-bottom: 1px solid #ccccd1;
            z-index: -1;
        }

        #nav .dropdown > li {
            display: inline-block;
            vertical-align: top;
            letter-spacing: 0;
        }

            #nav .dropdown > li + li:before {
                content: "";
                display: inline-block;
                vertical-align: top;
                width: 1px;
                height: 11px;
                background-color: #fff;
                margin: 5px 8px 0;
            }

            #nav .dropdown > li > a {
                -webkit-transition: all .2s;
                transition: all .2s;
                color: #303033;
                padding: 0 11px;
                letter-spacing: 1px;
                text-transform: uppercase;
                display: inline-block;
                vertical-align: top;
            }

                #nav .dropdown > li > a:hover {
                    color: #e82930;
                }

#footer {
    background: #3e3e3e;
    border-top: 2px solid #bababa;
    padding: 21px 0;
    font-size: .75rem;
    color: #fff;
}

    #footer .block {
        padding-left: 15px;
    }

    #footer .title {
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: 1px solid #111;
        box-shadow: 0 1px 0 #606060;
        display: block;
        padding: 10px 0 9px;
        margin-bottom: 13px;
        font-weight: 400;
        letter-spacing: 1px;
    }

        #footer .title a {
            color: #fff;
        }

            #footer .title a:hover {
                color: #ef1d1d;
                text-decoration: underline;
            }

    #footer .text-hold {
        padding: 11px 0 5px;
    }

        #footer .text-hold p {
            line-height: 1.7;
            margin-bottom: 5px;
        }

    #footer .footer-b {
        text-align: center;
        font-size: .625rem;
        line-height: 1.42857143;
    }

        #footer .footer-b a {
            color: #fff;
        }

            #footer .footer-b a:hover {
                color: #ef1d1d;
                text-decoration: underline;
            }

.footer-t {
    padding-bottom: 4px;
}

.footer-nav {
    line-height: 1.667;
}

    .footer-nav a {
        color: #fff;
    }

        .footer-nav a:hover {
            color: #ef1d1d;
            text-decoration: underline;
        }

.social-networks strong {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.social-networks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-networks li {
    padding: 0 16px 15px 0;
    font-size: 20px;
}

.social-networks a {
    color: #fff;
}

    .social-networks a:hover {
        color: #ef1d1d;
    }

hr {
    border-bottom: 1px solid #111;
    /*box-shadow: 0 1px 0 #606060;*/
    margin: 20px 0;
}

.inline-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #606060;
    padding: 0 0 21px;
    margin-bottom: 1px;
}

    .inline-list li {
        padding: 0 10px;
        position: relative;
    }

        .inline-list li + li:before {
            width: 2px;
            height: 2px;
            background: #fff;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
        }

    .inline-list a {
        color: #fff;
    }

        .inline-list a:hover {
            color: #ef1d1d;
            text-decoration: underline;
        }

button,
input,
optgroup,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.filter-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .9375rem;
}

    .filter-group input[type="text"],
    .filter-group select {
        margin: 0;
        height: 2.8125rem;
        font-size: .875rem;
        font-weight: 500;
    }

    .filter-group .select-hold {
        max-width: 178px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 178px;
        flex: 0 0 178px;
        margin-right: -.125rem;
    }

    .filter-group .input-hold {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
    }

.radio-list label {
    display: inline-block;
    vertical-align: top;
}

.radio-list .tooltip-popup.disabled {
    pointer-events: auto !important;
    opacity: 1;
}

    .radio-list .tooltip-popup.disabled .slide {
        opacity: 1 !important;
    }

    .radio-list .tooltip-popup.disabled .jcf-radio,
    .radio-list .tooltip-popup.disabled .txt {
        opacity: .25;
    }

.radio-list .slide {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.4167;
    background: #263148;
    padding: .625rem;
    border-radius: .125rem;
    color: #fff;
    z-index: 2;
    min-width: 185px;
    margin-left: 10px;
    opacity: 0;
}

    .radio-list .slide:before {
        position: absolute;
        left: -6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 7px 7.5px 0;
        border-color: transparent #263148 transparent transparent;
    }

.radio-list li {
    margin-bottom: .625rem;
    position: relative;
}

    .radio-list li:last-child {
        margin-bottom: 0;
    }

.radio-list label {
    position: relative;
    padding-left: 1.8125rem;
    color: #595959;
    font-size: .875rem;
    font-weight: 500;
}

.radio-list .jcf-radio {
    position: absolute;
    left: 0;
    top: .0625rem;
}

.radio-list .jcf-disabled + .slide {
    display: block !important;
}

.search-form {
    padding: 2.1875rem 0 5.3125rem;
    background: #e7e9ed;
}

    .search-form input[type="text"] {
        margin: 0;
        height: 3.4375rem;
        padding: .3125rem 1.0625rem;
        font-size: 1rem;
    }

    .search-form .container {
        max-width: 35.9375rem;
        margin: 0 auto;
    }

    .search-form h1 {
        text-align: center;
        color: #343639;
        font-size: 2.25rem;
        font-weight: 700;
        margin-bottom: 3.875rem;
        text-transform: capitalize;
    }

    .search-form .jcf-select-opener {
        width: 2.8125rem;
    }

    .search-form label {
        color: #4d4d4d;
    }

        .search-form label mark {
            display: block;
            background: none;
            color: #6e6e6e;
            font-size: 1rem;
            line-height: 1.25rem;
            font-weight: 400;
            padding-top: .375rem;
        }

    .search-form .jcf-select {
        height: 3.4375rem;
        background: #f6f8fb;
        color: #464a52;
        font-weight: 700;
    }

    .search-form .jcf-select-text {
        font-size: 1rem;
        margin: .75rem 2.8125rem 0 .75rem;
    }

    .search-form .filter-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.5625rem;
        padding: 0 .75rem;
    }

        .search-form .filter-group .select-hold {
            max-width: 203px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 203px;
            flex: 0 0 203px;
        }

    .search-form .radio-hold {
        font-size: .8125rem;
        max-width: 155px;
        margin: 0 auto;
        padding-top: .5rem;
        position: relative;
    }

        .search-form .radio-hold .title {
            display: block;
            color: #7a808d;
            font-size: .6875rem;
            font-weight: 500;
            text-transform: uppercase;
        }

    .search-form .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 155px;
        margin-bottom: .5625rem;
    }

        .search-form .head .title {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0;
            flex: 1 1 0;
            padding-right: 5px;
        }

        .search-form .head .tooltip-hold {
            display: block;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: 100%;
        }

    .search-form .radio-list li {
        margin-bottom: .3125rem;
    }

    .search-form .songview-logo {
        width: 292px;
        margin: 0 auto .9375rem;
    }

        .search-form .songview-logo img {
            display: block;
            width: 100%;
            height: auto;
        }

    .search-form .text-wrap {
        text-align: center;
        font-size: 1.125rem;
        line-height: 1.22;
        padding-bottom: 2rem;
    }

        .search-form .text-wrap > *:last-child {
            margin-bottom: 0;
        }

.form-footer {
    text-align: center;
    padding-top: 2.1875rem;
}

    .form-footer button {
        font-size: .875rem;
        font-weight: 500;
        height: 3.4375rem;
        padding: .3125rem 1.25rem;
        border-radius: .125rem;
        min-width: 9.6875rem;
    }

    .form-footer .link-hold {
        padding-top: 1.6875rem;
        font-weight: 500;
    }

        .form-footer .link-hold a {
            color: #4f6eac;
            font-size: .875rem;
            text-transform: capitalize;
        }

            .form-footer .link-hold a:hover {
                color: #3f5889;
            }

.notification {
    background: #2f3b55;
    font-size: .75rem;
    color: #fff;
    padding: 1.1875rem 0;
   /* text-align: center;*/
}

    .notification.style-01 {
        background: #3b3e51;
        font-weight: 500;
        padding: .5rem 0 .375rem;
    }

        .notification.style-01.closed {
            display: none !important;
        }

    .notification p {
        margin-bottom: 0;
        font-size: .75rem;
    }

    .notification a {
        color: #a6b6db;
    }

        .notification a:hover {
            color: #8298cc;
        }

    .notification .holder {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;*/
        text-align:center;
    }

    .notification .notification-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        padding-top: 1px;
    }

    .notification .notification-close {
        font-size: 1.4375rem;
        line-height: 1;
        margin-left: .5625rem;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        color: #7f8ca9;
        cursor: pointer;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        position: relative;
    }

        .notification .notification-close:hover {
            color: #627193;
        }

        .notification .notification-close span {
            display: block;
        }

.button {
    margin: 0;
    font-size: .875rem;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 2px;
    padding: 1.25rem 1.5625rem;
    min-width: 9.6875rem;
}

    .button.button-bordered {
        border-width: .125rem;
        border-radius: 1.875rem;
        background: none;
        color: #505050;
        font-size: .875rem;
        line-height: 1rem;
        max-width: 8.1875rem;
        min-height: 2.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        padding: .125rem .6875rem;
    }

        .button.button-bordered:after {
            height: 2.375rem;
            display: inline-block;
            vertical-align: middle;
            content: "";
        }

        .button.button-bordered span {
            margin-right: .375rem;
            font-size: 1.25rem;
        }

        .button.button-bordered.success {
            border: 2px solid #94C56F;
        }

            .button.button-bordered.success:hover {
                border-color: #45ac49;
            }

            .button.button-bordered.success span {
                color: #94C56F;
            }

        .button.button-bordered.warning {
            border: 2px solid #FFDD00;
        }

            .button.button-bordered.warning:hover {
                border-color: #f2a930;
            }

            .button.button-bordered.warning span {
                color: #FFDD00;
            }

        .button.button-bordered:hover span {
            color: #fff;
        }

    .button.small-button {
        font-size: 12px;
        min-width: 55px;
        min-height: 31px;
        border-radius: 14px;
        text-align: center;
        padding: 8px 15px;
    }

    .button.secondary:hover,
    .button.secondary.hover {
        background: #4d98cd;
    }

    .button.button-lt-blue {
        background: #4d98cd;
    }

        .button.button-lt-blue:hover,
        .button.button-lt-blue:focus {
            background: #2d71a0;
        }

.article-block {
    color: #6e6e6e;
    line-height: 1.5714;
    padding: 5.1875rem 0 6.625rem;
}

    .article-block .text-hold {
        max-width: 31rem;
        margin-left: auto;
    }

    .article-block .heading {
        margin-bottom: .875rem;
    }

    .article-block h1 {
        color: #4d4d4d;
        font-size: 2.25rem;
        font-weight: 700;
        margin-bottom: .125rem;
        line-height: 1.2;
    }

    .article-block p {
        margin-bottom: 1.625rem;
    }

    .article-block .sub-heading {
        font-size: 1.3125rem;
        font-weight: 400;
        line-height: 1.25rem;
    }

    .article-block .thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #808080;
        line-height: 1.3571;
    }

        .article-block .thumb .img-hold {
            max-width: 286px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 286px;
            flex: 0 0 286px;
            margin-right: 1.3125rem;
        }

        .article-block .thumb .des {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-top: .75rem;
        }

p {
    line-height: inherit;
}

.list {
    color: #808080;
    line-height: 1.3571;
}

    .list li {
        margin-bottom: 1.1875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .list .button-status {
        max-width: 131px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 131px;
        flex: 0 0 131px;
        margin-right: 1rem;
        min-width: 8.125rem;
    }

    .list p {
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.three-blocks {
    background: #000;
    color: #fff;
    padding: 12.25rem 0 11.25rem;
    line-height: 1.7;
    background: url(images/img02.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

    .three-blocks > .row {
        position: relative;
        z-index: 1;
    }

        .three-blocks > .row:before {
            background-color: rgba(0, 0, 0, .64);
            position: absolute;
            left: 0;
            top: -90px;
            bottom: -80px;
            width: 100%;
            content: "";
            z-index: -1;
        }

    .three-blocks .heading {
        margin-bottom: 1.125rem;
    }

    .three-blocks h1 {
        font-size: 2.625rem;
        text-transform: capitalize;
        font-weight: 700;
        margin: 0;
    }

    .three-blocks .sub-heading {
        font-size: 2.1875rem;
        line-height: 1.1;
    }

    .three-blocks .block {
        max-width: 17.375rem;
        margin: 0 auto;
        border-top: 4px solid red;
        padding-top: 2.125rem;
    }

.features-section {
    padding: 3.6875rem 0 7.3125rem;
    font-size: 16px;
    line-height: 1.42857143;
}

    .features-section h2 {
        width: 100%;
        text-align: center;
        padding: 0 .9375rem;
        font-size: 1.75rem;
        text-transform: capitalize;
        margin-bottom: 1.4375rem;
    }

    .features-section .block {
        padding-top: .9375rem;
        border-top: 3px solid #ef111d;
    }

p a {
    color: #4d68a3;
}

    p a:hover {
        color: #3d5280;
    }

.dark-theme button[type="submit"] {
    background: #a6306d;
}

    .dark-theme button[type="submit"]:hover,
    .dark-theme button[type="submit"]:focus {
        background: #7e2553;
    }

.dark-theme .button-container .button {
    background: #a6306d;
}

    .dark-theme .button-container .button:hover {
        background: #7e2553;
    }

.dark-theme .search-form {
    background: #2e3040;
}

    .dark-theme .search-form h1 {
        color: #fff;
    }

    .dark-theme .search-form label {
        color: #fff;
    }

        .dark-theme .search-form label mark {
            color: #83869d;
        }

    .dark-theme .search-form [type="text"] {
        border-color: #fff;
        color: #5d5d5d;
    }

        .dark-theme .search-form [type="text"]::-webkit-input-placeholder {
            color: #aeaeae;
        }

        .dark-theme .search-form [type="text"]::-moz-placeholder {
            opacity: 1;
            color: #aeaeae;
        }

        .dark-theme .search-form [type="text"]:-moz-placeholder {
            color: #aeaeae;
        }

        .dark-theme .search-form [type="text"]:-ms-input-placeholder {
            color: #aeaeae;
        }

        .dark-theme .search-form [type="text"].placeholder {
            color: #aeaeae;
        }

    .dark-theme .search-form .jcf-select {
        border-color: #5f6173;
        background: #5f6173;
    }

    .dark-theme .search-form .jcf-select-text {
        color: #fff;
    }

    .dark-theme .search-form .link-hold a {
        color: #bbbccb;
    }

        .dark-theme .search-form .link-hold a:hover {
            color: #d8d8e1;
        }

    .dark-theme .search-form .jcf-radio span {
        background: #3e4045;
    }

    .dark-theme .search-form .tooltip-hold .hold {
        background: #131524;
    }

    .dark-theme .search-form .tooltip-hold .slide:before {
        border-color: transparent #131524 transparent transparent;
    }

    .dark-theme .search-form .tooltip-hold .slide a:hover {
        color: #fff;
    }

    .dark-theme .search-form .head .title {
        color: #fff;
    }

    .dark-theme .search-form .radio-list .jcf-disabled {
        cursor: not-allowed;
    }

    .dark-theme .search-form .radio-list label {
        color: #fff;
    }

    .dark-theme .search-form .radio-list .jcf-label-active {
        color: #94C56F;
    }

    .dark-theme .search-form .radio-list .jcf-checked span {
        background: #94C56F;
    }

    .button-status .success .button-bordered span {
        color: #94C56F;
    }

    .dark-theme .search-form .radio-list .slide {
        background: #131524;
    }

        .dark-theme .search-form .radio-list .slide:before {
            border-color: transparent #131524 transparent transparent;
        }

    .dark-theme .search-form .text-wrap {
        color: #fff;
    }

.info-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(46, 48, 64, .9);
    z-index: 991;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
}

    .info-modal.modal-hide {
        display: none !important;
    }

    .info-modal > .hold > .row {
        max-width: 39.375rem;
    }

    .info-modal .btn-hold {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .info-modal .btn-hold .button {
            padding: 15px;
            margin: 10px;
        }

    .info-modal .help-link {
        text-transform: capitalize;
        font-size: 18px;
        color: #106aa9;
        -webkit-transition: color .25s ease-out;
        transition: color .25s ease-out;
    }

        .info-modal .help-link:hover {
            color: #0c4d7a;
        }

    .info-modal .column,
    .info-modal .columns {
        margin: .625rem 0;
        overflow-y: auto;
        max-height: 70vh;
    }

    .info-modal .content {
        background: #fff;
        padding: 2.5rem 1.5625rem;
        border-radius: .3125rem;
        position: relative;
        text-align: center;
    }

    .info-modal .btn-close {
        text-decoration: none;
        color: #7f8ca9;
        position: absolute;
        top: .625rem;
        right: .625rem;
        font-size: 1.875rem;
    }

        .info-modal .btn-close:hover {
            color: #627193;
        }

        .info-modal .btn-close [class^="icon-"] {
            display: block;
        }

#main {
    padding-top: 4.25rem;
}

.input-disabled {
    pointer-events: none;
    opacity: .8;
}

.button-status {
    margin: 0;
    font-size: .875rem;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 2px;
    padding: 1.25rem 1.5625rem;
    min-width: 9.6875rem;
}

    .button-status.button-bordered {
        border-width: .125rem;
        border-radius: 1.875rem;
        background: none;
        color: #505050;
        font-size: .8125rem;
        line-height: 1rem;
        max-width: 8.1875rem;
        min-height: 2.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        padding: .125rem .6875rem;
    }

        .button-status.button-bordered:after {
            height: 2.375rem;
            display: inline-block;
            vertical-align: middle;
            content: "";
        }

        .button-status.button-bordered span {
            margin-right: .375rem;
            font-size: 1.25rem;
        }

        .button-status.button-bordered.success {
            border: 2px solid #94C56F;
        }

            .button-status.button-bordered.success span {
                color: #94C56F;
            }

        .button-status.button-bordered.warning {
            border: 2px solid #FFDD00;
        }

            .button-status.button-bordered.warning span {
                color: #FFDD00;
            }

        .button-status.button-bordered.info {
            border: 2px solid #85b4d4;
        }

            .button-status.button-bordered.info span {
                color: #85b4d4;
            }

    .button-status.small-button {
        font-size: 12px;
        min-width: 55px;
        min-height: 29px;
        border-radius: 14px;
        text-align: center;
        padding: 7px 15px;
    }

h1 {
    font-size: 2.25rem;
    font-weight: 700;
}

.page-header {
    background: #e7e9ed;
    padding: 1.8125rem 0;
}

    .page-header h1 {
        margin: 0;
        text-transform: capitalize;
        color: #343639;
    }

.main-container {
    padding: 2.8125rem 0 0;
    line-height: 1.5714;
}

    .main-container .main-title {
        display: block;
        color: #545454;
        font-size: 1.3125rem;
        font-weight: 500;
        line-height: 1.1;
        margin-bottom: 1.1875rem;
    }

    .main-container p {
        margin-bottom: 1.375rem;
    }

.disclaimer {
    position: relative;
}

    .disclaimer .text-hold {
        max-width: 56.25rem;
        margin: 0 auto;
    }

.page-footer {
    padding: 3.125rem 0;
    text-align: center;
    background: #fff;
    margin-top: -.8125rem;
}

    .page-footer .link-hold {
        padding-top: 2.5625rem;
        font-weight: 700;
        text-transform: capitalize;
    }

        .page-footer .link-hold a {
            color: #e64c4c;
        }

            .page-footer .link-hold a:hover {
                color: #e01f1f;
            }

.faq-page .row > h2 {
    padding: 0 .9375rem;
    width: 100%;
    text-transform: capitalize;
}

.faq-page h2 {
    color: #4d4d4d;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.faq-page h3 {
    color: #444850;
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.625rem;
    margin-bottom: .6875rem;
}

.faq-page .main-container {
    padding: 2.3125rem 0;
}

.faq-page .text-hold {
    max-width: 500px;
    margin-left: auto;
}

.faq-page .block {
    padding-bottom: .9375rem;
    margin-bottom: 2.125rem;
    position: relative;
}

    .faq-page .block:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        border: 1px dashed #dddfe5;
    }

    .faq-page .block [href^="tel"] {
        color: #4a4a4a;
    }

        .faq-page .block [href^="tel"]:hover {
            color: #ef1d1d;
        }

.button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -3px;
}

    .button-list li {
        padding-top: 3px;
        padding-left: .625rem;
    }

    .button-list .expand {
        min-width: 98px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .button-list .has-drop {
        position: relative;
    }

        .button-list .has-drop .button {
            z-index: 0;
            position: relative;
        }

            .button-list .has-drop .button.hover:before,
            .button-list .has-drop .button.hover:after {
                opacity: 1;
                visibility: visible;
            }

            .button-list .has-drop .button:before {
                content: "";
                position: absolute;
                background: #4d98cd;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: 14px;
                z-index: -1;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
                transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
            }

            .button-list .has-drop .button:after {
                content: "";
                position: absolute;
                top: -3px;
                left: -3px;
                right: -3px;
                bottom: -1px;
                background: #106aa9;
                border-radius: 15px 15px 0 0;
                z-index: -2;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
                transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
            }

            .button-list .has-drop .button .icon-caret-down {
                position: relative;
                right: -3px;
                top: 1px;
            }

        .button-list .has-drop .dropdown-pane {
            position: absolute;
            top: 100% !important;
            left: auto !important;
            right: -2px !important;
            width: 6.75rem;
            border-radius: 3px 0 3px 3px;
            background: #106aa9;
            border: none;
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            padding: 0;
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
            transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
        }

            .button-list .has-drop .dropdown-pane.is-open {
                opacity: 1;
                visibility: visible;
            }

            .button-list .has-drop .dropdown-pane ul li {
                padding-left: 0;
            }

                .button-list .has-drop .dropdown-pane ul li.active a {
                    background: #0e629d;
                }

            .button-list .has-drop .dropdown-pane ul a {
                display: block;
                color: #fff;
                padding: 3px 10px 2px;
            }

                .button-list .has-drop .dropdown-pane ul a:hover {
                    background: #0e629d;
                }

.tooltip-hold {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.4167;
}

    .tooltip-hold .tooltip-opener {
        width: 1.375rem;
        height: 1.375rem;
        border-radius: 1.375rem;
        border: 2px solid #9c9fa6;
        background: #f0f2f4;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        .tooltip-hold .tooltip-opener:after {
            font-size: .75rem;
            line-height: 1;
            padding-top: 1px;
            font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            font-weight: bold;
            content: "?";
            color: #646464;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .tooltip-hold .hold {
        background: #263148;
        padding: .625rem;
        border-radius: .125rem;
        color: #fff;
        max-height: 250px;
        overflow: auto;
    }

    .tooltip-hold .slide {
        width: 13.375rem;
        position: absolute;
        padding-left: .5625rem;
        z-index: 992;
        margin-top: -2px;
    }

        .tooltip-hold .slide:before {
            position: absolute;
            left: 3px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7.5px 7px 7.5px 0;
            border-color: transparent #263148 transparent transparent;
        }

        .tooltip-hold .slide a {
            color: #a1b1d2;
        }

            .tooltip-hold .slide a:hover {
                color: #fff;
            }

    .tooltip-hold.tooltip-active .slide {
        left: 100% !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.songs-filter-form {
    padding: 1.125rem 0 1rem;
    position: relative;
}

    .songs-filter-form > .row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .songs-filter-form .triggers {
        display: none;
        font-weight: 500;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 159px;
        flex: 0 0 159px;
        max-width: 159px;
        height: 100%;
    }

        .songs-filter-form .triggers li {
            height: 100%;
        }

            .songs-filter-form .triggers li:last-child a {
                background: #54585f;
            }

        .songs-filter-form .triggers .icon-question-mark {
            width: 1.125rem;
            height: 1.125rem;
            border-radius: 50%;
            border: 2px solid #9c9fa6;
            background-color: #f0f2f4;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: border-color .3s ease-in-out;
            transition: border-color .3s ease-in-out;
        }

            .songs-filter-form .triggers .icon-question-mark:after {
                font-size: .6875rem;
                line-height: 1;
                font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
                font-weight: bold;
                content: "?";
                color: #646464;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-transition: color .3s ease-in-out;
                transition: color .3s ease-in-out;
            }

        .songs-filter-form .triggers a,
        .songs-filter-form .triggers button {
            background: #7c818a;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: .625rem .6875rem;
            color: #fff;
            -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
            cursor: pointer;
            height: 3.4375rem;
            min-height: 100%;
        }

            .songs-filter-form .triggers a:hover,
            .songs-filter-form .triggers button:hover {
                color: #d9d9d9;
            }

                .songs-filter-form .triggers a:hover .icon-question-mark,
                .songs-filter-form .triggers button:hover .icon-question-mark {
                    border-color: #8f929a;
                }

                    .songs-filter-form .triggers a:hover .icon-question-mark:after,
                    .songs-filter-form .triggers button:hover .icon-question-mark:after {
                        color: #3e3e3e;
                    }

                .songs-filter-form .triggers a:hover span,
                .songs-filter-form .triggers button:hover span {
                    color: #9aa3b3;
                }

        .songs-filter-form .triggers span {
            margin-left: .5rem;
            font-size: 1rem;
            color: #c6cbd4;
            -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
        }

        .songs-filter-form .triggers .dropdown-pane {
            background: #7c818a;
            border: none;
            padding: 0;
            margin-top: -2px;
            top: 55px !important;
            right: 0 !important;
            left: 0 !important;
            visibility: hidden;
            opacity: 0;
            width: auto !important;
            -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
            transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
        }

            .songs-filter-form .triggers .dropdown-pane.is-open {
                visibility: visible;
                opacity: 1;
            }

            .songs-filter-form .triggers .dropdown-pane ul a {
                height: auto;
                padding: 8px 10px;
                background: none;
            }

    .songs-filter-form .jcf-select-text {
        margin-right: 3rem;
    }

    .songs-filter-form .jcf-select-opener {
        width: 3rem;
    }

    .songs-filter-form input[type="text"] {
        padding-left: .875rem;
        padding-right: .875rem;
    }

    .songs-filter-form .jcf-list .jcf-hover {
        background: #bcc3d0;
    }

    .songs-filter-form .heading-hold {
        padding: .9375rem;
        max-width: 23.4%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23.4%;
        flex: 0 0 23.4%;
        color: #6e6e6e;
        font-size: .8125rem;
        line-height: 1.2308;
    }

        .songs-filter-form .heading-hold p {
            margin-bottom: 0;
            margin-right: 1.25rem;
        }

        .songs-filter-form .heading-hold .title {
            display: block;
            margin-bottom: .25rem;
            color: #4d4d4d;
            font-size: 1.75rem;
            font-weight: 700;
            text-transform: capitalize;
        }

            .songs-filter-form .heading-hold .title a {
                color: #4d4d4d;
            }

                .songs-filter-form .heading-hold .title a:hover {
                    color: #272727;
                }

        .songs-filter-form .heading-hold .songview-logo-container {
            padding-bottom: 1rem;
            position: relative;
            left: -3px;
        }

        .songs-filter-form .heading-hold .songview-logo {
            width: 210px;
        }

            .songs-filter-form .heading-hold .songview-logo img {
                display: block;
                width: 100%;
                height: auto;
            }

    .songs-filter-form .right-block {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .songs-filter-form .radio-hold {
        padding: 0 .9375rem 0 2.9375rem;
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        color: #6e6e6e;
        font-size: .8125rem;
        position: relative;
    }

        .songs-filter-form .radio-hold .title {
            display: block;
            color: #7a808d;
            font-size: .6875rem;
            font-weight: 500;
            text-transform: uppercase;
        }

    .songs-filter-form .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 8.95rem;
        margin-bottom: .375rem;
    }

        .songs-filter-form .head .title {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0;
            flex: 1 1 0;
            padding-right: 5px;
        }

        .songs-filter-form .head .tooltip-hold {
            display: block;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: 100%;
        }

    .songs-filter-form .choose-items {
        max-width: 54.1%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1%;
        flex: 0 0 54.1%;
        padding: .5rem .8125rem 0 2.4rem;
        position: relative;
    }

        .songs-filter-form .choose-items:after {
            content: "";
            background: #eaecf1;
            width: 2px;
            position: absolute;
            left: 0;
            top: 8px;
            bottom: 8px;
        }

    .songs-filter-form .filter-group:last-child {
        margin-bottom: 0;
    }

    .songs-filter-form .search-btn-hold {
        padding: 1.6875rem .9375rem 1.5rem .625rem;
        max-width: 20.9%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.9%;
        flex: 0 0 20.9%;
    }

        .songs-filter-form .search-btn-hold .button {
            float: right;
            min-width: 8.8125rem;
        }

    .songs-filter-form .cancel-hold {
        text-align: center;
        padding-top: 2.125rem;
        display: none;
    }

        .songs-filter-form .cancel-hold .close {
            text-transform: capitalize;
            font-size: .75rem;
            color: #595959;
            font-weight: 500;
            -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
        }

            .songs-filter-form .cancel-hold .close:hover {
                color: #403f3f;
            }

                .songs-filter-form .cancel-hold .close:hover:before {
                    color: #ef1d1d;
                }

            .songs-filter-form .cancel-hold .close:before {
                font-family: "icomoon";
                content: "\e906";
                font-size: 1.5rem;
                line-height: 1;
                display: inline-block;
                vertical-align: middle;
                margin: -.0625rem .375rem 0 0;
                -webkit-transition: color .3s ease-in-out;
                transition: color .3s ease-in-out;
            }

    .songs-filter-form .radio-list li {
        margin-bottom: .375rem;
    }

.dark-theme .songs-filter-form {
    background: #2e3040;
}

    .dark-theme .songs-filter-form .heading-hold {
        color: #9295b0;
        padding-top: .5rem;
        padding-bottom: 0;
    }

        .dark-theme .songs-filter-form .heading-hold .title {
            color: #fff;
        }

            .dark-theme .songs-filter-form .heading-hold .title a {
                color: #fff;
            }

                .dark-theme .songs-filter-form .heading-hold .title a:hover {
                    color: #e6e5e5;
                }

    .dark-theme .songs-filter-form .choose-items:after {
        background: #45485a;
    }

    .dark-theme .songs-filter-form .radio-hold {
        border-color: #45485a;
    }

    .dark-theme .songs-filter-form .tooltip-hold .hold {
        background: #131524;
    }

    .dark-theme .songs-filter-form .tooltip-hold .slide:before {
        border-color: transparent #131524 transparent transparent;
    }

    .dark-theme .songs-filter-form .tooltip-hold .slide a:hover {
        color: #fff;
    }

    .dark-theme .songs-filter-form .head .title {
        color: #fff;
    }

    .dark-theme .songs-filter-form .radio-list .jcf-disabled {
        cursor: not-allowed;
    }

    .dark-theme .songs-filter-form .radio-list label {
        color: #fff;
    }

    .dark-theme .songs-filter-form .radio-list .jcf-label-active {
        color: #94C56F;
    }

    .dark-theme .songs-filter-form .radio-list .jcf-checked span {
        background: #94C56F;
    }

    .dark-theme .songs-filter-form .radio-list .slide {
        background: #131524;
    }

        .dark-theme .songs-filter-form .radio-list .slide:before {
            border-color: transparent #131524 transparent transparent;
        }

    .dark-theme .songs-filter-form .cancel-hold .close {
        color: #fff;
    }

        .dark-theme .songs-filter-form .cancel-hold .close:hover {
            color: #ccc;
        }

    .dark-theme .songs-filter-form .jcf-select {
        border-color: #5f6173;
        background: #5f6173;
    }

    .dark-theme .songs-filter-form input[type="text"] {
        border-color: #fff;
        color: #5d5d5d;
    }

        .dark-theme .songs-filter-form input[type="text"]:disabled {
            border-color: #e6e6e6;
        }

.dark-theme .result-hold {
    background: #212330;
}

    .dark-theme .result-hold .result-header .showing-result {
        color: #fff;
    }

    .dark-theme .result-hold .result-header .button-list .button.secondary {
        background: #55586f;
    }

        .dark-theme .result-hold .result-header .button-list .button.secondary:hover {
            background: #757890;
        }

    .dark-theme .result-hold .result-header .button-list .has-drop .button:after {
        background: #55586f;
    }

    .dark-theme .result-hold .result-header .button-list .has-drop .button:before {
        background: #757890;
    }

    .dark-theme .result-hold .result-header .button-list .has-drop .button.hover:before {
        background: #757890;
    }

    .dark-theme .result-hold .result-header .button-list .has-drop .button.hover:after {
        background: #55586f;
    }

    .dark-theme .result-hold .result-header .button-list .has-drop .dropdown-pane {
        background: #55586f;
    }

        .dark-theme .result-hold .result-header .button-list .has-drop .dropdown-pane ul li.active a {
            background: #343644;
        }

        .dark-theme .result-hold .result-header .button-list .has-drop .dropdown-pane ul a:hover {
            background: #343644;
        }

    .dark-theme .result-hold .result-title table {
        background: #131524;
    }

.dark-theme .result-list .opener,
.dark-theme .result-list .opener-no-link {
    background: #404355;
    color: #cccfe0;
}

    .dark-theme .result-list .opener:hover,
    .dark-theme .result-list .opener-no-link:hover {
        background: #353846;
    }

        .dark-theme .result-list .opener:hover .opener-icon,
        .dark-theme .result-list .opener:hover .opener-arrow,
        .dark-theme .result-list .opener-no-link:hover .opener-icon,
        .dark-theme .result-list .opener-no-link:hover .opener-arrow {
            background: #46485b;
        }

            .dark-theme .result-list .opener:hover .opener-icon:before,
            .dark-theme .result-list .opener:hover .opener-arrow:before,
            .dark-theme .result-list .opener-no-link:hover .opener-icon:before,
            .dark-theme .result-list .opener-no-link:hover .opener-arrow:before {
                color: #bbbed4;
            }

    .dark-theme .result-list .opener .song-title,
    .dark-theme .result-list .opener-no-link .song-title {
        color: #fff;
    }

    .dark-theme .result-list .opener .opener-icon,
    .dark-theme .result-list .opener .opener-arrow,
    .dark-theme .result-list .opener-no-link .opener-icon,
    .dark-theme .result-list .opener-no-link .opener-arrow {
        background: #515469;
    }

        .dark-theme .result-list .opener .opener-icon:before,
        .dark-theme .result-list .opener .opener-arrow:before,
        .dark-theme .result-list .opener-no-link .opener-icon:before,
        .dark-theme .result-list .opener-no-link .opener-arrow:before {
            color: #cbcdde;
        }

    .dark-theme .result-list .opener .see-more,
    .dark-theme .result-list .opener-no-link .see-more {
        color: #707591;
    }

    .see-more{
        text-transform: lowercase;
        font-style:italic;
    }

.dark-theme .details-slide {
    border-top: none;
    background: #333546;
    color: #fff;
    margin-top: 0;
}

.dark-theme .pagination.style-01 li.txt {
    color: #7b869d;
}

.dark-theme .pagination.style-01 li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) a,
.dark-theme .pagination.style-01 li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) button {
    background: #3b3e51;
}

    .dark-theme .pagination.style-01 li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) a:hover,
    .dark-theme .pagination.style-01 li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) button:hover {
        background: #2c2e3c;
    }

.dark-theme .pagination.style-01 li.current {
    background: #2c2e3c;
}

.dark-theme .pagination .pagination-previous,
.dark-theme .pagination .pagination-next {
    color: #aab1be;
}

    .dark-theme .pagination .pagination-previous a,
    .dark-theme .pagination .pagination-previous button,
    .dark-theme .pagination .pagination-next a,
    .dark-theme .pagination .pagination-next button {
        color: #aab1be;
    }

        .dark-theme .pagination .pagination-previous a:hover,
        .dark-theme .pagination .pagination-previous button:hover,
        .dark-theme .pagination .pagination-next a:hover,
        .dark-theme .pagination .pagination-next button:hover {
            color: #7f899d;
        }

.dark-theme .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) a,
.dark-theme .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) button {
    background: #606879;
}

    .dark-theme .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) a:hover,
    .dark-theme .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) button:hover {
        background: #3e434e;
    }

.dark-theme .pagination .ellipsis:after {
    color: #6c7482;
}

.dark-theme .pagination .current {
    background: #3e434e;
}

.dark-theme .status-row .button-status.button-bordered {
    color: #fff;
    padding-bottom: 3px;
}

.dark-theme .status-row .tooltip-hold .hold {
    background: #131524;
}

.dark-theme .status-row .tooltip-hold .slide:before {
    border-color: transparent #131524 transparent transparent;
}

.dark-theme .status-row .tooltip-hold .slide a:hover {
    color: #fff;
}

.dark-theme .details-content-block-01 ul {
    color: #fff;
}

.dark-theme .details-content-block-01 .title {
    color: #85889e;
}

.dark-theme .details-content-block-01 a {
    color: #da93b8;
}

    .dark-theme .details-content-block-01 a:hover,
    .dark-theme .details-content-block-01 a:focus {
        color: #c65a93;
    }

.dark-theme .details-content-block-02 {
    color: #d9d9d9;
}

.dark-theme .buttons-block a {
    border-color: #525467;
    background: #525467;
    color: #fff;
    -webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out;
}

    .dark-theme .buttons-block a:hover {
        border-color: #757890;
        background: #757890;
    }

.dark-theme [class^="details-content-col-"] + [class^="details-content-col-"] {
    border-left-color: #5a5d76;
}

.dark-theme .details-content-block-03 {
    border-bottom-color: #5a5d76;
}

    .dark-theme .details-content-block-03 .title {
        color: #9ea0b2;
    }

    .dark-theme .details-content-block-03 table thead th {
        color: #85889e;
    }

    .dark-theme .details-content-block-03 table tbody tr:nth-child(even) td {
        background: #2c2e3e;
    }

    .dark-theme .details-content-block-03 table tbody tr td {
        color: #fff;
    }

        .dark-theme .details-content-block-03 table tbody tr td.expandable .expander:before {
            border-color: transparent transparent transparent #6a6c7f;
        }

        .dark-theme .details-content-block-03 table tbody tr td.expandable .expandable-slide-row a[href^="tel"] {
            color: #cd79a4;
        }

            .dark-theme .details-content-block-03 table tbody tr td.expandable .expandable-slide-row a[href^="tel"]:hover,
            .dark-theme .details-content-block-03 table tbody tr td.expandable .expandable-slide-row a[href^="tel"]:focus {
                color: #b6447e;
            }

        .dark-theme .details-content-block-03 table tbody tr td.expandable .expandable-slide-row .button {
            border-color: #a6306d;
            background: none;
            color: #a6306d;
        }

            .dark-theme .details-content-block-03 table tbody tr td.expandable .expandable-slide-row .button:hover {
                background: #a6306d;
                color: #fff;
            }

        .dark-theme .details-content-block-03 table tbody tr td a {
            color: #da93b8;
        }

            .dark-theme .details-content-block-03 table tbody tr td a:hover,
            .dark-theme .details-content-block-03 table tbody tr td a:focus {
                color: #c65a93;
            }

    .dark-theme .details-content-block-03 .items-list {
        color: #fff;
    }

        .dark-theme .details-content-block-03 .items-list li:nth-child(even) {
            background: #2c2e3e;
        }

        .dark-theme .details-content-block-03 .items-list li a {
            color: #cd79a4;
        }

            .dark-theme .details-content-block-03 .items-list li a:hover,
            .dark-theme .details-content-block-03 .items-list li a:focus {
                color: #b6447e;
            }

.dark-theme .details-content-block-02 a {
    color: #da93b8;
}

    .dark-theme .details-content-block-02 a:hover,
    .dark-theme .details-content-block-02 a:focus {
        color: #c65a93;
    }

.dark-theme .value-info-row {
    background: #525467;
}

    .dark-theme .value-info-row .label {
        color: #d2d4e4;
    }

    .dark-theme .value-info-row .content {
        background: #353745;
        color: #c3c4d5;
    }

.dark-theme .showing-result-hold .left-content {
    color: #fff;
}

.dark-theme .details-content-col01,
.dark-theme .details-content-col02,
.dark-theme .details-content-col03,
.dark-theme .details-content-col04 {
    color: #fff;
}

    .dark-theme .details-content-col01 a[href^="tel"],
    .dark-theme .details-content-col02 a[href^="tel"],
    .dark-theme .details-content-col03 a[href^="tel"],
    .dark-theme .details-content-col04 a[href^="tel"] {
        color: #fff;
    }

        .dark-theme .details-content-col01 a[href^="tel"]:hover,
        .dark-theme .details-content-col01 a[href^="tel"]:focus,
        .dark-theme .details-content-col02 a[href^="tel"]:hover,
        .dark-theme .details-content-col02 a[href^="tel"]:focus,
        .dark-theme .details-content-col03 a[href^="tel"]:hover,
        .dark-theme .details-content-col03 a[href^="tel"]:focus,
        .dark-theme .details-content-col04 a[href^="tel"]:hover,
        .dark-theme .details-content-col04 a[href^="tel"]:focus {
            color: #c65a93;
        }

    .dark-theme .details-content-col01 a,
    .dark-theme .details-content-col02 a,
    .dark-theme .details-content-col03 a,
    .dark-theme .details-content-col04 a {
        color: #da93b8;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

        .dark-theme .details-content-col01 a:hover,
        .dark-theme .details-content-col01 a:focus,
        .dark-theme .details-content-col02 a:hover,
        .dark-theme .details-content-col02 a:focus,
        .dark-theme .details-content-col03 a:hover,
        .dark-theme .details-content-col03 a:focus,
        .dark-theme .details-content-col04 a:hover,
        .dark-theme .details-content-col04 a:focus {
            color: #c65a93;
        }

.dark-theme .view-contact-info .view-contact-slide .contact-info {
    background: #131524;
    color: #fff;
}

    .dark-theme .view-contact-info .view-contact-slide .contact-info:before {
        border-color: transparent transparent #131524 transparent;
    }

    .dark-theme .view-contact-info .view-contact-slide .contact-info a {
        color: #a1b1d2;
    }

        .dark-theme .view-contact-info .view-contact-slide .contact-info a:hover {
            color: #fff;
        }

.dark-theme .jcf-select-opener:after {
    color: #fff;
}

.view-contact-info {
    position: relative;
}

    .view-contact-info .view-contact-slide {
        position: absolute;
        top: 100%;
        left: 0%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        min-width: 350px;
        margin-top: .5rem;
        z-index: 1;
    }

    .view-contact-info .contact-info {
        display: block;
        border-radius: 2px;
        background: #263148;
        color: #fff;
        padding: 10px;
        position: absolute;
        text-transform: none;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }

        .view-contact-info .contact-info:before {
            position: absolute;
            bottom: 100%;
            left: 25%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            content: "";
            border-style: solid;
            border-width: 0px 10px 8px 8px;
            border-color: transparent transparent #131524 transparent !important;
        }

        .view-contact-info .contact-info a {
            color: #a1b1d2;
        }

            .view-contact-info .contact-info a:hover {
                color: #fff;
            }

.search-result-bar .sticky {
    background: #11131b;
    padding: 1rem 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.search-result-bar.fixed-position {
    width: 100% !important;
}

.search-result-bar .searched-result-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-result-bar .right-content {
    padding-left: 30px;
}

.search-result-bar p {
    margin: 0;
}

.search-result-bar .title {
    display: block;
    text-transform: uppercase;
    font-size: .75rem;
    margin-bottom: 5px;
}

.search-result-bar .name {
    color: #94C56F;
    font-size: 32px;
    line-height: 1;
    display: block;
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.result-hold {
    background: #e7e9ed;
    padding: 3.1875rem 0 8.6875rem;
}

    .result-hold .result-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 3rem;
    }

        .result-hold .result-header.align-right {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            background-color: #212330;
        }

        .result-hold .result-header .showing-result {
            color: #595959;
            font-size: 1rem;
            font-weight: 500;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0;
            flex: 1 1 0;
        }

        .result-hold .result-header .button-list {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: 60%;
            padding-left: 1.25rem;
        }

            .result-hold .result-header .button-list .button.expanded .txt-expand {
                display: none;
            }

            .result-hold .result-header .button-list .button.expanded .txt-collapse {
                display: inline;
            }

            .result-hold .result-header .button-list .button .txt-collapse {
                display: none;
            }

    .result-hold .result-title {
        background: #2f3b55;
        color: #fff;
        border-radius: 2px;
        overflow: hidden;
    }

        .result-hold .result-title table {
            width: 100%;
            border-collapse: collapse;
            table-layout: fixed;
        }

            .result-hold .result-title table th {
                font-size: .75rem;
                font-weight: 700;
                text-align: left;
                padding: .75rem .625rem;

            }

       
                .result-hold .result-title table th:first-child {
                    padding-left: 1.5rem;
                    width: 35.1%;
                }

                .result-hold .result-title table th:nth-child(2) {
                    width: 10%;
                }

                .result-hold .result-title table th:nth-child(3) {
                    width: 11%;
                }

                .result-hold .result-title table th:nth-child(4) {
                    width: 19.5%;
                }

                .result-hold .result-title table th:nth-child(5) {
                    width: 17%;
                }

                .result-hold .result-title table th:last-child {
                    text-align: right;
                    padding-right: 1rem;
                }

.result-list.result-list--style01 .result-title table th:first-child {
    width: 45%;
}

.result-list.result-list--style01 .result-title table th:nth-child(2) {
    width: 10%;
}

.result-list.result-list--style01 .result-title table th:nth-child(3) {
    width: 15%;
}

.result-list.result-list--style01 .result-title table th:nth-child(4) {
    width: 20%;
}

.result-list.result-list--style01 .result-title table th:last-child {
    width: auto;
}

.result-list.result-list--style01 .opener table tr td:first-child,
.result-list.result-list--style01 .opener-no-link table tr td:first-child {
    width: 45%;
}

.result-list.result-list--style01 .opener table tr td:nth-child(2),
.result-list.result-list--style01 .opener-no-link table tr td:nth-child(2) {
    width: 10%;
}

.result-list.result-list--style01 .opener table tr td:nth-child(3),
.result-list.result-list--style01 .opener-no-link table tr td:nth-child(3) {
    width: 15%;
}

.result-list.result-list--style01 .opener table tr td:nth-child(4),
.result-list.result-list--style01 .opener-no-link table tr td:nth-child(4) {
    width: 20%;
}

.result-list.result-list--style01 .opener table tr td:last-child,
.result-list.result-list--style01 .opener-no-link table tr td:last-child {
    width: auto;
}

.result-list.result-list--style02 .result-title table th:first-child {
    width: 48%;
}

.result-list.result-list--style02 .result-title table th:nth-child(2) {
    width: 14%;
}

.result-list.result-list--style02 .result-title table th:nth-child(3) {
    width: 8%;
}

.result-list.result-list--style02 .result-title table th:nth-child(4) {
    width: 19%;
}

.result-list.result-list--style02 .result-title table th:nth-child(5) {
    width: 10%;
}

.result-list.result-list--style02 .result-title table th:last-child {
    width: auto;
}

.result-list.result-list--style02 .opener table tr td:first-child,
.result-list.result-list--style02 .opener-no-link table tr td:first-child {
    width: 48%;
}

.result-list.result-list--style02 .opener table tr td:nth-child(2),
.result-list.result-list--style02 .opener-no-link table tr td:nth-child(2) {
    width: 14%;
}

.result-list.result-list--style02 .opener table tr td:nth-child(3),
.result-list.result-list--style02 .opener-no-link table tr td:nth-child(3) {
    width: 8%;
}

.result-list.result-list--style02 .opener table tr td:nth-child(4),
.result-list.result-list--style02 .opener-no-link table tr td:nth-child(4) {
    width: 19%;
}

.result-list.result-list--style02 .opener table tr td:nth-child(5),
.result-list.result-list--style02 .opener-no-link table tr td:nth-child(5) {
    width: 10%;
}

    .result-list.result-list--style02 .opener table tr td:nth-child(5):before,
    .result-list.result-list--style02 .opener-no-link table tr td:nth-child(5):before {
        content: none;
    }

.result-list.result-list--style02 .opener table tr td:last-child,
.result-list.result-list--style02 .opener-no-link table tr td:last-child {
    width: auto;
}

.result-list.result-list--style03 .result-title table th:first-child {
    width: 37.27%;
}

.result-list.result-list--style03 .result-title table th:nth-child(2) {
    width: 33.3%;
}

.result-list.result-list--style03 .result-title table th:nth-child(3) {
    width: 20.7%;
}

.result-list.result-list--style03 .result-title table th:last-child {
    width: auto;
}

.result-list.result-list--style03 .opener table tr td:first-child {
    width: 37.27%;
}

.result-list.result-list--style03 .opener table tr td:nth-child(2) {
    width: 33.3%;
}

.result-list.result-list--style03 .opener table tr td:nth-child(3) {
    width: 20.7%;
}

.result-list.result-list--style03 .opener table tr td:last-child {
    width: auto;
}

.result-list.result-list--style04 .result-title table th:first-child {
    width: 64%;
}

.result-list.result-list--style04 .result-title table th:nth-child(2) {
    width: 28%;
}

.result-list.result-list--style04 .result-title table th:last-child {
    width: auto;
}

.result-list.result-list--style04 .opener table tr td:first-child,
.result-list.result-list--style04 .opener-no-link table tr td:first-child {
    width: 64%;
}

.result-list.result-list--style04 .opener table tr td:nth-child(2),
.result-list.result-list--style04 .opener-no-link table tr td:nth-child(2) {
    width: 28%;
}

.result-list.result-list--style04 .opener table tr td:last-child,
.result-list.result-list--style04 .opener-no-link table tr td:last-child {
    width: auto;
}

.result-list.result-list--style05 .result-title table th:first-child {
    width: 41.3%;
}

.result-list.result-list--style05 .result-title table th:nth-child(2) {
    width: 14.9%;
}

.result-list.result-list--style05 .result-title table th:nth-child(3) {
    width: 19.3%;
}

.result-list.result-list--style05 .result-title table th:nth-child(4) {
    width: 17%;
}

.result-list.result-list--style05 .result-title table th:nth-child(5) {
    width: auto;
}

.result-list.result-list--style05 .opener table tr td:first-child,
.result-list.result-list--style05 .opener-no-link table tr td:first-child {
    width: 41.3%;
}

.result-list.result-list--style05 .opener table tr td:nth-child(2),
.result-list.result-list--style05 .opener-no-link table tr td:nth-child(2) {
    width: 14.9%;
}

.result-list.result-list--style05 .opener table tr td:nth-child(3),
.result-list.result-list--style05 .opener-no-link table tr td:nth-child(3) {
    width: 19.3%;
}

.result-list.result-list--style05 .opener table tr td:nth-child(4),
.result-list.result-list--style05 .opener-no-link table tr td:nth-child(4) {
    width: 17%;
}

.result-list.result-list--style05 .opener table tr td:nth-child(5),
.result-list.result-list--style05 .opener-no-link table tr td:nth-child(5) {
    width: auto;
}

.result-list.result-list--style06 .result-title table th:first-child {
    width: 45%;
}

.result-list.result-list--style06 .result-title table th:nth-child(2) {
    width: 10%;
}

.result-list.result-list--style06 .result-title table th:nth-child(3) {
    width: 15%;
}

.result-list.result-list--style06 .result-title table th:nth-child(4) {
    width: 20%;
}

.result-list.result-list--style06 .result-title table th:last-child {
    width: auto;
}

.result-list.result-list--style06 .opener table tr td:first-child,
.result-list.result-list--style06 .opener-no-link table tr td:first-child {
    width: 45%;
}

.result-list.result-list--style06 .opener table tr td:nth-child(2),
.result-list.result-list--style06 .opener-no-link table tr td:nth-child(2) {
    width: 10%;
}

.result-list.result-list--style06 .opener table tr td:nth-child(3),
.result-list.result-list--style06 .opener-no-link table tr td:nth-child(3) {
    width: 15%;
}

.result-list.result-list--style06 .opener table tr td:nth-child(4),
.result-list.result-list--style06 .opener-no-link table tr td:nth-child(4) {
    width: 20%;
}

.result-list.result-list--style06 .opener table tr td:last-child,
.result-list.result-list--style06 .opener-no-link table tr td:last-child {
    width: auto;
}

.result-list .opener,
.result-list .opener-no-link {
    display: block;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    color: #616469;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.3333;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .result-list .opener:hover,
    .result-list .opener-no-link:hover {
        background: #f5f6f9;
    }

        .result-list .opener:hover .opener-icon,
        .result-list .opener:hover .opener-arrow,
        .result-list .opener-no-link:hover .opener-icon,
        .result-list .opener-no-link:hover .opener-arrow {
            background: #b7bfcd;
        }

            .result-list .opener:hover .opener-icon:before,
            .result-list .opener:hover .opener-arrow:before,
            .result-list .opener-no-link:hover .opener-icon:before,
            .result-list .opener-no-link:hover .opener-arrow:before {
                color: #626479;
            }

    .result-list .opener strong,
    .result-list .opener-no-link strong {
        font-weight: 400;
        display: block;
        text-transform: none;
    }

    .result-list .opener .tooltip-hold,
    .result-list .opener-no-link .tooltip-hold {
        text-transform: none;
        white-space: normal;
    }

        .result-list .opener .tooltip-hold .hold,
        .result-list .opener-no-link .tooltip-hold .hold {
            max-height: 80px;
            overflow: auto;
        }

    .result-list .opener table,
    .result-list .opener-no-link table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

        .result-list .opener table tr td,
        .result-list .opener-no-link table tr td {
            padding: .875rem .625rem;
            height: 80px;
            -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
        }

            .result-list .opener table tr td:first-child,
            .result-list .opener-no-link table tr td:first-child {
                padding-left: 1.375rem;
                width: 35.1%;
            }

            .result-list .opener table tr td:nth-child(2),
            .result-list .opener-no-link table tr td:nth-child(2) {
                width: 10%;
            }

            .result-list .opener table tr td:nth-child(3),
            .result-list .opener-no-link table tr td:nth-child(3) {
                width: 11%;
            }

            .result-list .opener table tr td:nth-child(4) .title,
            .result-list .opener table tr td:nth-child(5) .title,
            .result-list .opener-no-link table tr td:nth-child(4) .title,
            .result-list .opener-no-link table tr td:nth-child(5) .title {
                display: none;
            }

            .result-list .opener table tr td:nth-child(4),
            .result-list .opener-no-link table tr td:nth-child(4) {
                width: 19.5%;
            }

            .result-list .opener table tr td:nth-child(5),
            .result-list .opener-no-link table tr td:nth-child(5) {
                width: 17%;
            }

            .result-list .opener table tr td ul li,
            .result-list .opener-no-link table tr td ul li {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 100%;
            }

    .result-list .opener .see-more,
    .result-list .opener-no-link .see-more {
        color: #aaaeb7;
    }

    .result-list .opener span,
    .result-list .opener-no-link span {
        color: #9a9da4;
    }

    .result-list .opener .tooltip-hold,
    .result-list .opener-no-link .tooltip-hold {
        margin: 0 2px 0 -19px;
    }

        .result-list .opener .tooltip-hold .slide,
        .result-list .opener-no-link .tooltip-hold .slide {
            width: 170px;
        }

    .result-list .opener .tooltip-opener,
    .result-list .opener-no-link .tooltip-opener {
        font-size: 12px;
        line-height: 1.1;
        color: #ffa500;
        border: none;
        background: none;
        width: auto;
        height: auto;
        left: 3px;
    }

        .result-list .opener .tooltip-opener:after,
        .result-list .opener-no-link .tooltip-opener:after {
            display: none;
        }

    .result-list .opener .song-title,
    .result-list .opener-no-link .song-title {
        color: #383a3e;
        font-size: 16px;
    }

    .result-list .opener .status-txt,
    .result-list .opener-no-link .status-txt {
        min-height: 16px;
        margin-left: 11px;
        text-transform: none;
        position: relative;
        padding-left: 20px;
        display: inline-block;
        vertical-align: top;
    }

        .result-list .opener .status-txt [class^="icon-"],
        .result-list .opener-no-link .status-txt [class^="icon-"] {
            color: #94C56F !important;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 16px;
            line-height: 1;
            margin-top: -1px;
        }

            .result-list .opener .status-txt [class^="icon-"].icon-outline,
            .result-list .opener-no-link .status-txt [class^="icon-"].icon-outline {
                color: #FFDD00 !important;
            }

            .result-list .opener .status-txt [class^="icon-"].icon-time,
            .result-list .opener-no-link .status-txt [class^="icon-"].icon-time {
                color: #85b4d4 !important;
                font-size: 17px;
            }

    .result-list .opener .opener-icon,
    .result-list .opener-no-link .opener-icon {
        position: absolute;
        background: #d2d6de;
        right: 0;
        top: 0;
        bottom: 0;
        width: 77px;
        border-radius: 2px;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .result-list .opener .opener-icon:before,
        .result-list .opener-no-link .opener-icon:before {
            font-family: "icomoon";
            content: "\e912";
            font-size: 24px;
            color: #727389;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(0);
            -ms-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
            -webkit-transition: color .3s linear, -webkit-transform .15s linear;
            transition: color .3s linear, -webkit-transform .15s linear;
            transition: transform .15s linear, color .3s linear;
            transition: transform .15s linear, color .3s linear, -webkit-transform .15s linear;
        }

    .result-list .opener .opener-arrow,
    .result-list .opener-no-link .opener-arrow {
        position: absolute;
        background: #d2d6de;
        right: 0;
        top: 0;
        bottom: 0;
        width: 77px;
        border-radius: 2px;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .result-list .opener .opener-arrow:before,
        .result-list .opener-no-link .opener-arrow:before {
            font-family: "icomoon";
            content: "\e917";
            font-size: 24px;
            color: #727389;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(0);
            -ms-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
            -webkit-transition: color .3s linear, -webkit-transform .15s linear;
            transition: color .3s linear, -webkit-transform .15s linear;
            transition: transform .15s linear, color .3s linear;
            transition: transform .15s linear, color .3s linear, -webkit-transform .15s linear;
        }

.result-list > ul > li {
    margin-top: 3px;
}

    .result-list > ul > li.view-details .opener tr td:not(.song-title):not(:last-child) {
        opacity: .3;
    }

    .result-list > ul > li.view-details .opener-icon:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

.details-slide {
    border-top: 1px dashed #c7c9d1;
    background: #fff;
    padding: 20px 25px 30px;
}

.details-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[class^="details-content-col-"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    [class^="details-content-col-"] + [class^="details-content-col-"] {
        border-left: 1px dashed #bbbfcb;
    }

.details-content-col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.6%;
    flex: 0 0 15.6%;
    max-width: 15.6%;
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 30px;
    position: relative;
}

.status-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -.625rem 0 -.1875rem;
}

    .status-row + .details-content-block-01 {
        margin-top: 25px;
    }

    .status-row .button-status.button-bordered {
        min-width: 0;
    }

        .status-row .button-status.button-bordered + .tooltip-hold {
            margin-left: .8125rem;
        }

    .status-row .tooltip-hold .slide {
        width: auto;
        white-space: nowrap;
    }

.details-content-block-01 + .details-content-block-02 {
    margin-top: 25px;
}

.details-content-block-01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #505050;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}

    .details-content-block-01 ul li {
        padding-top: 9px;
        padding-right: 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }

        .details-content-block-01 ul li:not(:first-child) {
            text-transform: uppercase;
        }

        .details-content-block-01 ul li:nth-child(even) {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 62%;
            flex: 0 0 62%;
            max-width: 62%;
        }

        .details-content-block-01 ul li:first-child {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 15px;
        }

            .details-content-block-01 ul li:first-child:empty {
                padding-bottom: 0;
            }

        .details-content-block-01 ul li .wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            max-width: 88px;
        }

            .details-content-block-01 ul li .wrap em {
                font-style: normal;
                padding-left: 2px;
            }

.details-content-block-01 .title {
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #7a808d;
    height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.details-content-block-02 {
    color: #656565;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    position: relative;
}

    .details-content-block-02 + .details-content-block-02 {
        margin-top: 16px;
    }

    .details-content-block-02.style-01 .object {
        top: -1px;
        left: -18px;
    }

    .details-content-block-02 *:last-child {
        margin-bottom: 0;
    }

    .details-content-block-02 .object {
        position: absolute;
        top: 3px;
        left: -15px;
    }

    .details-content-block-02 .blue-dot {
        display: block;
        width: 6px;
        height: 6px;
        background: #4d98cd;
        border-radius: 50%;
    }

    .details-content-block-02 .red-dot {
        display: block;
        width: 6px;
        height: 6px;
        background: #ef1d1d;
        border-radius: 50%;
    }

    .details-content-block-02 .icon-star {
        color: #ffa500;
        font-size: 13px;
        line-height: 1;
        font-weight: 400;
    }

.buttons-block {
    padding-left: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 10px;
}

    .buttons-block ul li + li {
        padding-top: 9px;
    }

    .buttons-block a {
        display: inline-block;
        vertical-align: top;
        border-radius: 50px;
        border: 2px solid #51aded;
        background: #fff;
        font-size: 12px;
        line-height: 1.25;
        font-weight: 500;
        color: #3180b7;
        padding: 2px 10px;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
        transition: background .3s ease-in-out, color .3s ease-in-out;
    }

        .buttons-block a:hover {
            background: #51aded;
            color: #fff;
        }

.details-content-col-middle {
    padding: 0 1.5rem 0 1.625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.2%;
    flex: 0 0 42.2%;
    max-width: 42.2%;
}

.details-content-block-03 {
    padding-top: 23px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #bbbfcb;
}

    .details-content-block-03:first-child {
        padding-top: 0;
    }

    .details-content-block-03:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .details-content-block-03 .title {
        display: block;
        width: 100%;
        color: #3e4552;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        padding-left: 7px;
        padding-bottom: 5px;
    }

    .details-content-block-03 .value-info-row {
        margin-left: 2px;
        margin-bottom: 3px;
    }

    .details-content-block-03 table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

        .details-content-block-03 table.style-01 thead tr th:first-child,
        .details-content-block-03 table.style-01 tbody tr td:first-child {
            padding-left: 12px;
        }

        .details-content-block-03 table thead tr th,
        .details-content-block-03 table tbody tr td {
            padding: 7px;
        }

            .details-content-block-03 table thead tr th:first-child,
            .details-content-block-03 table tbody tr td:first-child {
                padding-right: 22px;
                width: 61.9%;
            }

            .details-content-block-03 table thead tr th:nth-child(2),
            .details-content-block-03 table tbody tr td:nth-child(2) {
                width: 19.7%;
            }

        .details-content-block-03 table thead th {
            text-align: left;
            vertical-align: bottom;
            font-size: 11px;
            line-height: 13px;
            font-weight: 500;
            text-transform: uppercase;
            color: #7a808d;
        }

        .details-content-block-03 table tbody tr:nth-child(even) td {
            background: #f7f8fb;
        }

        .details-content-block-03 table tbody tr td {
            color: #505050;
            font-size: 12px;
            line-height: 1.25;
            font-weight: 500;
            position: relative;
        }

            .details-content-block-03 table tbody tr td.expandable {
                padding: 0 !important;
                width: 100%;
            }

                .details-content-block-03 table tbody tr td.expandable.expanded .expander:before {
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

                .details-content-block-03 table tbody tr td.expandable .expander {
                    position: relative;
                }

                    .details-content-block-03 table tbody tr td.expandable .expander:before {
                        content: "";
                        height: 0;
                        width: 0;
                        border-bottom: 4px solid transparent;
                        border-left: 4px solid #c4c7ce;
                        border-top: 4px solid transparent;
                        position: absolute;
                        top: 2.5px;
                        left: -7px;
                    }

                .details-content-block-03 table tbody tr td.expandable .expandable-slide-cell {
                    background: none;
                    padding: 0;
                }

                .details-content-block-03 table tbody tr td.expandable .expandable-slide {
                    padding: 7px 12px 15px;
                }

                .details-content-block-03 table tbody tr td.expandable .expandable-slide-row {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .details-content-block-03 table tbody tr td.expandable .expandable-slide-row address {
                        font-style: normal;
                    }

                    .details-content-block-03 table tbody tr td.expandable .expandable-slide-row a {
                        display: inline-block;
                        vertical-align: top;
                        word-break: break-all;
                    }

                    .details-content-block-03 table tbody tr td.expandable .expandable-slide-row .button {
                        display: inline-block;
                        vertical-align: top;
                        border-radius: 50px;
                        border: 2px solid #51aded;
                        background: #fff;
                        font-size: 12px;
                        line-height: 1.25;
                        font-weight: 500;
                        color: #3180b7;
                        padding: 5px 11px 4px;
                        min-width: 0;
                        max-width: 100%;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
                        transition: background .3s ease-in-out, color .3s ease-in-out;
                    }

                        .details-content-block-03 table tbody tr td.expandable .expandable-slide-row .button:hover {
                            background: #51aded;
                            color: #fff;
                        }

                .details-content-block-03 table tbody tr td.expandable .expandable-slide-lt {
                    -webkit-box-flex: 1;
                    -ms-flex: 1 1 0;
                    flex: 1 1 0;
                    padding-right: 10px;
                }

                .details-content-block-03 table tbody tr td.expandable .expandable-slide-rt {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                    padding-right: 20px;
                }

            .details-content-block-03 table tbody tr td a {
                color: #307baf;
            }

                .details-content-block-03 table tbody tr td a:hover,
                .details-content-block-03 table tbody tr td a:focus {
                    color: #205173;
                }

            .details-content-block-03 table tbody tr td .object {
                position: absolute;
                top: 10px;
                left: -5px;
            }

            .details-content-block-03 table tbody tr td .blue-dot {
                display: block;
                width: 6px;
                height: 6px;
                background: #4d98cd;
                border-radius: 50%;
            }

            .details-content-block-03 table tbody tr td .red-dot {
                display: block;
                width: 6px;
                height: 6px;
                background: #ef1d1d;
                border-radius: 50%;
            }

    .details-content-block-03 .items-list {
        font-size: 12px;
        line-height: 1.25;
        font-weight: 500;
        text-transform: uppercase;
        color: #505050;
        position: relative;
        margin-top: -4px;
    }

        .details-content-block-03 .items-list li {
            position: relative;
            padding: 7px;
        }

            .details-content-block-03 .items-list li:nth-child(even) {
                background: #f7f8fb;
            }

            .details-content-block-03 .items-list li a {
                color: #505050;
            }

                .details-content-block-03 .items-list li a:hover,
                .details-content-block-03 .items-list li a:focus {
                    color: #2a2a2a;
                }

.value-info-row {
    border-radius: 50px;
    background: #e4e7ee;
    padding: 5px 6px 2px 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .value-info-row .label {
        color: #535c6d;
        font-size: 11px;
        line-height: 1.18;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 3px;
    }

        .value-info-row .label + .content {
            margin-left: 7px;
        }

    .value-info-row .content {
        color: #373a40;
        font-size: 11px;
        line-height: 1.18;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 50px;
        background: #f7f8fa;
        padding: 2px 5px 1px;
        margin-bottom: 3px;
    }

        .value-info-row .content + .content {
            margin-left: 5px;
        }

.details-content-col-right {
    padding-left: 25px;
}

    .details-content-col-right .details-content-block-03 .title {
        padding-left: 12px;
    }

    .details-content-col-right .details-content-block-03 .value-info-row {
        margin-left: 5px;
    }

    .details-content-col-right .details-content-block-03 .items-list li {
        padding-left: 12px;
    }

.showing-result-hold {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .showing-result-hold .left-content {
        font-size: .75rem;
    }

        .showing-result-hold .left-content span {
            display: block;
            padding: .3125rem .9375rem .3125rem 0;
            text-transform: capitalize;
        }

        .showing-result-hold .left-content .title {
            text-transform: uppercase;
            padding-right: 0;
        }

    .showing-result-hold .searched-info {
        padding-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .showing-result-hold .searched-info .item {
            background: #f6f7f8;
            padding: .4375rem .9375rem;
            margin: 0 0 1px 1px;
            position: relative;
            text-transform: capitalize;
        }

.dark-theme .showing-result-hold .searched-info .item {
    background: #404355;
    color: #fff;
}

.showing-result-hold .searched-info .item.view-contact-info {
    padding: 0;
}

.showing-result-hold .name {
    display: block;
    text-transform: capitalize;
    font-size: 2.25rem;
    line-height: 1;
}

.showing-result-hold .link {
    text-transform: capitalize;
    color: inherit;
    display: block;
    padding: .4375rem .9375rem;
    width: 100%;
}

    .showing-result-hold .link:hover {
        color: #0c4d7a;
    }

.dark-theme .showing-result-hold .link {
    color: #fff;
}

    .dark-theme .showing-result-hold .link:hover {
        color: #e6e5e5;
    }

.details-content-col01,
.details-content-col02,
.details-content-col03,
.details-content-col04 {
    color: #505050;
    font-size: 17px;
    line-height: 1.53;
}

    .details-content-col01 .title,
    .details-content-col02 .title,
    .details-content-col03 .title,
    .details-content-col04 .title {
        font-size: 11px;
        line-height: 13px;
        font-weight: 500;
        text-transform: uppercase;
        color: #7a808d;
        height: 29px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%;
        padding-bottom: 11px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .details-content-col01 a,
    .details-content-col02 a,
    .details-content-col03 a,
    .details-content-col04 a {
        color: #307baf;
    }

        .details-content-col01 a:hover,
        .details-content-col01 a:focus,
        .details-content-col02 a:hover,
        .details-content-col02 a:focus,
        .details-content-col03 a:hover,
        .details-content-col03 a:focus,
        .details-content-col04 a:hover,
        .details-content-col04 a:focus {
            color: #205173;
        }

        .details-content-col01 a[href^="tel"],
        .details-content-col02 a[href^="tel"],
        .details-content-col03 a[href^="tel"],
        .details-content-col04 a[href^="tel"] {
            color: #505050;
        }

            .details-content-col01 a[href^="tel"]:hover,
            .details-content-col02 a[href^="tel"]:hover,
            .details-content-col03 a[href^="tel"]:hover,
            .details-content-col04 a[href^="tel"]:hover {
                color: #205173;
            }

    .details-content-col01 address,
    .details-content-col02 address,
    .details-content-col03 address,
    .details-content-col04 address {
        font-style: normal;
        text-transform: uppercase;
    }

.details-content + .details-content {
    padding-top: 29px;
}

.details-content-col01 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.details-content-col02 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
    padding-right: 20px;
}

.details-content-col03 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
    padding-right: 20px;
}

.details-content-col04 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.button-container {
    text-align: center;
    padding-top: 52px;
}

    .button-container .button {
        background: #51aded;
    }

        .button-container .button:hover,
        .button-container .button.hover {
            background: #178adb;
        }

        .button-container .button:focus,
        .button-container .button.focus {
            background: #126dad;
        }

.pagination-container {
    padding-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .pagination-container .pagination {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }

        .pagination-container .pagination.style-01 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: 40%;
            padding-left: 1.25rem;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

.pagination {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .pagination:before,
    .pagination:after {
        content: none;
    }

    .pagination.style-01 li:last-child {
        margin-right: 0;
    }

    .pagination.style-01 li.txt {
        border-radius: 0;
        color: #5b677f;
        padding-left: .25rem;
    }

    .pagination.style-01 li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) a,
    .pagination.style-01 li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) button {
        background: #97a1b6;
    }

        .pagination.style-01 li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) a:hover,
        .pagination.style-01 li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) button:hover {
            background: #6a7896;
        }

    .pagination.style-01 li.current {
        background: #6a7896;
    }

    .pagination .pagination-previous,
    .pagination .pagination-next {
        color: #747474;
        font-size: 1rem;
        height: 35px;
        min-width: 28px;
        position: relative;
    }

        .pagination .pagination-previous.disabled,
        .pagination .pagination-next.disabled {
            display: none;
        }

        .pagination .pagination-previous a,
        .pagination .pagination-previous button,
        .pagination .pagination-next a,
        .pagination .pagination-next button {
            padding: 0;
            color: #747474;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin-top: .125rem;
        }

            .pagination .pagination-previous a:hover,
            .pagination .pagination-previous button:hover,
            .pagination .pagination-next a:hover,
            .pagination .pagination-next button:hover {
                background: none;
                color: #4e4e4e;
            }

            .pagination .pagination-previous a:before,
            .pagination .pagination-previous.disabled:before,
            .pagination .pagination-next a:after,
            .pagination .pagination-next.disabled:after {
                display: none;
            }

    .pagination li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        overflow: hidden;
    }

        .pagination li:first-child,
        .pagination li:last-child {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

        .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) {
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            line-height: 1.8125rem;
        }

            .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) a,
            .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) button {
                background: #424d62;
                height: 35px;
                min-width: 35px;
                -webkit-transition: background .3s ease-in-out;
                transition: background .3s ease-in-out;
            }

                .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) a:hover,
                .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) button:hover {
                    background: #232934;
                }

    .pagination .current {
        height: 35px;
        min-width: 35px;
        background: #232934;
    }

    .pagination .ellipsis {
        height: 35px;
        min-width: 32px;
        position: relative;
    }

        .pagination .ellipsis:after {
            content: "...";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 1.125rem;
            line-height: 1;
            font-weight: 700;
            color: #6a6a6a;
            padding: 0;
            margin-top: -.3125rem;
        }

    .pagination .disabled {
        padding: 0;
        opacity: .5;
    }

.loader-block {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.loaded .loader-block {
    opacity: 0;
    visibility: hidden;
}

.line-scale-pulse-out > div {
    background-color: #ef1d1d;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
    animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
}

    .line-scale-pulse-out > div:nth-child(2),
    .line-scale-pulse-out > div:nth-child(4) {
        -webkit-animation-delay: -.4s !important;
        animation-delay: -.4s !important;
    }

    .line-scale-pulse-out > div:nth-child(1),
    .line-scale-pulse-out > div:nth-child(5) {
        -webkit-animation-delay: -.2s !important;
        animation-delay: -.2s !important;
    }

#wrapper > *:not(.loader-block):not(.info-modal) {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out .5s;
    transition: opacity .2s ease-in-out .5s;
}

.loaded #wrapper > *:not(.loader-block):not(.info-modal) {
    opacity: 1;
}

.disabled {
    opacity: .7;
    pointer-events: none;
}

#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

img {
    vertical-align: top;
    border: none;
}

body {
    min-width: 320px;
    font-size: 14px;
    line-height: 1.38;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
}

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

@media screen and (max-width: 0), screen and (min-width: 48em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }

    .notification {
        font-size: .6875rem;
    }

    .dark-theme .search-form .active-tooltip .slide {
        left: auto !important;
        right: 100% !important;
        margin-right: 15px;
    }

        .dark-theme .search-form .active-tooltip .slide:before {
            border-width: 7.5px 0 7.5px 8px;
            border-color: transparent transparent transparent #131524 !important;
            left: auto;
            right: -.5rem;
        }

    .dark-theme .songs-filter-form .active-tooltip .slide {
        left: auto !important;
        right: 100% !important;
        margin-right: 15px;
    }

        .dark-theme .songs-filter-form .active-tooltip .slide:before {
            border-width: 7.5px 0 7.5px 8px;
            border-color: transparent transparent transparent #131524 !important;
            left: auto;
            right: -.5rem;
        }
}

@media print, screen and (min-width: 48em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }

    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }

    .medium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .medium-offset-0 {
        margin-left: 0;
    }

    .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }

    .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }

    .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }

    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }

    .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }

    .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }

    .medium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }

    .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }

    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-1 > .column,
        .medium-up-1 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-2 > .column,
        .medium-up-2 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-3 > .column,
        .medium-up-3 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-4 > .column,
        .medium-up-4 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-5 > .column,
        .medium-up-5 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-6 > .column,
        .medium-up-6 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%;
        }

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-7 > .column,
        .medium-up-7 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
            max-width: 14.2857142857%;
        }

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .medium-up-8 > .column,
        .medium-up-8 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .row.medium-unstack > .column,
    .row.medium-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }

    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }

    .column-block {
        margin-bottom: 1.875rem;
    }

        .column-block > :last-child {
            margin-bottom: 0;
        }

    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.875rem;
    }

    h3 {
        font-size: 1.5625rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }

    .medium-text-left {
        text-align: left;
    }

    .medium-text-right {
        text-align: right;
    }

    .medium-text-center {
        text-align: center;
    }

    .medium-text-justify {
        text-align: justify;
    }

    .pagination li {
        display: inline-block;
    }

    .reveal {
        min-height: 0;
    }

    .reveal {
        width: 600px;
        max-width: 72.8125rem;
    }

        .reveal .reveal {
            right: auto;
            left: auto;
            margin: 0 auto;
        }

        .reveal.tiny {
            width: 30%;
            max-width: 72.8125rem;
        }

        .reveal.small {
            width: 50%;
            max-width: 72.8125rem;
        }

        .reveal.large {
            width: 90%;
            max-width: 72.8125rem;
        }

    .hide-for-medium {
        display: none !important;
    }

    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    #nav .dropdown {
        position: absolute;
    }
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }

    .status-row .button-status.button-bordered {
        font-size: 13px;
    }
}

@media screen and (min-width: 64em) {
    .dark-theme .details-content-col-left {
        padding-bottom: 55px;
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}

@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }

    .large-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .large-offset-1 {
        margin-left: 8.3333333333%;
    }

    .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-offset-2 {
        margin-left: 16.6666666667%;
    }

    .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .large-offset-4 {
        margin-left: 33.3333333333%;
    }

    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-offset-5 {
        margin-left: 41.6666666667%;
    }

    .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .large-offset-7 {
        margin-left: 58.3333333333%;
    }

    .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .large-offset-8 {
        margin-left: 66.6666666667%;
    }

    .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .large-offset-10 {
        margin-left: 83.3333333333%;
    }

    .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.6666666667%;
    }

    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-1 > .column,
        .large-up-1 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-2 > .column,
        .large-up-2 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-3 > .column,
        .large-up-3 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-4 > .column,
        .large-up-4 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-5 > .column,
        .large-up-5 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-6 > .column,
        .large-up-6 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%;
        }

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-7 > .column,
        .large-up-7 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
            max-width: 14.2857142857%;
        }

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .large-up-8 > .column,
        .large-up-8 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%;
        }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .row.large-unstack > .column,
    .row.large-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }

    .large-collapse > .column,
    .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }

    .large-text-left {
        text-align: left;
    }

    .large-text-right {
        text-align: right;
    }

    .large-text-center {
        text-align: center;
    }

    .large-text-justify {
        text-align: justify;
    }

    .hide-for-large {
        display: none !important;
    }

    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    #nav .dropdown {
        padding-top: 22px;
    }
}

@media screen and (max-width: 550px) {
    .details-content-col03 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .details-content-col04 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 374px) {
    .details-content-block-02.style-01 {
        width: calc(100% - 155px);
    }

    .buttons-block {
        width: 150px;
    }

        .buttons-block a {
            font-size: 11px;
            padding-left: 7px;
            padding-right: 7px;
        }
}

@media screen and (max-width: 89.9375em) {
    .result-hold {
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 74.9375em) {
    #nav {
        padding-left: 1.625rem;
    }

        #nav > ul {
            font-size: 11px;
            margin-left: -23px;
            margin-right: -23px;
        }

            #nav > ul > li > span {
                padding-right: 18px;
                padding-left: 18px;
            }

                #nav > ul > li > span a {
                    letter-spacing: 0;
                    padding-top: 25px;
                    padding-bottom: 25px;
                }

        #nav .dropdown > li > a {
            padding: 0 4px;
        }

    #footer .block {
        padding-left: 0;
    }

    #footer .title {
        padding: 10px 0 7px;
    }

    #footer .text-hold {
        padding-top: 0;
    }

    .features-section {
        padding-bottom: 5rem;
    }

    .songs-filter-form .heading-hold p {
        margin-right: 0;
    }

    .songs-filter-form .heading-hold .songview-logo-container {
        padding-bottom: .3125rem;
    }

    .songs-filter-form .heading-hold .songview-logo {
        width: 190px;
    }

    .songs-filter-form .radio-hold {
        padding: 0 .625rem 0 1.25rem;
    }

    .songs-filter-form .choose-items {
        padding: .5rem .625rem 0 1.25rem;
    }

    .status-row .button-status.button-bordered + .tooltip-hold {
        margin-left: .4375rem;
    }

    .details-content-block-03 table thead tr th:first-child,
    .details-content-block-03 table tbody tr td:first-child {
        padding-right: 8px;
        width: 58%;
    }

    .details-content-block-03 table tbody tr td.expandable .expandable-slide-lt {
        padding-right: 5px;
    }

    .details-content-block-03 table tbody tr td.expandable .expandable-slide-rt {
        padding-right: 0;
    }

    .showing-result-hold .searched-info .item {
        padding-left: .625rem;
        padding-right: .625rem;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large table{
        display: none !important;
    }

    .status-row .tooltip-hold .slide {
        white-space: normal;
    }
    .status-row .tooltip-hold .hold {
        width: 300px;
    }

    #nav {
        padding-left: 1.3125rem;
    }

        #nav > ul {
            margin-left: -18px;
            margin-right: -18px;
        }

            #nav > ul > li > span {
                padding-left: 13px;
                padding-right: 13px;
            }

                #nav > ul > li > span a {
                    padding-top: 26px;
                    padding-bottom: 23px;
                }

    #footer .title {
        font-size: 11px;
    }

    .social-networks strong {
        font-size: 11px;
    }

    .social-networks li {
        padding-bottom: 7px;
    }

    .filter-group .select-hold {
        max-width: 130px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
    }

    .radio-list label {
        font-size: .75rem;
    }

    .search-form .tooltip-hold.tooltip-active .slide {
        left: auto !important;
        right: 100% !important;
        padding: 0 1rem 0 0;
    }

        .search-form .tooltip-hold.tooltip-active .slide:before {
            border-width: 7.5px 0 7.5px 8px;
            border-color: transparent transparent transparent #263148;
            left: auto;
            right: .5rem;
        }

    .article-block {
        padding: 3.125rem 0 .625rem;
    }

        .article-block .text-hold {
            max-width: none;
        }

        .article-block .block {
            margin-bottom: 1.875rem;
        }

    .three-blocks {
        padding: 6.25rem 0 3.125rem;
    }

        .three-blocks > .row:before {
            top: -50px;
            bottom: 0;
        }

        .three-blocks h1 {
            font-size: 1.6875rem;
        }

        .three-blocks .sub-heading {
            font-size: 1.3125rem;
        }

        .three-blocks .block {
            max-width: none;
            padding: 1.875rem 0;
        }

    .features-section {
        padding: 3.125rem 0;
    }

        .features-section h2 {
            font-size: 1.6875rem;
        }

    .dark-theme .search-form .tooltip-active .slide:before {
        border-color: transparent transparent transparent #131524 !important;
    }

    .button-list li {
        padding-left: .3125rem;
    }

    .songs-filter-form .tooltip-active .slide {
        left: auto !important;
        right: 100% !important;
        padding: 0 1rem 0 0;
    }

        .songs-filter-form .tooltip-active .slide:before {
            border-width: 7.5px 0 7.5px 8px;
            border-color: transparent transparent transparent #263148;
            left: auto;
            right: .5rem;
        }

    .songs-filter-form .heading-hold .title {
        font-size: 1.125rem;
        font-weight: 500;
    }

    .songs-filter-form .heading-hold .songview-logo {
        width: 140px;
    }

    .songs-filter-form .radio-hold {
        padding: 0 .625rem;
    }

    .songs-filter-form .choose-items {
        padding: .5rem .625rem 0;
    }

        .songs-filter-form .choose-items:after {
            bottom: 0;
        }

    .songs-filter-form .search-btn-hold .button {
        min-width: 6.25rem;
    }

    .dark-theme .songs-filter-form .tooltip-active .slide:before {
        border-color: transparent transparent transparent #131524 !important;
    }

    .dark-theme .result-list .opener .song-title,
    .dark-theme .result-list .opener-no-link .song-title {
        background: #131524;
    }

    .dark-theme .result-list .opener table tr td:nth-child(3) .title,
    .dark-theme .result-list .opener-no-link table tr td:nth-child(3) .title {
        color: #7a808d;
    }

    .dark-theme .result-list .opener table tr td:nth-child(4):before,
    .dark-theme .result-list .opener-no-link table tr td:nth-child(4):before {
        border-left: 1px dotted #939498;
    }

    .search-result-bar .name {
        font-size: 1.75rem;
    }

    .result-hold {
        padding-top: 1.5625rem;
        padding-bottom: 3.125rem;
    }

        .result-hold .result-header {
            margin-bottom: 1.0625rem;
        }

            .result-hold .result-header .showing-result {
                font-size: .75rem;
                line-height: 1.17;
            }

    .result-list {
        margin-left: -.8125rem;
        margin-right: -.8125rem;
    }

        .result-list.result-list--style01 .opener table tr td:first-child,
        .result-list.result-list--style01 .opener-no-link table tr td:first-child {
            width: 100%;
        }

        .result-list.result-list--style01 .opener table tr td:nth-child(2),
        .result-list.result-list--style01 .opener-no-link table tr td:nth-child(2) {
            width: 47.4%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 47.4%;
            flex: 0 0 47.4%;
            max-width: 47.4%;
            display: block;
        }

        .result-list.result-list--style01 .opener table tr td:nth-child(3),
        .result-list.result-list--style01 .opener-no-link table tr td:nth-child(3) {
            width: 100%;
        }

        .result-list.result-list--style01 .opener table tr td:nth-child(2),
        .result-list.result-list--style01 .opener table tr td:nth-child(4),
        .result-list.result-list--style01 .opener-no-link table tr td:nth-child(2),
        .result-list.result-list--style01 .opener-no-link table tr td:nth-child(4) {
            padding: 14px 13px 15px;
        }

        .result-list.result-list--style01 .opener table tr td:nth-child(4),
        .result-list.result-list--style01 .opener-no-link table tr td:nth-child(4) {
            width: 52.6%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 52.6%;
            flex: 0 0 52.6%;
            max-width: 52.6%;
            display: block;
            position: relative;
            padding-left: 19px;
            padding-right: 19px;
        }

            .result-list.result-list--style01 .opener table tr td:nth-child(4):before,
            .result-list.result-list--style01 .opener-no-link table tr td:nth-child(4):before {
                content: "";
                position: absolute;
                left: 0;
                top: 12px;
                bottom: 16px;
                width: 1px;
                border-left: 1px dotted #939498;
            }

        .result-list.result-list--style01 .opener table tr td:last-child,
        .result-list.result-list--style01 .opener-no-link table tr td:last-child {
            padding: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: none;
            position: static;
        }

            .result-list.result-list--style01 .opener table tr td:last-child:before,
            .result-list.result-list--style01 .opener-no-link table tr td:last-child:before {
                content: none;
            }

        .result-list.result-list--style02 .opener table tr td:first-child,
        .result-list.result-list--style02 .opener-no-link table tr td:first-child {
            width: 100%;
        }

        .result-list.result-list--style02 .opener table tr td:nth-child(2),
        .result-list.result-list--style02 .opener-no-link table tr td:nth-child(2) {
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 47.4%;
            flex: 0 0 47.4%;
            max-width: 47.4%;
            display: block;
        }

        .result-list.result-list--style02 .opener table tr td:nth-child(3),
        .result-list.result-list--style02 .opener-no-link table tr td:nth-child(3) {
            width: 100%;
        }

        .result-list.result-list--style02 .opener table tr td:nth-child(2),
        .result-list.result-list--style02 .opener table tr td:nth-child(4),
        .result-list.result-list--style02 .opener-no-link table tr td:nth-child(2),
        .result-list.result-list--style02 .opener-no-link table tr td:nth-child(4) {
            padding: 14px 13px 15px;
        }

        .result-list.result-list--style02 .opener table tr td:nth-child(4),
        .result-list.result-list--style02 .opener-no-link table tr td:nth-child(4) {
            width: 52.6%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 52.6%;
            flex: 0 0 52.6%;
            max-width: 52.6%;
            display: block;
            position: relative;
        }

            .result-list.result-list--style02 .opener table tr td:nth-child(4):before,
            .result-list.result-list--style02 .opener-no-link table tr td:nth-child(4):before {
                content: "";
                position: absolute;
                left: 0;
                top: 12px;
                bottom: 16px;
                width: 1px;
                border-left: 1px dotted #939498;
            }

        .result-list.result-list--style02 .opener table tr td:last-child,
        .result-list.result-list--style02 .opener-no-link table tr td:last-child {
            padding: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: none;
            position: static;
        }

        .result-list.result-list--style02 > ul > li.view-details .opener table tr td:nth-child(2),
        .result-list.result-list--style02 > ul > li.view-details .opener table tr td:nth-child(4) {
            max-height: 0;
            padding: 0;
            overflow: hidden;
        }

        .result-list.result-list--style03 .opener table tr td:first-child {
            width: 100%;
        }

        .result-list.result-list--style03 .opener table tr td:nth-child(2) {
            display: block;
            width: 47.4%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 47.4%;
            flex: 0 0 47.4%;
            max-width: 47.4%;
        }

        .result-list.result-list--style03 .opener table tr td:nth-child(2),
        .result-list.result-list--style03 .opener table tr td:nth-child(3) {
            padding: 14px 13px 15px;
        }

        .result-list.result-list--style03 .opener table tr td:nth-child(3) {
            display: block;
            width: 52.6%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 52.6%;
            flex: 0 0 52.6%;
            max-width: 52.6%;
            position: relative;
            padding-left: 19px;
            padding-right: 19px;
        }

            .result-list.result-list--style03 .opener table tr td:nth-child(3):before {
                content: "";
                position: absolute;
                left: 0;
                top: 12px;
                bottom: 16px;
                width: 1px;
                border-left: 1px dotted #939498;
            }

        .result-list.result-list--style03 .opener table tr td:last-child {
            padding: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: none;
        }

        .result-list.result-list--style03 > ul > li.view-details .opener table tr td:nth-child(2),
        .result-list.result-list--style03 > ul > li.view-details .opener table tr td:nth-child(3) {
            max-height: 0;
            padding: 0;
            overflow: hidden;
        }

        .result-list.result-list--style03 .details-slide-holder {
            padding: 15px 5px 25px;
        }

        .result-list.result-list--style03 .details-content-row {
            padding-bottom: 0;
        }

        .result-list.result-list--style04 .opener table tr td:first-child,
        .result-list.result-list--style04 .opener-no-link table tr td:first-child {
            width: 100%;
        }

        .result-list.result-list--style04 .opener table tr td:nth-child(2),
        .result-list.result-list--style04 .opener-no-link table tr td:nth-child(2) {
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 14px 13px 15px;
            display: block;
        }

        .result-list.result-list--style04 .opener table tr td:last-child,
        .result-list.result-list--style04 .opener-no-link table tr td:last-child {
            padding: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: none;
            display: block;
            position: static;
        }

        .result-list.result-list--style05 .opener table tr td:first-child,
        .result-list.result-list--style05 .opener-no-link table tr td:first-child {
            width: 100%;
        }

        .result-list.result-list--style05 .opener table tr td:nth-child(3),
        .result-list.result-list--style05 .opener-no-link table tr td:nth-child(3) {
            display: block;
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 47.4%;
            flex: 0 0 47.4%;
            max-width: 47.4%;
            padding: 14px 13px 15px;
        }

        .result-list.result-list--style05 .opener table tr td:nth-child(4),
        .result-list.result-list--style05 .opener-no-link table tr td:nth-child(4) {
            display: block;
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 52.6%;
            flex: 0 0 52.6%;
            max-width: 52.6%;
            position: relative;
            padding-left: 19px;
            padding-right: 19px;
        }

            .result-list.result-list--style05 .opener table tr td:nth-child(4):before,
            .result-list.result-list--style05 .opener-no-link table tr td:nth-child(4):before {
                content: "";
                position: absolute;
                left: 0;
                top: 12px;
                bottom: 16px;
                width: 1px;
                border-left: 1px dotted #939498;
            }

        .result-list.result-list--style05 .opener table tr td:nth-child(5),
        .result-list.result-list--style05 .opener-no-link table tr td:nth-child(5) {
            position: static;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: none;
            padding: 0;
        }

            .result-list.result-list--style05 .opener table tr td:nth-child(5):before,
            .result-list.result-list--style05 .opener-no-link table tr td:nth-child(5):before {
                content: none;
            }

        .result-list.result-list--style05 > ul > li.view-details .opener table tr td:nth-child(3),
        .result-list.result-list--style05 > ul > li.view-details .opener table tr td:nth-child(4) {
            max-height: 0;
            padding: 0;
            overflow: hidden;
        }

        .result-list.result-list--style06 .details-slide-holder {
            padding: 15px 5px 25px;
        }

        .result-list.result-list--style06 li.view-details .opener table tr td:nth-child(2),
        .result-list.result-list--style06 li.view-details .opener-no-link table tr td:nth-child(2) {
            display: none;
        }

        .result-list.result-list--style06 .opener table tr td:first-child,
        .result-list.result-list--style06 .opener-no-link table tr td:first-child {
            width: 100%;
        }

        .result-list.result-list--style06 .opener table tr td:nth-child(2),
        .result-list.result-list--style06 .opener-no-link table tr td:nth-child(2) {
            width: 47.4%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 47.4%;
            flex: 0 0 47.4%;
            max-width: 47.4%;
            display: block;
        }

        .result-list.result-list--style06 .opener table tr td:nth-child(3),
        .result-list.result-list--style06 .opener-no-link table tr td:nth-child(3) {
            width: 100%;
        }

        .result-list.result-list--style06 .opener table tr td:nth-child(2),
        .result-list.result-list--style06 .opener table tr td:nth-child(4),
        .result-list.result-list--style06 .opener-no-link table tr td:nth-child(2),
        .result-list.result-list--style06 .opener-no-link table tr td:nth-child(4) {
            padding: 14px 13px 15px;
        }

        .result-list.result-list--style06 .opener table tr td:nth-child(4),
        .result-list.result-list--style06 .opener-no-link table tr td:nth-child(4) {
            width: 52.6%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 52.6%;
            flex: 0 0 52.6%;
            max-width: 52.6%;
            display: block;
            position: relative;
            padding-left: 19px;
            padding-right: 19px;
        }

            .result-list.result-list--style06 .opener table tr td:nth-child(4):before,
            .result-list.result-list--style06 .opener-no-link table tr td:nth-child(4):before {
                content: "";
                position: absolute;
                left: 0;
                top: 12px;
                bottom: 16px;
                width: 1px;
                border-left: 1px dotted #939498;
            }

        .result-list.result-list--style06 .opener table tr td:last-child,
        .result-list.result-list--style06 .opener-no-link table tr td:last-child {
            padding: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: none;
            position: static;
        }

            .result-list.result-list--style06 .opener table tr td:last-child:before,
            .result-list.result-list--style06 .opener-no-link table tr td:last-child:before {
                content: none;
            }

        .result-list .opener,
        .result-list .opener-no-link {
            padding-right: 0;
            border-radius: 0;
        }

            .result-list .opener .tooltip-hold .hold,
            .result-list .opener-no-link .tooltip-hold .hold {
                max-height: 37px;
            }

            .result-list .opener table,
            .result-list .opener-no-link table {
                display: block;
            }

                .result-list .opener table tbody,
                .result-list .opener-no-link table tbody {
                    display: block;
                }

                .result-list .opener table tr,
                .result-list .opener-no-link table tr {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                }

                    .result-list .opener table tr td,
                    .result-list .opener-no-link table tr td {
                        padding: 0;
                        height: auto;
                    }

                        .result-list .opener table tr td:first-child,
                        .result-list .opener-no-link table tr td:first-child {
                            width: 100%;
                            display: block;
                            -webkit-box-flex: 0;
                            -ms-flex: 0 0 100%;
                            flex: 0 0 100%;
                            max-width: 100%;
                            height: 40px;
                            background: #3f4248;
                            padding: 8px 45px 6px 14px;
                            color: #fff;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden;
                        }

                        .result-list .opener table tr td:nth-child(2),
                        .result-list .opener-no-link table tr td:nth-child(2) {
                            width: 100%;
                        }

                        .result-list .opener table tr td:nth-child(3),
                        .result-list .opener-no-link table tr td:nth-child(3) {
                            width: 100%;
                        }

                        .result-list .opener table tr td:nth-child(2),
                        .result-list .opener table tr td:nth-child(3),
                        .result-list .opener-no-link table tr td:nth-child(2),
                        .result-list .opener-no-link table tr td:nth-child(3) {
                            display: none;
                        }

                        .result-list .opener table tr td:nth-child(4),
                        .result-list .opener table tr td:nth-child(5),
                        .result-list .opener-no-link table tr td:nth-child(4),
                        .result-list .opener-no-link table tr td:nth-child(5) {
                            padding: 14px 13px 15px;
                        }

                            .result-list .opener table tr td:nth-child(4) .title,
                            .result-list .opener table tr td:nth-child(5) .title,
                            .result-list .opener-no-link table tr td:nth-child(4) .title,
                            .result-list .opener-no-link table tr td:nth-child(5) .title {
                                display: block;
                                width: 100%;
                                font-size: 11px;
                                line-height: 1.18;
                                font-weight: 500;
                                text-transform: uppercase;
                                color: #7a808d;
                                padding-bottom: 3px;
                            }

                        .result-list .opener table tr td:nth-child(4),
                        .result-list .opener-no-link table tr td:nth-child(4) {
                            -webkit-box-flex: 0;
                            -ms-flex: 0 0 47.4%;
                            flex: 0 0 47.4%;
                            max-width: 47.4%;
                            width: 47.4%;
                            display: block;
                        }

                        .result-list .opener table tr td:nth-child(5),
                        .result-list .opener-no-link table tr td:nth-child(5) {
                            width: 52.6%;
                            position: relative;
                            -webkit-box-flex: 0;
                            -ms-flex: 0 0 52.6%;
                            flex: 0 0 52.6%;
                            max-width: 52.6%;
                            padding-left: 19px;
                            padding-right: 19px;
                            display: block;
                        }

                            .result-list .opener table tr td:nth-child(5):before,
                            .result-list .opener-no-link table tr td:nth-child(5):before {
                                content: "";
                                position: absolute;
                                left: 0;
                                top: 12px;
                                bottom: 16px;
                                width: 1px;
                                border-left: 1px dotted #939498;
                            }

            .result-list .opener .tooltip-hold,
            .result-list .opener-no-link .tooltip-hold {
                margin: 0 0 0 -14px;
                left: 2px;
            }

            .result-list .opener .tooltip-opener,
            .result-list .opener-no-link .tooltip-opener {
                left: 1px;
            }

            .result-list .opener .song-title,
            .result-list .opener-no-link .song-title {
                color: #fff;
                font-size: 18px;
            }

            .result-list .opener .opener-icon,
            .result-list .opener-no-link .opener-icon {
                bottom: auto;
                width: 42px;
                height: 40px;
                border-radius: 1px;
                background: #d6dae2;
            }

            .result-list .opener .opener-arrow,
            .result-list .opener-no-link .opener-arrow {
                bottom: auto;
                width: 42px;
                height: 40px;
                border-radius: 1px;
                background: #d6dae2;
            }

        .result-list > ul > li {
            border-top: none;
        }

            .result-list > ul > li.view-details .opener table tr td:nth-child(4),
            .result-list > ul > li.view-details .opener table tr td:nth-child(5) {
                max-height: 0;
                padding: 0;
                overflow: hidden;
            }

    .details-slide {
        padding: 0 10px;
        border-top: none;
    }

    .details-content-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        padding-bottom: 60px;
    }

    [class^="details-content-col-"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        [class^="details-content-col-"] + [class^="details-content-col-"] {
            border-left: none;
        }

    .details-content-col-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 15px;
        padding-right: 0;
        border-bottom: 1px dotted #bec0c4;
        padding-bottom: 5px;
        position: static;
    }

    .status-row {
        margin: 0;
    }

        .status-row + .details-content-block-01 {
            margin-top: 0;
        }

        .status-row .button-status.button-bordered {
            min-height: 0;
            padding: 3px 8px 2px 4px;
        }

            .status-row .button-status.button-bordered:after {
                content: none;
            }

    .details-content-block-01 + .details-content-block-02 {
        margin-top: 4px;
        padding-bottom: 10px;
    }

    .details-content-block-01 ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 10px 10px 0 !important;
    }

        .details-content-block-01 ul li:nth-child(even) {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .details-content-block-01 ul li:first-child {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

            .details-content-block-01 ul li:first-child:empty {
                display: none;
            }

                .details-content-block-01 ul li:first-child:empty ~ li {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 33.33%;
                    flex: 0 0 33.33%;
                    max-width: 33.33%;
                }

    .details-content-block-01 .title {
        height: auto;
    }

    .details-content-block-02 + .details-content-block-02 {
        margin-top: 0;
    }

    .details-content-block-02.style-01 {
        position: absolute;
        left: 0;
        bottom: 23px;
        padding-left: 18px;
        width: calc(100% - 180px);
    }

        .details-content-block-02.style-01 .object {
            left: 0;
        }

    .details-content-block-02 .object {
        left: -7px;
    }

    .buttons-block {
        padding-left: 0;
        left: auto;
        right: 0;
        bottom: 19px;
        width: 170px;
    }

        .buttons-block ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            .buttons-block ul li + li {
                padding-top: 0;
                padding-left: 6px;
            }

    .details-content-col-middle {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .details-content-block-03 {
        border-bottom: 1px dotted #bec0c4;  
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .details-content-block-03:first-child {
            padding-top: 15px;
        }

        .details-content-block-03:last-child {
            padding-bottom: 15px;
            border-bottom: 1px dotted #bec0c4;
        }

        .details-content-block-03 table thead tr th:first-child,
        .details-content-block-03 table tbody tr td:first-child {
            width: 57%;
        }

        .details-content-block-03 table thead tr th:nth-child(2),
        .details-content-block-03 table tbody tr td:nth-child(2) {
            width: 22%;
        }

        .details-content-block-03 table tbody tr td .object {
            left: -6px;
        }

    .value-info-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .details-content-col-right {
        padding-left: 0;
    }

        .details-content-col-right .details-content-block-03:last-child {
            padding-bottom: 15px;
        }

    .showing-result-hold .name {
        font-size: 1.75rem;
    }

    .details-content-col01,
    .details-content-col02,
    .details-content-col03,
    .details-content-col04 {
        font-size: 15px;
        line-height: 1.4;
    }

        .details-content-col01 .title,
        .details-content-col02 .title,
        .details-content-col03 .title,
        .details-content-col04 .title {
            height: auto;
            padding-bottom: 5px;
        }

    .details-content + .details-content {
        padding-top: 20px;
    }

    .pagination-container {
        padding-top: 1.875rem;
    }

    body {
        font-size: 12px;
        line-height: 1.33;
    }
}

@media screen and (max-width: 56.25em) {
    .view-contact-info .view-contact-slide {
        left: 100%;
        right: -15px;
        -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        transform: translateX(-30%);
        min-width: 300px;
    }

    .view-contact-info .contact-info {
        font-size: 9px;
        padding: 5px;
    }

        .view-contact-info .contact-info:before {
            border-width: 0 7px 9px;
            left: 12%;
        }
}

@media screen and (max-width: 47.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }

    .hide-for-small-only {
        display: none !important;
    }

    .show-for-medium {
        display: none !important;
    }

    .jcf-select .jcf-select-text {
        margin: 10px 35px 0 11px;
    }

    .logo {
        width: 3.5rem;
        margin-left: -.8125rem;
    }

    .nav-opener {
        display: block;
    }

    #nav {
        background: #000;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        padding-left: 0;
        max-height: calc(100vh - 56px);
        overflow: auto;
    }

        #nav > ul {
            margin-left: 0;
            margin-right: 0;
            font-size: 14px;
            padding-top: 1.8125rem;
            padding-bottom: 1.25rem;
            text-align: center;
            float: none;
        }

            #nav > ul > li {
                float: none;
                position: relative;
            }

                #nav > ul > li + li {
                    margin-top: 27px;
                }

                #nav > ul > li.hover > a {
                    color: #fff;
                }

                #nav > ul > li.drop-active .mobile-drop-opener {
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

                #nav > ul > li .mobile-drop-opener {
                    display: block;
                    padding: 0;
                }

                #nav > ul > li > span {
                    padding-left: 49px;
                    padding-right: 49px;
                }

                    #nav > ul > li > span a {
                        display: block;
                        padding: 0;
                    }

        #nav .drop-active2 .dropdown {
            display: block !important;
        }

        #nav .dropdown {
            background: #222;
            margin: 18px auto -8px;
            width: 83%;
            font-size: 16px;
            padding-top: 14px;
            opacity: 1 !important;
        }

            #nav .dropdown:after {
                display: none;
            }

            #nav .dropdown > li {
                display: block;
            }

                #nav .dropdown > li + li {
                    margin-top: 18px;
                }

                    #nav .dropdown > li + li:before {
                        display: none;
                    }

                #nav .dropdown > li > a {
                    text-transform: capitalize;
                    color: #fff;
                    border-bottom: 2px solid transparent;
                    font-weight: 500;
                    letter-spacing: 0;
                }

                    #nav .dropdown > li > a:hover {
                        border-bottom: 2px solid #ef1d1d;
                        color: #fff;
                    }

    #footer {
        text-align: center;
        padding: 22px 0 19px;
    }

        #footer .text-hold {
            padding-bottom: 11px;
            padding-top: 11px;
        }

        #footer .social-networks ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            #footer .social-networks ul li {
                padding: 0 7px;
            }

    .footer-t {
        padding-bottom: 0;
    }

    hr {
        margin: -2px 0 11px;
    }

    .filter-group {
        display: block;
        margin-bottom: 31px;
    }

        .filter-group input[type="text"],
        .filter-group select {
            height: 51px;
        }

        .filter-group .select-hold {
            margin: 0 0 -.125rem;
            max-width: none;
        }

    .radio-list li {
        margin-bottom: 10px;
    }

    .radio-list label {
        font-size: .9375rem;
    }

    .radio-list .jcf-radio {
        left: .125rem;
        top: .125rem;
    }

    .search-form {
        padding: .9375rem 0 2.1875rem;
    }

        .search-form input[type="text"] {
            height: 3.125rem;
            font-size: .875rem;
            padding: .3125rem .8125rem .0625rem;
        }

        .search-form h1 {
            font-size: 1.75rem;
            margin-bottom: 1.6875rem;
        }

        .search-form label mark {
            font-size: .75rem;
            line-height: 1rem;
        }

        .search-form .jcf-select {
            height: 3.125rem;
        }

        .search-form .jcf-select-text {
            font-size: .875rem;
            margin: .6875rem 2.375rem 0 .75rem;
        }

        .search-form .filter-group {
            display: block;
            padding: 0;
            margin-bottom: 1.875rem;
        }

            .search-form .filter-group .select-hold {
                max-width: none;
            }

        .search-form .tooltip-hold {
            position: absolute;
            right: .9375rem;
            top: 3.125rem;
        }

        .search-form .radio-hold {
            padding: 0 3.75rem 0 0;
            max-width: none;
        }

            .search-form .radio-hold .title {
                font-size: .75rem;
                color: #abb0ba;
            }

        .search-form .head {
            max-width: none;
        }

        .search-form .radio-list label {
            color: #fff;
        }

        .search-form .songview-logo {
            width: 175px;
        }

        .search-form .text-wrap {
            font-size: .875rem;
        }

    .form-footer button {
        display: block;
        width: 100%;
        font-size: 1.125rem;
        height: 3.8125rem;
    }

    .form-footer .link-hold {
        padding-top: 1.8125rem;
    }

    .notification {
        text-align: center;
        padding: .4375rem 0;
    }

        .notification span {
            display: block;
        }

    .button {
        font-size: 1.125rem;
    }

    .article-block h1 {
        font-size: 1.6875rem;
    }

    .article-block .thumb {
        display: block;
    }

        .article-block .thumb .img-hold {
            max-width: none;
            margin: 0 0 1.25rem;
        }

        .article-block .thumb img {
            width: 100%;
        }

    .three-blocks .block {
        border-width: 2px;
    }

    .features-section {
        font-size: .875rem;
    }

        .features-section .block {
            text-align: center;
            padding: 0;
            border: none;
        }

    .dark-theme .search-form .tooltip-hold .hold {
        background: #131524;
        color: #fff;
    }

    .dark-theme .search-form .tooltip-hold .slide:before {
        border-color: transparent transparent transparent #131524;
    }

    .dark-theme .search-form .head .title {
        color: #abb0ba;
    }

    .info-modal .btn-hold .button {
        font-size: 16px;
    }

    .info-modal .content {
        padding: 1.25rem .625rem;
    }

    .info-modal .btn-close {
        top: .3125rem;
        right: .3125rem;
    }

    #main {
        padding-top: 3.5rem;
    }

    .button-status {
        font-size: 1.125rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    .page-header {
        padding: .5rem 0 .4375rem;
    }

    .main-container {
        line-height: 1.3333;
        padding: .6875rem 0 0;
    }

        .main-container .main-title {
            font-size: 1rem;
            line-height: 1.2813;
            margin-bottom: 11px;
        }

        .main-container p {
            margin-bottom: 1rem;
        }

    .disclaimer .button {
        width: 100%;
    }

    .page-footer {
        padding: .625rem 0;
        margin-top: -1.3125rem;
    }

        .page-footer .button {
            font-size: .875rem;
            line-height: 1.2;
            padding: .625rem .9375rem;
        }

        .page-footer .link-hold {
            font-size: .875rem;
            padding-top: .625rem;
        }

    .faq-page h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .faq-page h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .faq-page .main-container {
        padding: 1.5625rem 0;
    }

    .faq-page .text-hold {
        max-width: none;
    }

    .faq-page .block {
        padding-bottom: .625rem;
        margin-bottom: 1.25rem;
    }

    .button-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 10px;
    }

        .button-list li {
            padding: 2px 20px 2px 3px;
        }

            .button-list li:last-child {
                padding-right: 0;
            }

        .button-list .button {
            background: none;
            padding: 0;
            color: #307baf;
            min-width: 0;
            min-height: 0;
            display: block;
        }

            .button-list .button:hover,
            .button-list .button:focus {
                background: none;
                color: #205173;
            }

        .button-list .expand {
            min-width: 72px;
            padding-left: 0;
            padding-right: 0;
        }

    .tooltip-hold .tooltip-opener:after {
        font-size: .9375rem;
    }

    .status-row .tooltip-hold .hold {
        max-height: 151px;
        width: 300px;
    }

    .tooltip-hold .tooltip-opener {
        width: 1.75rem;
        height: 1.75rem;
    }

    .songs-filter-form {
        padding: 0;
        background: #e7e9ed;
        position: relative;
    }

        .songs-filter-form > .row {
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

        .songs-filter-form .triggers {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .songs-filter-form .tooltip-hold {
            position: absolute;
            right: .9375rem;
            top: 3.125rem;
        }

        .songs-filter-form input[type="text"] {
            border-color: #fff;
        }

        .songs-filter-form .jcf-select {
            height: 3.1875rem;
            border-color: #383c41;
            background: #383c41;
        }

            .songs-filter-form .jcf-select.jcf-drop-active .jcf-select-opener::after {
                border-color: transparent transparent #fff transparent;
            }

            .songs-filter-form .jcf-select .jcf-select-text {
                color: #fff;
            }

            .songs-filter-form .jcf-select .jcf-select-opener::after {
                border-color: #fff transparent transparent transparent;
            }

        .songs-filter-form .jcf-list {
            background: #383c41;
        }

            .songs-filter-form .jcf-list .jcf-option {
                color: #fff;
            }

        .songs-filter-form .row {
            height: 55px;
        }

        .songs-filter-form .heading-hold {
            max-width: 100%;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            background: #fff;
            padding: 1.0625rem .9375rem .75rem;
        }

            .songs-filter-form .heading-hold p {
                display: none;
            }

            .songs-filter-form .heading-hold .songview-logo-container {
                padding-bottom: 0;
            }

            .songs-filter-form .heading-hold .songview-logo {
                width: 125px;
            }

        .songs-filter-form .right-block {
            display: none;
            padding: 1.6875rem .625rem;
            width: 100%;
            overflow-y: auto;
            z-index: 3;
            background: #54585f;
            position: absolute;
            left: 0;
            top: 100%;
        }

        .songs-filter-form .radio-hold {
            padding: 0 3.75rem 1.9375rem 0;
            max-width: none;
            color: #fff;
        }

            .songs-filter-form .radio-hold .title {
                font-size: .75rem;
                color: #abb0ba;
            }

        .songs-filter-form .head {
            max-width: none;
        }

        .songs-filter-form .choose-items {
            padding: 0 0 1.8125rem;
            max-width: none;
        }

            .songs-filter-form .choose-items:after {
                content: none;
            }

        .songs-filter-form .search-btn-hold {
            max-width: none;
            padding: 0;
        }

            .songs-filter-form .search-btn-hold .button {
                float: none;
                width: 100%;
            }

        .songs-filter-form .cancel-hold {
            display: block;
        }

            .songs-filter-form .cancel-hold .close {
                color: #fff;
            }

                .songs-filter-form .cancel-hold .close:hover {
                    color: #ef1d1d;
                }

                .songs-filter-form .cancel-hold .close:before {
                    color: #babbc9;
                }

        .songs-filter-form .radio-list label {
            color: #fff;
        }

    .dark-theme .songs-filter-form .heading-hold {
        background: #404355;
        padding-top: 9px;
        padding-bottom: 3px;
    }

        .dark-theme .songs-filter-form .heading-hold .title {
            color: #37383b;
        }

    .dark-theme .songs-filter-form .tooltip-hold .hold {
        background: #131524;
        color: #fff;
    }

    .dark-theme .songs-filter-form .tooltip-hold .slide:before {
        border-color: transparent transparent transparent #131524;
    }

    .dark-theme .songs-filter-form .head .title {
        color: #abb0ba;
    }

    .dark-theme .songs-filter-form .cancel-hold .close:hover {
        color: #ef1d1d;
    }

    .dark-theme .songs-filter-form .jcf-select {
        border-color: #383c41;
        background: #383c41;
    }

    .dark-theme .songs-filter-form input[type="text"] {
        border-color: #fff;
    }

    .dark-theme .result-hold .result-header .button-list .button.secondary {
        background: none;
        color: #fff;
    }

        .dark-theme .result-hold .result-header .button-list .button.secondary:hover {
            background: none;
            color: #757890;
        }

    .view-contact-info .view-contact-slide {
        left: 100%;
        right: 0px;
    }

    .view-contact-info .contact-info {
        font-size: 12px;
    }

        .view-contact-info .contact-info:before {
            border-width: 0 6px 8px;
        }

        .view-contact-info .contact-info a {
            word-break: break-all;
        }

    .search-result-bar .title {
        font-size: .625rem;
    }

    .search-result-bar .name {
        font-size: 1.25rem;
    }

    .result-hold {
        padding-top: .875rem;
        padding-bottom: 1.5625rem;
    }

        .result-hold .result-header .button-list li {
            padding: .3125rem .1875rem .3125rem .625rem;
        }

        .result-hold .result-header--style01 .button-list {
            padding: .9375rem 0 0;
        }

    .result-list > ul > li {
        margin-top: 0;
    }

    .result-list .tooltip-hold .tooltip-opener {
        width: 1.375rem;
        height: 1.375rem;
    }

        .result-list .tooltip-hold .tooltip-opener:after {
            font-size: 12px;
        }

    .details-content-block-03 table thead tr th:first-child,
    .details-content-block-03 table tbody tr td:first-child {
        width: 48%;
    }

    .details-content-block-03 table thead tr th:nth-child(2),
    .details-content-block-03 table tbody tr td:nth-child(2) {
        width: 26%;
    }

    .details-content-block-03 table tbody tr td.expandable .expandable-slide-rt {
        padding-right: 0;
    }

    .value-info-row {
        padding-right: 12px;
        padding-left: 12px;
    }

    .showing-result-hold .left-content {
        font-size: .625rem;
    }

    .showing-result-hold .searched-info {
        position: relative;
    }

    .showing-result-hold .name {
        font-size: 1.25rem;
    }

    .details-content-col01,
    .details-content-col02,
    .details-content-col03,
    .details-content-col04 {
        padding-bottom: 30px;
    }

    .details-content + .details-content {
        padding-top: 15px;
    }

    .details-content-col01 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .details-content-col02 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
    }

    .details-content-col03 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
    }

    .details-content-col04 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .button-container {
        padding-top: 15px;
    }

        .button-container .button {
            display: block;
        }

    .pagination-container {
        padding-top: 1.25rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pagination-container .pagination {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .pagination-container .pagination.style-01 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                padding-left: 0;
                padding-top: .9375rem;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

    .pagination .pagination-previous,
    .pagination .pagination-next {
        font-size: .875rem;
        height: 25px;
        min-width: 25px;
    }

    .pagination li {
        border-radius: 15px;
    }

        .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) {
            line-height: 1.25rem;
        }

            .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) a,
            .pagination li:not(.pagination-next):not(.pagination-previous):not(.ellipsis) button {
                height: 25px;
                min-width: 25px;
            }

    .pagination .current {
        height: 25px;
        min-width: 25px;
    }

    .pagination .ellipsis {
        height: 25px;
        min-width: 20px;
    }

        .pagination .ellipsis:after {
            font-size: .9375rem;
            margin-top: -.1875rem;
        }
}

@media screen and (max-width: 40em) {
    .search-result-bar .searched-result-hold {
        display: block;
    }

    .search-result-bar .right-content {
        padding: 10px 0 0;
    }

    .result-hold .result-header .button-list {
        max-width: none;
        padding-left: 0;
    }

        .result-hold .result-header .button-list li {
            padding: .3125rem;
        }

    .result-hold .result-header--style01 {
        display: block;
    }

    .showing-result-hold .searched-info .item {
        max-width: 100%;
        padding: .3125rem;
    }

    .showing-result-hold .link {
        padding: .3125rem;
    }

    .view-contact-info .view-contact-slide {
        left: -100%;
        right: 0px;
    }

    .view-contact-info .contact-info:before {
        border-width: 0 7px 9px;
        left: 82%;
    }
}

@media screen and (max-width: 29em){
    .view-contact-info .view-contact-slide {
        left: 90%;
        right: 0px;
    }

    .view-contact-info .contact-info:before {
        border-width: 0 7px 9px;
        left: 12%;
    }
}

@media screen and (max-width: 34.375em) {
    .details-content-block-01 ul li:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    
}

@media screen and (max-width: 30em) {
    .info-modal .btn-hold .button {
        min-width: 100px;
        font-size: 14px;
        margin: 5px;
    }

    .info-modal .help-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 25em) {
    .radio-list .slide {
        min-width: 150px;
    }
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        .ir a:after,
        a[href^="javascript:"]:after,
        a[href^="#"]:after {
            content: "";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #4a4a4a;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .print-break-inside {
        page-break-inside: auto;
    }

    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
        min-width: 0 !important;
        height: auto !important;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
        border: none !important;
        page-break-before: avoid !important;
    }

        * p {
            font-size: 12px !important;
        }

    a {
        text-decoration: none;
    }

        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: "";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
    }

    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    h4 {
        font-size: 14px !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .tel[href^="tel"]:after {
        content: "";
    }

    .row {
        max-width: none !important;
    }

    .blue-dot {
        width: 0;
        height: 0;
        border: 3px solid #000 !important;
        text-indent: -9999px;
        overflow: hidden;
    }

    .red-dot {
        width: 0;
        height: 0;
        border: 3px solid #000 !important;
        text-indent: -9999px;
        overflow: hidden;
    }

    .result-header--print + .result-list {
        padding-top: 50px !important;
    }

    #header {
        position: static !important;
    }

    #nav {
        display: none;
    }

    #footer {
        display: none;
    }

    .search-form {
        display: none;
    }

        .search-form label mark {
            font-size: 12px;
        }

    .notification {
        display: none;
    }

    .article-block {
        padding: 0 0 50px;
    }

        .article-block .thumb {
            display: block;
        }

    .list .button-status {
        display: none;
    }

    .three-blocks {
        padding: 0 0 50px;
    }

        .three-blocks > .row:before {
            display: none;
        }

    .features-section {
        padding: 0;
    }

        .features-section h2 {
            margin-bottom: 2px;
        }

    #main {
        padding-top: 10px;
    }

    .page-header {
        padding: .625rem 0;
    }

        .page-header > .row > .column:first-child,
        .page-header > .row > .columns:first-child {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .page-header > .row > .column:last-child:not(:first-child),
        .page-header > .row > .columns:last-child:not(:first-child) {
            display: none;
        }

    .main-container {
        padding: 1.25rem 0 0;
    }

        .main-container > .column,
        .main-container > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .disclaimer .text-hold {
        max-width: none;
    }

    .page-footer {
        display: none;
    }

    .box {
        display: none !important;
    }

    .faq-page h2 {
        margin-bottom: 20px;
    }

    .faq-page .main-container {
        padding: 1.25rem 0 0;
        display: block;
    }

    .faq-page .text-hold {
        max-width: none;
    }

    .faq-page .block {
        border-bottom: 1px dashed #000 !important;
    }

        .faq-page .block:after {
            content: none;
        }

    .button-list {
        display: none;
    }

    .songs-filter-form {
        padding: 0 15px;
        position: static;
    }

        .songs-filter-form .triggers {
            display: none;
        }

        .songs-filter-form .heading-hold {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: none;
            position: absolute;
            top: 8px;
            left: 100px;
            padding: 0;
        }

            .songs-filter-form .heading-hold p {
                margin-right: 0;
            }

            .songs-filter-form .heading-hold .songview-logo-container {
                padding: 0;
            }

        .songs-filter-form .right-block {
            display: none;
        }

        .songs-filter-form .choose-items:after {
            content: none;
        }

    .dark-theme .details-content-block-01 a {
        color: #307baf !important;
    }

    .dark-theme .details-content-block-02 a {
        color: #307baf !important;
    }

    .view-contact-info .view-contact-slide {
        position: static !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        display: block !important;
    }

    .view-contact-info .contact-info {
        padding: 0;
        margin: 0;
        font-size: 10px;
    }

        .view-contact-info .contact-info:before {
            display: none;
        }

    .search-result-bar {
        height: auto !important;
    }

        .search-result-bar .sticky {
            position: static !important;
            width: 100% !important;
            top: auto !important;
            left: auto !important;
            padding: 2rem 0 1rem;
        }

    .result-hold {
        padding-top: 1.25rem;
        padding-bottom: .625rem;
    }

        .result-hold .result-header {
            padding-bottom: 1rem;
            margin-bottom: 0rem;
            padding-top: 1rem;
        }

            .result-hold .result-header .button-list {
                display: none;
            }

        .result-hold .result-title table th {
            padding: .625rem .3125rem;
        }

            .result-hold .result-title table th:first-child {
                width: 30%;
            }

            .result-hold .result-title table th:nth-child(2) {
                width: 13%;
            }

            .result-hold .result-title table th:nth-child(3) {
                width: 14%;
            }

            .result-hold .result-title table th:nth-child(4) {
                width: 21.5%;
            }

            .result-hold .result-title table th:nth-child(5) {
                width: 21.5%;
            }

            .result-hold .result-title table th:last-child {
                display: none;
            }

        .result-hold .result-header--style01 {
            top: 0;
        }

    .result-list {
        padding-top: 10px;
    }

        .result-list .opener,
        .result-list .opener-no-link {
            padding-right: 0;
        }

            .result-list .opener table tr td,
            .result-list .opener-no-link table tr td {
                padding: .625rem .3125rem;
            }

                .result-list .opener table tr td:first-child,
                .result-list .opener-no-link table tr td:first-child {
                    width: 30%;
                }

                .result-list .opener table tr td:nth-child(2),
                .result-list .opener-no-link table tr td:nth-child(2) {
                    width: 13%;
                }

                .result-list .opener table tr td:nth-child(3),
                .result-list .opener-no-link table tr td:nth-child(3) {
                    width: 14%;
                }

                .result-list .opener table tr td:nth-child(4),
                .result-list .opener-no-link table tr td:nth-child(4) {
                    width: 21.5%;
                }

                .result-list .opener table tr td:nth-child(5),
                .result-list .opener-no-link table tr td:nth-child(5) {
                    width: 21.5%;
                }

                .result-list .opener table tr td:last-child,
                .result-list .opener-no-link table tr td:last-child {
                    display: none;
                }

            .result-list .opener .see-more,
            .result-list .opener-no-link .see-more {
                color: #aaaeb7 !important;
            }

            .result-list .opener .tooltip-hold .slide,
            .result-list .opener-no-link .tooltip-hold .slide {
                display: none !important;
            }

            .result-list .opener .opener-icon,
            .result-list .opener-no-link .opener-icon {
                display: none;
            }

            .result-list .opener .opener-arrow,
            .result-list .opener-no-link .opener-arrow {
                display: none;
            }

        .result-list > ul > li {
            border-bottom: 1px solid #363636 !important;
        }

            .result-list > ul > li:first-child {
                border-top: 1px solid #363636 !important;
            }

            .result-list > ul > li.view-details .opener tr td:not(.song-title):not(:last-child) {
                opacity: .7;
            }

    .details-slide {
        border-top: 1px dashed #8d92a2 !important;
        padding: 10px 0 25px 15px;
    }

    .details-content-col-left {
        padding-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .status-row .button-status.button-bordered {
        border: 2px solid #7c7c7c !important;
        max-width: none;
    }

    .status-row .tooltip-hold {
        display: none;
    }

    .details-content-block-01 ul {
        font-size: 11px;
    }

        .details-content-block-01 ul li:nth-child(even) {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .details-content-block-01 .title {
        color: #858585 !important;
        font-size: 10px;
    }

        .details-content-block-01 .title * {
            color: #858585 !important;
        }

    .details-content-block-02.style-01 .object {
        left: -15px;
    }

    .details-content-block-02 .object {
        left: -10px;
    }

    .details-content-block-02 .blue-dot {
        width: 6px !important;
        height: 6px !important;
        background: #4d98cd !important;
    }

    .details-content-block-02 .red-dot {
        width: 6px !important;
        height: 6px !important;
        background: #ef1d1d !important;
    }

    .buttons-block {
        display: none;
    }

    .details-content-col-middle {
        padding: 0 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .details-content-block-03 {
        border-bottom: 1px dashed #8d92a2 !important;
    }

        .details-content-block-03:last-child {
            border-bottom: none !important;
        }

        .details-content-block-03 table thead tr th,
        .details-content-block-03 table tbody tr td {
            padding: 5px;
        }

            .details-content-block-03 table thead tr th:first-child,
            .details-content-block-03 table tbody tr td:first-child {
                width: 46%;
                padding-right: 5px;
            }

            .details-content-block-03 table thead tr th:nth-child(2),
            .details-content-block-03 table tbody tr td:nth-child(2) {
                width: 27%;
            }

        .details-content-block-03 table thead th {
            color: #7a808d !important;
            font-size: 10px;
        }

        .details-content-block-03 table tbody tr:nth-child(even) td {
            background: #f7f8fb !important;
        }

        .details-content-block-03 table tbody tr td {
            font-size: 11px;
        }

            .details-content-block-03 table tbody tr td a {
                color: #307baf !important;
            }

            .details-content-block-03 table tbody tr td .object {
                top: 8px;
            }

        .details-content-block-03 .items-list li:nth-child(even) {
            background: #f7f8fb !important;
        }

    .value-info-row .content {
        padding-top: 0;
    }

    .details-content-col-right {
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    #wrapper {
        overflow: visible;
    }

    .result-hold > .row {
        display: block !important;
    }

        .result-hold > .row > .small-12 {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            max-width: none;
        }

    .showing-result-hold .left-content {
        padding-right: 0;
    }

    .showing-result-hold .searched-info {
        padding-top: 10px;
    }

        .showing-result-hold .searched-info .item {
            margin: 0 15px 5px 0;
            padding: 0;
            font-size: 12px;
            border-top: 1px solid #000 !important;
        }

    .showing-result-hold .name {
        font-size: 20px;
    }

    .showing-result-hold .link {
        padding: 0 10px 5px 0;
    }

    .details-content-col01 .title,
    .details-content-col02 .title,
    .details-content-col03 .title,
    .details-content-col04 .title {
        color: #858585 !important;
        font-size: 10px;
    }

        .details-content-col01 .title *,
        .details-content-col02 .title *,
        .details-content-col03 .title *,
        .details-content-col04 .title * {
            color: #858585 !important;
        }

    .details-content-col01 a,
    .details-content-col02 a,
    .details-content-col03 a,
    .details-content-col04 a {
        color: #307baf !important;
    }

    .details-content + .details-content {
        padding-top: 3px;
    }

    .details-content {
        font-size: 12px;
    }

    .button-container {
        display: none;
    }

    .pagination-container {
        display: none;
    }

    .result-list.one > ul > li {
        display: none !important;
    }

        .result-list.one > ul > li.print-one {
            display: block !important;
        }
}

@-webkit-keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }

    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }

    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-webkit-keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }

    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

.td-society-control{
    text-align: right !important;
    padding-right:12px;
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@media print {
    #sticky-bar {
        margin-top: 68px;
    }
}

h2.h2blue {
    color: #106aa9;
}





/*Homepage*/
#songview-story {
    background-image: url('/Content/images/check-background.png');
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
}

    #songview-story h1 {
        margin-top: 26px;
        text-transform: uppercase;
    }

    #songview-story p {
        margin-bottom: 1rem;
    }

    #songview-story .column {
        background: rgb(255,255,255);
        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,0) 100% );
        padding-top: 10px;
        padding-bottom: 10px;
        ill
    }

#songview-story, #songview-features {
    text-align: center;
}

    #songview-features h3 {
        text-transform: uppercase;
        font-weight: 500;
    }

    #songview-features img.icon {
        padding-bottom: 8px;
    }


.link-hold{font-size:.875rem;padding-top:.625rem;font-weight:700}.link-hold a{color:#e64c4c}.link-hold a:hover{color:#e01f1f}.search-in-tooltip{width:400px;margin-top:36px}.user-guide .sub-header{font-weight:bold;font-style:italic;padding-top:16px;display:block}.user-guide .search-sample{font-weight:bold;font-style:italic;color:#002060}.user-guide li{margin-left:1rem}.user-guide .indent-block{margin-left:2rem}.user-guide .accent{font-weight:bold;font-style:italic;text-decoration:underline}.user-guide .note{font-style:italic}.user-guide .block{padding-bottom:.9375rem;margin-bottom:2.125rem;position:relative}.user-guide h5{padding-top:24px}html{background:#3e3e3e;height:100%}.tooltip-opener.icon-star.sv-icon,.status-txt>.sv-icon{font-size:.75rem!important}div#icon-legend p{height:100%;line-height:initial}div#icon-legend p:first-child,div#icon-legend p:nth-child(2){margin-bottom:2px}div#icon-legend p span{vertical-align:middle}div#icon-legend p span:first-child{font-size:.75rem}div#icon-legend p span.icon-checkmark-outline{color:#94c56f}div#icon-legend p span.icon-outline{color:#fd0}div#icon-legend p span.icon-star{color:#ffa500}span.payable-text{color:#da93b8}span.payable-text:hover,span.payable-text:active{color:#c65a93;cursor:pointer}.details-content-block-01 ul li:first-child{flex:0 1 100%;width:100%;padding-left:7px;max-width:100%}li.no-badge{display:none}.details-content-row{padding-bottom:55px}.details-content-block-01{padding-bottom:15px}.soc-hdr-br{white-space:nowrap}.details-content-col-left ul table:nth-child(2){table-layout:auto;border-right:1px dotted #bec0c4;padding-right:10px;min-width:220px;padding-left:0;margin-bottom:5px}.details-content-col-left tr.soc-hdr-row>td>strong.title{display:inline;height:auto;white-space:nowrap;vertical-align:bottom;font-size:.7rem!important}.details-content-col-left tr.soc-details-row>td{vertical-align:bottom;font-size:.65rem!important}.details-content-col-left tr.soc-hdr-row>td:first-child,.details-content-col-left tr.soc-details-row>td:first-child,.details-content-col-left tr.soc-details-row>td:nth-child(2){text-align:left;white-space:nowrap}.details-content-col-left tr.soc-hdr-row>td:nth-child(2){text-align:right;margin-left:8px}.details-content-col-left tr.soc-details-row>td:nth-child(3){width:35px}.details-content-col-left tr.soc-details-row>td:nth-child(4){text-align:right}.details-content-col-left ul table:nth-child(3){flex:0 1 auto;padding-left:10px;table-layout:auto}.details-content-col-left .details-content-block-02.style-01{width:auto;padding-bottom:0}.details-content-col-middle .details-content-block-03,.details-content-col-right .details-content-block-03,.details-content-block-03 .value-info-row{margin-left:0!important}.details-content-col-middle .details-content-block-03 strong.title,.details-content-col-right .details-content-block-03 strong.title,.details-content-col-middle .details-content-block-03 strong.title+div:not([class]),.details-content-col-right .details-content-block-03 strong.title+div:not([class]){padding-left:0!important;font-size:.85rem!important;margin-bottom:5px}.details-content-col-middle .details-content-block-03 .value-info-row+table th,.details-content-col-right .details-content-block-03 .value-info-row+table th{padding-bottom:0;font-size:.7rem!important}.details-content-col-middle .details-content-block-03 .value-info-row+table td,.details-content-col-right .details-content-block-03 .value-info-row+table td{font-size:.65rem!important}.details-content-col-middle .details-content-block-03 ul.items-list li,.details-content-col-right .details-content-block-03 ul.items-list li{font-size:.65rem!important}.details-content-col-middle .details-content-block-03 strong.title+div:not([class]) i,.details-content-col-right .details-content-block-03 strong.title+div:not([class]) i{padding-left:7px!important;font-size:.65rem}.e-header{padding:7px 7px 7px 14px!important}.e-details{padding:0 7px 0 14px!important}.se-header{padding:7px 7px 7px 30px!important}.se-details{padding:0 7px 0 30px!important}.e-details>.expandable-slide,.se-details>.expandable-slide{padding:7px 0 14px 0!important}.search-result-bar div.text-hold{margin:10px 0 0 0;white-space:nowrap}@media screen and (min-width:641px)and (max-width:700px){.search-result-bar div.text-hold{margin:0 0 0 10px}}@media screen and (min-width:701px){.search-result-bar div.text-hold{margin:0}}.details-content-block-03 table{width:100%}.details-content-col-middle .details-content-block-03 table{table-layout:auto!important}.details-content-block-03 table thead tr th:first-child,.details-content-block-03 table tbody tr td:first-child,.details-content-block-03 table.style-01 thead tr th:first-child,.details-content-block-03 table.style-01 tbody tr td:first-child{width:50%;padding:7px}@media only screen and (min-height:800px){.sticky-table{z-index:9999;left:inherit!important}}@media only screen and (max-height:799px){.sticky-table-small{position:inherit!important}}.dark-theme .showing-result-hold .searched-info .item.view-contact-info .link.open{color:#c65a93}.result-hold .result-title table th:first-child{padding-left:1.45rem}.result-hold{padding:0 0 8.6875rem}.result-hold .result-header{margin-bottom:0;padding-bottom:1rem;padding-top:1rem;background:#212330}.sv-logo-main{padding-top:2px}.float-left{float:left}.float-right{float:right}.width-31{width:31%}.results-font{font-size:14pt}.details-content-block-03 table thead tr th:nth-child(2),.details-content-block-03 table tbody tr td:nth-child(2){width:25%}.details-content-block-03 table{table-layout:fixed}#btnSearch{background-color:#a6306d}a.whatsthistooltip-opener{color:#d87093}.expander_white_text{color:#fff!important}.tooltip-hold .whatsthistooltip-opener{width:4.375rem;height:.375rem;position:relative;vertical-align:top;color:#a6306d;cursor:pointer}.tooltip-hold .tooltip-opener{cursor:pointer}.tooltip-hold .whatsthistooltip-opener:after{font-size:.75rem;line-height:1;padding-top:1px;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;color:#d87093;position:relative;top:0%;left:0%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#searchForm .tooltip-hold.tooltip-active .slide{right:400%!important;left:auto!important;z-index:9999}#searchForm .tooltip-hold .slide:before{position:absolute;left:409px;border-top:7.5px solid transparent!important;border-left:7.5px solid #131524!important;border-bottom:7.5px solid transparent!important;border-right:0 solid transparent!important;z-index:9999}input:disabled{background-color:#c1c1c1!important;border-color:#636363!important}.select-hold.disabled>.jcf-select.jcf-unselectable{border-color:#636363!important;background-color:#636363!important}.select-hold.disabled>.jcf-select.jcf-unselectable .jcf-select-text{color:#c1c1c1}#catalog-header{margin-top:10px}.blue-dot,.red-dot{border-radius:50%}.blue-dot{background:#4d98cd}.red-dot{background:#ef1d1d}.song-title-publisher .blue-dot,.writer-song-title .blue-dot,.song-title-publisher .red-dot,.writer-song-title .red-dot{display:inline-block!important;width:12px;height:12px;margin-right:4px}div.dot-disclaimer .blue-dot,div.dot-disclaimer .red-dot{display:none}div.dot-disclaimer-container div.dot-disclaimer{margin-top:1.5rem;color:#cccfe0;margin-left:1.5rem;position:relative}div.dot-disclaimer-container div.dot-disclaimer .blue-dot,div.dot-disclaimer-container div.dot-disclaimer .red-dot{display:inline-block;position:absolute;top:3px;left:-20px;width:12px;height:12px;padding:0}div.dot-disclaimer-container div.dot-disclaimer span.dot-disclaimer{display:inline-block;font-size:12px}div.dot-disclaimer-container div.dot-disclaimer span.dot-disclaimer a{color:#da93b8}div.dot-disclaimer-container div.dot-disclaimer span.dot-disclaimer a:hover,div.dot-disclaimer-container div.dot-disclaimer span.dot-disclaimer a:focus,div.dot-disclaimer-container div.dot-disclaimer span.dot-disclaimer a:active{color:#c65a93}#catalog-header .name{display:inline-block}#catalog-header .blue-dot,#catalog-header .red-dot{display:inline-block!important;width:16px;height:16px;padding:0;margin-right:4px}div.expandable-slide-lt address{position:relative}div.expandable-slide-lt address span.object{top:25%!important;left:-12px!important}@media screen and (max-width:47.9375em){.result-hold{padding-top:0}#sticky{padding-bottom:5px;padding-top:5px}.tooltip-hold{padding-bottom:5px}.tooltip-opener.icon-star.sv-icon{width:1.25rem;padding-top:6px;text-align:center}.results-font{font-size:11pt}.small-60{width:50%}.song-title{font-size:.85rem!important;line-height:1.45rem}.details-content-row.details-content-row-publisher{padding-bottom:0}.phone-number{color:#da93b8!important}.title{padding-bottom:0!important}.search-form .whatsthistooltip-opener{padding-top:0!important;padding-bottom:0!important}.search-form .tooltip-hold{position:absolute!important;top:0!important;left:13rem!important}.songs-filter-form .tooltip-hold{position:absolute!important;top:0!important;left:13rem!important}.tooltip-hold .whatsthistooltip-opener{height:1.375rem;position:relative;display:inline-block;vertical-align:top}.tooltip-hold .whatsthistooltip-opener:after{font-size:.75rem;line-height:1;padding-top:1px;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:bold;font-size:.9375rem;content:"";color:#646464;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tooltip-hold .hold{max-height:300px}.tooltip-hold .slide:before{display:none!important}.search-form .tooltip-hold.tooltip-active .slide,#searchForm .tooltip-hold.tooltip-active .slide{right:92%!important;top:450%!important;left:auto!important;z-index:9999}.search-in-tooltip{margin-top:0}.dark-theme .search-form .tooltip-hold .hold,.dark-theme .search-form .search-in-tooltip .hold{width:400px}a.solo-help-link{display:none}.search-result-bar .name{min-width:200px}}@media screen and (max-width:63.9375em){.details-content-block-02 .object{left:0}.details-content-block-02 div.dot-disclaimer{padding-left:10px}.details-content-block-03 table tbody tr td .object{left:-3px}#sticky-table{margin-right:-.9375rem;margin-left:-.9375rem;width:auto}.result-hold .result-header{padding-right:.9375rem;padding-left:.9375rem}}@media screen and (min-width:475px)and (max-width:63.9375em){.details-content-block-01 ul li:first-child{flex:0 1 auto;max-width:none;width:auto}.tooltip-hold .slide:before{display:none!important}}@media screen and (min-width:47.9375em)and (max-width:63.9375em){.search-form .tooltip-hold.tooltip-active .slide{right:50%!important;top:650%!important}}@media(max-width:450px){.search-form .tooltip-hold.tooltip-active .slide,#searchForm .tooltip-hold.tooltip-active .slide{right:87%!important;top:600%!important;left:auto!important;z-index:9999}.dark-theme .search-form .tooltip-hold .hold,#searchForm .search-in-tooltip.hold{width:300px}}@media(min-width:1024px)and (max-width:1200px){.details-content-block-03 table thead tr th:first-child,.details-content-block-03 table tbody tr td:first-child{width:51.9%}}@media screen and (min-width:48em){.result-list td.song-title{font-size:1rem!important}.tooltip-opener.icon-star.sv-icon{padding-bottom:3px;padding-right:5px;font-size:1rem!important;left:2px}.tooltip-opener.icon-star.sv-icon,.status-txt>.sv-icon{font-size:1rem!important}div#icon-legend p:first-child,div#icon-legend p:nth-child(2){margin-bottom:4px}div#icon-legend p span:first-child{font-size:1rem;line-height:0}.details-content-col-left ul table:nth-child(2){padding-right:20px;margin-bottom:10px}.details-content-col-left ul table:nth-child(3){padding-left:20px;margin-bottom:10px}.details-content-col-left tr.soc-hdr-row>td>strong.title{white-space:nowrap;font-size:.8rem!important}.details-content-col-left tr.soc-details-row>td{font-size:.7rem!important}.details-content-col-middle .details-content-block-03 strong.title,.details-content-col-right .details-content-block-03 strong.title,.details-content-col-middle .details-content-block-03 strong.title+div:not([class]),.details-content-col-right .details-content-block-03 strong.title+div:not([class]){font-size:1rem!important}.details-content-col-middle .details-content-block-03 strong.title+div:not([class]) i,.details-content-col-right .details-content-block-03 strong.title+div:not([class]) i{font-size:.85rem}.details-content-col-middle .details-content-block-03 .value-info-row+table th,.details-content-col-right .details-content-block-03 .value-info-row+table th{font-size:.8rem!important;padding-top:15px;padding-bottom:5px}.details-content-col-middle .details-content-block-03 .value-info-row+table td,.details-content-col-right .details-content-block-03 .value-info-row+table td{font-size:.7rem!important}.details-content-col-middle .details-content-block-03 ul.items-list li,.details-content-col-right .details-content-block-03 ul.items-list li{font-size:.7rem!important}.result-list>ul>li{margin-top:0}#back2top-wrapper{position:fixed;bottom:20px;right:5px;color:#fff;z-index:999}#back2top-wrapper>a>img{width:45px;height:auto}.song-title-publisher .blue-dot,.writer-song-title .blue-dot,.song-title-publisher .red-dot,.writer-song-title .red-dot{width:12px;height:12px;margin-right:4px}div.dot-disclaimer-container div.dot-disclaimer{margin-top:1.5rem;margin-left:1.5rem}div.dot-disclaimer-container div.dot-disclaimer .blue-dot,div.dot-disclaimer-container div.dot-disclaimer .red-dot{top:3px;left:-20px;width:12px;height:12px;padding:0}div.dot-disclaimer-container div.dot-disclaimer span.dot-disclaimer{font-size:12px}#catalog-header .blue-dot,#catalog-header .red-dot{width:20px;height:20px;padding:0;margin-right:4px}}@media screen and (min-width:64em){.result-list>ul>li{margin-top:3px}.tooltip-opener.icon-star.sv-icon,.status-txt>.sv-icon{font-size:1.25rem!important}div#icon-legend p:first-child,div#icon-legend p:nth-child(2){margin-bottom:6px}div#icon-legend p span:first-child{font-size:1.25rem}.details-content-col-left{margin-left:-10px;margin-right:13px;padding-right:0}.details-content-block-01 ul li:first-child{padding-left:0}.details-content-col-left ul table:nth-child(2){border-right:none;padding-right:0;min-width:0;padding-left:0}.details-content-col-left tr.soc-hdr-row>td>strong.title{white-space:nowrap;font-size:.7rem!important}.details-content-col-left tr.soc-hdr-row>td{vertical-align:bottom}.details-content-col-left tr.soc-details-row>td{font-size:.7rem!important}.details-content-col-left ul table:nth-child(3){padding-left:0;margin-left:0}.soc-hdr-br{white-space:normal!important}.details-content-col-left tr.soc-details-row>td:nth-child(3){width:0}.details-content-col-left .buttons-block{padding-left:0}.details-content-col-middle .details-content-block-03,.details-content-col-right .details-content-block-03{margin-left:1.4em!important}.details-content-block-02{margin-left:18px!important;margin-top:0!important;margin-bottom:16px}.song-title-publisher .blue-dot,.writer-song-title .blue-dot,.song-title-publisher .red-dot,.writer-song-title .red-dot{width:12px;height:12px;margin-right:4px}div.dot-disclaimer-container div.dot-disclaimer{margin-top:1.5rem;margin-left:1.5rem}div.dot-disclaimer-container div.dot-disclaimer .blue-dot,div.dot-disclaimer-container div.dot-disclaimer .red-dot{top:3px;left:-20px;width:12px;height:12px;padding:0}div.dot-disclaimer-container div.dot-disclaimer span.dot-disclaimer{font-size:12px}#catalog-header .blue-dot,#catalog-header .red-dot{width:26px;height:26px;padding:0;margin-right:4px}}.payable-noexpand:hover,.payable-noexpand:active,.payable-noexpand:focus{cursor:text!important;color:#da93b8!important}.bmi-works-reconciled-disclaimer-catalog{color:#94c56f;margin-top:10px;margin-left:5px;flex:.75;-webkit-box-flex:.75;-ms-flex:.75}.bmi-works-reconciled-disclaimer{color:#94c56f;margin-top:10px}.main-dark-theme{background:#212330}.result-hold .result-title{overflow:visible}.result-hold .result-title table.writer-publisher-header-table th:first-child{width:45%}.result-hold .result-title table.writer-publisher-header-table th:nth-child(2){width:10%}.result-hold .result-title table.writer-publisher-header-table th:nth-child(3){width:15%}.result-hold .result-title table.writer-publisher-header-table th:nth-child(4){width:20%}.result-hold .result-title table.writer-publisher-header-table th:last-child{width:auto}.result-hold .result-title table.performer-header-table th:first-child{width:61%}.result-hold .result-title table.performer-header-table th:nth-child(2){width:28%}.result-hold .result-title table.performer-header-table th:last-child{width:77px}a.solo-help-link{background:#757890!important;float:right}.solo-help-list{list-style:none;padding-left:0;margin-left:0;padding-top:.9rem}ul.no-bullets{list-style-type:none;padding-inline-start:15px}#toc>ul.no-bullets>li{margin-top:15px}#toc>ul.no-bullets{padding-inline-start:0}.user-guide-hr{margin:30px 10px 30px 10px;border:0;border:1px solid #ccc}.user-guide-container{width:80%;margin:20px auto}.toc a{color:#337ab7;text-decoration:none}.toc a:hover,a:focus{color:#23527c;text-decoration:underline}.user-guide img{vertical-align:bottom!important}.toc-image{vertical-align:bottom!important}.no-results-body a{color:#94c56f}.no-results-body a:hover,.no-results-body a:focus{color:#6f9950}.not-found h1{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:normal;font-size:42px;text-rendering:optimizeLegibility;color:#eee;padding:8px 0 0 0}.not-found p{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;color:#ccc;line-height:1.7;font-size:18px;font-weight:normal;font-style:italic}.not-found hr{border-color:#ccc}.not-found a{color:#94c56f}.not-found a:hover,.not-found a:focus{color:#6f9950}.sticky-result-header{z-index:9999}@media only screen and (max-width:25em){#results-count .tooltip-hold .hold{font-size:11px;max-width:180px}}.additional-results-disclaimer{color:#94c56f;font-size:12px;float:left;padding-top:.15rem;padding-right:.15rem}.tooltip-opener.additional-results-disclaimer-tooltip{float:right;height:1rem;width:1rem}@media screen and (min-width:40.05em){#results-count .tooltip-hold .slide:before{position:absolute;left:214px;border-top:7.5px solid transparent!important;border-left:7.5px solid #263148!important;border-bottom:7.5px solid transparent!important;border-right:0 solid transparent!important;z-index:9999}#results-count .tooltip-hold.tooltip-active .slide{right:150%!important;left:auto!important;z-index:9999}}@media only screen and (min-width:48em){.sticky-wrap-sticky #sticky{z-index:99999}.jcf-select .jcf-select-drop{z-index:999999}}ul.pub-aka-names-list{display:none}@media screen and (min-width:48em){}@media screen and (min-width:63.9375em){ul.pub-aka-names-list{font-size:.55em;color:#cccfe0;display:block;text-transform:none;margin-top:2px!important;line-height:1.2;max-width:80%}ul.pub-aka-names-list li{display:inline-block}ul.pub-aka-names-list li.pub-aka-names-intro:after{content:" "}ul.pub-aka-names-list li.pub-aka-name-item:not(:last-child):after{content:", "}ul.pub-aka-names-list li.pub-aka-name-item:last-child:after{content:" "}.result-list>ul>li{margin-top:3px}}.result-list .opener:hover,.result-list .opener:focus,.result-list .opener:active{text-decoration:none!important}