#scoreboardWidgetWrapper {
border-top: .5px solid #c1c2ca;
border-bottom: .5px solid #c1c2ca;
height: 70px
}
#scoreboardWidgetWrapper .ps-label {
font-size: 12px
}
#scoreboardWidgetWrapper .ps-results li {
white-space: nowrap
}
#scoreboardWidgetWrapper .ps-results li.selected {
color: #009cde;
cursor: default
}
#scoreboardWidgetWrapper.with-dropdown {
padding: 0
}
#scoreboardWidgetWrapper.with-dropdown #scoreboardWidgetViewAllLink {
margin: 0;
text-align: right;
width: 145px;
align-items: center;
justify-content: end;
float: right;
display: flex
}
#scoreboardWidgetWrapper.with-dropdown #scoreboardWidgetContent .scoreboardWidgetContent-inner {
min-width: calc(100% - 379px)
}
#scoreboardWidgetWrapper.with-dropdown #scoreboardWidgetContent.prev-enabled .scoreboardWidgetContent-inner {
min-width: calc(100% - 423px)
}
#scoreboardWidget {
position: relative;
display: flex;
max-width: 1440px;
height: 70px;
padding: 0px;
margin: 0 auto;
width: 100%;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased
}
#scoreboardWidget #scoreboardWidgetViewAllLink {
display: flex;
order: 3;
align-items: center;
box-sizing: border-box;
width: 140px;
border-left: 1px solid #bbbcbe
}
#scoreboardWidget #scoreboardWidgetViewAllLink .mvp_only {
display: block;
margin-right: 3px
}
#scoreboardWidget #scoreboardWidgetViewAllLink a {
font: .875rem "Geogrotesque","Rockwell",Georgia,Times,"Times New Roman",serif;
font-weight: 500;
color: #009cde;
text-transform: uppercase;
white-space: nowrap;
padding: 0 20px;
height: 100%;
display: flex;
align-items: center
}
#scoreboardWidget #scoreboardWidgetViewAllLink a:active,#scoreboardWidget #scoreboardWidgetViewAllLink a:hover {
background-color: #fafafa
}
#scoreboardWidget .widget-selector-wrapper {
order: 0;
display: flex;
height: 100%;
align-items: center;
box-sizing: border-box;
padding: 20px;
width: 190px;
border-right: 1px solid #bbbcbe
}
#scoreboardWidget .widget-selector-wrapper #ncaa-widget-selector-ps {
width: 140px;
cursor: pointer
}
#scoreboardWidget .widget-selector-wrapper #ncaa-widget-selector-ps .ps-drop {
z-index: 1010
}
#scoreboardWidget .widget-selector-wrapper #ncaa-widget-selector {
padding-right: 33px;
text-transform: uppercase;
width: auto
}
#scoreboardWidget .widget-selector-wrapper #ncaa-widget-label {
display: inline-block;
box-sizing: border-box;
align-items: center;
white-space: nowrap;
min-height: 1.2em;
padding: 15px 12px 2px 12px;
background-image: none
}
#scoreboardWidget .widget-selector-wrapper #ncaa-widget-selector,#scoreboardWidget .widget-selector-wrapper #ncaa-widget-label {
text-overflow: ellipsis;
max-width: 191px;
background-color: #fff
}
#scoreboardWidget #scoreboardWidgetContent {
position: relative;
display: flex;
height: 70px;
align-self: center;
order: 2;
max-width: 1440px;
padding: 0;
margin: 0;
flex-direction: row;
overflow: hidden;
width: 100%;
box-sizing: border-box
}
#scoreboardWidget #scoreboardWidgetContent .scoreboardWidgetContent-inner {
overflow: hidden;
min-width: calc(100% - 44px);
margin-left: 0px;
margin-right: 44px;
transition: all 150ms
}
#scoreboardWidget #scoreboardWidgetContent .regular.slider {
overflow-y: scroll;
display: flex;
width: 100%;
-ms-overflow-style: none;
scrollbar-width: none
}
#scoreboardWidget #scoreboardWidgetContent .regular.slider::-webkit-scrollbar {
display: none
}
#scoreboardWidget #scoreboardWidgetContent.prev-enabled .scoreboardWidgetContent-inner {
margin-left: 44px;
min-width: calc(100% - 88px);
transition: all 150ms
}
#scoreboardWidget #scoreboardWidgetContent .scoreboard-prev,#scoreboardWidget #scoreboardWidgetContent .scoreboard-next {
top: 0px;
bottom: 0px;
width: 44px;
overflow: hidden;
text-indent: -9999px;
opacity: 1;
cursor: pointer;
transition: opacity .35s;
background-repeat: no-repeat;
background-position: center;
background-image: url(../img/scoreboard_arrow.svg);
background-color: #fff;
padding: 20px;
box-sizing: border-box;
position: absolute;
height: 70px;
z-index: 1
}
#scoreboardWidget #scoreboardWidgetContent .scoreboard-prev:active,#scoreboardWidget #scoreboardWidgetContent .scoreboard-prev:hover,#scoreboardWidget #scoreboardWidgetContent .scoreboard-next:active,#scoreboardWidget #scoreboardWidgetContent .scoreboard-next:hover {
background-color: #fafafa
}
#scoreboardWidget #scoreboardWidgetContent .scoreboard-prev.slick-disabled,#scoreboardWidget #scoreboardWidgetContent .scoreboard-next.slick-disabled {
opacity: 0;
cursor: default;
background-color: #fff;
display: none !important
}
#scoreboardWidget #scoreboardWidgetContent.prev-enabled .scoreboard-prev {
transition: all 150ms;
display: block
}
#scoreboardWidget #scoreboardWidgetContent.next-enabled .scoreboard-next {
transition: all 150ms;
display: block
}
#scoreboardWidget #scoreboardWidgetContent .scoreboard-prev {
left: 0;
display: none;
border: 1px solid rgba(0,0,0,0);
border-right: 1px solid #bbbcbe
}
#scoreboardWidget #scoreboardWidgetContent .scoreboard-next {
display: none;
background-image: url(../img/scoreboard_arrow-right.svg);
right: 0;
border: 1px solid rgba(0,0,0,0);
border-left: 1px solid #bbbcbe
}
#scoreboardWidget #scoreboardWidgetContent .slick-next,#scoreboardWidget #scoreboardWidgetContent .slick-prev {
display: none !important
}
#scoreboardWidget #scoreboardWidgetContent .slick-track {
float: left
}
#scoreboardWidget #scoreboardWidgetContent .slick-slide {
min-width: 125px;
width: 125px !important;
max-width: 125px
}
@media only screen and (max-width: 796px) {
#scoreboardWidgetWrapper.with-dropdown {
height:120px
}
#scoreboardWidgetWrapper.with-dropdown #scoreboardWidget {
display: block
}
#scoreboardWidgetWrapper.with-dropdown #scoreboardWidget #scoreboardWidgetViewAllLink {
display: flex;
height: 50px;
border-left: unset;
box-shadow: unset
}
#scoreboardWidgetWrapper.with-dropdown #scoreboardWidget #scoreboardWidgetViewAllLink .mvp_only {
display: block
}
#scoreboardWidget {
display: flex;
height: auto
}
#scoreboardWidget #scoreboardWidgetViewAllLink {
display: none
}
#scoreboardWidget #scoreboardWidgetViewAllLink .mvp_only {
display: none
}
#scoreboardWidget .widget-selector-wrapper {
padding: 0px 0px 0px 20px;
width: 50%;
height: 50px;
align-content: start;
align-items: center;
margin: 0;
box-sizing: border-box;
justify-content: start;
float: left;
border-right: unset
}
#scoreboardWidget #scoreboardWidgetContent {
margin: 0;
max-width: 1440px;
width: 100%
}
#scoreboardWidget #scoreboardWidgetContent.prev-enabled .scoreboardWidgetContent-inner {
margin-left: 0px;
min-width: 100%
}
#scoreboardWidget #scoreboardWidgetContent .scoreboardWidgetContent-inner {
min-width: 100%;
margin-left: 0px;
margin-right: 0px
}
#scoreboardWidget #scoreboardWidgetContent.prev-enabled .slick-prev,#scoreboardWidget #scoreboardWidgetContent.prev-enabled .scoreboard-prev {
display: none;
visibility: hidden
}
#scoreboardWidget #scoreboardWidgetContent.next-enabled .slick-next,#scoreboardWidget #scoreboardWidgetContent.next-enabled .scoreboard-next {
display: none;
visibility: hidden
}
#scoreboardWidget #scoreboardWidgetContent .slick-next,#scoreboardWidget #scoreboardWidgetContent .slick-prev,#scoreboardWidget #scoreboardWidgetContent .scoreboard-prev,#scoreboardWidget #scoreboardWidgetContent .scoreboard-next {
display: none;
visibility: hidden
}
}
.pod {
position: relative;
display: block;
margin: 10px 0px 10px 0px;
padding: 0 10px 0;
border-right: 1px solid #ddd;
box-sizing: border-box;
overflow: hidden;
color: #000
}
.pod-header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between
}
.pod.small {
width: 125px
}
.pod.small .pod-description {
white-space: nowrap;
font: .5625rem "Geogrotesque","Rockwell",Georgia,Times,"Times New Roman",serif
}
.pod.small .pod-description .pod-game-network {
padding-left: 10px
}
.pod.small .pod-description .pod-game-round {
display: none
}
@media only screen and (max-width: 768px) {
.pod.small .pod-description .pod-game-sport,.pod.small .pod-description .pod-game-round {
display:none
}
}
.pod.small .pod-status {
height: 1rem;
font-size: .5625rem
}
.pod.small .pod-game-teams {
margin: 2px 0 0
}
.pod.small .pod-game-teams li .pod-game-team-logo,.pod.small .pod-game-teams li .pod-game-team-rank {
margin: 0 5px auto 0
}
.pod.small .pod-game-teams li .pod-game-team-logo-container {
height: 14px;
margin-right: 0
}
.pod.small .pod-game-teams li .pod-game-team-logo-container img.gameTeamLogo,.pod.small .pod-game-teams li .pod-game-team-logo-container img.pod-game-team-logo {
height: 14px
}
.pod.small .pod-game-teams .pod-game-team-rank {
font-size: .5625rem;
padding: 2px 0 0 0;
width: 15px
}
.pod.small .pod-game-teams .pod-game-team-name {
font-size: .75rem;
margin: 0 auto auto 0
}
.pod.small .pod-game-teams .pod-game-team-score {
font-size: .75rem
}
.pod.small.status-live .pod-header,.pod.small.status-pre .pod-header {
justify-content: unset
}
.pod.small.status-live .pod-status,.pod.small.status-live.has-live-video .pod-status {
padding-left: 16px
}
.pod.small.status-live .pod-status::before,.pod.small.status-live.has-live-video .pod-status::before {
background: url("../img/scoreboard_live_indicator_video.svg") no-repeat;
content: "";
height: 13px;
position: absolute;
width: 13px;
margin-left: -16px
}
.pod .pod-description {
white-space: nowrap;
height: 1rem;
font: .625rem "Geogrotesque","Rockwell",Georgia,Times,"Times New Roman",serif;
text-transform: uppercase;
display: flex;
letter-spacing: .8px
}
.pod .pod-description .pod-game-contest-name {
clear: both;
display: inline-block;
overflow: hidden;
white-space: nowrap
}
.pod .pod-event-title {
clear: both;
font-family: "Geogrotesque","Rockwell",Georgia,Times,"Times New Roman",serif;
font-size: .875rem;
font-weight: 400;
color: #000;
text-align: center
}
.pod .pod-event-venue {
padding: 0 0 4px 0;
font-family: "Geogrotesque","Rockwell",Georgia,Times,"Times New Roman",serif;
font-size: .75rem;
font-weight: 400;
text-transform: uppercase;
color: #000;
text-align: center
}
.pod .pod-status {
height: 25px;
color: #434445;
line-height: 1rem;
font: .75rem "Geogrotesque","Rockwell",Georgia,Times,"Times New Roman",serif;
text-transform: uppercase;
background-repeat: no-repeat
}
.pod .pod-game-team-rank {
color: #7d7f81
}
.pod.status-live .pod-game-team-name {
display: inline
}
.pod.status-live .pod-game-teams li .pod-game-team-score {
display: inline
}
.pod.status-final .pod-game-team-name {
display: inline
}
.pod.status-final li.winner .pod-game-team-name,.pod.status-final li.winner .pod-game-team-score,.pod.status-final li.winner .pod-game-team-rank {
color: inherit
}
.pod.status-final .pod-game-teams li .pod-game-team-score {
display: inline
}
.pod.status-final:not(.is-tie) .pod-game-team-name {
color: #bbbcbe
}
.pod.status-final:not(.is-tie) .pod-game-team-score,.pod.status-final:not(.is-tie) .pod-game-team-rank {
color: #bbbcbe
}
.pod.status-postponed .pod-game-teams li .pod-game-team-score,.pod.status-delayed .pod-game-teams li .pod-game-team-score {
display: inline
}
.pod.status-forfeit .pod-game-team-name {
display: inline
}
.pod.status-suspended .pod-game-team-name {
display: inline
}
.pod .pod-game-teams {
clear: both;
list-style-type: none;
padding: 0;
align-items: center;
display: flex;
flex-direction: column
}
.pod .pod-game-teams li {
display: flex;
flex-direction: row;
align-items: flex-start;
vertical-align: top;
width: 100%
}
.pod .pod-game-teams li .pod-game-team-logo,.pod .pod-game-teams li .pod-game-team-rank {
margin: 0 10px auto 0
}
.pod .pod-game-teams li .pod-game-team-logo-container {
width: 20px;
height: 20px;
margin-right: 10px
}
.pod .pod-game-teams li .pod-game-team-logo-container img.gameTeamLogo,.pod .pod-game-teams li .pod-game-team-logo-container img.pod-game-team-logo {
width: auto;
height: 20px
}
.pod .pod-game-teams li .pod-game-team-rank {
width: 20px;
flex-shrink: 0;
padding: 4px 0 0 0;
font: .75rem "Geogrotesque","Rockwell",Georgia,Times,"Times New Roman",serif;
text-align: right
}
.pod .pod-game-teams li .pod-game-team-name {
align-self: stretch;
margin: 2px auto auto 0;
font: .875rem "Geogrotesque","Rockwell",Georgia,Times,"Times New Roman",serif
}
@media only screen and (max-width: 1050px) {
.pod .pod-game-teams li .pod-game-team-name {
display:none
}
}
.pod .pod-game-teams li .pod-game-team-name.short {
display: none
}
@media only screen and (max-width: 1050px) {
.pod .pod-game-teams li .pod-game-team-name.short {
display:block
}
}
.pod .pod-game-teams li .pod-game-team-score {
display: none;
align-self: flex-end;
margin: 0 0 auto 10px;
font: .875rem "Geogrotesque","Rockwell",Georgia,Times,"Times New Roman",serif
}
.pod_content-division,.pod_content-empty {
display: block;
padding: 0 0 30px 0
}
.pod_content-division h6,.pod_content-empty h6 {
margin: 0 0 20px
}
.pod_content-empty {
text-align: center
}
a.pod-link {
color: #000
}
a.pod-link:focus {
outline: none;
border: none
}
a.pod-link:active,a.pod-link:hover {
background-color: #fafafa
}