﻿/*Week Ticker*/
#weekTicker .weekTicker { height: 44px;}
#weekTicker .slick-slider {border: none;}
#weekTicker .shsTicker  {margin-bottom: .5em; width: auto;}
#weekTicker .shsTicker  h6 {color: #fff; font-family: roboto condensed, arial, sans-serif; margin:0; border-bottom: 4px solid #ffd200;}
#weekTicker .shsTicker .shsTickerScrollable {padding: 0;}
#weekTicker .shsTicker ul {border: none;}
#weekTicker .shsTicker ul li {width: 5.88%; padding: 0; height: 44px; line-height: 44px;}
#weekTicker .shsTicker div.weekNumber {padding: 0; height: 44px; line-height: 44px;}
#weekTicker .shsTicker div.weekNumber:hover {background: #404040;}
#weekTicker .shsTicker ul li.disabled,
#weekTicker .shsTicker div.weekNumber.disabled {cursor: default;}
#weekTicker .shsTicker ul li.disabled a,
#weekTicker .shsTicker div.weekNumber.disabled a {color: #555; cursor: default;}
#weekTicker .shsTicker ul li.disabled:hover {background: transparent;}
#weekTicker .shsTicker div.weekNumber.disabled:hover  {background: #3a3a3a;}
#weekTicker .shsTicker ul li:hover,
#weekTicker .shsTicker div.weekNumber {background: #3a3a3a;}
#weekTicker .shsTicker ul li.active,
#weekTicker .shsTicker div.weekNumber.active {background: #FFD200;}
#weekTicker .shsTicker ul li.active a,
#weekTicker .shsTicker div.weekNumber.active a {color: #000;}
#weekTicker .shsTicker ul li a,
#weekTicker .shsTicker div.weekNumber a {width: 100%; text-align: center; height: 44px;  line-height: 44px; display: block;}
#weekTicker .shsTicker div.weekNumber a {font-family: roboto condensed, arial, sans-serif; font-weight: bold; font-size: 1.5em;}

@media only screen and (max-width: 600px) {
    #weekTicker .slick-list { margin: 0 44px; }
}