/*
Blue
*/
/* Primary Blue */
/*
Green
*/
/* Primary Green */
/*
Gray
*/
/*
Orange
*/
/* Primary Orange */
/*
Pink
*/
/* Primary Pink */
/*
Purple
*/
/* Primary Purple */
/*
Red
*/
/* Primary Red */
/*
Teal
*/
/* Primary Teal */
/*
Yellow
*/
/* Primary Yellow */
/*
Primary Colors
*/
/*
###
Please do not use the colors prefixed with "$color_". Instead, please use the grays prefixed with $gray_. These will be removed when speedy has appropriate replacement colors.
###
*/
/* no match page vars */
/* ------------ */
/*
Breakpoints
*/
/* ------------ */
/*
Grid: Content Area
*/
/* ------------ */
/*
Grid: Gutters
*/
/* ------------ */
/*
Spacing
*/
/* ------------ */
/*
Font Weights
*/
/*
Fonts
*/
/* ------------ */
/* These values will be deprecated as speedy moves to the new pattern library spacing. Please do not use them in projects outside of speedy. */
.styles_timeline__3ieON {
    position: relative;
    overflow: hidden;
    color: #262626;
    font-family: CNN, "Helvetica Neue", Helvetica, Arial, Utkal, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.styles_timeline__3ieON:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
}
.styles_inner__x-amJ {
    padding: 2px 16px 16px 0;
}
.styles_inner__x-amJ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.styles_inner__x-amJ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .2);
}
.styles_inner__x-amJ li,
.styles_inner__x-amJ ul {
    margin: 0;
    list-style: none
}
.styles_inner__x-amJ ul {
    padding: 0;
}
/* Pip and Bar
   ====================================== */
@media (min-width: 700px) {
    .styles_inner__x-amJ {
        overflow-y: auto;
    }

    .styles_inner__x-amJ ul {
        padding-bottom: 40px;
    }
}
.styles_pip__3DgF8 {
    position: relative;
    margin: 0;
    padding: 0 0 8px 14px
}
.styles_pip__3DgF8:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 6px;
    width: 6px;
    background-color: #D9D9D9;
    border-radius: 50%;
    content: '';
}
.styles_pip__3DgF8:after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #D9D9D9;
    bottom: 0;
    height: calc(100% - 15px);
    left: 2px;
}
.styles_pip__3DgF8:last-child:after {
    display: none;
}
.styles_title__1cca0.styles_pip__3DgF8:before {
    top: 7px;
    background-color: #cc0000 !important;
    -webkit-animation: styles_ani-pulse__1mU-f 2s infinite;
            animation: styles_ani-pulse__1mU-f 2s infinite;
}
.styles_title__1cca0 a {
    text-decoration: none;
}
.styles_title__1cca0.styles_pip__3DgF8:after {
    height: calc(100% - 18px);
}
/* title
   ====================================== */
.styles_title__1cca0 {
    margin: 0;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 1.63;
}
@-webkit-keyframes styles_ani-pulse__1mU-f {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes styles_ani-pulse__1mU-f {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.styles_item__16yus {
    display: block;
    padding-top: 3px;
    text-decoration: none;
    font-weight: 500;
    color: inherit;
    font-size: 14px;
    line-height: 1.25;
}
a.styles_item__16yus:hover {
    color: #cc0000;
    text-decoration: none;
}
.styles_delta__2PX7b {
    display: block;
    line-height: 1.04;
    color: #cc0000;
    font-size: 12px;
    padding-bottom: 4px;
}
/* Dark Theme
   ====================================== */
.t-dark .styles_timeline__3ieON,
.styles_dark__Rt22A {
    background-color: #1A1A1A;
    color: #FEFEFE;
}
.t-dark .styles_timeline__3ieON:after,
.styles_dark__Rt22A:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#1A1A1A));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #1A1A1A);
}
.t-dark .styles_pip__3DgF8:after,
.t-dark .styles_pip__3DgF8:before,
.styles_dark__Rt22A .styles_pip__3DgF8:after,
.styles_dark__Rt22A .styles_pip__3DgF8:before {
    background-color: #737373;
}
.t-dark .styles_inner__x-amJ::-webkit-scrollbar-thumb,
.styles_dark__Rt22A .styles_inner__x-amJ::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .2);
}
