html {}

body {}

.content {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    min-width: 300px;
    background: linear-gradient(130deg, #07d9a3, #048fee);
    background-size: 400% 400%;
    -webkit-animation: gradient 16s ease infinite;
    animation: gradient 16s ease infinite;
}

.slick-slider {
    margin: 30px auto 50px;
}

.slick-prev,
.slick-next {
    color: white;
    opacity: 1;
    height: 40px;
    width: 40px;
    margin-top: -20px;
}

.slick-prev path,
.slick-next path {
    fill: rgba(255, 255, 255, 0.4);
}

.slick-prev:hover path,
.slick-next:hover path {
    fill: #FFFFFF;
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -35px;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}

.slick-dots li button:before {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    font-size: 8px;
}

.slick-dots li.slick-active button:before {
    color: #FFFFFF;
}

.quote-container {
    min-height: 200px;
    color: #666666;
    font-size: 36px;
    margin: 0 20px;
    position: relative;
}

.quote-container:hover {
    cursor: -webkit-grab;
    cursor: grab;
}

.quote-container .portrait {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    /* width: 140px; */
    overflow: hidden;
}

.quote-container .portrait img {
    display: block;
    height: auto;
    width: 100%;
}

.quote-container .quote {
    position: relative;
    z-index: 600;
    padding: 40px 0 40px 180px;
    margin: 0;
    font-size: 20px;
    font-style: italic;
    line-height: 1.4 !important;
    font-family: Calibri;
    color: white;
}

.quote-container .quote p {
    position: relative;
    margin-bottom: 20px;
}

.quote-container .quote p:first-child:before {
    content: '\201C';
    color: rgba(255, 255, 255, 0.44);
    font-size: 7.5em;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    top: -.4em;
    left: -.2em;
    text-shadow: none;
    z-index: -10;
}

.quote-container .quote cite {
    display: block;
    font-size: 14px;
}

.quote-container .quote cite span {
    font-size: 16px;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dragging .quote-container {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 5% 0%;
    }
    50% {
        background-position: 96% 100%;
    }
    100% {
        background-position: 5% 0%;
    }
}

@keyframes gradient {
    0% {
        background-position: 5% 0%;
    }
    50% {
        background-position: 96% 100%;
    }
    100% {
        background-position: 5% 0%;
    }
}


/* Progess bar*/

.progress-tooltip {
    position: relative;
    padding-top: 50px;
}

.progress-tooltip .progress-tooltip-info {
    align-items: center;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 2px #ccc;
    color: #093875;
    display: inline-flex;
    font-family: sans-serif;
    font-weight: bold;
    justify-content: center;
    height: 35px;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    transform: translateX(calc(-50% - 5px));
    width: auto;
    padding: 0 5px;
}

.progress-tooltip .progress-tooltip-info::before,
.progress-tooltip .progress-tooltip-info::after {
    content: "";
    display: inline-block;
    border: 7px solid transparent;
    border-top-color: #eee;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.progress-tooltip .progress-tooltip-info::before {
    border-width: 8px;
    border-top-color: #ccc;
    bottom: -16px;
    left: 50%;
}

.progress-tooltip .progress-tooltip-info::after {
    z-index: 1;
}

.progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 5px;
    display: block;
    font-family: sans-serif;
    height: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.progress::-webkit-progress-bar {
    background-color: #ccc;
}

.progress::-webkit-progress-value {
    border-radius: 5px;
    background-color: #093875;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
}

.progress::-moz-progress-bar {
    border-radius: 5px;
    background-color: #093875;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
}

.progress::-ms-fill {
    border-radius: 5px;
    background-color: #093875;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
    border: none;
}

.progress:indeterminate {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: moveIndeterminate;
    animation-timing-function: linear;
    background-color: #ccc;
    background-image: linear-gradient(to right, #093875 30%, #ccc 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%;
}

.progress:indeterminate::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
}

.progress:indeterminate::-webkit-progress-bar {
    background-color: transparent;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
}

.progress:indeterminate::-moz-progress-bar {
    background-color: transparent;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
}

@keyframes moveIndeterminate {
    from {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}

.wrapper {
    max-width: 500px;
    margin: 0 auto;
}