.form--dark:before,.form__group--dark:before{color:#fff}.form--dark .form__control,.form__group--dark .form__control{background:#2b2c2d;border-color:#6c6d6f;-webkit-box-shadow:none;box-shadow:none;color:#fff}.form--dark .form__control::-webkit-input-placeholder,.form__group--dark .form__control::-webkit-input-placeholder{color:#fff}.form--dark .form__control:-ms-input-placeholder,.form__group--dark .form__control:-ms-input-placeholder{color:#fff}.form--dark .form__control:-moz-placeholder,.form__group--dark .form__control:-moz-placeholder{color:#fff}.form__group{margin-bottom:10px;position:relative}.form__group--labeled .form__label,.form__group--labeledLeft .form__label{clip:auto;position:relative}.form__group--labeledLeft>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.form__group--labeledLeft>div .form__label{margin-bottom:0;margin-right:10px}.form__group--required:not(.form__group--labeled):before{color:#d00;content:"*";font-size:12px;left:13px;line-height:1;position:absolute;top:12px}.form__group--required:not(.form__group--labeled) .form__control{padding-left:1.5rem}.form__group--required:not(.form__group--labeled) .form__required{display:block}.form__group--required .form__required{display:inline-block}.form__group--danger .form__control{border-color:#d00}.form__group--danger .form__control:focus{border-color:#d00;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d00;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d00;outline:0}.form__group--success .icon__svg{bottom:15px;position:absolute;right:12px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);width:14px}.form__group--success .icon__svg use{fill:#094}.form__group--success .form__control{padding-right:35px}.form__group--success .form__control:focus{border-color:#094;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #094;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #094;outline:0}.form__group--disabled .form__label{color:#cbccce}.form__group--button .form__label{width:100%}.form__group--button .form__control{padding-right:60px}.form__group--button .form__control:focus+.form__control-button{color:#06c;cursor:pointer}.form__group--button .form__control:focus+.form__control-button:hover,.form__group--button .form__control:focus+.form__control-button:visited:hover{text-decoration:underline}.form__group--search .icon__svg{bottom:15px;left:12px;position:absolute;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);width:14px}.form__group--search .icon__svg use{fill:#a5a6a7}.form__group--search .form__control{padding-left:35px}.form__group--select .icon__svg{display:none}.form__group--select select{text-transform:capitalize}.form__group--custom-select{position:relative}.form__group--custom-select .icon__svg{bottom:15px;position:absolute;right:12px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);width:15px}.form__group--custom-select .icon__svg use{fill:#06c}.form__group--custom-select .form__select-wrapper{-webkit-box-flex:1;background:#f9f9fb;border-radius:40px;display:block;-ms-flex:1 0 auto;flex:1 0 auto}.form__group--custom-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border-radius:40px;cursor:pointer;line-height:1;padding:8px 32px 8px 12px;position:relative;text-transform:capitalize}.form__group--custom-select select::-ms-expand{display:none}.form__group--custom-select select option{border:0;outline:0}.form__group--toggle{display:inline-block}.form__group--toggle .control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0}.form__group--toggle .control__indicator{background-color:#fff;border:1px solid #cbccce;border-radius:40px;height:32px;padding:2px;position:relative;top:0;width:60px}.form__group--toggle .control__indicator:after{background-color:#cbccce;border-radius:40px;bottom:4px;content:"";height:22px!important;left:4px;text-indent:-9000px;top:4px;width:22px;z-index:1}.form__group--toggle .form__toggle--sm{height:22px}.form__group--toggle .form__toggle--sm .control__indicator{height:22px;padding:1px;width:40px}.form__group--toggle .form__toggle--sm .control__indicator:after{height:16px!important;left:2px;top:2px;width:16px}.form__group--toggle .form__toggle--sm .form__control--toggle:checked~.control__indicator:after{margin:0 0 0 18px}.form__label{clip:rect(1px,1px,1px,1px);color:#2b2c2d;display:inline-block;font-size:12px;margin-bottom:8px;position:absolute}.form__label--textarea{color:#a5a6a7}.form__control{border:1px solid #cbccce;border-radius:4px;-webkit-box-shadow:inset 1px 1px 0 0 #edeef0;box-shadow:inset 1px 1px 0 0 #edeef0;color:#151617;font-size:13px;padding:7px 12px;width:100%}.form__control::-webkit-input-placeholder{color:#cbccce;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.form__control:-ms-input-placeholder{color:#cbccce;-ms-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.form__control:-moz-placeholder{color:#cbccce;-moz-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.form__control:disabled{background:#fff;border-color:#edeef0;-webkit-box-shadow:inset 1px 1px 0 0 #f9f9fb;box-shadow:inset 1px 1px 0 0 #f9f9fb;cursor:not-allowed}.form__control:focus{border-color:#06c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #06c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #06c;outline:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.form__control:focus::-webkit-input-placeholder{opacity:.2}.form__control:focus::-moz-placeholder{opacity:.2}.form__control:focus:-ms-input-placeholder{opacity:.2}.form__control:focus:-moz-placeholder{opacity:.2}.form__control--sm{padding:5px 12px}.form__control--input{border:0;-webkit-box-shadow:none;box-shadow:none;font-size:12px;padding:0}.form__control--radio:checked~.control__indicator{background:#fff}.form__control--radio:checked~.control__indicator:after{background:#06c;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.form__control--radio:disabled~.control__indicator:after{background:#cbccce}.form__control--checkbox[indeterminate=true]~.control__indicator:before{color:#fff;content:"—";font-weight:700;left:50%;margin-left:-5px;margin-top:-9px;position:absolute;top:50%;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.form__control--checkbox[indeterminate=true]~.control__indicator:after{border:0}.form__control--checkbox:checked~.control__indicator{background:#06c}.form__control--checkbox:checked~.control__indicator:after{border-color:#fff;-webkit-transform:translate(-50%,-50%) scale(1) rotate(45deg);-ms-transform:translate(-50%,-50%) scale(1) rotate(45deg);transform:translate(-50%,-50%) scale(1) rotate(45deg)}.form__control--checkbox:disabled~.control__indicator{background:#fff}.form__control--toggle:checked~.control__indicator:after{background-color:#06c;left:2px;margin:0 0 0 29px}.form__control--toggle:checked~.control__indicator:hover:after{background-color:#004d9a}.form__control--toggle~.control__indicator:after{background-color:#cbccce;border-radius:40px;bottom:4px;content:"";height:18px;left:4px;text-indent:-9000px;top:4px;-webkit-transition:background .25s ease-in-out,margin .25s ease-in-out;transition:background .25s ease-in-out,margin .25s ease-in-out;width:22px}.form__control--toggle:disabled~.control__indicator:after{background-color:#cbccce}.form__control-button{background:none;border:0;bottom:50%;color:#cbccce;cursor:default;font-size:13px;height:30px;line-height:1;position:absolute;right:5px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.form__control-button--hasLabel{bottom:33%;-webkit-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.form__filters{margin-bottom:10px}.form__filters-item{background:#fff;border:1px solid #cbccce;border-radius:5px;display:inline-block;line-height:1;margin-right:5px;position:relative}.form__filters-item:hover,.form__filters-item:visited:hover{border-color:#06c}.form__filters-item .icon__svg{position:absolute;right:5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out;width:14px}.form__filters-item .icon__svg use{fill:#cbccce}.form__filters-item>a{color:#cbccce;display:inline-block;font-size:10px;line-height:1;padding:4px 25px 3px 5px;vertical-align:top}.form__filters-item>a:hover,.form__filters-item>a:visited:hover{color:#06c}.form__filters-item>a:hover .icon__svg use,.form__filters-item>a:visited:hover .icon__svg use{fill:#06c}.form__filters-item,.form__filters-item>a{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}input[type=checkbox],input[type=radio]{display:none}.control{cursor:pointer;display:block;font-size:12px;line-height:20px;margin-bottom:5px;padding-left:25px;position:relative}.control input:focus~.control__indicator,.control:hover input:not(:disabled)~.control__indicator{background:#f9f9fb}.control input:disabled~.control__indicator{border-color:#cbccce;pointer-events:none}.control input:disabled:hover~.control__indicator{background:#fff}.control.inline__control{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;justify-content:flex-end}.control--disabled{color:#cbccce;cursor:not-allowed}.control--radio .control__indicator{border-radius:50%;left:0;top:2px}.control--radio .control__indicator:after{background:#06c;border-radius:50%;height:12px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:12px}.control--checkbox .form__control--checkbox:checked:focus~.control__indicator,.control--checkbox:hover .form__control--checkbox:not([disabled]):checked~.control__indicator{background:#004d9a}.control--checkbox .form__control--checkbox:checked~.control__indicator .icon__svg{-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.control--checkbox .form__control--checkbox:checked~.control__indicator .icon__svg use{fill:#fff}.control--checkbox .form__control--checkbox:disabled~.control__indicator .icon__svg use{fill:#cbccce}.control--checkbox .control__indicator{position:static}.control--checkbox .control__indicator .icon__svg{left:50%;position:relative;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:12px}.control--checkbox .control__indicator .icon__svg use{fill:#004d9a}.control__indicator{border:1px solid #06c;border-radius:3px;height:16px;position:absolute;width:16px}.control__indicator:after{content:"";position:absolute;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.form__required{color:#d00;display:none}input[type=range]{-webkit-appearance:none;border:0;border-radius:4px;-webkit-box-shadow:none;box-shadow:none;margin:6px 0;padding:0;width:100%}body:not([data-interaction-type=keyboard]) input[type=range]:focus{outline:none}input[type=range]::-moz-range-progress{background:#06c}input[type=range]::-webkit-slider-runnable-track{background:#edeef0;border:0;border-radius:4px;cursor:pointer;height:4px;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border-radius:50px;-webkit-box-shadow:0 0 0 1px #cbccce;box-shadow:0 0 0 1px #cbccce;cursor:pointer;height:16px;margin-top:-6px;width:16px}input[type=range]::-moz-range-track{background:#edeef0;border:0;border-radius:4px;cursor:pointer;height:4px;width:100%}input[type=range]::-moz-range-thumb{-webkit-appearance:none;background:#fff;border-radius:50px;box-shadow:0 0 0 1px #cbccce;cursor:pointer;height:16px;margin-top:-6px;width:16px}input[type=range]::-ms-track{background:transparent;border-color:transparent;border-width:7px 0;color:transparent;cursor:pointer;height:4px;width:100%}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper{background:#edeef0;border:.8px solid transparent;border-radius:0}input[type=range]::-ms-thumb{background:#fff;border-radius:50px;box-shadow:0 0 0 1px #cbccce;cursor:pointer;height:16px;width:16px}input{-webkit-appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box}input[type=search]{-webkit-appearance:none;-webkit-box-sizing:inherit;box-sizing:inherit}fieldset{border:0;margin:0;min-width:0;padding:0}.ScoreCell__Score{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-variant-numeric:tabular-nums;padding-left:15px}.ScoreCell__Score--linescores{-ms-flex-negative:0;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;justify-content:flex-end}.ScoreCell__Score span sup{font-size:70%}.ScoreCell__Score--record{-webkit-box-pack:end;-ms-flex-pack:end;color:#48494a;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end}.ScoreCell__Score--record .ScoreCell__Odds{padding-left:3px}.ScoreCell__Score--hasUpdated{-webkit-animation:ScoreCell__Score--hasUpdated 1.5s cubic-bezier(.62,.28,.23,.99);animation:ScoreCell__Score--hasUpdated 1.5s cubic-bezier(.62,.28,.23,.99);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes ScoreCell__Score--hasUpdated{0%{color:#d00;opacity:.1}25%{opacity:.5}50%{color:#d00;opacity:1}to{color:#151617}}@keyframes ScoreCell__Score--hasUpdated{0%{color:#d00;opacity:.1}25%{opacity:.5}50%{color:#d00;opacity:1}to{color:#151617}}.ScoreCell--sm .ScoreCell__Team{width:calc(100% - 42px)}.ScoreCell__Team{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 0 auto;flex:1 0 auto;justify-content:space-between}.ScoreCell__Team--hasPossession .ScoreCell__Score{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.ScoreCell__Team--isRedZone .ScoreCell__Possession{-webkit-filter:invert(14%) sepia(98%) saturate(3970%) hue-rotate(357deg) brightness(74%) contrast(121%);filter:invert(14%) sepia(98%) saturate(3970%) hue-rotate(357deg) brightness(74%) contrast(121%)}.ScoreCell__Team--hasExtraData{width:calc(100% - 45px)}.ScoreCell--sm .ScoreCell__Possession{height:11px;width:11px}.ScoreCell__Possession{display:none}.ScoreCell__Possession.icon__svg{fill:#8a3231;height:12px;width:12px}.ScoreCell__Possession.icon__svg--dark{fill:#a14a3f}.ScoreCell__Competitors{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ScoreCell__Logo{fill:#a5a6a7}.ScoreCell__Logo img{vertical-align:top}.ScoreCell__Logo--lg,.ScoreCell__Logo--lg img{height:28px;width:28px}.ScoreCell__Logo--md,.ScoreCell__Logo--md img{height:20px;width:20px}.ScoreCell__Logo--sm,.ScoreCell__Logo--sm img{height:16px;width:16px}.ScoreCell__Item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin-bottom:4px;position:relative;width:100%}.ScoreCell__Item:last-child{margin-bottom:0}.ScoreCell__Item--poss .ScoreCell__Possession{display:inline-block}.ScoreCell__Item--loser .ScoreCell__Score,.ScoreCell__Item--loser .ScoreCell__Truncate,.ScoreCell__Item--loser .ScoreCell__Truncate>a{color:#6c6d6f}.ScoreCell__Item--loser .ScoreCell__Truncate>a:hover,.ScoreCell__Item--loser .ScoreCell__Truncate>a:visited:hover{color:#06c}.ScoreCell__Item--halved .ScoreCell__Score{color:#2b2c2d;position:absolute;right:0;top:50%;-webkit-transform:translateY(3%);-ms-transform:translateY(3%);transform:translateY(3%)}.ScoreCell__Item--halved.ScoreCell__Item--multiple .ScoreCell__Score{-webkit-transform:translateY(70%);-ms-transform:translateY(70%);transform:translateY(70%)}.ScoreCell__Item--hide .ScoreCell__Score{visibility:hidden}.ScoreCell__Item--multiple{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:10px}.ScoreCell__Item--multiple:last-child{margin-bottom:0;margin-top:10px}.ScoreCell__Item--multiple .ScoreCell__Team{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ScoreCell__Item--multiple .ScoreCell__Rank{padding-top:4px}.ScoreCell__Item--multiple .ScoreCell__WinnerIcon{top:-1px;-webkit-transform:none;-ms-transform:none;transform:none}.ScoreCell__Item__medalPlaceholder{margin-right:20px;width:0}@media screen and (min-width:768px){.ScoreCell__Item__medalPlaceholder{margin-right:16px}}.ScoreCell__WinnerIcon.icon__svg{position:absolute;right:-16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:16px}.ScoreCell--sm .ScoreCell__Competitors--olympics .ScoreCell__Team{width:auto}.ScoreCell__OddsCell{position:relative;z-index:2}.ScoreCell--lg.cricket .ScoreCell__CompetitorDetails,.ScoreCell--md.cricket .ScoreCell__CompetitorDetails,.ScoreCell--md.tennis .ScoreCell__CompetitorDetails,.ScoreCell--sm .ScoreCell__CompetitorDetails{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;order:2;padding-right:0;width:100%}.ScoreCell--lg.cricket .ScoreCell__CompetitorDetails:after,.ScoreCell--md.cricket .ScoreCell__CompetitorDetails:after,.ScoreCell--md.tennis .ScoreCell__CompetitorDetails:after,.ScoreCell--sm .ScoreCell__CompetitorDetails:after{display:none}.ScoreCell__CompetitorDetails{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:12px;position:relative;width:70%}.bp-mobileSM .ScoreCell--md:not(.cricket):not(.tennis) .ScoreCell__CompetitorDetails{min-width:calc(100% - 125px)}.ScoreCell__CompetitorDetails:after{background:#edeef0;bottom:0;content:"";position:absolute;right:0;top:0;width:1px}.ScoreCell__Overview:not(~.ScoreCell__EventName){padding-bottom:10px}.ScoreCell--lg.cricket .ScoreCell__Overview,.ScoreCell--md.cricket .ScoreCell__Overview,.ScoreCell--md.tennis .ScoreCell__Overview,.ScoreCell--sm .ScoreCell__Overview{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:4px;padding-left:0;width:100%}.ScoreCell--lg.cricket .ScoreCell__Overview:before,.ScoreCell--md.cricket .ScoreCell__Overview:before,.ScoreCell--md.tennis .ScoreCell__Overview:before,.ScoreCell--sm .ScoreCell__Overview:before{display:none}.ScoreCell--md.tennis .ScoreCell__Overview{padding-bottom:10px}.ScoreCell__Overview{-ms-flex-item-align:center;align-self:center;min-width:125px;padding-left:12px;position:relative}.ScoreCell__Overview:before{background:#edeef0;bottom:0;content:"";left:-1px;position:absolute;top:0;width:1px}.ScoreCell__Btn{min-width:94px}.ScoreCell__Btn .icon__svg{height:20px;padding-right:5px}.ScoreCell__Btn:hover .icon__svg{fill:#fff}.ScoreCell__WatchButton{min-width:94px}.ScoreCell__WatchButton svg{height:12px;width:12px}.ScoreCell__BettingOdds{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-left:1px dotted #edeef0;-ms-flex-direction:column;flex-direction:column;margin-left:12px;padding-left:12px;position:relative}.ScoreCell__BettingOdds,.ScoreCell__BettingOdds>div{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.ScoreCell__BettingOdds>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ScoreCell__BettingOdds__Label{text-align:right;width:100%}.ScoreCell__BettingOdds__Label--Team{text-transform:uppercase}.ScoreCell__BettingOdds__Value{font-weight:600}.ScoreCell__BettingOdds__Label+.ScoreCell__BettingOdds__Value{padding-left:6px}.ScoreCellDraft:hover .MatchInfo{position:absolute;top:0;z-index:5}.ScoreCell{background:#fff;overflow:hidden;position:relative}.ScoreCell:hover .MatchInfo{cursor:pointer;position:absolute;top:0;z-index:2}.ScoreCell .ScoreCell__CompetitorDetails:after,.ScoreCell .ScoreCell__Overview:before{background:#cecfcf}.ScoreCell+.ScoreCell:not(.ScoreCell--sm):before{border-top:1px dotted #cecfcf;bottom:0;content:"";height:1px;left:12px;position:absolute;right:12px;top:0}.ScoreCell--dark{background:none}.ScoreCell--dark+.ScoreCell:not(.ScoreCell--sm):before{border-top-color:#3a3b3d}.ScoreCell--dark .ScoreCell__Score,.ScoreCell--dark .ScoreCell__Truncate{color:#f4f4f4}.ScoreCell--dark .ScoreCell__Truncate>a{color:#4c99e6}.ScoreCell--dark .ScoreCell__Score--record{color:#848687}.ScoreCell--dark .ScoreCell__Item--winner .ScoreCell__Score,.ScoreCell--dark .ScoreCell__Item--winner .ScoreCell__Truncate{color:#f1f2f3}.ScoreCell--dark .ScoreCell__Item--loser .ScoreCell__Score,.ScoreCell--dark .ScoreCell__Item--loser .ScoreCell__Truncate{color:#6c6d6f}.ScoreCell--dark .ScoreCell__WinnerIcon.icon__svg{fill:#f1f2f3}.ScoreCell--dark .ScoreCell__GameNote{color:#9d9e9f;font-family:BentonSans,sans-serif}.ScoreCell--dark .ScoreCell__CompetitorDetails:after,.ScoreCell--dark .ScoreCell__Overview:before{background:#3a3b3d}.ScoreCell--dark .ScoreCell__EventName,.ScoreCell--dark .ScoreCell__Network,.ScoreCell--dark .ScoreCell__ScoreDate,.ScoreCell--dark .ScoreCell__Time{color:#9d9e9f}.ScoreCell--dark .ScoreCell__GameInfo{border-left-color:#2b2c2d}.ScoreCell__LinkOverlay{height:100%;position:absolute;width:100%;z-index:1}.ScoreCell__LinkOverlay:hover+.ScoreCell__Link{background:#f9f9fb}.ScoreCell__LinkOverlay:hover+.ScoreCell__Link.ScoreCell__Link--dark{background:#252627}.OddsStrip_Wrapper{margin:0 8px 8px;position:relative;z-index:3}.Exclusives_Wrapper{margin-left:-8px;margin-right:-8px;margin-top:8px;padding:2px 8px;position:relative;z-index:3}.ScoreCell--sm{-webkit-box-flex:1;border-right:1px solid #cbccce;-ms-flex:1 0 auto;flex:1 0 auto;min-width:120px}.ScoreCell--sm.ScoreCell--dark{border-right-color:#5a5c5d}.ScoreCell--sm .ScoreCell__Link{height:65px;padding:5px 12px}.ScoreCell--lg.cricket .ScoreCell__Link__Event__Detail,.ScoreCell--md.cricket .ScoreCell__Link__Event__Detail,.ScoreCell--md.tennis .ScoreCell__Link__Event__Detail,.ScoreCell--sm .ScoreCell__Link__Event__Detail{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ScoreCell__Link{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:10px 12px}.ScoreCell__Link,.ScoreCell__Link__Event__Detail{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.ScoreCell--ldrbrd .ScoreCell__Link__Event__Detail{width:57%}.bp-mobile .ScoreCell__Link__Event__Detail{-webkit-box-align:center;-ms-flex-align:center;align-items:center}