.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: block;
    position: relative;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    -moz-backface-visibility: hidden;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0 !important
}

.owl-carousel.owl-loaded {
    display: block;
    visibility: visible
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    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: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-nav [class*=owl-] {
    background: #d6d6d6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: .5
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    -webkit-tap-highlight-color: transparent;
    text-align: center
}

.owl-theme .owl-dots .owl-dot {
    zoom: 1;
    display: inline-block;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background: #d6d6d6;
    border-radius: 0;
    display: block;
    height: 10px;
    margin: 5px 7px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 10px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    width: 80px;
    z-index: 1
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.ss-main {
    color: #666;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.ss-main .ss-single-selected {
    background-color: #fff;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    outline: 0;
    padding: 6px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    width: 100%
}

.ss-main .ss-single-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed
}

.ss-main .ss-single-selected.ss-open-above {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ss-main .ss-single-selected.ss-open-below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ss-main .ss-single-selected .placeholder {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    line-height: 1em;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(100% - 30px)
}

.ss-main .ss-single-selected .placeholder, .ss-main .ss-single-selected .placeholder * {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ss-main .ss-single-selected .placeholder * {
    width: auto
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
    color: #dedede
}

.ss-main .ss-single-selected .ss-deselect {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-weight: 700;
    justify-content: flex-end;
    margin: 0 6px
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
    display: none
}

.ss-main .ss-single-selected .ss-arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    justify-content: flex-end;
    margin: 0 6px
}

.ss-main .ss-single-selected .ss-arrow span {
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: margin .2s, -webkit-transform .2s;
    transition: margin .2s, -webkit-transform .2s;
    transition: transform .2s, margin .2s;
    transition: transform .2s, margin .2s, -webkit-transform .2s
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
    margin: 3px 0 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
    margin: -3px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ss-main .ss-multi-selected {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: #fff;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 30px;
    outline: 0;
    padding: 0 0 0 3px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    width: 100%
}

.ss-main .ss-multi-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
    color: #666
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
    cursor: not-allowed
}

.ss-main .ss-multi-selected.ss-open-above {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ss-main .ss-multi-selected.ss-open-below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ss-main .ss-multi-selected .ss-values {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% - 30px)
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1em;
    margin: 2px 0;
    overflow: hidden;
    padding: 4px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-color: #5897fb;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin: 3px 5px 3px 0;
    padding: 3px 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
    cursor: pointer;
    margin: 0 0 0 5px
}

.ss-main .ss-multi-selected .ss-add {
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 3px;
    flex: 0 1 3px;
    margin: 9px 12px 0 5px
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    justify-content: center;
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 2px
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
    background: #666;
    content: "";
    height: 2px;
    left: -4px;
    position: absolute;
    top: 4px;
    width: 10px
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ss-content {
    background-color: #fff;
    border: 1px solid #dcdee2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -1px 0 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    width: 100%;
    z-index: 1010
}

.ss-content.ss-open {
    display: block;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.ss-content .ss-search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 8px 6px
}

.ss-content .ss-search.ss-hide, .ss-content .ss-search.ss-hide input {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0
}

.ss-content .ss-search input {
    -webkit-box-flex: 1;
    -webkit-appearance: textfield;
    background-color: #fff;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: inherit;
    height: 30px;
    line-height: inherit;
    margin: 0;
    min-width: 0;
    outline: 0;
    padding: 6px 8px;
    text-align: left;
    width: 100%
}

.ss-content .ss-search input::-webkit-input-placeholder {
    color: #8a8a8a;
    vertical-align: middle
}

.ss-content .ss-search input::-moz-placeholder {
    color: #8a8a8a;
    vertical-align: middle
}

.ss-content .ss-search input::-ms-input-placeholder {
    color: #8a8a8a;
    vertical-align: middle
}

.ss-content .ss-search input::placeholder {
    color: #8a8a8a;
    vertical-align: middle
}

.ss-content .ss-search input:focus {
    -webkit-box-shadow: 0 0 5px #5897fb;
    box-shadow: 0 0 5px #5897fb
}

.ss-content .ss-search .ss-addable {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    align-items: center;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    font-size: 22px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    margin: 0 0 0 8px
}

.ss-content .ss-addable {
    padding-top: 0
}

.ss-content .ss-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    font-weight: 700;
    padding: 6px 10px
}

.ss-content .ss-list .ss-optgroup .ss-option {
    padding: 6px 6px 6px 25px
}

.ss-content .ss-list .ss-optgroup-label-selectable {
    cursor: pointer
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
    background-color: #5897fb;
    color: #fff
}

.ss-content .ss-list .ss-option {
    cursor: pointer;
    padding: 6px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ss-content .ss-list .ss-option * {
    display: inline-block
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:hover {
    background-color: #5897fb;
    color: #fff
}

.ss-content .ss-list .ss-option.ss-disabled {
    background-color: #fff;
    color: #dedede;
    cursor: not-allowed
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
    background-color: rgba(88, 151, 251, .1);
    color: #666
}

.ss-content .ss-list .ss-option.ss-hide {
    display: none
}

.ss-content .ss-list .ss-option .ss-search-highlight {
    background-color: #fffb8c
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper, swiper-container {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide, swiper-slide {
    -ms-flex-negative: 0;
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper:before {
    -ms-flex-negative: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50
}

.swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.swiper .swiper-notification, swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    -webkit-filter: blur(50px);
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes animation--breath {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15)
    }
}

@keyframes animation--breath {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15)
    }
}

@-webkit-keyframes animation--beat {
    0%, 20%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    5% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    10% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    15% {
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
}

@keyframes animation--beat {
    0%, 20%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    5% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    10% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    15% {
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
}

@-webkit-keyframes animation--bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes animation--bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-webkit-keyframes animation--flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes animation--flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-webkit-keyframes animation--shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes animation--shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@-webkit-keyframes animation--jazz-hands {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes animation--jazz-hands {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes animation--rubber-band {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes animation--rubber-band {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes animation--fade-in-out {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    30% {
        opacity: 1
    }
    60% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animation--fade-in-out {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    30% {
        opacity: 1
    }
    60% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes animation--fade-in-upward {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animation--fade-in-upward {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes animation--fade-in-forward {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animation--fade-in-forward {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes animation--fade-in-downward {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animation--fade-in-downward {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes animation--fade-in-backward {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animation--fade-in-backward {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes animation--fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes animation--fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes animation--fade-out-upward {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes animation--fade-out-upward {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes animation--fade-out-forward {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes animation--fade-out-forward {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes animation--fade-out-downward {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes animation--fade-out-downward {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes animation--fade-out-backward {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes animation--fade-out-backward {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes animation--fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes animation--fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body, button, fieldset, figure, input, li, ol, ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none
}

main {
    display: block
}

audio, canvas, progress, video {
    vertical-align: baseline
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

strong {
    font-weight: 700
}

a, button {
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s
}

a {
    text-decoration: none
}

button {
    -webkit-font-smoothing: inherit;
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible
}

button[disabled] {
    cursor: default
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}

button, input, optgroup, select, textarea {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    letter-spacing: inherit
}

textarea {
    overflow: auto
}

:active, :focus {
    outline: none
}

img {
    border: 0;
    height: auto;
    max-width: 100%
}

abbr {
    border-bottom-style: dotted;
    border-bottom-width: 1px
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

table {
    border-collapse: collapse;
    width: 100%
}

td, th {
    padding: 0;
    text-align: left
}

blockquote {
    border: none;
    font-size: inherit;
    margin: 0;
    padding: 0
}

.d3-o-depthchart caption, .nfl-o-playerstats caption, [class*=d3-o-player-stats] caption, [class*=d3-o-reports] caption, [class*=d3-o-schedules] caption, [class*=d3-o-standings] caption, [class*=d3-o-team-stats] caption {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.d3-o-button {
    cursor: pointer;
    display: inline-block;
    padding: 12px 24px;
    text-align: center;
    vertical-align: middle
}

.d3-o-button.d3-is-disabled, .d3-o-button:disabled {
    cursor: not-allowed
}

.d3-o-media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.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-o-media-object__figure {
    display: inline-block;
    min-height: 1px;
    position: relative
}

.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 {
    left: 0;
    top: 0
}

.d3-o-media-object__detail.d3-o-media-object-detail--top-end {
    right: 0;
    top: 0
}

.d3-o-media-object__detail.d3-o-media-object-detail--bottom-end {
    bottom: 0;
    right: 0
}

.d3-o-media-object__detail.d3-o-media-object-detail--bottom-start {
    bottom: 0;
    left: 0
}

.d3-o-media-object--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.d3-o-media-object--vertical .d3-o-media-object__figure {
    margin: 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 {
    background-color: #000;
    bottom: 0;
    color: #fff;
    padding: 1em;
    position: absolute;
    width: 100%
}

.d3-o-media-object .d3-o-media-object__figure-overlay {
    background-color: #000;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 1em;
    position: absolute;
    right: 0
}

.d3-o-media-object--horizontal {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.d3-o-media-object--horizontal .d3-o-media-object__figure {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-right: 1em
}

.d3-o-media-object--horizontal .d3-o-media-object__body {
    -ms-flex-preferred-size: calc(70% - 1em);
    flex-basis: calc(70% - 1em)
}

.d3-o-media-object--vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.d3-o-media-object--vertical-end {
    -webkit-box-align: end;
    -ms-flex-align: 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 .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 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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--bottom-end, .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-start {
    left: auto;
    right: 0
}

.d3-o-media-object--nested .d3-o-media-object__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px
}

.d3-o-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d3-o-list--horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.d3-o-list--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.d3-o-list--horizontal-scroll {
    overflow: auto
}

.d3-o-list--horizontal-scroll > .d3-o-list {
    -ms-flex-wrap: nowrap;
    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: calc(.25rem + .02232vw - .07143px)
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .d3-o-table td, .d3-o-table th {
        padding: calc(.35rem + .05859vw - .45px)
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .d3-o-table td, .d3-o-table th {
        padding: calc(.5rem + .09766vw - 1px)
    }
}

@media (min-width: 1280px) {
    .d3-o-table td, .d3-o-table th {
        padding: .75rem
    }
}

.d3-o-table--layout-switch tr {
    display: inline-block;
    width: 25%
}

.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 {
        line-height: 1.9rem;
        line-height: calc(1.9rem + .17857vw - .57143px);
        min-height: 2.5rem;
        min-height: calc(2.5rem + .22321vw - .71429px)
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .d3-o-table--layout-switch td, .d3-o-table--layout-switch th {
        line-height: 2.7rem;
        line-height: calc(2.7rem + .46875vw - 3.6px);
        min-height: 3.5rem;
        min-height: calc(3.5rem + .58594vw - 4.5px)
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .d3-o-table--layout-switch td, .d3-o-table--layout-switch th {
        line-height: 3.9rem;
        line-height: calc(3.9rem + .78125vw - 8px);
        min-height: 5rem;
        min-height: calc(5rem + .97656vw - 10px)
    }
}

@media (min-width: 1280px) {
    .d3-o-table--layout-switch td, .d3-o-table--layout-switch th {
        line-height: 5.9rem;
        min-height: 7.5rem
    }
}

@media (max-width: 767px) {
    .d3-o-table--layout-switch tr {
        margin-bottom: calc(3rem + .22321vw - .71429px);
        width: 100%
    }

    .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: 700
    }
}

.d3-o-table--horizontal-scroll {
    overflow: auto
}

.d3-o-table--horizontal-scroll > .d3-o-table {
    min-width: 1200px
}

.d3-o-table--vertical-scroll {
    max-height: 300px;
    overflow: auto
}

.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(2n) {
    background-color: rgba(0, 0, 0, .1)
}

.d3-o-table--col-striping td:nth-child(2n), .d3-o-table--col-striping th:nth-child(2n) {
    background-color: rgba(0, 0, 0, .1)
}

.nfl-u-disable--scrolling {
    overflow: hidden;
    position: relative
}

body.nfl-u-disable--scrolling, html.nfl-u-disable--scrolling {
    height: 100vh
}

.nfl-u-hide-empty:empty {
    display: none
}

.nfl-u-visibility-hidden {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

.nfl-u-overflow-x-hidden {
    overflow-x: hidden
}

.nfl-u-align--text-left {
    text-align: left
}

.nfl-u-align--text-center {
    text-align: center
}

.nfl-u-align--text-right {
    text-align: right
}

[role=main], body {
    width: 100%
}

.d3-l-wrap {
    position: relative;
    width: 100%;
    z-index: 1
}

[class*=d3-l-grid] {
    grid-gap: 8px;
    display: -ms-grid;
    display: grid
}

@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(2.28571px + 1.78571vw)
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    [class*=d3-l-grid] {
        grid-gap: 16px;
        grid-gap: calc(-8px + 3.125vw)
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    [class*=d3-l-grid] {
        grid-gap: 24px
    }
}

@media (min-width: 1280px) {
    [class*=d3-l-grid] {
        grid-gap: 24px
    }
}

.d3-l-grid--outer, .nfl-c-promo.nfl-c-promo--video-background-enhanced.nfl-c-promo--featured-large {
    -ms-grid-rows: [row] 1fr;
    -ms-grid-columns: [viewport-start] 1fr [content-start] minmax(0, 1248px) [content-end] 1fr [viewport-end];
    grid-template-columns:[viewport-start] 1fr [content-start] minmax(0, 1248px) [content-end] 1fr [viewport-end];
    grid-template-rows:[row] 1fr
}

.d3-l-content--wide {
    grid-column: 1/-1
}

.d3-l-content--wide, .d3-l-content--wide + .d3-l-grid--inner {
    grid-row: row 1/row -1
}

@supports (display:grid) {
    .d3-l-grid--inner {
        grid-column: content-start/content-end;
        grid-template:[row] 1fr/repeat(12, [col] minmax(0, 82px))
    }

    .d3-l-grid--inner-14 {
        grid-column: content-start/content-end;
        grid-template:[row] 1fr/repeat(14, [col] minmax(0, 70px))
    }

    .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
}

.d3-l-grid--no-row-gap {
    grid-row-gap: 0
}

[class*=d3-l-col__col-] {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    @supports (display:grid) {
        [class*=d3-l-col__col-] {
            grid-column: span 12;
            width: 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 {
            grid-column: span 6;
            width: auto
        }

        .d3-l-col__col-6, .d3-l-col__col-7, .d3-l-col__col-8, .d3-l-col__col-8-centered, .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 {
            grid-column: span 12;
            width: auto
        }
    }
}

@media (min-width: 1024px) {
    @supports (display:grid) {
        .d3-l-col__col-2 {
            grid-column: span 2;
            width: auto
        }

        .d3-l-col__col-3 {
            grid-column: span 3;
            width: auto
        }

        .d3-l-col__col-4 {
            grid-column: span 4;
            width: auto
        }

        .d3-l-col__col-5 {
            grid-column: span 5;
            width: auto
        }

        .d3-l-col__col-6 {
            grid-column: span 6;
            width: auto
        }

        .d3-l-col__col-7 {
            grid-column: span 7;
            width: auto
        }

        .d3-l-col__col-8, .d3-l-col__col-8-centered {
            grid-column: span 8;
            width: auto
        }

        .d3-l-col__col-9 {
            grid-column: span 9;
            width: auto
        }

        .d3-l-col__col-10, .d3-l-col__col-10-centered {
            grid-column: span 10;
            width: auto
        }

        .d3-l-col__col-11 {
            grid-column: span 11;
            width: auto
        }

        .d3-l-col__col-12, .d3-l-grid--inner .d3-l-adv-row {
            grid-column: span 12;
            width: auto
        }
    }
}

@media (min-width: 1024px) {
    .d3-l-col__col-4-centered {
        -ms-grid-column: 5;
        grid-column-end: 9;
        grid-column-start: 5
    }
}

@media (min-width: 768px) {
    .d3-l-col__col-10-centered {
        -ms-grid-column: 2;
        grid-column-end: 12;
        grid-column-start: 2
    }

    .d3-l-col__col-8-centered {
        -ms-grid-column: 3;
        grid-column-end: 11;
        grid-column-start: 3
    }
}

.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
}

.d3-l-section-row + .d3-l-section-row.d3-l-section-row--no-margin-top, .d3-l-section-row.d3-l-section-row.d3-l-section-row--no-margin-top:first-of-type {
    margin-top: 0
}

@media (min-width: 0) and (max-width: 319px) {
    .d3-l-adv-row + .d3-l-adv-row, .d3-l-adv-row + .d3-l-section-row, .d3-l-adv-row + [role=contentinfo], .d3-l-adv-row:first-of-type, .d3-l-adv-row:last-of-type, .d3-l-section-row + .d3-l-adv-row, .d3-l-section-row:first-of-type, .d3-l-section-row:last-of-type, header + .d3-l-adv-row {
        margin-top: 16px
    }

    .d3-l-section-row + .d3-l-section-row, .d3-l-section-row + [role=contentinfo] .d3-l-section-row--margin-top, header + .d3-l-section-row {
        margin-top: 24px
    }

    header + .d3-o-notification-bar--breaking-news + .d3-l-adv-row, header + .d3-o-notification-bar--breaking-news + .d3-l-section-row {
        margin-top: 24px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .d3-l-adv-row + .d3-l-adv-row, .d3-l-adv-row + .d3-l-section-row, .d3-l-adv-row + [role=contentinfo], .d3-l-adv-row:first-of-type, .d3-l-section-row + .d3-l-adv-row, .d3-l-section-row:first-of-type, header + .d3-l-adv-row {
        margin-top: calc(10.28571px + 1.78571vw)
    }

    .d3-l-adv-row:last-of-type, .d3-l-section-row:last-of-type {
        margin-bottom: calc(10.28571px + 1.78571vw)
    }

    .d3-l-section-row + .d3-l-section-row, .d3-l-section-row + [role=contentinfo], .d3-l-section-row--margin-top, header + .d3-l-section-row {
        margin-top: calc(12.57143px + 3.57143vw)
    }

    header + .d3-o-notification-bar--breaking-news + .d3-l-adv-row, header + .d3-o-notification-bar--breaking-news + .d3-l-section-row {
        margin-top: calc(12.57143px + 3.57143vw)
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .d3-l-adv-row + .d3-l-adv-row, .d3-l-adv-row + .d3-l-section-row, .d3-l-adv-row + [role=contentinfo], .d3-l-adv-row:first-of-type, .d3-l-section-row + .d3-l-adv-row, .d3-l-section-row:first-of-type, header + .d3-l-adv-row {
        margin-top: 24px
    }

    .d3-l-adv-row:last-of-type, .d3-l-section-row:last-of-type {
        margin-bottom: 24px
    }

    .d3-l-section-row + .d3-l-section-row, .d3-l-section-row + [role=contentinfo], .d3-l-section-row--margin-top, header + .d3-l-section-row {
        margin-top: 40px
    }

    header + .d3-o-notification-bar--breaking-news + .d3-l-adv-row, header + .d3-o-notification-bar--breaking-news + .d3-l-section-row {
        margin-top: 40px
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .d3-l-adv-row + .d3-l-adv-row, .d3-l-adv-row + .d3-l-section-row, .d3-l-adv-row + [role=contentinfo], .d3-l-adv-row:first-of-type, .d3-l-section-row + .d3-l-adv-row, .d3-l-section-row:first-of-type, header + .d3-l-adv-row {
        margin-top: 24px
    }

    .d3-l-adv-row:last-of-type, .d3-l-section-row:last-of-type {
        margin-bottom: 24px
    }

    .d3-l-section-row + .d3-l-section-row, .d3-l-section-row + [role=contentinfo], .d3-l-section-row--margin-top, header + .d3-l-section-row {
        margin-top: 40px
    }

    header + .d3-o-notification-bar--breaking-news + .d3-l-adv-row, header + .d3-o-notification-bar--breaking-news + .d3-l-section-row {
        margin-top: 40px
    }
}

@media (min-width: 1280px) {
    .d3-l-adv-row + .d3-l-adv-row, .d3-l-adv-row + .d3-l-section-row, .d3-l-adv-row + [role=contentinfo], .d3-l-adv-row:first-of-type, .d3-l-section-row + .d3-l-adv-row, .d3-l-section-row:first-of-type, header + .d3-l-adv-row {
        margin-top: 24px
    }

    .d3-l-adv-row:last-of-type, .d3-l-section-row:last-of-type {
        margin-bottom: 24px
    }

    .d3-l-section-row + .d3-l-section-row, .d3-l-section-row + [role=contentinfo], .d3-l-section-row--margin-top, header + .d3-l-section-row {
        margin-top: 40px
    }

    header + .d3-o-notification-bar--breaking-news + .d3-l-adv-row, header + .d3-o-notification-bar--breaking-news + .d3-l-section-row {
        margin-top: 40px
    }
}

.d3-l-wrap:not(.d3-l-wrap--content-only) > .d3-l-adv-row:first-child {
    margin: 0
}

.d3-l-adv-row .d3-l-grid--inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

@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-bottom: 16px;
        margin-top: 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-bottom: calc(10.28571px + 1.78571vw);
        margin-top: calc(10.28571px + 1.78571vw)
    }
}

@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-bottom: 24px;
        margin-top: 24px
    }
}

@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-bottom: 24px;
        margin-top: 24px
    }
}

@media (min-width: 1280px) {
    .d3-l-adv-row .d3-o-adv-block.d3-is-above-header[data-google-query-id] {
        margin-bottom: 24px;
        margin-top: 24px
    }
}

.d3-l-adv-row .d3-o-section-title {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

.d3-l-section-header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 28px;
    position: relative
}

.d3-l-grid--no-gap .d3-l-section-header {
    padding-bottom: 24px
}

.d3-o-section-adv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d3-o-section-adv .d3-o-adv-block {
    margin: initial
}

.d3-o-section-adv__label {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #555;
    font-weight: 300;
    margin-right: 4px;
    white-space: nowrap
}

@media (max-width: 767px) {
    .d3-o-section-adv {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 4px
    }
}

@media (min-width: 768px) {
    .d3-o-section-adv {
        position: absolute;
        right: 0;
        top: 0
    }

    .d3-l-grid--no-gap .d3-o-section-adv {
        bottom: unset;
        top: 0
    }
}

.d3-o-section__cta {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.placeholder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 8px;
    width: 100%
}

.d3-t-content--primary-color {
    background-color: #fff
}

.d3-t-content--secondary-color {
    background-color: #fafafa
}

.d3-l-adaptive {
    width: 100%
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/all-prosans--thin.woff2) format("woff2"), url(../fonts/all-prosans--thin.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: italic;
    font-weight: 100;
    src: url(../fonts/all-prosans--thinitalic.woff2) format("woff2"), url(../fonts/all-prosans--thinitalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/all-prosans--light.woff2) format("woff2"), url(../fonts/all-prosans--light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/all-prosans--lightitalic.woff2) format("woff2"), url(../fonts/all-prosans--lightitalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/all-prosans--regular.woff2) format("woff2"), url(../fonts/all-prosans--regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/all-prosans--regularitalic.woff2) format("woff2"), url(../fonts/all-prosans--regularitalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/all-prosans--medium.woff2) format("woff2"), url(../fonts/all-prosans--medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/all-prosans--mediumitalic.woff2) format("woff2"), url(../fonts/all-prosans--mediumitalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/all-prosans--semibold.woff2) format("woff2"), url(../fonts/all-prosans--semibold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/all-prosans--semibolditalic.woff2) format("woff2"), url(../fonts/all-prosans--semibolditalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/all-prosans--bold.woff2) format("woff2"), url(../fonts/all-prosans--bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/all-prosans--bolditalic.woff2) format("woff2"), url(../fonts/all-prosans--bolditalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/all-prosans--black.woff2) format("woff2"), url(../fonts/all-prosans--black.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProSans;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/all-prosans--blackitalic.woff2) format("woff2"), url(../fonts/all-prosans--blackitalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProStats;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/all-prostats--light.woff2) format("woff2"), url(../fonts/all-prostats--light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProStats;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/all-prostats--regular.woff2) format("woff2"), url(../fonts/all-prostats--regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProStats;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/all-prostats--bold.woff2) format("woff2"), url(../fonts/all-prostats--bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Saira;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/saira--regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Saira;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/saira--black.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Saira;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/saira--semibold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Druk;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/druk--bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Druk;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/druk--bolditalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Druk;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/druk--superitalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/all-prodisplayc-light.woff2) format("woff2"), url(../fonts/all-prodisplayc-light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/all-prodisplayc-lightitalic.woff2) format("woff2"), url(../fonts/all-prodisplayc-lightitalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/all-prodisplayc-regular.woff2) format("woff2"), url(../fonts/all-prodisplayc-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/all-prodisplayc-italic.woff2) format("woff2"), url(../fonts/all-prodisplayc-italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/all-prodisplayc-medium.woff2) format("woff2"), url(../fonts/all-prodisplayc-medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/all-prodisplayc-mediumitalic.woff2) format("woff2"), url(../fonts/all-prodisplayc-mediumitalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/all-prodisplayc-semibold.woff2) format("woff2"), url(../fonts/all-prodisplayc-semibold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/all-prodisplayc-semibolditalic.woff2) format("woff2"), url(../fonts/all-prodisplayc-semibolditalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/all-prodisplayc-bold.woff2) format("woff2"), url(../fonts/all-prodisplayc-bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/all-prodisplayc-bolditalic.woff2) format("woff2"), url(../fonts/all-prodisplayc-bolditalic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/all-prodisplayc-black.woff2) format("woff2"), url(../fonts/all-prodisplayc-black.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: All-ProDisplayC;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/all-prodisplayc-blackitalic.woff2) format("woff2"), url(../fonts/all-prodisplayc-blackitalic.woff) format("woff")
}

.nfl-o-ranked-item, .nfl-o-ranked-item__joiner-text, .nfl-o-tabs-bar, body {
    font-family: All-ProSans, Helvetica, Arial, sans-serif
}

.d3-o-on-now-bar__body-time, .d3-o-on-now-bar__info-date, .d3-o-table--sitemap .d3-o-table tbody td:not(:first-child), .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-matchup-strip__venue-state, .nfl-c-scoresplay, .nfl-c-scoresplay__actual-score--opponents, .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__actual-score--home, .nfl-o-injury-report .d3-o-table td, .nfl-o-no-results__text, .nfl-o-pick-card__overall-pick, .nfl-o-pick-card__pick-date, .nfl-o-roster tbody td, .nfl-o-roster tbody td:first-of-type, .nfl-o-roster tr th, .nfl-o-teamstats tbody td, .nfl-o-teamstats tbody td:first-of-type, .nfl-o-teamstats tr th, .nfl-t-stats__title h3, [class*=d3-o-person-card] .d3-o-media-object__roofline > *, [class*=d3-o-person-card] .d3-o-media-object__summary > * {
    font-weight: 300
}

.d3-o-footer .d3-o-footer__tab-heading, .nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-game-day, .nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-listen, .nfl-c-article__description {
    font-weight: 400
}

.d3-o-on-now-bar__close-button, .d3-o-table--sitemap .d3-o-table tbody td:first-child, .d3-u-block-bypass, .nfl-c-boxscore, .nfl-c-boxscore--team-stats .d3-o-table tr .nfl-c-boxscore__data-label, .nfl-c-content-header--player-directory .nfl-c-player-directory__form, .nfl-c-find-channel, .nfl-c-game-strip-v2__team-name, .nfl-c-game-strip__team-name, .nfl-c-game-tile__team-name, .nfl-c-matchup-strip__networks, .nfl-c-scoresplay__actual-score--home, .nfl-c-scoresplay__header, .nfl-c-scoresplay__point-value--type, .nfl-c-scoresplay__quarter-header-score, .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__actual-score--opponents, .nfl-c-team-roster, .nfl-c-teams-on-bye .d3-o-list__item, .nfl-o-cta, .nfl-o-fevo, .nfl-o-footer-strip__link, .nfl-o-injury-report .d3-o-player-roster__player-name, .nfl-o-injury-report .d3-o-table th, .nfl-o-matchup-cards--bye .nfl-o-matchup-cards__body, .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-picks-summary .nfl-o-pick__round-number, .nfl-o-ranked-item, .nfl-o-sub-section .nfl-o-sub-section__sub-title, .nfl-o-tabs-bar {
    font-weight: 500
}

.d3-o-cta-bar [class*=d3-o-cta-bar__item] a, .d3-o-cta-bar [class*=d3-o-cta-bar__item] button, .d3-o-media-object__roofline, .d3-o-on-now-bar__body-headline, .d3-o-on-now-bar__body-status, .d3-o-on-now-bar__body-title-name, .d3-o-on-now-bar__close-button:after, .d3-o-on-now-bar__header-status, .d3-o-on-now-bar__info, .d3-o-section-title--secondary, .nfl-c-author-profile-card .d3-o-media-object__title, .nfl-c-boxscore--team-stats .d3-o-table__caption, .nfl-c-boxscore__club-name, .nfl-c-content-header__roofline, .nfl-c-content-header__title, .nfl-c-custom-promo__description a, .nfl-c-matchup-strip .nfl-o-cta--link.nfl-o-fevo, .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link, .nfl-c-matchup-strip__date-time, .nfl-c-matchup-strip__live, .nfl-c-matchup-strip__period, .nfl-c-matchup-strip__quarter, .nfl-c-matchup-strip__team-score, .nfl-c-matchup-tile__week-day, .nfl-c-matchup-tile__week-name, .nfl-o-injury-report__title, .nfl-o-injury-report__wrap .d3-o-section-sub-title, .nfl-o-injury-report__wrap .d3-o-section-title, .nfl-o-matchup-group .d3-o-section-title, .nfl-o-network-schedule-group .d3-o-section-title, .nfl-o-no-results .d3-o-section-title, .nfl-o-pick-card__on-the-clock, .nfl-o-pick-card__player-name, .nfl-o-pick-card__round, .nfl-o-pick-card__round-pick, .nfl-o-picks-summary .nfl-o-pick__on-the-clock, .nfl-o-picks-summary .nfl-o-pick__player-name, .nfl-o-picks-summary__title, .nfl-o-ranked-item__joiner-text, .nfl-o-ranked-item__label--second, .nfl-o-ranked-item__title, .nfl-o-round-indicator, .nfl-o-sub-section .nfl-o-sub-section__title, [class*=d3-o-promo-card] .d3-o-media-object__summary a {
    font-weight: 700
}

body {
    color: #151515
}

@media (min-width: 0) and (max-width: 319px) {
    body {
        font-size: 14px;
        line-height: 1.4
    }

    .d3-o-transactions h1, .d3-t-font-size--90, .nfl-c-photo-album h1, .nfl-h-typography--h1, .nfl-o-audio-player h1, .nfl-o-event-card h1, .nfl-o-page-title, .nfl-o-person-tile .d3-o-media-object__title, .nfl-o-video-player h1, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, [class*=d3-l-module--hero] .d3-o-media-object__title {
        font-size: 28px
    }

    .d3-o-transactions h2, .d3-t-font-size--80, .nfl-c-author-profile-card__bio h2, .nfl-c-biography h2, .nfl-c-body-part--text h2, .nfl-c-custom-promo__body h2, .nfl-c-photo-album h2, .nfl-h-typography--h2, .nfl-o-audio-player h2, .nfl-o-biography__text h2, .nfl-o-event-card h2, .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-o-video-player h2, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, [class*=d3-o-promo-card] .d3-o-media-object__summary h2 {
        font-size: 24px
    }

    .d3-c-content-package-b .d3-l-col__col-6 .d3-o-media-object__title, .d3-c-content-package-b .d3-l-col__col-8 .d3-o-media-object__title, .d3-c-content-package-b .d3-l-col__col-8-centered .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8 .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8-centered .d3-o-media-object__title, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title, .d3-o-content-tray__text-only .d3-o-media-object__title, .d3-o-person-card--featured .d3-o-media-object__title, .d3-o-transactions h3, .d3-t-font-size--70, .nfl-c-author-profile-card__bio h3, .nfl-c-biography h3, .nfl-c-body-part--text h3, .nfl-c-custom-promo__body h3, .nfl-c-custom-promo__headline, .nfl-c-photo-album h3, .nfl-h-typography--h3, .nfl-o-audio-player h3, .nfl-o-biography__text h3, .nfl-o-event-card h3, .nfl-o-video-player h3, [class*=d3-o-promo-card] .d3-o-media-object__summary h3 {
        font-size: 20px
    }

    .d3-o-content-tray__text-thumb .d3-o-media-object__title, .d3-o-person-card--headshot .d3-o-media-object__title, .d3-o-person-card--portrait .d3-o-media-object__title, .d3-o-section-title > a, .d3-o-section-title > span, .d3-o-transactions h4, .d3-o-transactions p, .d3-t-font-size--60, .nfl-c-author-profile-card__bio h4, .nfl-c-biography h4, .nfl-c-biography li, .nfl-c-biography p, .nfl-c-body-part--document, .nfl-c-body-part--text h4, .nfl-c-body-part--text p, .nfl-c-custom-promo__body h4, .nfl-c-event p, .nfl-c-photo-album h4, .nfl-c-photo-album p, .nfl-h-typography--h4, .nfl-h-typography--li, .nfl-h-typography--p, .nfl-o-audio-player h4, .nfl-o-audio-player p, .nfl-o-biography__text h4, .nfl-o-biography__text p, .nfl-o-event-card h4, .nfl-o-event-card p, .nfl-o-media-player .d3-o-media-object__title, .nfl-o-video-player h4, .nfl-o-video-player p, [class*=d3-c-content-package] .d3-o-media-object__title, [class*=d3-o-promo-card] .d3-o-media-object__summary h4, [class*=d3-o-promo-card] .d3-o-media-object__title {
        font-size: 16px
    }

    .d3-o-transactions h5, .d3-t-font-size--50, .nfl-c-author-profile-card__bio h5, .nfl-c-biography h5, .nfl-c-body-part--text h5, .nfl-c-custom-promo__body h5, .nfl-c-photo-album h5, .nfl-h-typography--h5, .nfl-o-audio-player h5, .nfl-o-biography__text h5, .nfl-o-event-card h5, .nfl-o-video-player h5, [class*=d3-o-promo-card] .d3-o-media-object__summary h5 {
        font-size: 14px
    }

    .d3-o-person-card--featured .d3-o-media-object__roofline, .d3-o-transactions h6, .d3-t-font-size--40, .nfl-c-custom-promo__body h6, .nfl-c-photo-album h6, .nfl-h-typography--h6, .nfl-o-audio-player h6, .nfl-o-event-card h6, .nfl-o-picks-summary__title, .nfl-o-round-indicator, .nfl-o-video-player h6, [class*=d3-o-promo-card] .d3-o-media-object__summary h6 {
        font-size: 12px
    }

    .d3-o-on-now-bar__body-title-name, .d3-t-font-size--30, .nfl-o-injury-report__wrap .d3-o-section-title, .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-o-pick-card__on-the-clock, .nfl-o-pick-card__player-name, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle {
        font-size: 14px
    }

    .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary, .d3-o-contact-us__item-label, .d3-o-cta-bar [class*=d3-o-cta-bar__item] a, .d3-o-cta-bar [class*=d3-o-cta-bar__item] button, .d3-o-link-bar--horizontal__list li a, .d3-o-link-bar--vertical__list li a, .d3-o-person-card--featured .d3-o-media-object__link, .d3-o-person-card--featured .d3-o-media-object__summary, .d3-t-font-size--20, .d3-u-block-bypass, .nfl-c-article__related-links ul li, .nfl-c-custom-promo__description, .nfl-c-export-bar__item, .nfl-c-find-channel .nfl-c-find-channel__message, .nfl-c-find-channel__title, .nfl-c-header a, .nfl-c-header button, .nfl-c-team-roster, .nfl-o-injury-report__wrap .d3-o-section-sub-title, .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-o-team-h2h-stats__season-info, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, [class*=d3-c-content-package] .d3-o-media-object__summary, [class*=d3-l-module--hero] .d3-o-media-object__summary, [class*=d3-o-content-tray] .d3-o-media-object__summary, [class*=d3-o-promo-card] .d3-o-media-object__link, [class*=d3-o-promo-card] .d3-o-media-object__summary {
        font-size: 14px
    }

    .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__copyright, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline, .d3-o-contact-us__item-value, .d3-o-contact-us__label, .d3-o-on-now-bar__body-time, .d3-o-on-now-bar__body-title, .d3-o-on-now-bar__more-button, .d3-o-person-card--table .d3-o-person-role, .d3-o-person-card--table .d3-o-person-title, .d3-o-section-adv__label, .d3-t-font-size--10, .nfl-c-boxscore, .nfl-c-content-header--player-directory .nfl-c-player-directory__form, .nfl-c-find-channel, .nfl-c-scoresplay, .nfl-o-author__role, .nfl-o-cta, .nfl-o-fevo, .nfl-o-injury-report__wrap, .nfl-o-media-player .d3-o-media-object__video-producer, .nfl-o-picks-summary__button, .nfl-o-ranked-item, .nfl-o-tabs-bar, .nfl-o-team-h2h-stats__header, .nfl-o-team-h2h-stats__label, .nfl-o-team-h2h-stats__value, .nfl-t-stats-tile__label, .nfl-t-stats-tile__season-title, [class*=d3-c-content-package] .d3-o-media-object__roofline {
        font-size: 12px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.4
    }

    .d3-o-transactions h1, .d3-t-font-size--90, .nfl-c-photo-album h1, .nfl-h-typography--h1, .nfl-o-audio-player h1, .nfl-o-event-card h1, .nfl-o-page-title, .nfl-o-person-tile .d3-o-media-object__title, .nfl-o-video-player h1, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, [class*=d3-l-module--hero] .d3-o-media-object__title {
        font-size: 28px;
        font-size: calc(25.14286px + .89286vw)
    }

    .d3-o-transactions h2, .d3-t-font-size--80, .nfl-c-author-profile-card__bio h2, .nfl-c-biography h2, .nfl-c-body-part--text h2, .nfl-c-custom-promo__body h2, .nfl-c-photo-album h2, .nfl-h-typography--h2, .nfl-o-audio-player h2, .nfl-o-biography__text h2, .nfl-o-event-card h2, .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-o-video-player h2, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, [class*=d3-o-promo-card] .d3-o-media-object__summary h2 {
        font-size: 24px;
        font-size: calc(21.14286px + .89286vw)
    }

    .d3-c-content-package-b .d3-l-col__col-6 .d3-o-media-object__title, .d3-c-content-package-b .d3-l-col__col-8 .d3-o-media-object__title, .d3-c-content-package-b .d3-l-col__col-8-centered .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8 .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8-centered .d3-o-media-object__title, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title, .d3-o-content-tray__text-only .d3-o-media-object__title, .d3-o-person-card--featured .d3-o-media-object__title, .d3-o-transactions h3, .d3-t-font-size--70, .nfl-c-author-profile-card__bio h3, .nfl-c-biography h3, .nfl-c-body-part--text h3, .nfl-c-custom-promo__body h3, .nfl-c-custom-promo__headline, .nfl-c-photo-album h3, .nfl-h-typography--h3, .nfl-o-audio-player h3, .nfl-o-biography__text h3, .nfl-o-event-card h3, .nfl-o-video-player h3, [class*=d3-o-promo-card] .d3-o-media-object__summary h3 {
        font-size: 20px;
        font-size: calc(17.14286px + .89286vw)
    }

    .d3-o-content-tray__text-thumb .d3-o-media-object__title, .d3-o-person-card--headshot .d3-o-media-object__title, .d3-o-person-card--portrait .d3-o-media-object__title, .d3-o-section-title > a, .d3-o-section-title > span, .d3-o-transactions h4, .d3-o-transactions p, .d3-t-font-size--60, .nfl-c-author-profile-card__bio h4, .nfl-c-biography h4, .nfl-c-biography li, .nfl-c-biography p, .nfl-c-body-part--document, .nfl-c-body-part--text h4, .nfl-c-body-part--text p, .nfl-c-custom-promo__body h4, .nfl-c-event p, .nfl-c-photo-album h4, .nfl-c-photo-album p, .nfl-h-typography--h4, .nfl-h-typography--li, .nfl-h-typography--p, .nfl-o-audio-player h4, .nfl-o-audio-player p, .nfl-o-biography__text h4, .nfl-o-biography__text p, .nfl-o-event-card h4, .nfl-o-event-card p, .nfl-o-media-player .d3-o-media-object__title, .nfl-o-video-player h4, .nfl-o-video-player p, [class*=d3-c-content-package] .d3-o-media-object__title, [class*=d3-o-promo-card] .d3-o-media-object__summary h4, [class*=d3-o-promo-card] .d3-o-media-object__title {
        font-size: 16px;
        font-size: calc(14.57143px + .44643vw)
    }

    .d3-o-transactions h5, .d3-t-font-size--50, .nfl-c-author-profile-card__bio h5, .nfl-c-biography h5, .nfl-c-body-part--text h5, .nfl-c-custom-promo__body h5, .nfl-c-photo-album h5, .nfl-h-typography--h5, .nfl-o-audio-player h5, .nfl-o-biography__text h5, .nfl-o-event-card h5, .nfl-o-video-player h5, [class*=d3-o-promo-card] .d3-o-media-object__summary h5 {
        font-size: 14px;
        font-size: calc(12.57143px + .44643vw)
    }

    .d3-o-person-card--featured .d3-o-media-object__roofline, .d3-o-transactions h6, .d3-t-font-size--40, .nfl-c-custom-promo__body h6, .nfl-c-photo-album h6, .nfl-h-typography--h6, .nfl-o-audio-player h6, .nfl-o-event-card h6, .nfl-o-picks-summary__title, .nfl-o-round-indicator, .nfl-o-video-player h6, [class*=d3-o-promo-card] .d3-o-media-object__summary h6 {
        font-size: 12px;
        font-size: calc(10.57143px + .44643vw)
    }

    .d3-o-on-now-bar__body-title-name, .d3-t-font-size--30, .nfl-o-injury-report__wrap .d3-o-section-title, .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-o-pick-card__on-the-clock, .nfl-o-pick-card__player-name, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle {
        font-size: 14px;
        font-size: calc(12.57143px + .44643vw)
    }

    .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary, .d3-o-contact-us__item-label, .d3-o-cta-bar [class*=d3-o-cta-bar__item] a, .d3-o-cta-bar [class*=d3-o-cta-bar__item] button, .d3-o-link-bar--horizontal__list li a, .d3-o-link-bar--vertical__list li a, .d3-o-person-card--featured .d3-o-media-object__link, .d3-o-person-card--featured .d3-o-media-object__summary, .d3-t-font-size--20, .d3-u-block-bypass, .nfl-c-article__related-links ul li, .nfl-c-custom-promo__description, .nfl-c-export-bar__item, .nfl-c-find-channel .nfl-c-find-channel__message, .nfl-c-find-channel__title, .nfl-c-header a, .nfl-c-header button, .nfl-c-team-roster, .nfl-o-injury-report__wrap .d3-o-section-sub-title, .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-o-team-h2h-stats__season-info, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, [class*=d3-c-content-package] .d3-o-media-object__summary, [class*=d3-l-module--hero] .d3-o-media-object__summary, [class*=d3-o-content-tray] .d3-o-media-object__summary, [class*=d3-o-promo-card] .d3-o-media-object__link, [class*=d3-o-promo-card] .d3-o-media-object__summary {
        font-size: 14px
    }

    .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__copyright, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline, .d3-o-contact-us__item-value, .d3-o-contact-us__label, .d3-o-on-now-bar__body-time, .d3-o-on-now-bar__body-title, .d3-o-on-now-bar__more-button, .d3-o-person-card--table .d3-o-person-role, .d3-o-person-card--table .d3-o-person-title, .d3-o-section-adv__label, .d3-t-font-size--10, .nfl-c-boxscore, .nfl-c-content-header--player-directory .nfl-c-player-directory__form, .nfl-c-find-channel, .nfl-c-scoresplay, .nfl-o-author__role, .nfl-o-cta, .nfl-o-fevo, .nfl-o-injury-report__wrap, .nfl-o-media-player .d3-o-media-object__video-producer, .nfl-o-picks-summary__button, .nfl-o-ranked-item, .nfl-o-tabs-bar, .nfl-o-team-h2h-stats__header, .nfl-o-team-h2h-stats__label, .nfl-o-team-h2h-stats__value, .nfl-t-stats-tile__label, .nfl-t-stats-tile__season-title, [class*=d3-c-content-package] .d3-o-media-object__roofline {
        font-size: 12px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    body {
        font-size: 14px;
        line-height: 1.4
    }

    .d3-o-transactions h1, .d3-t-font-size--90, .nfl-c-photo-album h1, .nfl-h-typography--h1, .nfl-o-audio-player h1, .nfl-o-event-card h1, .nfl-o-page-title, .nfl-o-person-tile .d3-o-media-object__title, .nfl-o-video-player h1, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, [class*=d3-l-module--hero] .d3-o-media-object__title {
        font-size: 32px;
        font-size: calc(-16px + 6.25vw)
    }

    .d3-o-transactions h2, .d3-t-font-size--80, .nfl-c-author-profile-card__bio h2, .nfl-c-biography h2, .nfl-c-body-part--text h2, .nfl-c-custom-promo__body h2, .nfl-c-photo-album h2, .nfl-h-typography--h2, .nfl-o-audio-player h2, .nfl-o-biography__text h2, .nfl-o-event-card h2, .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-o-video-player h2, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, [class*=d3-o-promo-card] .d3-o-media-object__summary h2 {
        font-size: 28px;
        font-size: calc(16px + 1.5625vw)
    }

    .d3-c-content-package-b .d3-l-col__col-6 .d3-o-media-object__title, .d3-c-content-package-b .d3-l-col__col-8 .d3-o-media-object__title, .d3-c-content-package-b .d3-l-col__col-8-centered .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8 .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8-centered .d3-o-media-object__title, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title, .d3-o-content-tray__text-only .d3-o-media-object__title, .d3-o-person-card--featured .d3-o-media-object__title, .d3-o-transactions h3, .d3-t-font-size--70, .nfl-c-author-profile-card__bio h3, .nfl-c-biography h3, .nfl-c-body-part--text h3, .nfl-c-custom-promo__body h3, .nfl-c-custom-promo__headline, .nfl-c-photo-album h3, .nfl-h-typography--h3, .nfl-o-audio-player h3, .nfl-o-biography__text h3, .nfl-o-event-card h3, .nfl-o-video-player h3, [class*=d3-o-promo-card] .d3-o-media-object__summary h3 {
        font-size: 24px;
        font-size: 3.125vw
    }

    .d3-o-content-tray__text-thumb .d3-o-media-object__title, .d3-o-person-card--headshot .d3-o-media-object__title, .d3-o-person-card--portrait .d3-o-media-object__title, .d3-o-section-title > a, .d3-o-section-title > span, .d3-o-transactions h4, .d3-o-transactions p, .d3-t-font-size--60, .nfl-c-author-profile-card__bio h4, .nfl-c-biography h4, .nfl-c-biography li, .nfl-c-biography p, .nfl-c-body-part--document, .nfl-c-body-part--text h4, .nfl-c-body-part--text p, .nfl-c-custom-promo__body h4, .nfl-c-event p, .nfl-c-photo-album h4, .nfl-c-photo-album p, .nfl-h-typography--h4, .nfl-h-typography--li, .nfl-h-typography--p, .nfl-o-audio-player h4, .nfl-o-audio-player p, .nfl-o-biography__text h4, .nfl-o-biography__text p, .nfl-o-event-card h4, .nfl-o-event-card p, .nfl-o-media-player .d3-o-media-object__title, .nfl-o-video-player h4, .nfl-o-video-player p, [class*=d3-c-content-package] .d3-o-media-object__title, [class*=d3-o-promo-card] .d3-o-media-object__summary h4, [class*=d3-o-promo-card] .d3-o-media-object__title {
        font-size: 18px;
        font-size: calc(12px + .78125vw)
    }

    .d3-o-transactions h5, .d3-t-font-size--50, .nfl-c-author-profile-card__bio h5, .nfl-c-biography h5, .nfl-c-body-part--text h5, .nfl-c-custom-promo__body h5, .nfl-c-photo-album h5, .nfl-h-typography--h5, .nfl-o-audio-player h5, .nfl-o-biography__text h5, .nfl-o-event-card h5, .nfl-o-video-player h5, [class*=d3-o-promo-card] .d3-o-media-object__summary h5 {
        font-size: 16px;
        font-size: calc(10px + .78125vw)
    }

    .d3-o-person-card--featured .d3-o-media-object__roofline, .d3-o-transactions h6, .d3-t-font-size--40, .nfl-c-custom-promo__body h6, .nfl-c-photo-album h6, .nfl-h-typography--h6, .nfl-o-audio-player h6, .nfl-o-event-card h6, .nfl-o-picks-summary__title, .nfl-o-round-indicator, .nfl-o-video-player h6, [class*=d3-o-promo-card] .d3-o-media-object__summary h6 {
        font-size: 14px;
        font-size: calc(8px + .78125vw)
    }

    .d3-o-on-now-bar__body-title-name, .d3-t-font-size--30, .nfl-o-injury-report__wrap .d3-o-section-title, .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-o-pick-card__on-the-clock, .nfl-o-pick-card__player-name, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle {
        font-size: 16px
    }

    .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary, .d3-o-contact-us__item-label, .d3-o-cta-bar [class*=d3-o-cta-bar__item] a, .d3-o-cta-bar [class*=d3-o-cta-bar__item] button, .d3-o-link-bar--horizontal__list li a, .d3-o-link-bar--vertical__list li a, .d3-o-person-card--featured .d3-o-media-object__link, .d3-o-person-card--featured .d3-o-media-object__summary, .d3-t-font-size--20, .d3-u-block-bypass, .nfl-c-article__related-links ul li, .nfl-c-custom-promo__description, .nfl-c-export-bar__item, .nfl-c-find-channel .nfl-c-find-channel__message, .nfl-c-find-channel__title, .nfl-c-header a, .nfl-c-header button, .nfl-c-team-roster, .nfl-o-injury-report__wrap .d3-o-section-sub-title, .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-o-team-h2h-stats__season-info, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, [class*=d3-c-content-package] .d3-o-media-object__summary, [class*=d3-l-module--hero] .d3-o-media-object__summary, [class*=d3-o-content-tray] .d3-o-media-object__summary, [class*=d3-o-promo-card] .d3-o-media-object__link, [class*=d3-o-promo-card] .d3-o-media-object__summary {
        font-size: 14px
    }

    .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__copyright, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline, .d3-o-contact-us__item-value, .d3-o-contact-us__label, .d3-o-on-now-bar__body-time, .d3-o-on-now-bar__body-title, .d3-o-on-now-bar__more-button, .d3-o-person-card--table .d3-o-person-role, .d3-o-person-card--table .d3-o-person-title, .d3-o-section-adv__label, .d3-t-font-size--10, .nfl-c-boxscore, .nfl-c-content-header--player-directory .nfl-c-player-directory__form, .nfl-c-find-channel, .nfl-c-scoresplay, .nfl-o-author__role, .nfl-o-cta, .nfl-o-fevo, .nfl-o-injury-report__wrap, .nfl-o-media-player .d3-o-media-object__video-producer, .nfl-o-picks-summary__button, .nfl-o-ranked-item, .nfl-o-tabs-bar, .nfl-o-team-h2h-stats__header, .nfl-o-team-h2h-stats__label, .nfl-o-team-h2h-stats__value, .nfl-t-stats-tile__label, .nfl-t-stats-tile__season-title, [class*=d3-c-content-package] .d3-o-media-object__roofline {
        font-size: 12px
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    body {
        font-size: 14px;
        line-height: 1.4
    }

    .d3-o-transactions h1, .d3-t-font-size--90, .nfl-c-photo-album h1, .nfl-h-typography--h1, .nfl-o-audio-player h1, .nfl-o-event-card h1, .nfl-o-page-title, .nfl-o-person-tile .d3-o-media-object__title, .nfl-o-video-player h1, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, [class*=d3-l-module--hero] .d3-o-media-object__title {
        font-size: 48px
    }

    .d3-o-transactions h2, .d3-t-font-size--80, .nfl-c-author-profile-card__bio h2, .nfl-c-biography h2, .nfl-c-body-part--text h2, .nfl-c-custom-promo__body h2, .nfl-c-photo-album h2, .nfl-h-typography--h2, .nfl-o-audio-player h2, .nfl-o-biography__text h2, .nfl-o-event-card h2, .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-o-video-player h2, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, [class*=d3-o-promo-card] .d3-o-media-object__summary h2 {
        font-size: 32px
    }

    .d3-c-content-package-b .d3-l-col__col-6 .d3-o-media-object__title, .d3-c-content-package-b .d3-l-col__col-8 .d3-o-media-object__title, .d3-c-content-package-b .d3-l-col__col-8-centered .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8 .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8-centered .d3-o-media-object__title, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title, .d3-o-content-tray__text-only .d3-o-media-object__title, .d3-o-person-card--featured .d3-o-media-object__title, .d3-o-transactions h3, .d3-t-font-size--70, .nfl-c-author-profile-card__bio h3, .nfl-c-biography h3, .nfl-c-body-part--text h3, .nfl-c-custom-promo__body h3, .nfl-c-custom-promo__headline, .nfl-c-photo-album h3, .nfl-h-typography--h3, .nfl-o-audio-player h3, .nfl-o-biography__text h3, .nfl-o-event-card h3, .nfl-o-video-player h3, [class*=d3-o-promo-card] .d3-o-media-object__summary h3 {
        font-size: 32px
    }

    .d3-o-content-tray__text-thumb .d3-o-media-object__title, .d3-o-person-card--headshot .d3-o-media-object__title, .d3-o-person-card--portrait .d3-o-media-object__title, .d3-o-section-title > a, .d3-o-section-title > span, .d3-o-transactions h4, .d3-o-transactions p, .d3-t-font-size--60, .nfl-c-author-profile-card__bio h4, .nfl-c-biography h4, .nfl-c-biography li, .nfl-c-biography p, .nfl-c-body-part--document, .nfl-c-body-part--text h4, .nfl-c-body-part--text p, .nfl-c-custom-promo__body h4, .nfl-c-event p, .nfl-c-photo-album h4, .nfl-c-photo-album p, .nfl-h-typography--h4, .nfl-h-typography--li, .nfl-h-typography--p, .nfl-o-audio-player h4, .nfl-o-audio-player p, .nfl-o-biography__text h4, .nfl-o-biography__text p, .nfl-o-event-card h4, .nfl-o-event-card p, .nfl-o-media-player .d3-o-media-object__title, .nfl-o-video-player h4, .nfl-o-video-player p, [class*=d3-c-content-package] .d3-o-media-object__title, [class*=d3-o-promo-card] .d3-o-media-object__summary h4, [class*=d3-o-promo-card] .d3-o-media-object__title {
        font-size: 20px
    }

    .d3-o-transactions h5, .d3-t-font-size--50, .nfl-c-author-profile-card__bio h5, .nfl-c-biography h5, .nfl-c-body-part--text h5, .nfl-c-custom-promo__body h5, .nfl-c-photo-album h5, .nfl-h-typography--h5, .nfl-o-audio-player h5, .nfl-o-biography__text h5, .nfl-o-event-card h5, .nfl-o-video-player h5, [class*=d3-o-promo-card] .d3-o-media-object__summary h5 {
        font-size: 18px
    }

    .d3-o-person-card--featured .d3-o-media-object__roofline, .d3-o-transactions h6, .d3-t-font-size--40, .nfl-c-custom-promo__body h6, .nfl-c-photo-album h6, .nfl-h-typography--h6, .nfl-o-audio-player h6, .nfl-o-event-card h6, .nfl-o-picks-summary__title, .nfl-o-round-indicator, .nfl-o-video-player h6, [class*=d3-o-promo-card] .d3-o-media-object__summary h6 {
        font-size: 16px
    }

    .d3-o-on-now-bar__body-title-name, .d3-t-font-size--30, .nfl-o-injury-report__wrap .d3-o-section-title, .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-o-pick-card__on-the-clock, .nfl-o-pick-card__player-name, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle {
        font-size: 16px
    }

    .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary, .d3-o-contact-us__item-label, .d3-o-cta-bar [class*=d3-o-cta-bar__item] a, .d3-o-cta-bar [class*=d3-o-cta-bar__item] button, .d3-o-link-bar--horizontal__list li a, .d3-o-link-bar--vertical__list li a, .d3-o-person-card--featured .d3-o-media-object__link, .d3-o-person-card--featured .d3-o-media-object__summary, .d3-t-font-size--20, .d3-u-block-bypass, .nfl-c-article__related-links ul li, .nfl-c-custom-promo__description, .nfl-c-export-bar__item, .nfl-c-find-channel .nfl-c-find-channel__message, .nfl-c-find-channel__title, .nfl-c-header a, .nfl-c-header button, .nfl-c-team-roster, .nfl-o-injury-report__wrap .d3-o-section-sub-title, .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-o-team-h2h-stats__season-info, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, [class*=d3-c-content-package] .d3-o-media-object__summary, [class*=d3-l-module--hero] .d3-o-media-object__summary, [class*=d3-o-content-tray] .d3-o-media-object__summary, [class*=d3-o-promo-card] .d3-o-media-object__link, [class*=d3-o-promo-card] .d3-o-media-object__summary {
        font-size: 14px
    }

    .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__copyright, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline, .d3-o-contact-us__item-value, .d3-o-contact-us__label, .d3-o-on-now-bar__body-time, .d3-o-on-now-bar__body-title, .d3-o-on-now-bar__more-button, .d3-o-person-card--table .d3-o-person-role, .d3-o-person-card--table .d3-o-person-title, .d3-o-section-adv__label, .d3-t-font-size--10, .nfl-c-boxscore, .nfl-c-content-header--player-directory .nfl-c-player-directory__form, .nfl-c-find-channel, .nfl-c-scoresplay, .nfl-o-author__role, .nfl-o-cta, .nfl-o-fevo, .nfl-o-injury-report__wrap, .nfl-o-media-player .d3-o-media-object__video-producer, .nfl-o-picks-summary__button, .nfl-o-ranked-item, .nfl-o-tabs-bar, .nfl-o-team-h2h-stats__header, .nfl-o-team-h2h-stats__label, .nfl-o-team-h2h-stats__value, .nfl-t-stats-tile__label, .nfl-t-stats-tile__season-title, [class*=d3-c-content-package] .d3-o-media-object__roofline {
        font-size: 12px
    }
}

@media (min-width: 1280px) {
    body {
        font-size: 14px;
        line-height: 1.4
    }

    .d3-o-transactions h1, .d3-t-font-size--90, .nfl-c-photo-album h1, .nfl-h-typography--h1, .nfl-o-audio-player h1, .nfl-o-event-card h1, .nfl-o-page-title, .nfl-o-person-tile .d3-o-media-object__title, .nfl-o-video-player h1, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title, [class*=d3-l-module--hero] .d3-o-media-object__title {
        font-size: 48px
    }

    .d3-o-transactions h2, .d3-t-font-size--80, .nfl-c-author-profile-card__bio h2, .nfl-c-biography h2, .nfl-c-body-part--text h2, .nfl-c-custom-promo__body h2, .nfl-c-photo-album h2, .nfl-h-typography--h2, .nfl-o-audio-player h2, .nfl-o-biography__text h2, .nfl-o-event-card h2, .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-o-video-player h2, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle, [class*=d3-o-promo-card] .d3-o-media-object__summary h2 {
        font-size: 32px
    }

    .d3-c-content-package-b .d3-l-col__col-6 .d3-o-media-object__title, .d3-c-content-package-b .d3-l-col__col-8 .d3-o-media-object__title, .d3-c-content-package-b .d3-l-col__col-8-centered .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8 .d3-o-media-object__title, .d3-c-content-package-c .d3-l-col__col-8-centered .d3-o-media-object__title, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title, .d3-o-content-tray__text-only .d3-o-media-object__title, .d3-o-person-card--featured .d3-o-media-object__title, .d3-o-transactions h3, .d3-t-font-size--70, .nfl-c-author-profile-card__bio h3, .nfl-c-biography h3, .nfl-c-body-part--text h3, .nfl-c-custom-promo__body h3, .nfl-c-custom-promo__headline, .nfl-c-photo-album h3, .nfl-h-typography--h3, .nfl-o-audio-player h3, .nfl-o-biography__text h3, .nfl-o-event-card h3, .nfl-o-video-player h3, [class*=d3-o-promo-card] .d3-o-media-object__summary h3 {
        font-size: 32px
    }

    .d3-o-content-tray__text-thumb .d3-o-media-object__title, .d3-o-person-card--headshot .d3-o-media-object__title, .d3-o-person-card--portrait .d3-o-media-object__title, .d3-o-section-title > a, .d3-o-section-title > span, .d3-o-transactions h4, .d3-o-transactions p, .d3-t-font-size--60, .nfl-c-author-profile-card__bio h4, .nfl-c-biography h4, .nfl-c-biography li, .nfl-c-biography p, .nfl-c-body-part--document, .nfl-c-body-part--text h4, .nfl-c-body-part--text p, .nfl-c-custom-promo__body h4, .nfl-c-event p, .nfl-c-photo-album h4, .nfl-c-photo-album p, .nfl-h-typography--h4, .nfl-h-typography--li, .nfl-h-typography--p, .nfl-o-audio-player h4, .nfl-o-audio-player p, .nfl-o-biography__text h4, .nfl-o-biography__text p, .nfl-o-event-card h4, .nfl-o-event-card p, .nfl-o-media-player .d3-o-media-object__title, .nfl-o-video-player h4, .nfl-o-video-player p, [class*=d3-c-content-package] .d3-o-media-object__title, [class*=d3-o-promo-card] .d3-o-media-object__summary h4, [class*=d3-o-promo-card] .d3-o-media-object__title {
        font-size: 20px
    }

    .d3-o-transactions h5, .d3-t-font-size--50, .nfl-c-author-profile-card__bio h5, .nfl-c-biography h5, .nfl-c-body-part--text h5, .nfl-c-custom-promo__body h5, .nfl-c-photo-album h5, .nfl-h-typography--h5, .nfl-o-audio-player h5, .nfl-o-biography__text h5, .nfl-o-event-card h5, .nfl-o-video-player h5, [class*=d3-o-promo-card] .d3-o-media-object__summary h5 {
        font-size: 18px
    }

    .d3-o-person-card--featured .d3-o-media-object__roofline, .d3-o-transactions h6, .d3-t-font-size--40, .nfl-c-custom-promo__body h6, .nfl-c-photo-album h6, .nfl-h-typography--h6, .nfl-o-audio-player h6, .nfl-o-event-card h6, .nfl-o-picks-summary__title, .nfl-o-round-indicator, .nfl-o-video-player h6, [class*=d3-o-promo-card] .d3-o-media-object__summary h6 {
        font-size: 16px
    }

    .d3-o-on-now-bar__body-title-name, .d3-t-font-size--30, .nfl-o-injury-report__wrap .d3-o-section-title, .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-o-pick-card__on-the-clock, .nfl-o-pick-card__player-name, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle {
        font-size: 16px
    }

    .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary, .d3-o-contact-us__item-label, .d3-o-cta-bar [class*=d3-o-cta-bar__item] a, .d3-o-cta-bar [class*=d3-o-cta-bar__item] button, .d3-o-link-bar--horizontal__list li a, .d3-o-link-bar--vertical__list li a, .d3-o-person-card--featured .d3-o-media-object__link, .d3-o-person-card--featured .d3-o-media-object__summary, .d3-t-font-size--20, .d3-u-block-bypass, .nfl-c-article__related-links ul li, .nfl-c-custom-promo__description, .nfl-c-export-bar__item, .nfl-c-find-channel .nfl-c-find-channel__message, .nfl-c-find-channel__title, .nfl-c-header a, .nfl-c-header button, .nfl-c-team-roster, .nfl-o-injury-report__wrap .d3-o-section-sub-title, .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-o-team-h2h-stats__season-info, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p, [class*=d3-c-content-package] .d3-o-media-object__summary, [class*=d3-l-module--hero] .d3-o-media-object__summary, [class*=d3-o-content-tray] .d3-o-media-object__summary, [class*=d3-o-promo-card] .d3-o-media-object__link, [class*=d3-o-promo-card] .d3-o-media-object__summary {
        font-size: 14px
    }

    .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__copyright, .d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline, .d3-o-contact-us__item-value, .d3-o-contact-us__label, .d3-o-on-now-bar__body-time, .d3-o-on-now-bar__body-title, .d3-o-on-now-bar__more-button, .d3-o-person-card--table .d3-o-person-role, .d3-o-person-card--table .d3-o-person-title, .d3-o-section-adv__label, .d3-t-font-size--10, .nfl-c-boxscore, .nfl-c-content-header--player-directory .nfl-c-player-directory__form, .nfl-c-find-channel, .nfl-c-scoresplay, .nfl-o-author__role, .nfl-o-cta, .nfl-o-fevo, .nfl-o-injury-report__wrap, .nfl-o-media-player .d3-o-media-object__video-producer, .nfl-o-picks-summary__button, .nfl-o-ranked-item, .nfl-o-tabs-bar, .nfl-o-team-h2h-stats__header, .nfl-o-team-h2h-stats__label, .nfl-o-team-h2h-stats__value, .nfl-t-stats-tile__label, .nfl-t-stats-tile__season-title, [class*=d3-c-content-package] .d3-o-media-object__roofline {
        font-size: 12px
    }
}

.d3-o-transactions h6, .nfl-c-custom-promo__body h6, .nfl-c-photo-album h6, .nfl-h-typography--h6, .nfl-o-audio-player h6, .nfl-o-event-card h6, .nfl-o-video-player h6, [class*=d3-o-promo-card] .d3-o-media-object__summary h6 {
    font-weight: 700
}

img.img-responsive.img-responsive[src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="] {
    width: 100%
}

.nfl-c-photo-gallery__picture-wrapper img.img-responsive.img-responsive[src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="] {
    padding-bottom: 56.25%
}

.d3-o-centerpiece__hero-item picture[is-lazy="/t_lazy"] img.img-responsive.img-responsive[src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="], .d3-o-content-tray__card 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
}

source[data-srcset*=t_editorial_landscape] + img.img-responsive {
    aspect-ratio: 16/9
}

.nfl-o-picks-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    max-width: 100%;
    padding: 16px
}

.nfl-o-picks-summary__title {
    border-bottom: 1px solid #eee;
    color: #333;
    margin-bottom: 8px;
    padding: 0 10px 8px
}

.nfl-o-picks-summary__picks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-o-picks-summary .nfl-o-pick {
    padding: 0 8px
}

.nfl-o-picks-summary .nfl-o-pick__pick-number {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.nfl-o-picks-summary .nfl-o-pick__on-the-clock {
    color: #ff3d00
}

.nfl-o-picks-summary .nfl-o-pick + .nfl-o-pick {
    border-left: 1px solid #eee
}

.nfl-o-picks-summary__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 16px
}

.nfl-o-picks-summary__button {
    color: #325ae3
}

.nfl-o-picks-summary__button:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-picks-summary .content-notes {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 300
}

@media (max-width: 767px) {
    .nfl-o-picks-summary__picks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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-section-title {
    border-bottom: 1px solid #ccc;
    min-height: 34px
}

.d3-o-section-title > a, .d3-o-section-title > span {
    border-bottom: 2px solid #151515;
    display: inline-block;
    height: inherit;
    padding-bottom: 3px
}

.d3-o-section-title--image-based {
    padding-bottom: 36px
}

.d3-o-section-title--image-based > a, .d3-o-section-title--image-based > span {
    border-bottom: 0
}

.d3-o-section-title--secondary {
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .d3-o-section-title--secondary {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (max-width: 1023px) {
    .nfl-is-league-site.nfl-is-mobile4 .d3-l-section-header, .nfl-is-league-site.nfl-is-mobile4 .d3-o-section-title {
        line-height: 20px;
        min-height: unset
    }

    .nfl-is-league-site.nfl-is-mobile4 .d3-o-section-title {
        border-bottom: none;
        height: unset;
        margin-bottom: 8px;
        min-height: unset
    }

    .nfl-is-league-site.nfl-is-mobile4 .d3-o-section-title > a, .nfl-is-league-site.nfl-is-mobile4 .d3-o-section-title > span {
        border-bottom: none;
        color: #172029;
        font-size: 16px;
        height: unset;
        line-height: 20px;
        padding: 0
    }
}

.d3-o-screen-reader-content {
    font-size: 1px;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0
}

.d3-u-block-bypass {
    color: #151515;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0
}

.d3-u-block-bypass:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px;
    position: static
}

.d3-o-hamburger {
    bottom: 1px;
    display: block;
    height: 24px;
    margin: 0 auto;
    position: relative;
    width: 24px
}

.d3-o-hamburger__inner {
    background-color: #fafafa;
    border-radius: 4px;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 24px
}

.d3-o-hamburger--is-active .d3-o-hamburger__inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.d3-o-hamburger__inner:after, .d3-o-hamburger__inner:before {
    background-color: #fafafa;
    border-radius: 4px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 24px
}

.d3-o-hamburger__inner:before {
    top: 8px
}

.d3-o-hamburger--is-active .d3-o-hamburger__inner:before {
    opacity: 0;
    top: 0
}

.d3-o-hamburger__inner:after {
    bottom: 8px
}

.d3-o-hamburger--is-active .d3-o-hamburger__inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nfl-o-play {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    position: relative;
    width: 98px
}

.nfl-o-play--no-time {
    width: 40px
}

.nfl-o-play:after, .nfl-o-play:before {
    content: ""
}

.nfl-o-play:before {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 36px;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
    z-index: 1
}

.nfl-o-play:after {
    background-color: rgba(0, 0, 0, .7);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: -1
}

.nfl-o-play .nfl-o-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    border-top-right-radius: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    justify-content: center;
    line-height: 1;
    margin-left: 16px;
    position: relative;
    -webkit-transform: rotate(30deg) skewX(-30deg) scaleY(.866);
    transform: rotate(30deg) skewX(-30deg) scaleY(.866);
    -webkit-transform-origin: 45% 75%;
    transform-origin: 45% 75%;
    width: 8px
}

.nfl-o-play .nfl-o-icon:after, .nfl-o-play .nfl-o-icon:before {
    background-color: inherit;
    border-top-right-radius: 20%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.nfl-o-play .nfl-o-icon:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translateY(-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translateY(-50%)
}

.nfl-o-play .nfl-o-icon:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%)
}

.nfl-o-play .nfl-o-play__time {
    font-size: 12px;
    line-height: 1;
    margin-left: auto;
    margin-right: 16px;
    margin-top: 4px
}

[class*=nfl-o-icon] {
    display: inline-block
}

.nfl-o-icon--x-small {
    height: 12px;
    width: 12px
}

.nfl-o-icon--small {
    height: 16px;
    width: 16px
}

.nfl-o-icon--medium {
    height: 24px;
    width: 24px
}

.nfl-o-icon--large {
    height: 32px;
    width: 32px
}

.nfl-o-icon--x-large {
    height: 48px;
    width: 48px
}

[class*=Background] {
    fill: transparent
}

:not(.nfl-o-icon--white) [class*=nfl-o-icon] {
    fill: #000
}

:not(.nfl-o-icon--white) [class*=nfl-o-icon]:hover {
    fill: rgba(0, 0, 0, .5)
}

.nfl-c-article__share-bar .nfl-o-icon svg, .nfl-c-photo-album__share-view-container .nfl-c-photo-album__share ul .nfl-o-icon svg, .nfl-c-photo-gallery__share ul .nfl-o-icon svg, .nfl-o-author__social-icon svg, .nfl-o-icon--grayscale svg {
    fill: #bfbfbf
}

.nfl-o-icon--white [class~=nfl-o-icon] {
    fill: #fff
}

.nfl-o-icon--white [class~=nfl-o-icon]:hover {
    fill: hsla(0, 0%, 100%, .5)
}

#facebook--colored .facebookBackground, #facebook--colored .facebookCircle {
    fill: #3b5998
}

#facebook--colored .facebookF {
    fill: #fff
}

#twitter--colored .twitterBackground, #twitter--colored .twitterCircle {
    fill: #00aced
}

#twitter--colored .twitterBird {
    fill: #fff
}

#instagram--colored .instagramBackground {
    fill: #00aced
}

#instagram--colored .instagramBird {
    fill: #fff
}

#snapchat--colored .snapchatBackground, #snapchat--colored .snapchatCircle {
    fill: #ffdf55
}

#snapchat--colored .snapchatGhost {
    fill: #fff
}

#youtube--colored .youtubeBackground, #youtube--colored .youtubeCircle, #youtube--colored .youtubePlaybutton {
    fill: #f61c0d
}

#email--colored .emailBackground, #email--colored .emailCircle {
    fill: #cb2027
}

#email--colored .emailLetter {
    fill: #fff
}

#dot--colored .dotCircle {
    fill: #1b48e0
}

.nfl-o-select-icon--colored .selectedFlag {
    display: none
}

.nfl-o-select-icon--colored:hover .selectedFlag {
    fill: #1b48e0;
    display: block
}

path#audioBackground, path#playBackground {
    fill: rgba(0, 0, 0, .4)
}

path#audioForeground, polygon#playForeground {
    fill: #fff
}

.d3-o-tabs__nowrap, .d3-o-tabs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.d3-o-tabs__nowrap {
    overflow: hidden;
    white-space: nowrap
}

.d3-o-tabs__nowrap li {
    margin: 0 0 0 20px
}

.d3-o-tabs--standings button {
    background-color: #fafafa;
    border: 1px solid #ccc;
    font-size: 10px;
    position: relative
}

.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] {
    background-color: #151515;
    border-color: #151515;
    color: #fafafa;
    z-index: 1
}

[id*=d3-o-standing__tab-trigger] {
    background-color: #fafafa;
    border: 1px solid #757575;
    border-radius: 0;
    color: #333;
    display: inline-block;
    padding: 9px 0 7px;
    text-align: center;
    width: 136px
}

.d3-o-tabs--overflow {
    overflow: auto
}

.d3-o-tabs--overflow [class*=nfl-o-cta] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px
}

.d3-o-tabs--overflow .d3-is-active a {
    background-color: #151515;
    color: #fafafa
}

.d3-o-tabs--overflow a:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-o-tabs-bar {
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .68px;
    min-height: 24px;
    position: relative;
    text-transform: uppercase;
    width: 100%
}

.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 {
    border-bottom-color: #151515;
    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 {
    border-bottom-color: #fafafa;
    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 {
    border-bottom-color: #fafafa;
    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 {
    display: block;
    min-width: unset;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%
}

.nfl-o-tabs-bar .d3-o-tabs {
    height: 100%;
    margin: 0;
    min-height: 24px;
    overflow: auto;
    width: 100%
}

.nfl-o-tabs-bar .d3-o-tabs__list-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    height: 100%;
    margin: 0;
    padding: 0 10px
}

.nfl-o-tabs-bar .d3-o-tabs__list-item a {
    border-bottom: 2px solid transparent;
    color: #333;
    display: block;
    text-align: center;
    width: 100%
}

.nfl-o-tabs-bar .d3-o-tabs__list-item a:focus {
    outline: 1px solid #325ae3 !important;
    outline-offset: 0
}

.nfl-o-tabs-bar__next, .nfl-o-tabs-bar__prev {
    height: 16px;
    position: absolute;
    top: 3px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 15px;
    z-index: 1
}

.nfl-o-tabs-bar__next:before, .nfl-o-tabs-bar__prev:before {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background: linear-gradient(90deg, #fff, transparent);
    content: "";
    height: 100%;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
    width: 50px
}

.nfl-o-tabs-bar__next .nfl-o-icon, .nfl-o-tabs-bar__prev .nfl-o-icon {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.nfl-o-tabs-bar__next .nfl-o-icon--left, .nfl-o-tabs-bar__prev .nfl-o-icon--left {
    fill: #151515 !important
}

.nfl-o-tabs-bar__next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 768px) {
    .nfl-o-tabs-bar .d3-o-tabs {
        overflow: hidden
    }
}

.d3-o-dropdown {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/dropdown.png) !important;
    background-position: calc(100% - 8px);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 1px solid #757575;
    border-radius: 0;
    color: #333;
    font-family: All-ProSans;
    font-size: 16px;
    height: 40px;
    padding: 11px 30px 8px 8px;
    white-space: nowrap;
    width: 200px
}

.d3-o-dropdown:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.d3-o-dropdown option {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300
}

.d3-o-dropdown.table-select:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-content-header .d3-o-dropdown {
    border-color: #ccc;
    font-size: 14px
}

.d3-o-season-selector--item {
    display: inline-block
}

.d3-o-season-selector--item label {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 100;
    position: relative;
    text-transform: uppercase
}

.d3-o-season-selector--item .ui-selectmenu-text {
    font-weight: 100
}

.d3-o-season-selector--item #year-dropdown-button {
    width: 120px
}

.d3-o-season-selector--item #season-dropdown-button {
    width: 190px
}

[class*=d3-o-table] {
    font-family: All-ProStats, Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 100%
}

.d3-o-club-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    height: 100%
}

.d3-o-club-info, .d3-o-club-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d3-o-club-logo {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -ms-flex-item-align: center;
    align-self: center;
    flex-grow: 0;
    float: left;
    margin-right: 8px;
    min-width: 24px
}

.d3-o-club-logo img {
    height: 24px;
    outline: none !important;
    width: 24px
}

.d3-o-club-fullname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d3-o-club-fullname, .d3-o-club-shortname {
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: 400
}

.d3-o-club-shortname {
    -ms-grid-row-align: center;
    display: none
}

.d3-o-player-headshot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    margin-right: 8px;
    outline: none !important;
    width: 40px
}

.d3-o-club-location-status {
    padding-right: 8px
}

.d3-o-media-object__figure.d3-o-player-headshot + .d3-o-media-object__body > .d3-o-player-fullname {
    margin-left: 8px
}

@media (max-width: 1279px) {
    .d3-o-club-fullname {
        -ms-grid-row-align: center;
        display: none
    }

    .d3-o-club-fullname, .d3-o-club-shortname {
        -ms-flex-item-align: center;
        align-self: center;
        font-weight: 400
    }

    .d3-o-club-shortname {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

[class=""], [id=""], [style], a[href]:not([title]), center, font, th[scope=col], th[scope=row] {
    outline: none
}

[class*=d3-o-schedules] td, [class*=d3-o-schedules] th {
    padding: 0 8px
}

[class*=d3-o-schedules] td:not(:first-child), [class*=d3-o-schedules] th:not(:first-child) {
    text-align: left
}

.d3-o-table--sortable thead tr {
    height: 40px
}

.d3-o-table--sortable th {
    border-color: transparent;
    padding: 0 15px;
    position: relative
}

.d3-o-table--sortable th.header {
    cursor: pointer
}

.d3-o-table--sortable th [class*=js-iconhelper--] {
    display: none;
    position: absolute;
    right: 5px;
    width: 8px
}

.d3-o-table--sortable td {
    position: relative
}

.d3-o-table--sortable .selected:before, .d3-o-table--sortable [class*=headerSort]:before, .d3-o-table--sortable [class*=headerSort]:hover:before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .04;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.d3-o-table--sortable [class*=headerSort] {
    border-bottom-color: #eee;
    color: #151515;
    font-weight: 700 !important
}

.d3-o-table--sortable [class*=headerSort] [class*=js-iconhelper--] {
    display: inline-block
}

.d3-o-table--sortable th.headerSortDown [class*=js-iconhelper--] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1279px) {
    .d3-o-table--sortable th.headerSortDown:first-child [class*=js-iconhelper--] {
        top: 20px
    }

    .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
    }
}

@media (max-width: 1279px) {
    .d3-o-table--horizontal-scroll td:first-child, .d3-o-table--horizontal-scroll th:first-child {
        background-color: #fff;
        height: inherit;
        left: 0;
        min-width: 180px;
        position: sticky;
        width: 180px;
        z-index: 1
    }

    .d3-o-table--horizontal-scroll thead th:first-child {
        line-height: 40px
    }

    .d3-o-table--horizontal-scroll.d3-o-table--row-striping tr:nth-child(2n) td:first-child {
        background-color: #fafafa
    }

    .d3-o-table--horizontal-scroll.d3-o-table--row-striping 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 {
    height: 40px
}

.nfl-o-roster__header, .nfl-o-roster__title, .nfl-o-teamstats__header, .nfl-o-teamstats__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px
}

.nfl-o-roster__title, .nfl-o-teamstats__title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 32px;
    justify-content: space-between
}

.nfl-o-roster__title__advertiser, .nfl-o-teamstats__title__advertiser {
    color: #757575;
    font-weight: 100;
    text-transform: none
}

.nfl-o-roster__title__status, .nfl-o-teamstats__title__status {
    text-transform: uppercase
}

.nfl-o-roster__title p, .nfl-o-teamstats__title p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nfl-o-roster__title p:first-child, .nfl-o-teamstats__title p:first-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 30px
}

.nfl-o-roster a:focus, .nfl-o-teamstats a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-roster__player-name, .nfl-o-teamstats__player-name {
    line-height: 1;
    width: calc(100% - 40px)
}

.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 {
    border-bottom: none;
    font-size: 12px
}

.nfl-o-roster tr th[tabindex="0"]:focus, .nfl-o-teamstats tr th[tabindex="0"]:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-o-roster tbody td:first-child, .nfl-o-teamstats tbody td:first-child {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.nfl-o-roster tbody td, .nfl-o-teamstats tbody td {
    font-size: 12px;
    max-width: 175px;
    padding: 8px 16px;
    width: 10%
}

.nfl-o-roster .d3-o-media-object, .nfl-o-teamstats .d3-o-media-object {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .nfl-o-roster .d3-o-media-object, .nfl-o-teamstats .d3-o-media-object {
        height: 100%
    }
}

.nfl-o-roster .d3-o-media-object__figure, .nfl-o-teamstats .d3-o-media-object__figure {
    margin-right: 16px !important;
    width: 72px
}

.nfl-o-roster .d3-o-media-object__figure a, .nfl-o-roster .d3-o-media-object__figure img, .nfl-o-teamstats .d3-o-media-object__figure a, .nfl-o-teamstats .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
}

@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 {
        -webkit-box-shadow: 0 3px 1px false #eee;
        box-shadow: 0 3px 1px false #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 {
        -webkit-box-shadow: 0 3px 1px false #eee;
        box-shadow: 0 3px 1px false #eee
    }

    .nfl-o-roster .d3-o-table--sortable td, .nfl-o-roster .d3-o-table--sortable th, .nfl-o-teamstats .d3-o-table--sortable td, .nfl-o-teamstats .d3-o-table--sortable th {
        min-width: 60px;
        padding: 0 15px;
        text-align: left
    }

    .nfl-o-roster .d3-o-table--sortable .selected, .nfl-o-roster .d3-o-table--sortable [class*=headerSort], .nfl-o-teamstats .d3-o-table--sortable .selected, .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 {
        -ms-grid-rows: 1fr;
        -ms-grid-columns: 1fr;
        -ms-flex-line-pack: center;
        align-content: center;
        display: -ms-grid;
        display: grid;
        grid-template-columns:1fr;
        grid-template-rows:1fr;
        height: auto;
        padding: 8px
    }

    .nfl-o-roster__title__advertiser, .nfl-o-roster__title__status, .nfl-o-teamstats__title__advertiser, .nfl-o-teamstats__title__status {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding: 8px
    }

    .nfl-o-roster__title__status, .nfl-o-teamstats__title__status {
        -ms-flex-item-align: end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-self: flex-end;
        border-bottom: 1px solid #eee;
        justify-content: flex-start
    }

    .nfl-o-roster__title__advertiser, .nfl-o-teamstats__title__advertiser {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -ms-flex-preferred-size: 40px !important;
        flex-basis: 40px !important;
        width: 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 {
    color: #333;
    font-size: 12px;
    line-height: 1;
    padding-bottom: 10px !important;
    padding-left: 18px !important;
    text-align: left
}

.nfl-o-playerstats {
    background: #fff;
    color: #757575;
    table-layout: auto
}

.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 {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: left
}

.nfl-o-playerstats .nfl-o-playerstats__categories__columns {
    display: none
}

.nfl-o-playerstats .nfl-o-playerstats__header {
    background-color: #fff !important;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center
}

.nfl-o-playerstats .nfl-o-playerstats__header .text-align-left td {
    text-align: left
}

.nfl-o-playerstats .nfl-o-playerstats__row td {
    background-color: #fff !important;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    text-align: center
}

.nfl-o-playerstats .nfl-o-playerstats__total th {
    color: #333;
    font-size: 12px;
    letter-spacing: .2px;
    line-height: 1;
    text-align: center
}

.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 {
    background-color: #fff;
    padding: 8px
}

.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 td:nth-child(2), .d3-o-table--horizontal-scroll .nfl-o-playerstats th:nth-child(2) {
        padding: 15px
    }
}

.d3-o-depthchart {
    background: #fff;
    color: #757575;
    table-layout: auto
}

.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
}

.d3-o-depthchart a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

@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 td:nth-child(2), .d3-o-depthchart tr th:nth-child(2) {
        min-width: unset;
        padding-left: 125px;
        width: auto
    }

    .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 {
    background-color: #fff;
    padding: 8px
}

.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 td:first-child, .d3-o-table--horizontal-scroll .d3-o-depthchart th:first-child {
        min-width: 120px;
        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 td:nth-child(2), .d3-o-table--horizontal-scroll .d3-o-depthchart th:nth-child(2) {
        min-width: unset;
        padding-left: 140px;
        width: auto
    }

    .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 + 20)
    }

    .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-3x {
        height: calc(40px + 30)
    }

    .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-4x {
        height: calc(40px + 40)
    }

    .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-5x {
        height: calc(40px + 50)
    }

    .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-6x {
        height: calc(40px + 60)
    }

    .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-7x {
        height: calc(40px + 70)
    }

    .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-8x {
        height: calc(40px + 80)
    }

    .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-9x {
        height: calc(40px + 90)
    }

    .d3-o-table--horizontal-scroll .d3-o-depthchart .nfl-h-tr--height-10x {
        height: calc(40px + 100)
    }
}

@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
    }

    .d3-o-table--horizontal-scroll .d3-o-depthchart [class^=d3-o-depthchart__tiers-] {
        white-space: nowrap
    }
}

[class*=d3-legend__] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    flex-grow: 1
}

.d3-legend__standings {
    margin-top: 24px
}

@media (min-width: 992px) {
    [class*=d3-legend__] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.d3-legend--content {
    padding: 16px
}

@media (min-width: 768px) {
    .d3-legend--content {
        width: 75%
    }

    .d3-legend--list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }

    .d3-legend--list a {
        color: #151515
    }

    .d3-legend--linkContent {
        width: 25%
    }
}

.d3-legend--title {
    border-bottom: 1px solid #ccc;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1.71;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: left;
    text-transform: uppercase
}

.d3-legend--listItemFontBold {
    font-weight: 700
}

.d3-legend--listItemFont {
    color: #333;
    display: list-item;
    font-size: 14px;
    padding: 4px 0
}

.d3-legend--linkContent {
    padding: 16px
}

.d3-legend--linkContent a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

ul {
    border: 0;
    font-size: 100%;
    font: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.d3-legend__injury .d3-legend--title {
    margin-top: 0
}

@media (min-width: 768px) {
    .d3-legend__injury ul {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        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 td:first-child:after, .d3-o-table--horizontal-scroll td:first-child:before, .d3-o-table--horizontal-scroll th:first-child:after, .d3-o-table--horizontal-scroll th:first-child:before {
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .16)), to(transparent));
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .16), transparent);
        background-repeat: no-repeat;
        background-size: 6px 100%;
        content: "";
        display: block;
        height: 100%;
        opacity: 1;
        position: absolute;
        top: 0;
        width: 6px;
        z-index: 1
    }

    .d3-o-table--horizontal-scroll td:first-child, .d3-o-table--horizontal-scroll th:first-child {
        left: 0;
        position: sticky
    }

    .d3-o-table--horizontal-scroll td:first-child:before, .d3-o-table--horizontal-scroll th:first-child:before {
        left: 100%
    }

    .d3-o-table--horizontal-scroll td:first-child:after, .d3-o-table--horizontal-scroll th:first-child:after {
        left: calc(96.42857vw - 10.57143px);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    .d3-o-table--horizontal-scroll .d3-o-table td:nth-child(2), .d3-o-table--horizontal-scroll .d3-o-table th:nth-child(2) {
        padding-left: 16px
    }
}

.d3-o-table--horizontal-scroll .d3-o-reports--detailed tbody td:first-child {
    line-height: 40px
}

.d3-o-table__header {
    border-bottom: 1px solid #eee
}

.d3-o-table__footer, .d3-o-table__header {
    background-color: #fff;
    color: currentColor;
    padding: 8px 16px;
    text-align: left;
    width: 100%
}

.d3-o-table__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eee;
    -ms-flex-direction: column;
    flex-direction: column
}

.d3-o-table__footer, .nfl-o-table-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-table-pagination__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-table-pagination__next, .nfl-o-table-pagination__previous {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #151515;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: normal;
    padding: 8px 16px
}

.nfl-o-table-pagination__next.d3-is-inactive, .nfl-o-table-pagination__previous.d3-is-inactive {
    opacity: .5
}

.nfl-o-table-pagination__next:hover, .nfl-o-table-pagination__previous:hover {
    opacity: .75
}

.nfl-o-table-pagination__next :not(.nfl-o-icon--white) [class*=nfl-o-icon]:hover, .nfl-o-table-pagination__previous :not(.nfl-o-icon--white) [class*=nfl-o-icon]:hover {
    fill: #151515
}

.nfl-o-table-pagination__next .nfl-o-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.d3-o-table--sitemap {
    overflow-x: auto;
    width: 100%
}

.d3-o-table--sitemap .d3-o-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%
}

.d3-o-table--sitemap .d3-o-table thead {
    outline: 1px solid #eee
}

.d3-o-table--sitemap .d3-o-table td, .d3-o-table--sitemap .d3-o-table th {
    white-space: nowrap
}

.d3-o-table--sitemap .d3-o-table td:first-child, .d3-o-table--sitemap .d3-o-table th:first-child {
    padding: 8px 16px;
    width: 156px
}

.d3-o-table--sitemap .d3-o-table th {
    font-size: 12px
}

.d3-o-table--sitemap .d3-o-table tbody td:first-child {
    font-size: 12px;
    padding: 8px 16px
}

.d3-o-table--sitemap .d3-o-table tbody td:not(:first-child) {
    font-size: 14px
}

.d3-o-table--sitemap .d3-o-table tbody tr + tr td {
    border-top: 1px solid #eee
}

.d3-o-table--sitemap .nfl-o-cta, .d3-o-table--sitemap .nfl-o-fevo {
    font-size: inherit;
    padding: unset;
    text-transform: unset
}

@media (max-width: 1023px) {
    .d3-o-table--sitemap .d3-o-table {
        max-width: 1024px
    }
}

@media (min-width: 1024px) {
    .d3-o-table--sitemap .d3-o-table {
        max-width: unset
    }
}

.nfl-o-table.nfl-o-table--v2 {
    border-collapse: collapse;
    color: #333;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500
}

.nfl-o-table.nfl-o-table--v2 tr {
    border-bottom: 1px solid #eee
}

.nfl-o-table.nfl-o-table--v2 tr td, .nfl-o-table.nfl-o-table--v2 tr th {
    background-color: #fff;
    outline: 1px solid #eee;
    white-space: nowrap
}

.nfl-o-table.nfl-o-table--v2 tr:nth-child(2n) td {
    background-color: #fafafa
}

.nfl-o-table.nfl-o-table--v2 td:first-child, .nfl-o-table.nfl-o-table--v2 th:first-child {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 500;
    left: 0;
    position: sticky;
    width: 190px
}

.nfl-o-table.nfl-o-table--v2 td:first-child:after, .nfl-o-table.nfl-o-table--v2 th:first-child:after {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, .08)));
    background-image: linear-gradient(-90deg, transparent, rgba(0, 0, 0, .08));
    content: "";
    height: 100%;
    position: absolute;
    right: -8px;
    top: 0;
    width: 8px
}

.nfl-o-table.nfl-o-table--v2 thead th {
    padding: 16px 16px 8px
}

.nfl-o-table.nfl-o-table--v2 td:not(:first-child) {
    font-family: All-ProStats, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 16px
}

.nfl-o-table.nfl-o-table--v2 td:first-child {
    padding: 8px 16px
}

.nfl-o-table.nfl-o-table--v2 a:focus:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    outline: 2px solid currentColor !important;
    outline-offset: -4px;
    position: absolute;
    top: 0;
    width: 100%
}

.nfl-o-table.nfl-o-table--v2 .d3-o-media-object.d3-o-media-object--circle-mask .d3-o-media-object__figure {
    width: 48px
}

.nfl-o-table.nfl-o-table--v2 .d3-o-media-object.d3-o-media-object--circle-mask .d3-o-media-object__figure picture {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

.nfl-o-table.nfl-o-table--v2 .d3-o-media-object .d3-o-media-object__figure + .d3-o-media-object__body {
    margin-left: 8px
}

.nfl-o-table-content--scrollable {
    overflow-x: auto;
    overflow-y: hidden
}

.nfl-o-table-footer, .nfl-o-table-header {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding: 16px
}

.nfl-o-table-header {
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 14px
}

.nfl-o-table-footer {
    border-top: 1px solid #eee;
    color: #757575;
    font-size: 12px
}

a[class*=d3-o-person-card] {
    z-index: 0
}

[class*=d3-o-person-card] {
    background-color: #fff
}

[class*=d3-o-person-card] .d3-o-media-object__link:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

[class*=d3-o-person-card] .d3-o-media-object__date, [class*=d3-o-person-card] .d3-o-media-object__figure, [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 {
    margin: 0
}

[class*=d3-o-person-card] .d3-o-media-object__roofline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase
}

[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__roofline > *, [class*=d3-o-person-card] .d3-o-media-object__summary, [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 {
    background-color: #fafafa;
    border-radius: 50%
}

.d3-o-person-card--non-featured .d3-o-media-object__figure {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    margin-right: 16px !important
}

.d3-o-person-card--non-featured .d3-o-media-object__body {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% - 174px)
}

.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 {
    font-weight: 700;
    text-transform: uppercase
}

a.d3-o-person-card--non-featured:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.owl-item a.d3-o-person-card--non-featured:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

@media (min-width: 320px) and (max-width: 767px) {
    .d3-o-carousel .d3-o-person-card--non-featured .d3-o-media-object__body {
        width: auto
    }

    .d3-o-person-card--non-featured-coach figure.d3-o-media-object__figure {
        -ms-flex-preferred-size: 118px;
        flex-basis: 118px
    }
}

.d3-o-person-card--featured > a {
    -ms-flex-preferred-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    font-weight: 300;
    margin-top: 8px !important
}

.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;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .d3-o-person-card--featured.d3-o-media-object > a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: inherit;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }

    .d3-o-person-card--featured .d3-o-media-object__figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .d3-o-person-card--featured .d3-o-media-object__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .d3-o-person-card--featured .d3-o-media-object__cta {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-box-flex: 1;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        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 {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

.d3-o-person-card--headshot > a {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    min-height: 1px
}

.d3-o-person-card--headshot > a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.owl-item a.d3-o-person-card--headshot:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.owl-item a.d3-o-person-card--headshot figure {
    z-index: -1
}

.d3-o-person-card--portrait {
    max-width: 100%
}

.d3-o-person-card--portrait .d3-o-media-object__title {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

a.d3-o-person-card--portrait:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.owl-item a.d3-o-person-card--portrait:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.owl-item a.d3-o-person-card--portrait figure {
    z-index: -1
}

[class*=d3-o-promo-card] {
    background-color: #fff;
    max-width: 100%;
    text-align: center
}

[class*=d3-o-promo-card] a:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

[class*=d3-o-promo-card] .d3-o-media-object__date, [class*=d3-o-promo-card] .d3-o-media-object__figure, [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 {
    margin: 0
}

[class*=d3-o-promo-card] .d3-o-media-object__title {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

[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 ol, [class*=d3-o-promo-card] .d3-o-media-object__summary ul {
    display: inline-block;
    list-style-position: inside;
    padding-left: 16px;
    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
}

a.d3-o-promo-card--standard:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.d3-o-promo-card--small {
    background-color: #151515 !important;
    color: #fff !important
}

a.d3-o-promo-card--small:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-o-promo-card--player.nfl-o-promo-card--player-thumb-only.d3-o-media-object {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: transparent;
    justify-content: center
}

.d3-o-person-card--table {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.d3-o-person-card--table li {
    padding: 8px
}

.d3-o-person-card--table a {
    display: block
}

.d3-o-person-card--table a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.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-role, .d3-o-person-card--table .d3-o-person-title {
    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 {
        display: inline-block;
        margin-left: 8px;
        min-width: 180px
    }

    .d3-o-person-card--table .d3-o-person-role {
        display: inline;
        margin-left: 8px
    }
}

.nfl-o-schedules-card, .nfl-o-standing-card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    flex-grow: 1;
    padding: 8px 16px
}

.nfl-c-boxscore .nfl-o-schedules-card .d3-o-table__caption, .nfl-c-boxscore .nfl-o-standing-card .d3-o-table__caption, .nfl-o-schedules-card .d3-o-box__header, .nfl-o-schedules-card .nfl-c-boxscore .d3-o-table__caption, .nfl-o-schedules-card .nfl-c-boxscore__header, .nfl-o-standing-card .d3-o-box__header, .nfl-o-standing-card .nfl-c-boxscore .d3-o-table__caption, .nfl-o-standing-card .nfl-c-boxscore__header {
    padding: 0
}

.nfl-o-schedules-card .d3-o-box__adv, .nfl-o-standing-card .d3-o-box__adv {
    -ms-flex-line-pack: center;
    align-content: center;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px
}

.nfl-o-schedules-card .d3-o-box__adv-label, .nfl-o-schedules-card .d3-o-box__adv-media, .nfl-o-standing-card .d3-o-box__adv-label, .nfl-o-standing-card .d3-o-box__adv-media {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.nfl-o-schedules-card .d3-o-box__adv-media, .nfl-o-standing-card .d3-o-box__adv-media {
    margin-left: 5px
}

.nfl-o-schedules-card .d3-o-box__footer .nfl-o-cta, .nfl-o-schedules-card .d3-o-box__footer .nfl-o-fevo, .nfl-o-standing-card .d3-o-box__footer .nfl-o-cta, .nfl-o-standing-card .d3-o-box__footer .nfl-o-fevo {
    display: block;
    line-height: 2;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .nfl-o-schedules-card .d3-o-box__adv, .nfl-o-standing-card .d3-o-box__adv {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1024px) {
    .nfl-c-boxscore .nfl-o-schedules-card .d3-o-table__caption, .nfl-c-boxscore .nfl-o-standing-card .d3-o-table__caption, .nfl-o-schedules-card .d3-o-box__header, .nfl-o-schedules-card .nfl-c-boxscore .d3-o-table__caption, .nfl-o-schedules-card .nfl-c-boxscore__header, .nfl-o-standing-card .d3-o-box__header, .nfl-o-standing-card .nfl-c-boxscore .d3-o-table__caption, .nfl-o-standing-card .nfl-c-boxscore__header {
        padding-bottom: 4px
    }
}

.nfl-o-standing-card .nfl-o-cta--link:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-schedules-card {
    width: 100%
}

.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;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nfl-o-schedules-card button.nfl-o-schedules-card__btn-soldout.nfl-o-button--alert {
    border: none
}

.nfl-o-schedules-card button.nfl-o-schedules-card__btn-soldout.nfl-o-button--alert .nfl-o-icon--tickets-sold-out {
    fill: #ff3d00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nfl-o-schedules-card .nfl-o-cta--link:focus, .nfl-o-schedules-card td a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-schedules-card td:last-of-type {
    padding: 0
}

.nfl-o-schedules-card .d3-o-schedules__game {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d3-o-adv-block {
    height: 100%;
    line-height: 0;
    margin: auto;
    max-width: 100%;
    overflow: visible
}

#interstitial, #oop {
    height: 0;
    overflow: hidden
}

.nfl-o-adv, .nfl-o-adv--no-title {
    -ms-flex-line-pack: center;
    align-content: center;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px
}

.nfl-o-adv__label {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 5px
}

@media (max-width: 1023px) {
    .nfl-o-adv, .nfl-o-adv--no-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        justify-content: center;
        line-height: 1.2
    }

    .nfl-o-adv__label {
        padding: 8px
    }

    .nfl-o-adv--no-title .d3-o-adv-block, .nfl-o-adv .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
    }
}

.d3-o-adv-block--secondary-nav {
    position: absolute
}

.d3-o-nav--is-sticky .d3-o-adv-block--secondary-nav {
    position: fixed
}

@media (max-width: 1365px) {
    .d3-o-adv-block--secondary-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-line-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-content: center;
        align-items: center;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 48px;
        justify-content: center;
        left: 0;
        top: 112px;
        width: 100vw;
        z-index: 2
    }
}

@media (max-width: 1023px) {
    .d3-o-adv-block--secondary-nav {
        top: 112px
    }
}

@media (min-width: 1366px) {
    .d3-o-adv-block--secondary-nav {
        background-color: unset;
        right: 8px;
        top: 74px;
        width: 220px;
        z-index: 4
    }
}

.nfl-o-adv--game-detail-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 32px;
    width: 100%
}

.nfl-o-anchor li {
    color: #1b48e0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase
}

.nfl-o-anchor li a:hover {
    border-bottom: 1px solid #151515
}

.nfl-o-anchor li a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-anchor__tabs li + li {
    padding-left: 16px
}

.nfl-o-audio-player {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.nfl-o-audio-player h2 {
    font-size: 40px
}

@media (max-width: 767px) {
    .nfl-o-audio-player h2 {
        font-size: 28px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-o-audio-player h2 {
        font-size: 32px
    }
}

.nfl-o-audio-player .d3-l-section-header {
    margin-bottom: 24px
}

.nfl-o-audio-player .d3-o-media-object__summary a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-author {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    width: 100%
}

.nfl-o-author__figure {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: hidden
}

.nfl-o-author__figure img, .nfl-o-author__figure span {
    border-radius: 50%;
    height: auto;
    width: 100%
}

.nfl-o-author__info {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    margin-left: 16px
}

.nfl-o-author__info, .nfl-o-author__name {
    font-family: All-ProSans, Helvetica, Arial, sans-serif
}

.nfl-o-author__name {
    font-weight: 700;
    line-height: 100%
}

.nfl-o-author a.nfl-o-author__name:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-author__role {
    color: #757575;
    display: block;
    font-weight: 500;
    line-height: 100%
}

.nfl-o-author__social-icons {
    line-height: 0;
    margin-top: 8px
}

.nfl-o-author__social-icon {
    display: inline-block;
    margin-right: 4px
}

.nfl-o-author--multiple .nfl-o-author__name {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 16px
}

.nfl-o-author--multiple .nfl-o-author__info {
    margin-left: 0
}

.nfl-o-author--multiple .nfl-o-author__names {
    height: 85%;
    text-align: left;
    width: auto
}

.nfl-o-author--multiple .nfl-o-author__names, .nfl-o-author--multiple .nfl-o-author__thumbnails {
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-author--multiple .nfl-o-author__thumbnails {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 16px
}

@media (max-width: 1023px) {
    .nfl-o-author--multiple .nfl-o-author__thumbnails {
        height: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 0
    }
}

.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__figure {
        height: 56px;
        max-width: 56px;
        width: 56px
    }

    .nfl-o-author__role {
        margin-top: 2px
    }
}

@media (min-width: 768px) {
    .nfl-o-author {
        padding: 16px 0
    }

    .nfl-o-author__figure {
        height: 64px;
        max-width: 64px;
        width: 64px
    }

    .nfl-o-author--multiple .nfl-o-author__figure {
        height: 32px;
        max-width: 32px;
        width: 32px
    }

    .nfl-o-author__role {
        margin-top: 4px
    }
}

@media (min-width: 1024px) {
    .nfl-o-author {
        padding: 24px 0
    }
}

.nfl-o-back-strip {
    background: #fff;
    display: block;
    height: 48px;
    padding: 0 16px
}

.nfl-o-back-strip else {
    -webkit-box-shadow: 0 1px 1px 1px #ccc;
    box-shadow: 0 1px 1px 1px #ccc
}

.nfl-o-back-strip a {
    color: #151515;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase
}

.nfl-o-biography--wrap {
    background-color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0
}

.nfl-o-biography__text {
    padding: 0 8.3%;
    width: 100%
}

.nfl-o-biography__text ul li {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 4px
}

.nfl-o-biography__text ol li {
    list-style-position: inside;
    list-style-type: decimal;
    margin-bottom: 4px
}

.nfl-o-biography__text ol, .nfl-o-biography__text p, .nfl-o-biography__text ul {
    color: #757575;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 100;
    line-height: 1.6;
    margin: 16px auto
}

.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 .d3-o-table__caption, .nfl-c-boxscore__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.nfl-c-boxscore .nfl-is-homepage .d3-o-table__caption, .nfl-is-homepage .d3-o-box__header, .nfl-is-homepage .nfl-c-boxscore .d3-o-table__caption, .nfl-is-homepage .nfl-c-boxscore__header {
    background-color: #fff
}

.d3-o-content-tray__text-thumb .d3-o-box__header, .d3-o-content-tray__text-thumb .nfl-c-boxscore .d3-o-table__caption, .d3-o-content-tray__text-thumb .nfl-c-boxscore__header, .nfl-c-boxscore .d3-o-content-tray__text-thumb .d3-o-table__caption, .nfl-c-boxscore .nfl-c-custom-promo__content .d3-o-table__caption, .nfl-c-custom-promo__content .d3-o-box__header, .nfl-c-custom-promo__content .nfl-c-boxscore .d3-o-table__caption, .nfl-c-custom-promo__content .nfl-c-boxscore__header {
    width: 100%
}

@media (max-width: 1023px) {
    .d3-o-box__header, .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-flow: column;
        flex-flow: column;
        height: auto
    }

    .d3-o-box__title {
        border-bottom: 1px solid #eee;
        padding: 8px
    }

    .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 .d3-o-table__caption, .nfl-c-boxscore__header {
        padding: 16px
    }

    .nfl-c-boxscore .nfl-is-homepage .d3-o-table__caption, .nfl-is-homepage .d3-o-box__header, .nfl-is-homepage .nfl-c-boxscore .d3-o-table__caption, .nfl-is-homepage .nfl-c-boxscore__header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .nfl-c-boxscore .nfl-c-custom-promo__content .d3-o-table__caption, .nfl-c-custom-promo__content .d3-o-box__header, .nfl-c-custom-promo__content .nfl-c-boxscore .d3-o-table__caption, .nfl-c-custom-promo__content .nfl-c-boxscore__header {
        -ms-flex-item-align: end;
        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
    }
}

@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, .d3-l-col__col-4 .d3-h-box-layout, .d3-l-col__col-4 [class*=d3-c-content-package] .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-3 .d3-o-media-object__body, [class*=d3-c-content-package] .d3-l-col__col-4 .d3-o-media-object__body, [class*=d3-c-content-package] .d3-l-col__col-6 .d3-o-media-object__body {
        padding: 16px
    }

    .d3-h-box-layout, [class*=d3-c-content-package] .d3-o-media-object__body {
        padding: calc(-8px + 3.125vw)
    }
}

@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, .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-1 .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, .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-3 .d3-o-media-object__body, [class*=d3-c-content-package] .d3-l-col__col-4 .d3-o-media-object__body {
        padding: calc(-16px + 3.125vw)
    }

    .d3-h-box-layout, [class*=d3-c-content-package] .d3-o-media-object__body {
        padding: calc(-8px + 3.125vw)
    }
}

@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, .d3-l-col__col-2 .d3-h-box-layout, .d3-l-col__col-2 [class*=d3-c-content-package] .d3-o-media-object__body, .d3-l-col__col-3 .d3-h-box-layout, .d3-l-col__col-3 [class*=d3-c-content-package] .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-1 .d3-o-media-object__body, [class*=d3-c-content-package] .d3-l-col__col-2 .d3-o-media-object__body, [class*=d3-c-content-package] .d3-l-col__col-3 .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, .nfl-o-media-player .d3-o-media-object__body, [class*=d3-o-content-tray] .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, .nfl-o-cta--special, [class*=d3-o-promo-card] .d3-o-button {
    background-color: #151515;
    border: 1px solid #151515;
    color: #fafafa
}

.nfl-o-cta--primary:hover, .nfl-o-cta--special:hover, [class*=d3-o-promo-card] .d3-o-button:hover {
    background-color: #fafafa;
    color: #151515
}

.nfl-c-game-strip__cta.nfl-c-game-strip__cta--ingame-mwls:not(:empty) + .nfl-c-game-strip__cta-game .nfl-c-game-strip__btn-game-day, .nfl-o-cta--secondary {
    background-color: #fafafa;
    border: 1px solid #151515;
    color: #151515
}

.nfl-c-game-strip__cta.nfl-c-game-strip__cta--ingame-mwls:not(:empty) + .nfl-c-game-strip__cta-game .nfl-c-game-strip__btn-game-day:hover, .nfl-o-cta--secondary:hover {
    background-color: #151515;
    color: #fafafa
}

.nfl-o-cta--service {
    background-color: #fafafa;
    border: 1px solid #e9e9e9;
    color: #757575;
    font-size: 10px
}

.nfl-o-cta--link {
    color: #151515
}

.nfl-o-cta--underline {
    text-decoration: underline
}

.nfl-o-cta[data-toggler-action="1"], .nfl-o-fevo[data-toggler-action="1"] {
    padding-right: 24px;
    position: relative
}

.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 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nfl-o-cta--button {
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    min-width: 155px;
    padding: 12px 16px
}

.nfl-o-cta--button:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.is-disabled .nfl-o-cta, .is-disabled .nfl-o-fevo {
    cursor: not-allowed;
    opacity: .5
}

.d3-o-section__cta .nfl-o-cta--link:focus, .nfl-load-more--liveblog .nfl-o-cta--link:focus, .nfl-load-more .nfl-o-cta--link:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-cta--rounded {
    border: 1px solid;
    border-radius: 14px;
    color: #151515;
    display: inline-block;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 4px 8px;
    text-transform: capitalize
}

.nfl-o-cta--rounded:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-cta--rounded[aria-pressed=true] {
    background-color: #151515;
    border-color: #151515;
    color: #fafafa
}

.nfl-o-cta--rounded[aria-pressed=true]:focus {
    outline-color: #151515
}

.nfl-o-cta--rounded .nfl-o-cta__label {
    margin-top: 2px;
    padding: 0 4px
}

.nfl-o-cta--has-icon.nfl-o-fevo, .nfl-o-cta.nfl-o-cta--has-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-cta--has-icon.nfl-o-fevo svg[class*=nfl-o-icon], .nfl-o-cta.nfl-o-cta--has-icon svg[class*=nfl-o-icon] {
    fill: currentColor
}

.nfl-o-cta--whole-area {
    width: 100%
}

.nfl-o-cta--whole-area:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

button.nfl-o-button.nfl-o-button--alert {
    background-color: transparent;
    border: 1px solid #ff3d00;
    border-radius: 4px;
    color: #ff3d00;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

button.nfl-o-button.nfl-o-button--alert:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

button.nfl-o-button.nfl-o-button--alert.is-disabled {
    cursor: not-allowed
}

.d3-o-ceros {
    margin: 0 auto;
    max-width: 100%;
    width: 640px
}

.d3-o-ceros iframe {
    border: 1px solid #cfcfcf;
    height: 300px;
    width: 100%
}

.nfl-o-chat-flyout {
    bottom: 24px;
    position: fixed;
    right: 48px;
    z-index: 399
}

.nfl-o-chat-flyout a:focus, .nfl-o-chat-flyout button:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-chat-flyout .nfl-o-icon--nfl-close, .nfl-o-chat-flyout .nfl-o-icon--nfl-comment {
    fill: #fff
}

.nfl-o-chat-flyout .nfl-o-icon--comment-medium {
    display: block;
    height: 24px
}

.nfl-o-chat-flyout .nfl-o-icon--close-medium {
    display: none;
    height: 24px
}

.nfl-o-chat-flyout .d3-o-media-object {
    overflow: hidden
}

.nfl-o-chat-flyout .d3-o-media-object--horizontal {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start
}

.nfl-o-chat-flyout .d3-o-media-object__figure {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 64px;
    overflow: hidden;
    padding: 8px;
    width: 64px
}

.nfl-o-chat-flyout .d3-o-media-object__figure img, .nfl-o-chat-flyout .d3-o-media-object__figure picture {
    height: 48px;
    overflow: hidden;
    width: 48px
}

.nfl-o-chat-flyout .d3-o-media-object__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

.nfl-o-chat-flyout .d3-o-media-object__body .d3-o-media-object__title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    overflow: hidden;
    width: 188px
}

.nfl-o-chat-flyout .d3-o-media-object__body .d3-o-media-object__summary {
    color: #757575;
    font-size: 11px;
    font-weight: 300;
    overflow: hidden;
    width: 188px
}

.nfl-o-chat-flyout__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .21);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .21);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 64px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 0;
    z-index: -1
}

.nfl-o-chat-flyout--is-open .nfl-o-chat-flyout__body {
    border-left: 4px solid;
    right: 64px;
    width: 300px;
    z-index: 398
}

.nfl-o-chat-flyout--is-open .nfl-o-icon--comment-medium {
    display: none
}

.nfl-o-chat-flyout--is-open .nfl-o-icon--close-medium {
    display: block
}

.nfl-o-chat-flyout__trigger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 36px 36px 36px 36px;
    bottom: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .24);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    justify-content: center;
    margin: 0;
    position: absolute;
    right: -32px;
    width: 64px;
    z-index: 399
}

.nfl-o-chat-flyout--has-color-schema-header-and-footer .nfl-o-chat-flyout__trigger {
    background-color: #151515
}

.nfl-o-chat-flyout--has-color-schema-header-and-footer .nfl-o-chat-flyout__body {
    border-left-color: #151515
}

.nfl-o-chat-flyout--has-color-schema-button-color .nfl-o-chat-flyout__trigger {
    background-color: #151515
}

.nfl-o-chat-flyout--has-color-schema-button-color .nfl-o-chat-flyout__body {
    border-left-color: #151515
}

.nfl-o-chat-flyout__body .nfl-o-placeholder--t_thumb_squared {
    background-image: url(../fonts/default.svg)
}

.d3-o-contact-us {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.d3-o-contact-us__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.d3-o-contact-us__list .d3-o-media-object {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.d3-o-contact-us__list .d3-o-media-object__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: initial;
    flex-basis: auto;
    flex-grow: 1
}

.d3-o-contact-us__list .nfl-o-icon {
    margin: 0 8px
}

.d3-o-contact-us__list .nfl-o-icon > svg {
    fill: #151515
}

.d3-o-contact-us__list .nfl-o-icon--mail {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

.d3-o-contact-us__list .nfl-o-icon--phone {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.d3-o-contact-us__list-item {
    -ms-flex-item-align: center;
    align-self: center;
    min-height: 48px
}

.d3-o-contact-us__list-item, .d3-o-contact-us__list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d3-o-contact-us__list-item a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.d3-o-contact-us__list-item--right a {
    padding: 8px 16px
}

.d3-o-contact-us__item {
    background-color: #fff;
    border: 1px solid transparent;
    line-height: 1;
    padding: 8px
}

.d3-o-contact-us__item:hover {
    border-color: #151515
}

.d3-o-contact-us__item-label {
    color: #151515;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase
}

.d3-o-contact-us__item-value {
    color: #333;
    padding: 0
}

.d3-o-contact-us__label {
    color: #333;
    margin-bottom: 8px;
    padding: 0
}

@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 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .d3-o-contact-us .d3-o-media-object__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }

    .d3-o-contact-us .d3-o-media-object__body, .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 {
    color: #333;
    font-size: 20px;
    line-height: 1.1;
    padding-bottom: 8px
}

[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 {
    color: #757575;
    text-transform: uppercase
}

[class*=d3-o-content-tray] .d3-o-media-object__summary {
    color: #333;
    font-weight: 300
}

[class*=d3-o-content-tray] .d3-o-media-object__summary ol li {
    list-style-position: inside;
    list-style-type: decimal
}

[class*=d3-o-content-tray] .d3-o-media-object__summary ul li {
    list-style-position: inside;
    list-style-type: disc
}

[class*=d3-o-content-tray] .d3-o-media-object__summary p ~ p {
    margin-top: 16px
}

[class*=d3-o-content-tray] .d3-o-media-object__summary a {
    color: #151515
}

[class*=d3-o-content-tray] .d3-o-media-object__body {
    word-wrap: break-word
}

[class*=d3-o-content-tray] .d3-o-button {
    color: #151515;
    padding: 8px 0 0;
    text-transform: uppercase
}

.d3-o-content-tray__card a:active:before, .d3-o-content-tray__card a:focus:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    outline: 1px solid currentColor !important;
    outline-offset: -1px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.d3-o-content-tray__card .d3-o-media-object__body a, .d3-o-content-tray__card .d3-o-media-object__figure {
    display: block
}

.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%
    }
}

.d3-o-content-tray__text-only a:active, .d3-o-content-tray__text-only a:focus, .d3-o-content-tray__text-only a:focus-within {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.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 {
    background-color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px
}

.d3-o-content-tray__text-thumb a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.d3-o-content-tray__text-thumb .d3-o-media-object__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0 !important;
    word-break: break-word
}

.d3-o-content-tray__text-thumb .d3-o-media-object__figure {
    -ms-flex-preferred-size: initial;
    display: block;
    flex-basis: auto
}

.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 (max-width: 767px) {
    .d3-o-content-tray__text-thumb .d3-o-media-object__body {
        -ms-flex-preferred-size: 67%;
        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 {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }

    .d3-o-content-tray__text-thumb img {
        width: 100%
    }

    .d3-o-content-tray__text-thumb.d3-o-content-tray__text-thumb--landscape a:first-child {
        max-width: 100px
    }

    .d3-o-content-tray__text-thumb.d3-o-content-tray__text-thumb--landscape .d3-o-media-object__body {
        max-width: calc(100% - 100px)
    }
}

@media (min-width: 768px) {
    .d3-o-content-tray__text-thumb {
        -ms-flex-line-pack: start;
        align-content: flex-start;
        min-height: 130px
    }

    .d3-o-content-tray__text-thumb .d3-o-media-object__body {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding: 0 16px;
        width: calc(100% - 100px)
    }

    .d3-o-content-tray__text-thumb .d3-o-media-object__figure {
        -ms-flex-preferred-size: 100px;
        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
    }

    .d3-o-content-tray__text-thumb.d3-o-content-tray__text-thumb--landscape a:first-child {
        max-width: 177.77778px
    }

    .d3-o-content-tray__text-thumb.d3-o-content-tray__text-thumb--landscape .d3-o-media-object__body {
        max-width: calc(100% - 177.77778px)
    }
}

a.d3-o-content-tray__text-thumb:active, a.d3-o-content-tray__text-thumb:focus, a.d3-o-content-tray__text-thumb:focus-within {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-content-feed-card {
    background-color: #fff;
    padding: 16px;
    width: 100%
}

.d3-o-cta-bar [class*=d3-o-cta-bar__item] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.d3-o-cta-bar [class*=d3-o-cta-bar__item] a, .d3-o-cta-bar [class*=d3-o-cta-bar__item] button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 16px;
    text-align: center
}

.d3-o-cta-bar__item--link-text-color a {
    background-color: #fff;
    color: #151515
}

.d3-o-cta-bar__item--link-text-color a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.d3-o-cta-bar__item--button-color a {
    background-color: #151515;
    color: #fafafa
}

.d3-o-cta-bar__item--button-color a:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.d3-o-cta-bar__item--header-footer-color a {
    background-color: #151515;
    color: #fafafa
}

.d3-o-cta-bar__item--header-footer-color a:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.d3-o-cta-bar--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    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
}

.d3-o-cta-bar--large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    flex-grow: 1
}

.d3-o-cta-bar--large .nfl-o-icon, .d3-o-cta-bar--small .nfl-o-icon {
    margin-right: 8px
}

.d3-o-cta-bar :not(.nfl-o-icon--white) [class*=nfl-o-icon] {
    fill: currentColor
}

.nfl-o-event-card {
    background-color: #fff
}

.nfl-o-event-card h2 {
    font-size: 40px
}

@media (max-width: 767px) {
    .nfl-o-event-card h2 {
        font-size: 28px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-o-event-card h2 {
        font-size: 32px
    }
}

div[class*=nfl-o-event-card] {
    width: 100%
}

div[class*=nfl-o-event-card] a li a, div[class*=nfl-o-event-card] a p a {
    color: #151515;
    text-decoration: underline
}

div[class*=nfl-o-event-card] a li a:focus, div[class*=nfl-o-event-card] a p a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

div[class*=nfl-o-event-card] a * + :not(li) {
    margin-top: 16px
}

div[class*=nfl-o-event-card] a ol, div[class*=nfl-o-event-card] a ul {
    list-style-position: outside
}

div[class*=nfl-o-event-card] a ol li {
    list-style-type: decimal;
    margin-left: 1.1em
}

div[class*=nfl-o-event-card] a ul li {
    list-style-type: circle;
    margin-left: 1.1em
}

div[class*=nfl-o-event-card] a blockquote {
    border-left: 4px solid #ccc;
    font-style: italic;
    margin: 16px 0;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-top: 16px
}

div[class*=nfl-o-event-card] a .ql-indent-1 {
    margin-left: 2.5em
}

div[class*=nfl-o-event-card] a .ql-indent-2 {
    margin-left: 5.5em
}

div[class*=nfl-o-event-card] a:focus {
    display: inline-block;
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

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
}

.nfl-c-game-strip__cta.nfl-c-game-strip__cta--ingame-mwls:not(:empty) + .nfl-c-game-strip__cta-game div[class*=nfl-o-event-card] .nfl-c-game-strip__btn-game-day, [class*=d3-o-promo-card] div[class*=nfl-o-event-card] .d3-o-button, div[class*=nfl-o-event-card] .nfl-c-game-strip__cta.nfl-c-game-strip__cta--ingame-mwls:not(:empty) + .nfl-c-game-strip__cta-game .nfl-c-game-strip__btn-game-day, div[class*=nfl-o-event-card] .nfl-o-cta--primary, div[class*=nfl-o-event-card] .nfl-o-cta--secondary, div[class*=nfl-o-event-card] [class*=d3-o-promo-card] .d3-o-button {
    -ms-flex-item-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center
}

div[class*=nfl-o-event-card] .d3-o-media-object {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between
}

div[class*=nfl-o-event-card] .d3-o-media-object__figure img {
    display: block;
    margin: 0
}

div[class*=nfl-o-event-card] .d3-o-media-object__footer, div[class*=nfl-o-event-card] .nfl-o-event-card__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

div[class*=nfl-o-event-card] .nfl-o-event-card__date {
    color: #757575;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300
}

div[class*=nfl-o-event-card] .nfl-o-event-card__title {
    color: #333;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 8px
}

.nfl-o-event-card--list div[class*=nfl-o-event-card] .nfl-o-event-card__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.nfl-o-event-card--list div[class*=nfl-o-event-card] .nfl-o-event-card__title .nfl-o-cta--icon-only {
    margin: -4px 0 0 -4px;
    padding: 0;
    width: 24px
}

div[class*=nfl-o-event-card] .nfl-o-event-card__location, div[class*=nfl-o-event-card] .nfl-o-event-card__summary {
    color: #757575;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin-top: 8px
}

div[class*=nfl-o-event-card] .nfl-o-event-card__calendar-link {
    margin-top: 8px
}

div[class*=nfl-o-event-card] .nfl-o-event-card__calendar-link .nfl-o-icon--nfl-calendar {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

div[class*=nfl-o-event-card] .nfl-o-event-card.nfl-o-event-card--search-result-thumb .d3-o-media-object > a {
    min-width: 190px
}

div[class*=nfl-o-event-card] .nfl-o-event-card.nfl-o-event-card--search-result-thumb .d3-o-media-object .d3-o-media-object__figure {
    min-width: 175px
}

div[class*=nfl-o-event-card] .nfl-o-event-card.nfl-o-event-card--search-result-thumb .nfl-o-event-card__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 24px;
    justify-items: flex-start
}

div[class*=nfl-o-event-card] .nfl-o-event-card.nfl-o-event-card--search-result-thumb .nfl-o-cta--icon-only.nfl-o-fevo, div[class*=nfl-o-event-card] .nfl-o-event-card.nfl-o-event-card--search-result-thumb .nfl-o-cta.nfl-o-cta--icon-only {
    height: 24px;
    padding: 0 8px 0 0;
    width: 24px
}

.nfl-o-event-card--tray {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    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 {
    margin-top: 16px;
    width: 100%
}

.nfl-c-article .nfl-o-event-card--list .nfl-o-event-card--card .nfl-o-event-card__title {
    margin-top: 4px
}

.nfl-c-article .nfl-o-event-card--card .nfl-o-event-card__summary {
    margin-top: 0
}

.nfl-c-article .nfl-o-event-card--card .d3-o-media-object__body {
    font-size: 16px;
    line-height: 1.2
}

@media (min-width: 320px) and (max-width: 767px) {
    .nfl-o-event-card__location {
        margin-top: 8px
    }

    .nfl-o-event-card--list, .nfl-o-event-card--tray {
        padding: 16px
    }

    .nfl-o-event-card--list .d3-o-media-object, .nfl-o-event-card--tray .d3-o-media-object {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nfl-o-event-card--list .d3-o-media-object__figure, .nfl-o-event-card--tray .d3-o-media-object__figure {
        -ms-flex-preferred-size: 64px;
        flex-basis: 64px;
        margin-right: 16px !important;
        min-width: 64px
    }

    .nfl-o-event-card--list .d3-o-media-object__body, .nfl-o-event-card--tray .d3-o-media-object__body {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% - 80px)
    }

    .nfl-o-event-card--list .d3-o-media-object__body--text-only, .nfl-o-event-card--list .d3-o-media-object__footer, .nfl-o-event-card--tray .d3-o-media-object__body--text-only, .nfl-o-event-card--tray .d3-o-media-object__footer {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .nfl-o-event-card--list .nfl-o-event-card--link .nfl-o-cta--link, .nfl-o-event-card--tray .nfl-o-event-card--link .nfl-o-cta--link {
        padding: 8px 0
    }

    .nfl-o-event-card--tray .nfl-o-event-card__cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nfl-o-event-card--tray .d3-o-media-object__figure {
        -ms-flex-preferred-size: 64px;
        flex-basis: 64px;
        margin-right: 16px !important;
        min-width: 64px
    }

    .nfl-o-event-card--tray .d3-o-media-object__body {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(100% - 80px)
    }

    .nfl-o-event-card--tray .d3-o-media-object__body--text-only, .nfl-o-event-card--tray .d3-o-media-object__footer {
        -ms-flex-preferred-size: 100%;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        margin-right: 16px !important;
        min-width: 100px
    }

    .nfl-o-event-card--list .d3-o-media-object__body {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 16px
    }

    .nfl-o-event-card--list .d3-o-media-object__footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 118px
    }

    .nfl-o-event-card--list .nfl-o-event-card__cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        max-height: 96px
    }

    .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-event-card--link > a {
        max-width: 115px
    }

    .nfl-o-event-card--link .d3-o-media-object__body {
        width: calc(100% - 115px)
    }
}

.nfl-o-fevo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nfl-o-fevo--link-text-color {
    background-color: #fff;
    color: #151515
}

.nfl-o-fevo--button-color, .nfl-o-fevo--header-footer-color {
    background-color: #151515;
    color: #fafafa
}

.nfl-o-fevo--button-color:focus, .nfl-o-fevo--header-footer-color:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-o-fevo--link-text-color:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-footer-strip {
    background: #fff;
    border-top: 1px solid #eee;
    display: block;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
    width: 100%
}

.nfl-o-footer-strip__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 18px;
    margin: 0 auto;
    text-transform: uppercase
}

.nfl-o-footer-strip__link--icon-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.nfl-o-footer-strip__link .nfl-o-icon--external {
    fill: #151515
}

.nfl-o-footer-strip__link:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-footer-strip__link-text {
    padding: 0 8px
}

.d3-o-formstack input {
    font: 1px arial
}

.nfl-c-gigya .nfl-o-spinner {
    min-height: 500px;
    padding: 241px 0
}

.nfl-o-giphy .nfl-o-giphy__caption {
    padding: 8px 0
}

.nfl-o-headlinestack {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    flex-grow: 1
}

.nfl-o-headlinestack .d3-o-tabs__wrap {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.nfl-o-headlinestack .d3-o-tabs__wrap li {
    padding-top: 8px;
    width: 34%
}

.nfl-o-headlinestack .d3-o-tabs__wrap li.selected {
    border-bottom: 1px solid;
    color: #151515
}

.nfl-o-headlinestack .d3-o-tabs__wrap li button {
    text-transform: capitalize
}

.nfl-o-headlinestack .d3-o-tabs__wrap li button:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 0
}

.nfl-o-headlinestack__list {
    list-style: none;
    margin: 22px 16px 0;
    padding: 0
}

.nfl-o-headlinestack__item {
    margin-bottom: 16px
}

.nfl-o-headlinestack__itemcontent > a {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 18px;
    text-decoration: none
}

.nfl-o-headlinestack__itemcontent > a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-headlinestack__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 11px;
    text-align: center
}

.nfl-o-headlinestack__button:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-headlinestack__button > a {
    color: #151515;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

.nfl-o-headlinestack li button[aria-selected^=true] {
    border-bottom: unset;
    color: #151515;
    position: relative
}

.nfl-o-headlinestack li button[aria-selected^=true]:after {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.nfl-o-headlinestack__info-text {
    padding: 24px;
    text-align: center
}

.nfl-o-headlinestack .nfl-o-headlinestack__ctas {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.nfl-o-headlinestack .nfl-o-headlinestack__ctas .nfl-o-headlinestack__button {
    padding: 0 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-o-headlinestack {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        flex-grow: 0
    }

    .d3-l-module--featured-news-tray .nfl-o-headlinestack {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    border-radius: 4px;
    flex-grow: unset
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__wrap {
    height: 48px
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__wrap li {
    height: 100%;
    padding: 0
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__wrap li button {
    color: #757575;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    padding: 8px 8px 0;
    width: 100%
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__content .nfl-o-headlinestack__list {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 0
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__content .nfl-o-headlinestack__itemcontent > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__content .nfl-o-headlinestack__item {
    margin-bottom: 0
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__content .nfl-o-headlinestack__item .nfl-o-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__content .nfl-o-headlinestack__item .nfl-o-icon + .nfl-o-headlinestack__item-text {
    margin-left: 8px
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__content .nfl-o-headlinestack__item + .nfl-o-headlinestack__item {
    margin-top: 16px
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .nfl-o-headlinestack__button {
    margin-top: 24px;
    padding-bottom: unset
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .nfl-o-headlinestack__ctas .nfl-o-headlinestack__button {
    margin-bottom: unset;
    margin-top: unset
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .nfl-o-headlinestack__button > a {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none
}

@media (max-width: 1023px) {
    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack {
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16)
    }

    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__content {
        padding: 16px 24px
    }

    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .nfl-o-headlinestack__button {
        margin-bottom: 8px
    }

    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__wrap li button {
        padding-bottom: 4px
    }
}

@media (min-width: 1024px) {
    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack {
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16)
    }

    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .nfl-o-headlinestack .d3-o-tabs__content {
        padding: 24px
    }
}

.nfl-o-iframe {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.nfl-o-iframe-wrap {
    display: block;
    height: 100%;
    width: 100%
}

.nfl-o-iframe--fixed-height {
    padding-bottom: 98px
}

.nfl-o-iframe--auto-height {
    height: auto;
    padding-bottom: 0
}

.nfl-o-iframe__content, .nfl-o-iframe__storypart iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    max-width: 100%
}

.nfl-o-injury-report__wrap .d3-o-section-title {
    color: #333
}

.nfl-o-injury-report__wrap .nfl-t-stats__title {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.nfl-o-injury-report__wrap .d3-o-section-sub-title {
    color: #333
}

.nfl-o-injury-report__wrap .nfl-o-no-results {
    background: #fff;
    margin: 0
}

.nfl-o-injury-report__wrap .nfl-o-no-results__text {
    margin: 24px 0
}

.nfl-o-injury-report__unit {
    margin-bottom: 32px
}

.nfl-o-injury-report__unit .nfl-c-matchup-strip__game {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1
}

.nfl-o-injury-report__unit .nfl-o-no-results {
    min-height: unset
}

.nfl-o-injury-report caption {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.nfl-o-injury-report__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 16px
}

.nfl-o-injury-report__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.nfl-o-injury-report__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    justify-content: space-between;
    padding: 16px;
    text-transform: uppercase
}

.nfl-o-injury-report__club-logo, .nfl-o-injury-report__club-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nfl-o-injury-report__club-logo {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 8px;
    width: 30px
}

.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 {
    background-color: #fff;
    min-width: 850px !important;
    table-layout: auto
}

.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 td, .nfl-o-injury-report .d3-o-table th {
    border-color: transparent;
    color: #333;
    padding: 0 16px;
    width: 110px
}

.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 td:first-child, .nfl-o-injury-report .d3-o-table th:first-child {
    width: 170px
}

.nfl-o-injury-report .d3-o-table td:nth-child(2), .nfl-o-injury-report .d3-o-table th:nth-child(2) {
    padding-left: 16px
}

.nfl-o-injury-report .d3-o-media-object {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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 a {
    display: block
}

.nfl-o-injury-report .d3-o-media-object .d3-o-media-object__figure a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-injury-report .d3-o-media-object .d3-o-media-object__figure img {
    display: block;
    margin-right: 8px
}

.nfl-o-injury-report .d3-o-player-roster__player-name a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.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
    }

    .nfl-o-injury-report__unit .nfl-c-matchup-strip {
        left: 0;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .nfl-o-injury-report .d3-o-table {
        min-width: auto
    }

    .nfl-o-injury-report .d3-o-table td:first-child, .nfl-o-injury-report .d3-o-table th:first-child {
        line-height: inherit;
        position: static;
        width: 170px
    }
}

.d3-o-leader-stats-tray .d3-o-object {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    flex-grow: 1
}

.d3-o-leader-stats-tray .d3-o-object__header {
    background-color: #fff;
    border-bottom: 1px solid hsla(0, 0%, 80%, .5);
    height: 32px
}

.d3-o-leader-stats-tray .d3-o-object__header p {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    padding: 8px;
    text-transform: uppercase
}

.d3-o-leader-stats-tray .d3-o-carousel--arrows-inside {
    background-color: transparent
}

.d3-o-table--leader-stats {
    background-color: #fff;
    table-layout: auto
}

.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 {
    font-size: 14px;
    font-weight: 700;
    margin-left: 8px;
    text-transform: uppercase
}

.d3-o-table--leader-stats tr:first-child td:first-child a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d3-o-table--leader-stats tr:first-child td:last-child {
    color: #333;
    font-size: 32px;
    font-weight: 300
}

.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 {
    text-align: right;
    white-space: nowrap
}

.d3-o-table--leader-stats img {
    float: left;
    height: 48px;
    width: 48px !important
}

@media (min-width: 1024px) {
    .d3-o-leader-stats-tray .d3-o-carousel.owl-carousel .owl-dots, .d3-o-leader-stats-tray .d3-o-carousel.owl-carousel .owl-nav {
        display: none
    }
}

[class^=d3-o-link-bar] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

[class^=d3-o-link-bar] .d3-o-link-bar__list--icon {
    background-color: #151515;
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    width: 10px
}

[class^=d3-o-link-bar] a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.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 {
    -ms-flex-wrap: nowrap;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.d3-o-link-bar--vertical__list li {
    padding: 8px 0;
    white-space: nowrap
}

.d3-o-link-bar--vertical__list li a {
    background-color: #fff;
    color: #151515;
    font-weight: 300;
    padding: 8px
}

.nfl-o-matchup-cards {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    flex-grow: 1;
    width: 100%
}

.nfl-o-matchup-cards .nfl-h-highlight {
    color: #ff3d00
}

.nfl-o-matchup-cards .nfl-h-underline {
    position: relative
}

.nfl-o-matchup-cards .nfl-h-underline:before {
    background-color: #ff3d00;
    content: "";
    position: absolute
}

.nfl-o-matchup-cards__header {
    border-bottom: 1px solid #ccc;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative
}

.nfl-o-matchup-cards__date-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-matchup-cards__score--result {
    margin-right: 8px
}

.nfl-o-matchup-cards__team-box {
    -ms-flex-preferred-size: 70%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 70%
}

.nfl-o-matchup-cards__team-prefix {
    padding-right: 8px
}

.nfl-o-matchup-cards__team-game-location {
    color: #757575;
    font-size: 14px;
    margin-right: 8px
}

.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 {
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #ccc
}

.nfl-o-matchup-cards__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px
}

.nfl-o-matchup-cards__cta .d3-o-icon {
    padding: 0
}

.nfl-o-matchup-cards__cta .d3-o-icon:before {
    height: 12px;
    margin-right: 8px;
    width: 12px
}

.nfl-o-matchup-cards__additional-info {
    -ms-flex-preferred-size: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    justify-content: flex-end;
    margin: 24px 0 8px
}

.nfl-o-matchup-cards__additional-info .d3-o-icon {
    height: 32px;
    line-height: 32px
}

.nfl-o-matchup-cards__media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 300;
    justify-content: space-between;
    padding: 0 16px
}

.nfl-o-matchup-cards__media-radio, .nfl-o-matchup-cards__media-tv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px
}

.nfl-o-matchup-cards__media-radio .nfl-o-icon--small, .nfl-o-matchup-cards__media-tv .nfl-o-icon--small {
    margin-right: 8px;
    width: 16px
}

.nfl-o-matchup-cards__media-radio [class*=nfl-o-icon], .nfl-o-matchup-cards__media-tv [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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300
}

.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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase
}

.nfl-o-matchup-cards__footer {
    background-color: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-matchup-cards__footer .d3-o-icon {
    padding: 0
}

.nfl-o-matchup-cards__footer .d3-o-icon:before {
    height: 12px;
    margin-right: 8px;
    width: 12px
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-buy-tickets, .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-listen, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-soldout, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-watch {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 8px 16px
}

.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;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.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-game-pass, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-listen, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-watch {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #151515
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-game-pass [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-watch [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-ad, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-ad {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    align-items: center;
    border: none;
    color: #151515;
    flex-grow: 1;
    font-weight: 100;
    justify-content: space-between;
    justify-content: flex-end
}

.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 .nfl-o-matchup-cards__btn-game-pass:focus, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-listen:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__btn-buy-tickets:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-o-matchup-cards__btn-sponsor:focus, .nfl-o-matchup-cards__media-add-calendar:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-matchup-cards__btn-group .nfl-o-cta--service {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-right: 8px;
    min-width: 88px
}

.nfl-o-matchup-cards__btn-group .nfl-o-cta--service figure:empty {
    display: none
}

.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 {
    display: block;
    width: 16px
}

@media (max-width: 767px) {
    .nfl-o-matchup-cards {
        margin: 8px 0
    }

    .nfl-o-matchup-cards__header {
        font-size: 12px;
        padding: 8px 16px
    }

    .nfl-o-matchup-cards__header--quarters {
        display: none
    }

    .nfl-o-matchup-cards__header .nfl-h-underline--live:before {
        height: 2px;
        top: 24px;
        width: 25px
    }

    .nfl-o-matchup-cards__date-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-o-matchup-cards__date-info * + * {
        padding-left: 4px
    }

    .nfl-o-matchup-cards__score--result {
        font-size: 20px
    }

    .nfl-o-matchup-cards__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px 0 0
    }

    .nfl-o-matchup-cards__team-box {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 16px
    }

    .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 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-weight: 100;
        justify-content: flex-start;
        margin: 16px 0 8px
    }

    .nfl-o-matchup-cards__additional-info .d3-o-icon {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        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 {
        height: 8px;
        margin-right: 8px;
        width: 8px
    }

    .nfl-o-matchup-cards__media {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0
    }

    .nfl-o-matchup-cards__media span + span {
        margin-left: 8px
    }

    .nfl-o-matchup-cards__media-radio, .nfl-o-matchup-cards__media-tv {
        margin-right: 0;
        padding-left: 16px
    }

    .nfl-o-matchup-cards__media-radio [class*=nfl-o-icon], .nfl-o-matchup-cards__media-tv [class*=nfl-o-icon] {
        margin-right: 0
    }

    .nfl-o-matchup-cards__media-add-calendar {
        -ms-flex-preferred-size: 100%;
        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 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-preferred-size: 100%;
        border-top: 1px solid #ccc;
        flex-basis: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0
    }

    .nfl-o-matchup-cards__btn-buy-tickets.nfl-o-button {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 8px;
        order: 0
    }

    .nfl-o-matchup-cards__btn-game-day.nfl-o-button, .nfl-o-matchup-cards__btn-game-pass.nfl-o-button {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 8px;
        order: 1
    }

    .nfl-o-matchup-cards__btn-listen.nfl-o-button, .nfl-o-matchup-cards__btn-soldout.nfl-o-button {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 8px;
        order: 1
    }

    .nfl-o-matchup-cards__footer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 8px
    }

    .nfl-o-matchup-cards__footer .nfl-o-matchup-cards__btn-group {
        -ms-flex-preferred-size: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .nfl-o-matchup-cards__footer .nfl-o-cta, .nfl-o-matchup-cards__footer .nfl-o-fevo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 8px 0 0
    }

    .nfl-o-matchup-cards__details {
        display: none
    }
}

@media (min-width: 768px) {
    .nfl-o-matchup-cards__header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 24px;
        height: 56px;
        padding: 8px 24px
    }

    .nfl-o-matchup-cards__header .nfl-h-underline--live:before {
        height: 3px;
        top: 39px;
        width: 51px
    }

    .nfl-o-matchup-cards__score--result {
        font-size: 32px
    }

    .nfl-o-matchup-cards__local-broadcaster {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        justify-self: flex-end;
        max-height: 50px
    }

    .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 {
        -ms-flex-preferred-size: 30%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 30%;
        font-size: 32px;
        justify-content: flex-end
    }

    .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 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        flex-grow: 1;
        justify-content: flex-end
    }

    .nfl-o-matchup-cards__additional-info {
        font-size: 16px
    }

    .nfl-o-matchup-cards__cta {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nfl-o-matchup-cards__cta a + a, .nfl-o-matchup-cards__cta a ~ .nfl-o-matchup-cards__btn-soldout {
        margin-left: 16px
    }

    .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-buy-tickets, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-game-pass, .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-listen {
        min-width: 116px
    }

    .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-watch {
        margin-right: 16px
    }

    .nfl-o-matchup-cards__footer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        background-color: #fafafa;
        justify-content: space-between;
        padding: 8px 16px 8px 8px
    }

    .nfl-o-matchup-cards__details {
        border-collapse: collapse;
        color: #757575;
        position: absolute;
        right: 6%;
        table-layout: fixed;
        top: -46px;
        width: 430px
    }

    .nfl-o-matchup-cards__details thead tr {
        font-size: 14px;
        font-weight: 500;
        height: 56px
    }

    .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 {
        font-size: 16px;
        font-weight: 300;
        height: 64px;
        margin-bottom: 8px
    }

    .nfl-o-matchup-cards__cta .nfl-o-button .nfl-o-icon + .nfl-o-icon__label {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
}

.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;
    border-color: #ccc;
    color: #151515
}

.nfl-o-matchup-cards--pre-game .nfl-o-matchup-cards__btn-game-day:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

@media (min-width: 768px) {
    .nfl-o-matchup-cards--pre-game .nfl-o-matchup-cards__cta {
        padding: 16px 24px;
        position: absolute;
        right: 0;
        top: 0
    }
}

.nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__team-container {
    -ms-flex-preferred-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    min-height: 64px
}

.nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__cta {
    border-top: 1px solid #ccc
}

.nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__btn-game-day:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

@media (max-width: 767px) {
    .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px 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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 16px
    }

    .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__team-box {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        padding: 0
    }

    .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__team-score-container {
        -ms-flex-preferred-size: 30%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 30%;
        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 {
        margin-bottom: 0;
        padding: 0
    }

    .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__additional-info .d3-o-icon {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__additional-info div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__media {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 8px 0
    }

    .nfl-o-matchup-cards--in-game .nfl-o-matchup-cards__venue {
        border-top: 1px solid #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 10px;
        margin: 0;
        padding: 8px 16px
    }
}

@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 {
    color: #757575;
    font-weight: 300
}

.nfl-o-matchup-cards--post-game .nfl-o-matchup-cards__team--is-winner .nfl-o-matchup-cards__team-score-container {
    color: #333;
    font-weight: 500
}

.nfl-o-matchup-cards--post-game .nfl-o-matchup-cards__btn-game-day:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

@media (min-width: 768px) {
    .nfl-o-matchup-cards--post-game .nfl-o-matchup-cards__cta {
        padding: 16px 24px;
        position: absolute;
        right: 0;
        top: 0
    }
}

.nfl-o-matchup-cards--bye .nfl-o-matchup-cards__body {
    color: #757575;
    font-size: 24px
}

@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
    }
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__team-box-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

@media (min-width: 768px) {
    .nfl-o-matchup-cards .nfl-o-matchup-cards__team-box-container .nfl-o-matchup-cards__team-name {
        font-size: 18px
    }
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__team-box-container .nfl-o-matchup-cards__team-box {
    -ms-flex-preferred-size: initial;
    flex-basis: auto
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__team-box picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-matchup-cards .nfl-o-matchup-cards__team-box-container .nfl-o-matchup-cards__team-game-location {
    margin: 0 16px
}

.nfl-c-article .nfl-o-matchup-cards {
    border: 1px solid #ccc
}

.nfl-c-article.nfl-c-article--has-transparent-background .nfl-o-matchup-cards {
    border: 0
}

.nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__header {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__team-prefix {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300
}

.nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__team-game-location > span, .nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__team-name {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400
}

.nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__cta {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300
}

@media (min-width: 768px) {
    .nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__cta {
        padding: 16px 24px;
        position: absolute;
        right: 0;
        top: 0
    }
}

.nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-ad {
    font-size: 14px
}

.nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__venue--location {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400
}

.nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__media-radio--networks, .nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__media-tv--networks {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

.nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-ad span, .nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__venue {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.nfl-c-article .nfl-o-matchup-cards .nfl-o-matchup-cards__btn-sponsor {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400
}

.d3-o-media-object__figure picture {
    display: block
}

.d3-o-media-object__figure-header-image-copyright {
    color: #fafafa;
    font-family: All-ProSans;
    font-size: 12px;
    line-height: 1.4;
    margin-top: -36px;
    padding: 8px 16px
}

.d3-o-media-object__copyright {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    font-size: 12px;
    padding: 8px 16px;
    position: absolute;
    width: 100%
}

.d3-o-media-object__copyright:empty {
    display: none
}

.d3-o-media-object__link:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.d3-o-media-object__detail.nfl-o-media-object-detail--center-center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.d3-o-media-object__detail.nfl-o-media-object-detail--bottom-left {
    bottom: 0;
    left: 0
}

.d3-o-media-object__picture--placeholder {
    background-color: #ccc;
    display: block;
    height: 0;
    padding-bottom: 10%;
    width: 100%
}

.d3-o-media-object__picture--placeholder-lnd {
    padding-bottom: 56.25%
}

.d3-o-media-object__picture--placeholder-sqr {
    padding-bottom: 100%
}

.d3-o-media-object.d3-o-media-object--circle-mask {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    background-color: unset;
    flex-grow: unset
}

.d3-o-media-object.d3-o-media-object--circle-mask .d3-o-media-object__figure {
    -ms-flex-preferred-size: unset;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 50%;
    flex-basis: unset;
    overflow: hidden
}

.d3-is-amp .d3-o-media-object:not(.d3-o-media-object--horizontal), .d3-o-media-object.d3-o-media-object--circle-mask .d3-o-media-object__figure .img-responsive {
    display: block
}

.d3-is-amp .d3-o-media-object:not(.d3-o-media-object--horizontal) .d3-o-media-object__figure {
    display: block
}

.nfl-o-media-player__video {
    background: #151515;
    padding-bottom: 56.25%;
    position: relative
}

.nfl-o-media-player__video > div {
    position: absolute !important;
    width: 100%
}

.nfl-o-media-player__player {
    position: relative;
    width: 100%
}

.nfl-o-media-player__player > div {
    position: relative
}

.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 {
    background-color: #ff3d00;
    color: #fff;
    display: block;
    padding: 4px 16px
}

.nfl-o-media-player__related .nfl-o-label {
    display: none
}

.nfl-o-media-player__companion-adv {
    padding: 0;
    text-align: left
}

.nfl-o-media-player__companion-adv .d3-o-media-object__body {
    padding: 0 !important
}

@media (max-width: 767px) {
    .nfl-o-media-player__companion-adv {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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
}

.nfl-o-media-player .d3-o-media-object__video-producer {
    color: #757575;
    margin-top: 8px
}

.nfl-c-modal {
    background-color: rgba(0, 0, 0, .7);
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12
}

.nfl-c-modal .nfl-c-modal__dialog {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    min-height: calc(100% - 24px);
    width: auto
}

.nfl-c-modal .nfl-c-modal__content, .nfl-c-modal .nfl-c-modal__dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.nfl-c-modal .nfl-c-modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: #eee;
    -webkit-box-shadow: 0 5px 8px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 8px 1px rgba(0, 0, 0, .3);
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    width: 100%
}

.nfl-c-modal .nfl-c-modal__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.nfl-c-modal .nfl-c-modal__title {
    width: 100%
}

.nfl-c-modal .nfl-c-modal__close-button {
    margin-left: auto
}

.nfl-c-modal .nfl-c-modal__close-button:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-modal .nfl-c-modal__close-button .nfl-o-icon {
    margin: 0
}

.nfl-c-modal .nfl-c-modal__header {
    padding: 16px
}

.nfl-c-modal .nfl-c-modal__body {
    padding: 0 16px 16px
}

@media (min-width: 768px) {
    .nfl-c-modal .nfl-c-modal__dialog {
        max-width: 600px
    }
}

@media (max-width: 1023px) {
    .nfl-c-modal .nfl-c-modal__dialog {
        width: 90%
    }
}

.nfl-o-no-results [class*=d3-l-col__col-] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nfl-o-no-results .d3-o-section-title {
    border-bottom: none;
    font-size: 16px;
    min-height: unset;
    text-transform: uppercase
}

.nfl-o-no-results__text {
    color: #555;
    display: block;
    margin-top: 16px
}

@media (max-width: 767px) {
    .nfl-o-no-results .d3-o-section-title, .nfl-o-no-results__text {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 1024px) {
    .nfl-o-no-results {
        min-height: 260px
    }
}

.d3-o-notification-bar {
    background-color: #fff;
    display: -ms-grid;
    display: grid
}

.d3-o-notification-bar__header-title {
    color: #fff;
    font-family: All-ProDisplayC, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 1;
    grid-row: 1/1;
    margin-bottom: 4px;
    text-transform: uppercase
}

.d3-o-notification-bar__header-title span {
    background-color: var(--breaking-news-header-color);
    border-radius: 0 0 8px 8px;
    display: inline-block
}

.d3-o-notification-bar__headline {
    color: #000;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    -ms-grid-row: 2;
    grid-row: 2/2;
    line-height: normal;
    margin-bottom: 4px
}

.d3-o-notification-bar__headline, .d3-o-notification-bar__summary {
    -ms-grid-column: 1;
    grid-column: 1/1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.d3-o-notification-bar__summary {
    color: #555;
    -ms-grid-row: 3;
    grid-row: 3/3
}

.d3-o-notification-bar__button, .d3-o-notification-bar__close-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.d3-o-notification-bar__button .d3-o-button, .d3-o-notification-bar__close-button .d3-o-button {
    border-radius: 4px;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: normal;
    width: 100%
}

.d3-o-notification-bar__button .d3-o-button {
    background-color: var(--breaking-news-cta-color);
    color: #fff
}

.d3-o-notification-bar__close-button .d3-o-button:after {
    color: var(--breaking-news-cta-color)
}

@media (min-width: 1024px) {
    .d3-o-notification-bar {
        -ms-grid-rows: auto auto auto;
        -ms-grid-columns: auto max-content;
        grid-template-columns:auto -webkit-max-content;
        grid-template-columns:auto max-content;
        grid-template-rows:auto auto auto;
        padding: 0 234px 16px
    }

    .d3-o-notification-bar__header-title {
        font-size: 20px;
        letter-spacing: .4px;
        line-height: 120%;
        margin-bottom: 13px
    }

    .d3-o-notification-bar__header-title span {
        padding: 8px 32px
    }

    .d3-o-notification-bar__headline {
        font-size: 24px
    }

    .d3-o-notification-bar__summary {
        font-size: 16px;
        line-height: 150%
    }

    .d3-o-notification-bar__button {
        -ms-grid-column: 2;
        grid-column: 2/2;
        -ms-grid-row: 1;
        grid-row: 1/1
    }

    .d3-o-notification-bar__close-button {
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        grid-column: 2/2;
        -ms-grid-row: 2;
        grid-row: 2/span 2
    }

    .d3-o-notification-bar__close-button .d3-o-button:after {
        content: "Close"
    }

    .d3-o-notification-bar__button .d3-o-button, .d3-o-notification-bar__close-button .d3-o-button {
        font-size: 16px;
        padding: 10px 48px 5px
    }
}

@media (max-width: 1023px) {
    .d3-o-notification-bar {
        -ms-grid-rows:(auto) [ 4 ];
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        grid-template-rows:repeat(4, auto);
        padding: 0 16px 8px
    }

    .d3-o-notification-bar__header-title {
        font-size: 14px;
        letter-spacing: .28px;
        line-height: 18px;
        margin-bottom: 8px
    }

    .d3-o-notification-bar__header-title span {
        padding: 4px 16px
    }

    .d3-o-notification-bar__headline {
        font-size: 16px
    }

    .d3-o-notification-bar__summary {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 16px
    }

    .d3-o-notification-bar__button {
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column: 1/1;
        -ms-grid-row: 4;
        grid-row: 4/5
    }

    .d3-o-notification-bar__button .d3-o-button {
        padding: 6px 16px 7px
    }

    .d3-o-notification-bar__close-button {
        -ms-grid-column-align: end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -ms-grid-column: 1;
        grid-column: 1/1;
        -ms-grid-row: 1;
        grid-row: 1/1;
        justify-content: flex-end;
        justify-self: end
    }

    .d3-o-notification-bar__close-button .d3-o-button {
        padding: 0
    }

    .d3-o-notification-bar__close-button .d3-o-button:after {
        content: url(../fonts/delete-icon.svg)
    }

    .d3-o-notification-bar__button .d3-o-button, .d3-o-notification-bar__close-button .d3-o-button {
        font-size: 12px
    }
}

.d3-o-on-now-bar {
    width: 100%
}

.d3-o-on-now-bar__header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px
}

.d3-o-on-now-bar__header-status {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #ff3d00;
    color: #fff;
    padding: 2px 8px;
    text-transform: uppercase
}

.d3-o-on-now-bar__info {
    color: #333;
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: inherit
}

.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;
    cursor: pointer;
    margin-left: auto;
    text-decoration: none;
    text-transform: uppercase
}

.d3-o-on-now-bar__close-button:after {
    content: ">";
    float: right;
    margin-left: 5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.d3-o-on-now-bar__close-button.d3-is-expanded:after {
    content: "x";
    -webkit-transform: rotate(0deg) scale(.75);
    transform: rotate(0deg) scale(.75)
}

@media (max-width: 1023px) {
    .d3-o-on-now-bar__close-button .toggler-label {
        display: none
    }
}

.d3-o-on-now-bar__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%
}

.d3-o-on-now-bar__body-headline {
    -webkit-box-flex: 0%;
    border-bottom: 1px solid #ccc;
    color: #757575;
    -ms-flex: 0%;
    flex: 0%;
    font-size: 12px;
    padding: 16px;
    text-transform: uppercase
}

.d3-o-on-now-bar__body-description {
    border-bottom: 1px solid #eee;
    padding: 8px 16px;
    width: 100%
}

.d3-o-on-now-bar__body-description:nth-child(2n) {
    background-color: #fafafa
}

.d3-o-on-now-bar__body-time {
    color: #757575
}

.d3-o-on-now-bar__body-status {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #ff3d00;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    text-transform: uppercase
}

.d3-o-on-now-bar__body-summary {
    color: #757575
}

.d3-o-on-now-bar__body-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0
}

.d3-o-on-now-bar__body-title > :first-child {
    margin-left: 0
}

.d3-o-on-now-bar__body-title-name {
    font-size: 16px;
    margin-left: 8px
}

.d3-o-on-now-bar__body-title a.d3-o-on-now-bar__body-title-name:hover {
    color: #ff3d00
}

.d3-o-on-now-bar__footer {
    text-align: center;
    width: 100%
}

.d3-o-on-now-bar__more-button {
    color: #151515;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

@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
    }

    .d3-o-on-now-bar__body-description {
        padding: 8px 24px
    }

    .d3-o-on-now-bar__more-button {
        padding: 32px;
        width: 100%
    }
}

.nfl-o-page-title--hidden {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

.nfl-o-page-title--visuallyhidden {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.nfl-o-placeholder {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    width: 100%
}

.nfl-o-placeholder--t_editorial_landscape_8_desktop_mobile {
    background-image: url(../fonts/default.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    height: 100%;
    width: auto
}

.nfl-o-placeholder--t_editorial_landscape_8_desktop_mobile:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .9)), color-stop(99%, hsla(0, 0%, 100%, .9)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9) 99%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    padding-top: 56.16%;
    width: 100%
}

.nfl-o-placeholder--t_editorial_landscape_8_desktop_mobile:after {
    background-image: url(../fonts/headshot-transparent.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.nfl-o-placeholder--t_person_squared_mobile, .nfl-o-placeholder--t_thumb_squared {
    background-image: url(../fonts/headshot-transparent.svg);
    height: 100%;
    width: auto
}

.nfl-o-placeholder--t_person_squared_mobile:before, .nfl-o-placeholder--t_thumb_squared:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.nfl-o-placeholder--t_portrait_mobile {
    background-color: #fff;
    background-image: url(../fonts/default.svg);
    background-position: 50%;
    height: auto
}

.nfl-o-placeholder--t_portrait_mobile:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .7)), color-stop(99%, hsla(0, 0%, 100%, .7)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7) 99%);
    content: "";
    display: block;
    padding-top: 150%;
    width: 100%
}

.nfl-o-multi-select-dropdown {
    border-radius: 4px;
    color: unset
}

.nfl-o-multi-select-dropdown:focus, .nfl-o-multi-select-dropdown:focus-within {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-multi-select-dropdown.nfl-o-placeholder {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    overflow: hidden
}

.nfl-o-multi-select-dropdown .ss-multi-selected {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    height: 40px
}

.nfl-o-multi-select-dropdown .ss-multi-selected .ss-add {
    margin-bottom: 0;
    margin-top: 0
}

.nfl-o-multi-select-dropdown .ss-multi-selected .ss-add .ss-plus, .nfl-o-multi-select-dropdown .ss-multi-selected .ss-add .ss-plus:after {
    background: #333
}

.nfl-o-multi-select-dropdown .ss-multi-selected:not(.ss-open-below) .ss-values .ss-disabled {
    opacity: .6
}

.nfl-o-multi-select-dropdown .ss-multi-selected .ss-values .ss-disabled {
    color: #333;
    font-weight: 500
}

.nfl-o-multi-select-dropdown .ss-multi-selected .ss-values .ss-value {
    background: rgba(27, 72, 224, .16);
    border: 1px solid rgba(27, 72, 224, .16);
    border-radius: 38px;
    color: #000;
    font-weight: 700;
    line-height: 14px;
    padding: 5px 10px
}

.nfl-o-multi-select-dropdown .ss-multi-selected .ss-values .ss-value .ss-value-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.nfl-o-multi-select-dropdown .ss-multi-selected .ss-values .ss-value .ss-value-delete {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px 0 0;
    order: 1
}

.nfl-o-multi-select-dropdown .ss-multi-selected .ss-values .ss-value .ss-value-delete > .nfl-o-icon.nfl-o-icon--remove {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    content: url(../fonts/delete-icon.svg);
    height: 12px;
    width: 12px
}

.nfl-o-multi-select-dropdown .ss-content {
    font-weight: 500;
    padding: 8px 0
}

.nfl-o-multi-select-dropdown .ss-content.ss-open {
    border: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.nfl-o-multi-select-dropdown .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
    color: #333
}

.nfl-o-multi-select-dropdown .ss-content .ss-list::-webkit-scrollbar {
    width: 10px
}

.nfl-o-multi-select-dropdown .ss-content .ss-list::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: 3px solid #fff;
    border-radius: 7px
}

.nfl-o-multi-select-dropdown .ss-content .ss-option {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    padding: 8px 16px
}

.nfl-o-multi-select-dropdown .ss-content .ss-option:hover {
    background: rgba(27, 72, 224, .16);
    color: inherit
}

.nfl-o-multi-select-dropdown .ss-content .ss-option > input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 16px;
    margin-right: 11px;
    width: 16px
}

.nfl-o-multi-select-dropdown .ss-content .ss-option.ss-option-selected > input[type=checkbox] {
    border-color: #1b48e0
}

.nfl-o-multi-select-dropdown .ss-content .ss-option.ss-option-selected > input[type=checkbox]:after {
    border-bottom: 1px solid #1b48e0;
    border-right: 1px solid #1b48e0;
    content: "";
    display: inline-block;
    height: 10px;
    left: 5px;
    position: relative;
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg);
    width: 4px
}

.nfl-o-person-tile .d3-o-media-object__figure, .nfl-t-person-tile--cheerleader .d3-o-media-object__figure, .nfl-t-person-tile--coach .d3-o-media-object__figure, .nfl-t-person-tile--player .d3-o-media-object__figure, .nfl-t-person-tile--staff .d3-o-media-object__figure {
    position: absolute;
    width: 100%
}

.nfl-o-person-tile .d3-o-media-object__figure picture, .nfl-t-person-tile--cheerleader .d3-o-media-object__figure picture, .nfl-t-person-tile--coach .d3-o-media-object__figure picture, .nfl-t-person-tile--player .d3-o-media-object__figure picture, .nfl-t-person-tile--staff .d3-o-media-object__figure picture {
    height: inherit
}

.nfl-o-person-tile .d3-o-media-object__figure img, .nfl-t-person-tile--cheerleader .d3-o-media-object__figure img, .nfl-t-person-tile--coach .d3-o-media-object__figure img, .nfl-t-person-tile--player .d3-o-media-object__figure img, .nfl-t-person-tile--staff .d3-o-media-object__figure img {
    display: block;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.nfl-o-person-tile .nfl-t-person-tile__headshot, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot, .nfl-t-person-tile--coach .nfl-t-person-tile__headshot, .nfl-t-person-tile--player .nfl-t-person-tile__headshot, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot {
    background-color: #fff;
    position: relative
}

.nfl-o-person-tile .nfl-t-person-tile__details-container, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details-container, .nfl-t-person-tile--coach .nfl-t-person-tile__details-container, .nfl-t-person-tile--player .nfl-t-person-tile__details-container, .nfl-t-person-tile--staff .nfl-t-person-tile__details-container {
    background-color: transparent;
    line-height: 1;
    padding: 24px 32px 32px
}

.nfl-o-person-tile .d3-o-media-object__title, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--staff .d3-o-media-object__title {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .8)
}

.nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle {
    color: #757575;
    font-weight: 600;
    padding: 24px 0;
    text-transform: uppercase
}

.nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__secondary-subtitle {
    font-weight: 400
}

.nfl-o-person-tile .nfl-t-person-tile__details, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details, .nfl-t-person-tile--coach .nfl-t-person-tile__details, .nfl-t-person-tile--player .nfl-t-person-tile__details, .nfl-t-person-tile--staff .nfl-t-person-tile__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-o-person-tile .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, .nfl-t-person-tile--coach .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--staff .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--cheerleader .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__primary-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}

.nfl-o-person-tile .nfl-t-person-tile__stat-details, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 100;
    justify-content: space-between;
    width: 100%
}

.nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 8px
}

.nfl-o-person-tile .nfl-t-person-tile--social-icons, .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons, .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons, .nfl-t-person-tile--player .nfl-t-person-tile--social-icons, .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-person-tile .nfl-t-person-tile--social-icons a, .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons a, .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons a, .nfl-t-person-tile--player .nfl-t-person-tile--social-icons a, .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons a {
    margin-right: 8px
}

.nfl-o-person-tile .nfl-t-person-tile--social-icons a:focus, .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons a:focus, .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons a:focus, .nfl-t-person-tile--player .nfl-t-person-tile--social-icons a:focus, .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

@media (max-width: 767px) {
    .nfl-o-person-tile, .nfl-t-person-tile--cheerleader, .nfl-t-person-tile--coach, .nfl-t-person-tile--player, .nfl-t-person-tile--staff {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 0
    }

    .nfl-o-person-tile .d3-o-media-object__figure, .nfl-t-person-tile--cheerleader .d3-o-media-object__figure, .nfl-t-person-tile--coach .d3-o-media-object__figure, .nfl-t-person-tile--player .d3-o-media-object__figure, .nfl-t-person-tile--staff .d3-o-media-object__figure {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .nfl-o-person-tile .nfl-t-person-tile__headshot, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot, .nfl-t-person-tile--coach .nfl-t-person-tile__headshot, .nfl-t-person-tile--player .nfl-t-person-tile__headshot, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        overflow: hidden
    }

    .nfl-o-person-tile .nfl-t-person-tile__details-container, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details-container, .nfl-t-person-tile--coach .nfl-t-person-tile__details-container, .nfl-t-person-tile--player .nfl-t-person-tile__details-container, .nfl-t-person-tile--staff .nfl-t-person-tile__details-container {
        -ms-flex-preferred-size: initial;
        background-color: #fff;
        color: #151515;
        flex-basis: auto;
        height: auto;
        padding: 0;
        position: static
    }

    .nfl-o-person-tile .nfl-t-person-tile__details, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details, .nfl-t-person-tile--coach .nfl-t-person-tile__details, .nfl-t-person-tile--player .nfl-t-person-tile__details, .nfl-t-person-tile--staff .nfl-t-person-tile__details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nfl-o-person-tile .nfl-t-person-tile__titles, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__titles, .nfl-t-person-tile--coach .nfl-t-person-tile__titles, .nfl-t-person-tile--player .nfl-t-person-tile__titles, .nfl-t-person-tile--staff .nfl-t-person-tile__titles {
        padding: 16px 0 0
    }

    .nfl-o-person-tile .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__primary-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-color: #fff;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 16px;
        position: relative;
        width: 100%
    }

    .nfl-o-person-tile .nfl-t-person-tile__details-bottom, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details-bottom, .nfl-t-person-tile--coach .nfl-t-person-tile__details-bottom, .nfl-t-person-tile--player .nfl-t-person-tile__details-bottom, .nfl-t-person-tile--staff .nfl-t-person-tile__details-bottom {
        position: relative
    }

    .nfl-o-person-tile .d3-o-media-object__title, .nfl-t-person-tile--cheerleader .d3-o-media-object__title, .nfl-t-person-tile--coach .d3-o-media-object__title, .nfl-t-person-tile--player .d3-o-media-object__title, .nfl-t-person-tile--staff .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--cheerleader .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle {
        font-size: 14px;
        padding: 0 16px
    }

    .nfl-o-person-tile .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__secondary-subtitle, .nfl-t-person-tile--staff .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--cheerleader .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__secondary-detail {
        bottom: 0;
        display: block;
        font-size: 12px;
        height: auto;
        left: auto;
        padding: 0 16px 16px;
        position: relative;
        width: 100%
    }

    .nfl-o-person-tile .nfl-t-person-tile--social-icons, .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons, .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons, .nfl-t-person-tile--player .nfl-t-person-tile--social-icons, .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons {
        bottom: auto;
        padding: 0 16px 16px;
        position: relative;
        right: auto
    }

    .nfl-o-person-tile .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--], .nfl-t-person-tile--coach .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--staff .nfl-t-person-tile--social-icons [class*=nfl-o-icon--] {
        fill: #bfbfbf
    }
}

@media (min-width: 768px) {
    .nfl-o-person-tile, .nfl-t-person-tile--cheerleader, .nfl-t-person-tile--coach, .nfl-t-person-tile--player, .nfl-t-person-tile--staff {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .nfl-o-person-tile:before, .nfl-t-person-tile--cheerleader:before, .nfl-t-person-tile--coach:before, .nfl-t-person-tile--player:before, .nfl-t-person-tile--staff:before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), color-stop(99%, rgba(0, 0, 0, .75))), url(../images/23ae470b90ad4f3d8df56fdc043e2712.gif);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .75) 99%), url(../images/23ae470b90ad4f3d8df56fdc043e2712.gif);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        height: 320px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .nfl-o-person-tile .nfl-t-person-tile__headshot, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot, .nfl-t-person-tile--coach .nfl-t-person-tile__headshot, .nfl-t-person-tile--player .nfl-t-person-tile__headshot, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        height: 100%;
        max-height: 320px;
        overflow: hidden;
        width: 100%
    }

    .nfl-o-person-tile .nfl-t-person-tile__headshot picture, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot picture, .nfl-t-person-tile--coach .nfl-t-person-tile__headshot picture, .nfl-t-person-tile--player .nfl-t-person-tile__headshot picture, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot picture {
        display: block;
        margin: 0 auto
    }

    .nfl-o-person-tile .nfl-t-person-tile__headshot img, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot img, .nfl-t-person-tile--coach .nfl-t-person-tile__headshot img, .nfl-t-person-tile--player .nfl-t-person-tile__headshot img, .nfl-t-person-tile--staff .nfl-t-person-tile__headshot img {
        height: 100%;
        margin: auto;
        width: auto
    }

    .nfl-o-person-tile .nfl-t-person-tile__details-container, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__details-container, .nfl-t-person-tile--coach .nfl-t-person-tile__details-container, .nfl-t-person-tile--player .nfl-t-person-tile__details-container, .nfl-t-person-tile--staff .nfl-t-person-tile__details-container {
        -ms-flex-preferred-size: 50%;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        flex-basis: 50%;
        padding: 16px 24px;
        position: static;
        z-index: 1
    }

    .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle {
        color: #ccc;
        font-size: 20px;
        font-weight: 700;
        padding: 8px 0
    }

    .nfl-o-person-tile .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__primary-detail {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: flex-start;
        padding-top: 8px
    }

    .nfl-o-person-tile .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__secondary-detail {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 16px
    }

    .nfl-o-person-tile .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--coach .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--player .nfl-t-person-tile__stat-details > p, .nfl-t-person-tile--staff .nfl-t-person-tile__stat-details > p {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(50% - 4px)
    }

    .nfl-o-person-tile .nfl-t-person-tile--social-icons, .nfl-t-person-tile--cheerleader .nfl-t-person-tile--social-icons, .nfl-t-person-tile--coach .nfl-t-person-tile--social-icons, .nfl-t-person-tile--player .nfl-t-person-tile--social-icons, .nfl-t-person-tile--staff .nfl-t-person-tile--social-icons {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .nfl-o-person-tile .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, .nfl-t-person-tile--coach .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--staff .nfl-t-person-tile--social-icons .nfl-o-icon--large {
        height: 32px;
        width: 32px
    }

    .nfl-o-person-tile .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--], .nfl-t-person-tile--coach .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--staff .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--cheerleader .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__primary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__primary-detail {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 16px
    }

    .nfl-o-person-tile .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--cheerleader .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--coach .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--player .d3-o-media-object__primary-subtitle, .nfl-t-person-tile--staff .d3-o-media-object__primary-subtitle {
        padding: 16px 0
    }

    .nfl-o-person-tile .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--cheerleader .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--coach .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--player .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__secondary-detail {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
        padding-top: 24px
    }

    .nfl-o-person-tile .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, .nfl-t-person-tile--coach .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--staff .nfl-t-person-tile--social-icons .nfl-o-icon--large {
        height: 40px;
        width: 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 {
    -ms-flex-preferred-size: 100%;
    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 {
        height: 100%;
        margin: 0;
        min-height: 320px;
        width: 100%
    }

    .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 {
        height: 100%;
        margin: 0;
        min-height: 320px;
        width: 100%
    }

    .nfl-t-person-tile--coach .nfl-t-person-tile__secondary-detail, .nfl-t-person-tile--staff .nfl-t-person-tile__secondary-detail {
        padding-top: 0
    }
}

.nfl-o-spinner {
    position: relative;
    text-align: center;
    width: 100%
}

.nfl-o-spinner > [class^=nfl-o-spinner__bounce] {
    -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite both;
    animation: sk-bouncedelay 1.4s ease-in-out infinite both;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    height: 18px;
    width: 18px
}

.nfl-o-spinner .nfl-o-spinner__bounce-first {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.nfl-o-spinner .nfl-o-spinner__bounce-second {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, to {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.nfl-o-spinner.nfl-o-spinner--full-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0b0b0b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    min-height: 100vh;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

.nfl-o-spinner.nfl-o-spinner--full-page .d3-o-media-object {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 50%;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px
}

.nfl-o-spinner.nfl-o-spinner--full-page.d3-is-fade {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.nfl-o-spinner.nfl-o-spinner--full-page .nfl-o-spinner__progress-bar, .nfl-o-spinner.nfl-o-spinner--full-page figure {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%
}

.nfl-o-spinner.nfl-o-spinner--full-page figure, .nfl-o-spinner.nfl-o-spinner--full-page img {
    height: 40px
}

.nfl-o-spinner.nfl-o-spinner--full-page .nfl-o-spinner__progress-bar {
    background-color: #000;
    height: 3px;
    margin-top: 16px;
    overflow: hidden;
    width: 200px
}

.nfl-o-spinner.nfl-o-spinner--full-page .nfl-o-spinner__progress-bar > span {
    -webkit-animation: indeterminate-progress-bar 1s linear infinite;
    animation: indeterminate-progress-bar 1s linear infinite;
    background-color: #d50a0a;
    display: block;
    height: 100%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 100%
}

@-webkit-keyframes indeterminate-progress-bar {
    0% {
        -webkit-transform: translateX(0) scaleX(0)
    }
    40% {
        -webkit-transform: translateX(0) scaleX(.4)
    }
    to {
        -webkit-transform: translateX(100%) scaleX(.5)
    }
}

@keyframes indeterminate-progress-bar {
    0% {
        transform: translateX(0) scaleX(0);
        -webkit-transform: translateX(0) scaleX(0)
    }
    40% {
        transform: translateX(0) scaleX(.4);
        -webkit-transform: translateX(0) scaleX(.4)
    }
    to {
        transform: translateX(100%) scaleX(.5);
        -webkit-transform: translateX(100%) scaleX(.5)
    }
}

@media (max-width: 767px) {
    .nfl-t-person-tile--player {
        display: block
    }

    .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 {
        height: 100%;
        width: 100%
    }

    .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%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .nfl-t-person-tile--player.nfl-t-person-tile--has-actionshot .nfl-t-person-tile__details-container {
        background-color: rgba(0, 0, 0, .8);
        left: 50%;
        position: absolute;
        top: 0;
        width: 50%
    }
}

.nfl-t-stats-tile--player {
    background: #fff;
    color: #333;
    width: 100%
}

.nfl-t-stats-tile__season-title {
    border-bottom: 1px solid #eee;
    font-weight: 500;
    padding: 8px
}

.nfl-t-stats-tile__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    justify-content: flex-end;
    padding: 8px 16px;
    text-align: right
}

.nfl-t-stats-tile__list > li {
    padding-right: 24px
}

.nfl-t-stats-tile__list > li:last-child {
    padding-right: 0
}

.nfl-t-stats-tile__label {
    color: #757575;
    font-weight: 300;
    text-transform: uppercase
}

.nfl-t-stats-tile__label-full, .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 {
        -ms-flex-wrap: wrap;
        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--no-video .nfl-t-person-tile__headshot {
    max-height: 100%
}

.nfl-t-person-tile--cheerleader .nfl-t-person-tile__stat-details > p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.nfl-t-person-tile--cheerleader .nfl-t-person-tile__video a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.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 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot {
        -ms-flex-preferred-size: 43.125%;
        background-color: none;
        flex-basis: 43.125%;
        overflow: visible;
        padding: 24px 0 24px 24px
    }

    .nfl-t-person-tile--cheerleader .nfl-t-person-tile__headshot img {
        height: auto;
        margin: 0;
        width: 100%
    }

    .nfl-t-person-tile--cheerleader .nfl-t-person-tile__secondary-detail {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 0
    }

    .nfl-t-person-tile--cheerleader .nfl-t-person-tile__primary-detail {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .nfl-t-person-tile--cheerleader .nfl-t-person-tile__video {
        -ms-flex-preferred-size: 56.875%;
        flex-basis: 56.875%;
        margin-left: 43.125%;
        padding: 24px 24px 96px
    }
}

.d3-o-riddle {
    margin: 0 auto;
    max-width: 100%
}

.d3-o-riddle iframe {
    border: 1px solid #cfcfcf;
    height: 300px;
    width: 100%
}

.d3-o-riddle:not(.d3-l-adaptive) {
    width: 640px
}

.d3-o-riddle .riddle-target-initialised {
    position: relative
}

.nfl-o-round-indicator {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    padding: 8px
}

.nfl-o-round-indicator--post.nfl-o-round-indicator--theme-grey, .nfl-o-round-indicator--pre.nfl-o-round-indicator--theme-grey {
    background-color: #757575
}

.nfl-o-round-indicator--post.nfl-o-round-indicator--theme-bw, .nfl-o-round-indicator--pre.nfl-o-round-indicator--theme-bw {
    background-color: #fff;
    color: #000
}

.nfl-o-round-indicator--active, .nfl-o-round-indicator--in, .nfl-o-round-indicator--less12hours {
    background-color: #d50a0a
}

.nfl-o-round-indicator .nfl-o-timer.js-countdown-end {
    display: none
}

.d3-o-scribblelive {
    margin: 0 auto;
    max-width: 100%;
    width: 1248px
}

.d3-o-scribblelive_target {
    margin: auto;
    max-height: 800px;
    overflow: auto
}

.nfl-u-os--ios .d3-o-scribblelive_target {
    -webkit-overflow-scrolling: touch !important;
    max-height: 800px !important;
    overflow-y: scroll !important
}

.d3-o-scribblelive iframe {
    border: 1px solid #cfcfcf;
    height: 300px;
    width: 100%
}

.nfl-o-standings .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-o-standings .d3-l-section-row {
    grid-gap: 0
}

.nfl-o-standings .d3-o-standings--table-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 100%;
    align-items: center;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 -1px 0 0 #ccc;
    box-shadow: inset 0 -1px 0 0 #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    height: 48px;
    padding-left: 16px;
    width: 100%
}

.nfl-o-standings .d3-o-standings--table-header div img {
    border: 0;
    display: block;
    max-width: 100%
}

.nfl-o-standings .d3-o-standings--table-header div span {
    font-size: 14px;
    letter-spacing: .2px;
    text-align: left;
    text-transform: none
}

.nfl-o-standings .d3-o-standings--table-header div:first-child {
    padding: 0 8px 0 0
}

.nfl-o-standings .d3-o-standings--table-header div:last-child {
    padding: 0
}

[class*=d3-o-player-stats], [class*=d3-o-reports], [class*=d3-o-schedules], [class*=d3-o-standings], [class*=d3-o-team-stats] {
    border-color: #fff;
    color: #333;
    font-size: 12px
}

.d3-o-table[class*=d3-o-player-stats], .d3-o-table[class*=d3-o-reports], .d3-o-table[class*=d3-o-schedules], .d3-o-table[class*=d3-o-team-stats], [class*=d3-o-standings].d3-o-table {
    background-color: #fff;
    table-layout: auto
}

[class*=d3-o-player-stats] thead tr, [class*=d3-o-player-stats] tr, [class*=d3-o-reports] thead tr, [class*=d3-o-reports] tr, [class*=d3-o-schedules] thead tr, [class*=d3-o-schedules] tr, [class*=d3-o-standings] thead tr, [class*=d3-o-standings] tr, [class*=d3-o-team-stats] thead tr, [class*=d3-o-team-stats] tr {
    height: 40px
}

[class*=d3-o-player-stats] td, [class*=d3-o-player-stats] th, [class*=d3-o-reports] td, [class*=d3-o-reports] th, [class*=d3-o-schedules] td, [class*=d3-o-schedules] th, [class*=d3-o-standings] td, [class*=d3-o-standings] th, [class*=d3-o-team-stats] td, [class*=d3-o-team-stats] th {
    border-color: transparent;
    padding: 0 15px;
    white-space: nowrap
}

[class*=d3-o-player-stats] td:not(:first-child), [class*=d3-o-player-stats] th:not(:first-child), [class*=d3-o-reports] td:not(:first-child), [class*=d3-o-reports] th:not(:first-child), [class*=d3-o-schedules] td:not(:first-child), [class*=d3-o-schedules] th:not(:first-child), [class*=d3-o-standings] td:not(:first-child), [class*=d3-o-standings] th:not(:first-child), [class*=d3-o-team-stats] td:not(:first-child), [class*=d3-o-team-stats] th:not(:first-child) {
    text-align: left
}

[class*=d3-o-player-stats] th, [class*=d3-o-reports] th, [class*=d3-o-schedules] th, [class*=d3-o-standings] th, [class*=d3-o-team-stats] th {
    border-bottom-color: #eee;
    font-weight: 400;
    position: relative
}

[class*=d3-o-player-stats] th[tabindex="0"]:focus, [class*=d3-o-reports] th[tabindex="0"]:focus, [class*=d3-o-schedules] th[tabindex="0"]:focus, [class*=d3-o-standings] th[tabindex="0"]:focus, [class*=d3-o-team-stats] th[tabindex="0"]:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

[class*=d3-o-player-stats] td, [class*=d3-o-reports] td, [class*=d3-o-schedules] td, [class*=d3-o-standings] td, [class*=d3-o-team-stats] td {
    font-weight: 100
}

.d3-o-table--row-striping[class*=d3-o-player-stats] tr:nth-child(2n), .d3-o-table--row-striping[class*=d3-o-reports] tr:nth-child(2n), .d3-o-table--row-striping[class*=d3-o-schedules] tr:nth-child(2n), .d3-o-table--row-striping[class*=d3-o-team-stats] tr:nth-child(2n), [class*=d3-o-standings].d3-o-table--row-striping tr:nth-child(2n) {
    background-color: #fafafa
}

.d3-o-standings--summary .d3-o-club-fullname {
    display: none
}

.d3-o-standings--summary .d3-o-club-shortname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-t-stats--table .d3-o-standings--detailed tr:nth-child(n+5) {
    display: table-row
}

[class*=d3-o-table--detailed] sup {
    font: 10px light;
    font-family: inherit
}

[class*=d3-o-table--detailed] td, [class*=d3-o-table--detailed] th {
    border-bottom: 1px solid #eee
}

[class*=d3-o-table--detailed] td:first-child, [class*=d3-o-table--detailed] th:first-child {
    border-right: 4px solid #eee
}

[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), [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) {
    border-right: 1px solid #eee
}

[class*=d3-o-table--detailed] td:first-of-type, [class*=d3-o-table--detailed] th:first-of-type {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    min-width: 200px;
    width: 200px
}

.nfl-c-article__table [class*=d3-o-table--detailed] td:first-of-type, .nfl-c-article__table [class*=d3-o-table--detailed] th:first-of-type {
    min-width: 0;
    width: auto
}

.nfl-o-social-link-bar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    height: 48px
}

.nfl-o-social-link-bar else {
    -webkit-box-shadow: 0 1px 1px 1px #ccc;
    box-shadow: 0 1px 1px 1px #ccc
}

.nfl-o-social-link-bar .d3-o-list, .nfl-o-social-link-bar .d3-o-list__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nfl-o-social-link-bar .d3-o-list__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.nfl-o-social-link-bar .d3-o-list__item a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-social-link-bar .d3-o-list__item a:hover {
    opacity: .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__link-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: none;
    flex-grow: 1;
    padding-left: 6px
}

@media (min-width: 768px) {
    .nfl-o-social-link-bar__link-title {
        display: block
    }

    .nfl-o-social-link-bar__item:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.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, .nfl-t-stats--table .flex-wrap {
    -ms-flex-wrap: 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), .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
}

.nfl-t-stats--table table tr td:not(:first-child), .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 {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    font-weight: 100;
    line-height: 40px;
    padding: 0 16px;
    white-space: nowrap;
    width: 100%
}

@media (max-width: 1279px) {
    .nfl-t-stats--table-situational td:first-child, .nfl-t-stats--table-splits td:first-child {
        line-height: 40px
    }

    .nfl-o-roster .d3-o-table--horizontal-scroll .d3-o-table td:nth-child(2), .nfl-o-roster .d3-o-table--horizontal-scroll .d3-o-table th:nth-child(2) {
        max-width: unset
    }

    .nfl-o-roster .d3-o-table--horizontal-scroll td:first-child {
        padding: 24px 16px
    }

    .nfl-o-roster .d3-o-table--horizontal-scroll th:first-child {
        line-height: 64px
    }

    .nfl-o-roster .d3-o-table--sortable th.headerSortDown:first-child [class*=js-iconhelper--] {
        top: 45px
    }
}

@media (min-width: 1024px) {
    .nfl-t-stats__col-2 {
        max-width: 1000px;
        min-width: 360px
    }

    .nfl-t-stats__col-3 {
        max-width: 666.666666667px;
        min-width: 240px
    }

    .nfl-t-stats__col-4 {
        max-width: 500px;
        min-width: 180px
    }

    .nfl-t-stats__col-5 {
        max-width: 400px;
        min-width: 144px
    }

    .nfl-t-stats__col-6 {
        max-width: 333.333333333px;
        min-width: 120px
    }

    .nfl-t-stats__col-7 {
        max-width: 285.714285714px;
        min-width: 102.857142857px
    }

    .nfl-t-stats__col-8 {
        max-width: 250px;
        min-width: 90px
    }

    .nfl-t-stats__col-9 {
        max-width: 222.222222222px;
        min-width: 80px
    }

    .nfl-t-stats__col-10 {
        max-width: 200px;
        min-width: 72px
    }

    .nfl-t-stats__col-11 {
        max-width: 181.818181818px;
        min-width: 65.4545454545px
    }

    .nfl-t-stats__col-12 {
        max-width: 166.666666667px;
        min-width: 60px
    }

    .nfl-t-stats__col-13 {
        max-width: 153.846153846px;
        min-width: 55.3846153846px
    }

    .nfl-t-stats__col-14 {
        max-width: 142.857142857px;
        min-width: 51.4285714286px
    }

    .nfl-t-stats__col-15 {
        max-width: 133.333333333px;
        min-width: 48px
    }

    .nfl-t-stats__col-16 {
        max-width: 125px;
        min-width: 45px
    }

    .nfl-t-stats__col-17 {
        max-width: 117.647058824px;
        min-width: 42.3529411765px
    }
}

@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 {
    color: #333;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    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 {
    grid-gap: 12px;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 20px 16px
}

.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 {
    color: #757575;
    padding-top: 8px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .nfl-o-sub-section .d3-l-grid--outer {
        grid-gap: 0
    }
}

.d3-o-tabbed-controls-selector {
    margin: 0
}

.d3-o-tabbed-controls-selector ul {
    -webkit-box-flex: 0.6;
    -ms-flex-positive: 0.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0.6;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

.d3-o-tabbed-controls-selector ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0.5;
    -ms-flex-positive: 0.5;
    background-color: #fafafa;
    border: .5px solid #151515;
    color: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 0.5;
    height: 40px;
    min-width: 80px;
    text-align: center;
    -webkit-transition: color .3s cubic-bezier(0, 1, .48, .96) 0s, background-color .3s cubic-bezier(0, 1, .48, .96) 0s, border-color .3s cubic-bezier(0, 1, .48, .96) 0s;
    transition: color .3s cubic-bezier(0, 1, .48, .96) 0s, background-color .3s cubic-bezier(0, 1, .48, .96) 0s, border-color .3s cubic-bezier(0, 1, .48, .96) 0s
}

@media (max-width: 767px) {
    .d3-o-tabbed-controls-selector ul li {
        height: 32px
    }
}

.d3-o-tabbed-controls-selector ul li a:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.d3-o-tabbed-controls-selector ul li.active, .d3-o-tabbed-controls-selector ul li:hover {
    background-color: #151515
}

.d3-o-tabbed-controls-selector ul li.active a, .d3-o-tabbed-controls-selector ul li:hover a {
    color: #fafafa
}

.d3-o-tabbed-controls-selector ul li a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    font-size: 12px;
    justify-content: center;
    line-height: 18px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%
}

.nfl-o-taboola .trc_user_exclude_btn {
    z-index: 2
}

.nfl-o-team-h2h-stats {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    flex-grow: 1
}

.nfl-o-team-h2h-stats__season-info {
    font-weight: 700
}

.nfl-o-team-h2h-stats__header, .nfl-o-team-h2h-stats__season-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 16px
}

.nfl-o-team-h2h-stats__header {
    font-weight: 500
}

.nfl-o-team-h2h-stats__header .nfl-o-club {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    height: 32px
}

.nfl-o-team-h2h-stats__header .nfl-o-club__fullname {
    display: none
}

.nfl-o-team-h2h-stats__header .nfl-o-club__fullname, .nfl-o-team-h2h-stats__header .nfl-o-club__name {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.nfl-o-team-h2h-stats__header .nfl-o-club__logo img, .nfl-o-team-h2h-stats__header .nfl-o-club__logo picture {
    height: inherit
}

.nfl-o-team-h2h-stats__header .nfl-o-club__logo {
    height: inherit;
    margin-right: 4px
}

.nfl-o-team-h2h-stats__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px
}

.nfl-o-team-h2h-stats__list > li:nth-child(2n) {
    background-color: #fafafa
}

.nfl-o-team-h2h-stats__value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    font-weight: 300;
    justify-content: flex-end;
    text-align: left;
    width: 24%
}

.nfl-o-team-h2h-stats__value:not(:first-child), .nfl-o-team-h2h-stats__value:not(:first-child) span {
    text-align: right
}

.nfl-o-team-h2h-stats__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    flex-grow: 1;
    font-weight: 500;
    justify-content: center;
    padding: 0 8px;
    text-align: center
}

@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
    }

    .nfl-o-team-h2h-stats__label {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }

    .nfl-o-team-h2h-stats__value span + span:before {
        content: "\00a0 - "
    }

    .nfl-o-team-h2h-stats__value:first-child {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.nfl-o-timer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1
}

.nfl-o-timer__description {
    margin-right: 4px
}

.nfl-o-timer__time, .nfl-o-timer__time-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-timer__separator:before {
    content: ":";
    padding: 0 4px
}

@media (max-width: 767px) {
    .nfl-o-timer__time {
        width: 68px
    }
}

@media (min-width: 768px) {
    .nfl-o-timer__time {
        width: 88px
    }
}

.d3-o-transactions h2 {
    font-size: 40px
}

@media (max-width: 767px) {
    .d3-o-transactions h2 {
        font-size: 28px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .d3-o-transactions h2 {
        font-size: 32px
    }
}

.d3-l-grid--inner .d3-o-transactions .d3-l-adv-row, .d3-o-transactions .d3-l-col__col-12, .d3-o-transactions .d3-l-grid--inner .d3-l-adv-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.d3-o-transactions .d3-o-transactions__row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 24px
}

.d3-o-transactions .d3-o-transactions__row .nfl-t-list li:nth-child(2n) {
    background-color: #fafafa
}

.d3-o-transactions .d3-o-transactions__row .nfl-t-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.d3-o-transactions .d3-o-transactions__row .nfl-t-list__transaction-date {
    -webkit-box-flex: 0;
    border-right: 1px solid #eee;
    display: block;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    padding: 8px 16px
}

.d3-o-transactions .d3-o-transactions__row .nfl-t-list--transactions p {
    padding: 8px 16px
}

.d3-o-transactions .d3-o-transactions__row .nfl-t-list--transactions a {
    font-weight: 700
}

.d3-o-transactions .d3-o-transactions__row .nfl-t-list--transactions a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.d3-o-transactions .d3-o-transactions__row .d3-o-transactions__month {
    font-weight: 700;
    text-transform: uppercase
}

@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 {
    border-bottom: 1px solid #eee;
    padding: 8px 16px
}

.nfl-o-truste-seal {
    padding: 16px
}

.nfl-o-video-player {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.nfl-o-video-player h2 {
    font-size: 40px
}

@media (max-width: 767px) {
    .nfl-o-video-player h2 {
        font-size: 28px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-o-video-player h2 {
        font-size: 32px
    }
}

.nfl-o-video-player .d3-l-section-header {
    margin-bottom: 24px
}

.nfl-o-video-player .nfl-o-media-player {
    width: 100%
}

.nfl-o-video-player .nfl-o-media-player .d3-o-media-object--horizontal .d3-o-media-object__body {
    -ms-flex-preferred-size: unset;
    flex-basis: unset
}

.nfl-o-video-player .nfl-o-media-player .d3-o-adv-block {
    min-width: 300px
}

.nfl-o-widget--arena {
    width: 100%
}

.nfl-o-widget--facebook {
    min-width: 340px
}

.nfl-o-widget--twitter {
    width: 100%
}

.nfl-o-widget--tune-in {
    max-height: 100px
}

.nfl-o-widget--tagboard, .nfl-o-widget--zoomph {
    width: 100%
}

.nfl-o-widget--zoomph .z-body .nano {
    padding-bottom: 56.25%
}

.nfl-o-widget--disqus, .nfl-o-widget--wayin {
    width: 100%
}

.nfl-o-widget--donation-x, .nfl-o-widget--satisfi {
    width: 100%
}

.nfl-o-widget--sapien {
    width: 100%
}

.nfl-o-widget--genius-sports {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%
}

@media (max-width: 767px) {
    .nfl-o-widget--facebook {
        min-width: 304px
    }
}

.nfl-o-pick-card {
    width: 100%
}

.nfl-o-pick-card__body, .nfl-o-pick-card__header, .nfl-o-pick-card__pick-current, .nfl-o-pick-card__pick-notes, .nfl-o-pick-card__pick-post, .nfl-o-pick-card__pick-pre {
    border-bottom: 1px solid #ddd
}

.nfl-o-pick-card__body:only-child {
    border-bottom: none
}

.nfl-o-pick-card__header {
    background: #fafafa
}

.nfl-o-pick-card__pick-current:nth-child(2n), .nfl-o-pick-card__pick-post:nth-child(2n), .nfl-o-pick-card__pick-pre:nth-child(2n) {
    background: #fff
}

.nfl-o-pick-card__pick-current:nth-child(odd), .nfl-o-pick-card__pick-post:nth-child(odd), .nfl-o-pick-card__pick-pre:nth-child(odd) {
    background: #fafafa
}

.nfl-o-pick-card__header, .nfl-o-pick-card__player-name, .nfl-o-pick-card__round-pick {
    color: #333
}

.nfl-o-pick-card__header a, .nfl-o-pick-card__player-name a, .nfl-o-pick-card__round-pick a {
    color: #151515
}

.nfl-o-pick-card__header a:focus, .nfl-o-pick-card__player-name a:focus, .nfl-o-pick-card__round-pick a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-pick-card__player-name a {
    color: #151515
}

.nfl-o-pick-card__editors-details, .nfl-o-pick-card__overall-pick, .nfl-o-pick-card__pick-date, .nfl-o-pick-card__pick-notes, .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-physical-stats, .nfl-o-pick-card__player-role {
    color: #757575
}

.nfl-o-pick-card__editors-details a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-pick-card .d3-o-media-object {
    background-color: inherit
}

.nfl-o-pick-card .d3-o-media-object__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.nfl-o-pick-card .d3-o-media-object__figure {
    -ms-flex-preferred-size: unset;
    -ms-flex-item-align: end;
    align-self: flex-end;
    flex-basis: unset
}

.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-college, .nfl-o-pick-card__player-name, .nfl-o-pick-card__player-role, .nfl-o-pick-card__social-links li {
    display: inline-block
}

.nfl-o-pick-card__player-role {
    border: 1px solid #ddd
}

.nfl-o-pick-card__pick-notes {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-pick-card__pick-notes [class*=nfl-o-icon--] {
    fill: #757575
}

.nfl-o-pick-card__editors-details {
    font-family: All-ProStats, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.nfl-o-pick-card__editors-details li a, .nfl-o-pick-card__editors-details p a {
    color: #151515;
    text-decoration: underline
}

.nfl-o-pick-card__editors-details li a:focus, .nfl-o-pick-card__editors-details p a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-pick-card__editors-details * + :not(li) {
    margin-top: 16px
}

.nfl-o-pick-card__editors-details ol, .nfl-o-pick-card__editors-details ul {
    list-style-position: outside
}

.nfl-o-pick-card__editors-details ol li {
    list-style-type: decimal;
    margin-left: 1.1em
}

.nfl-o-pick-card__editors-details ul li {
    list-style-type: circle;
    margin-left: 1.1em
}

.nfl-o-pick-card__editors-details blockquote {
    border-left: 4px solid #ccc;
    font-style: italic;
    margin: 16px 0;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-top: 16px
}

.nfl-o-pick-card__editors-details .ql-indent-1 {
    margin-left: 2.5em
}

.nfl-o-pick-card__editors-details .ql-indent-2 {
    margin-left: 5.5em
}

.nfl-o-pick-card__editors-details div {
    margin-bottom: 8px
}

.nfl-o-pick-card__editors-details a, .nfl-o-pick-card__editors-details li a, .nfl-o-pick-card__editors-details p a {
    color: #151515
}

.nfl-o-pick-card__editorial-links a {
    color: #151515
}

.nfl-o-pick-card__editorial-links a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-pick-card__editorial-links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.nfl-o-pick-card__editorial-links li {
    display: inline-block
}

.nfl-o-pick-card__pick-current .d3-o-media-object__body, .nfl-o-pick-card__pick-pre .d3-o-media-object__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row
}

.nfl-o-pick-card__adv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

@media (max-width: 767px) {
    .nfl-o-pick-card__header {
        padding: 8px 16px
    }

    .nfl-o-pick-card__pick-post .nfl-o-pick-card__body {
        padding: 8px 16px 0
    }

    .nfl-o-pick-card__pick-notes {
        padding-left: 16px
    }

    .nfl-o-pick-card__footer, .nfl-o-pick-card__pick-current .nfl-o-pick-card__body, .nfl-o-pick-card__pick-pre .nfl-o-pick-card__body {
        padding: 16px
    }

    .nfl-o-pick-card__editorial-links, .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__round {
        font-size: 12px
    }

    .nfl-o-pick-card .d3-o-media-object__figure {
        width: 84px
    }

    .nfl-o-pick-card__pick-notes, .nfl-o-pick-card__pick-order {
        font-size: 11px
    }

    .nfl-o-pick-card__player-name.d3-o-media-object__title {
        display: block;
        margin-top: 8px !important
    }

    .nfl-o-pick-card__player-height, .nfl-o-pick-card__player-role, .nfl-o-pick-card__player-weight {
        margin-left: 0
    }

    .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: 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__pick-current .nfl-o-pick-card__player-info, .nfl-o-pick-card__pick-pre .nfl-o-pick-card__player-info, .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-physical-stats, .nfl-o-pick-card__player-role {
        margin-top: 8px
    }

    .nfl-o-pick-card__pick-notes {
        padding-bottom: 8px;
        padding-top: 8px
    }

    .nfl-o-pick-card__pick-current .d3-o-media-object__body, .nfl-o-pick-card__pick-pre .d3-o-media-object__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nfl-o-pick-card__pick-current .nfl-o-pick-card__pick-order, .nfl-o-pick-card__pick-pre .nfl-o-pick-card__pick-order {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }

    .nfl-o-pick-card__pick-current .nfl-o-pick-card__player-info, .nfl-o-pick-card__pick-pre .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 {
        padding: 8px 24px 0
    }

    .nfl-o-pick-card__pick-notes {
        padding-left: 24px
    }

    .nfl-o-pick-card__pick-current .nfl-o-pick-card__body, .nfl-o-pick-card__pick-pre .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__editorial-links, .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__round {
        font-size: 14px
    }

    .nfl-o-pick-card__player-physical-stats {
        display: inline-block
    }

    .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-notes, .nfl-o-pick-card__pick-order {
        font-size: 12px
    }

    .nfl-o-pick-card__player-info {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }

    .nfl-o-pick-card__player-name.d3-o-media-object__title {
        margin-top: 16px !important
    }

    .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-height, .nfl-o-pick-card__player-role, .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 {
        margin-bottom: 16px;
        padding-left: 24px;
        width: 33.33%
    }

    .nfl-o-pick-card__editorial-links ul li:nth-child(3n+1) {
        padding-left: 0
    }

    .nfl-o-pick-card__player-college, .nfl-o-pick-card__player-physical-stats, .nfl-o-pick-card__player-role {
        margin-top: 16px
    }

    .nfl-o-pick-card__pick-notes {
        padding-bottom: 16px;
        padding-top: 16px
    }

    .nfl-o-pick-card__pick-post .nfl-o-pick-card__player-info {
        padding-bottom: 16px
    }

    .nfl-o-pick-card__pick-current .d3-o-media-object__body, .nfl-o-pick-card__pick-pre .d3-o-media-object__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nfl-o-pick-card__on-the-clock, .nfl-o-pick-card__pick-pre .nfl-o-pick-card__pick-date {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .nfl-o-pick-card__pick-pre .nfl-o-pick-card__player-info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .nfl-o-pick-card__pick-current [class^=nfl-o-pick-card__] + .nfl-o-pick-card__player-info, .nfl-o-pick-card__pick-pre [class^=nfl-o-pick-card__] + .nfl-o-pick-card__player-info {
        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-college, .nfl-o-pick-card__player-height, .nfl-o-pick-card__player-role, .nfl-o-pick-card__player-weight {
        margin-left: 24px
    }

    .nfl-o-pick-card__player-physical-stats {
        display: inline-block
    }
}

.nfl-o-pinned-bottom-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .8);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    padding: 16px 0;
    position: sticky;
    -webkit-transition: opacity .85s cubic-bezier(0, 1, .48, .96) 0s;
    transition: opacity .85s cubic-bezier(0, 1, .48, .96) 0s;
    width: 100%;
    z-index: 1
}

.nfl-o-pinned-bottom-bar .nfl-o-cta, .nfl-o-pinned-bottom-bar .nfl-o-fevo {
    border-radius: 0;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 12px;
    padding-top: 16px;
    width: 280px
}

.nfl-o-pinned-bottom-bar[data-is-visible=false] {
    opacity: 0;
    pointer-events: none
}

.nfl-o-pinned-bottom-bar[data-is-visible=true] {
    opacity: 1;
    pointer-events: all
}

.nfl-o-section-header:not(empty) {
    margin-bottom: 48px
}

.nfl-o-section-header__headline ~ .nfl-o-section-header__description {
    margin-top: 16px
}

.nfl-o-section-header__description, .nfl-o-section-header__headline {
    color: #151515;
    text-align: center
}

.nfl-o-section-header__headline {
    font-family: All-ProDisplayC, Helvetica, Arial, sans-serif;
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 2.24px;
    line-height: 100%
}

.nfl-o-section-header__description {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.24px;
    line-height: 32px
}

@media (max-width: 767px) {
    .nfl-o-section-header:not(empty) {
        margin-bottom: 24px
    }

    .nfl-o-section-header__headline {
        font-size: 32px;
        letter-spacing: 1.28px
    }

    .nfl-o-section-header__description {
        font-size: 16px;
        letter-spacing: normal;
        line-height: normal
    }
}

.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
    }
}

.nfl-c-article source[data-srcset*=t_editorial_landscape] + img.img-responsive {
    background-color: #fafafa
}

@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: calc(10.28571px + 1.78571vw)
    }
}

@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
    }
}

@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
    }
}

@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-8-centered, .nfl-c-article .d3-l-col__col-10, .nfl-c-article .d3-l-col__col-10-centered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.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 .d3-l-grid--article-author a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-article .nfl-o-author {
    padding: 0
}

.nfl-c-article__info-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 8px
}

.nfl-c-article__share-bar {
    line-height: 1
}

.nfl-c-article__share-bar .nfl-o-icon svg[class^=nfl-o-icon--] {
    height: 32px;
    width: 32px
}

.nfl-c-article__share-bar .nfl-o-icon .nfl-o-icon--facebook-no-circle {
    fill: #1877f2;
    border: 1.5px solid #1877f2;
    border-radius: 50%
}

.nfl-c-article__share-bar .nfl-o-icon .nfl-o-icon--facebook-no-circle:hover {
    fill: #fff;
    background: #1877f2;
    border-radius: 50%
}

.nfl-c-article__share-bar .nfl-o-icon .nfl-o-icon--twitter-no-circle {
    fill: #000;
    border: 1.5px solid #000;
    border-radius: 50%
}

.nfl-c-article__share-bar .nfl-o-icon .nfl-o-icon--twitter-no-circle:hover {
    fill: #fff;
    background: #000;
    border-radius: 50%
}

.nfl-c-article__share-bar .nfl-o-icon .nfl-o-icon--share-copy-url-no-circle, .nfl-c-article__share-bar .nfl-o-icon .nfl-o-icon--share-email-no-circle {
    fill: #555;
    border: 1.5px solid #555;
    border-radius: 50%;
    padding: 2.5px
}

@-moz-document url-prefix() {
    .nfl-c-article__share-bar .nfl-o-icon .nfl-o-icon--share-copy-url-no-circle, .nfl-c-article__share-bar .nfl-o-icon .nfl-o-icon--share-email-no-circle {
        padding: 3px
    }
}

.nfl-c-article__share-bar .nfl-o-icon .nfl-o-icon--share-copy-url-no-circle:hover, .nfl-c-article__share-bar .nfl-o-icon .nfl-o-icon--share-email-no-circle:hover {
    fill: #fff;
    background: #555;
    border-radius: 50%
}

.nfl-c-article__date {
    color: #757575;
    font-weight: 300
}

.nfl-c-article__title {
    color: #333;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: normal
}

.nfl-c-article__description {
    color: #333;
    margin-bottom: 16px;
    margin-top: 8px
}

.nfl-c-article__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #555;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-bottom: 24px;
    padding-top: 24px
}

.nfl-c-article__subtitle {
    color: #333;
    font-weight: 700
}

.nfl-c-article__quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #757575;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: All-ProSans;
    font-style: italic;
    font-weight: 200;
    margin-bottom: 64px;
    margin-top: 64px
}

.nfl-c-article__quote-author {
    color: #333;
    display: block;
    font-style: normal;
    font-weight: 700;
    text-align: right
}

.nfl-c-article__quote-author-detail {
    display: block;
    font-weight: 400
}

.nfl-c-article__disclaimer {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 24px
}

.nfl-c-article blockquote {
    border-left: 4px solid #ccc;
    margin: 10px 0;
    padding-left: 16px
}

.nfl-c-article .nfl-c-article__divider {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 24px;
    width: 100%
}

.nfl-c-article .nfl-c-article__divider .nfl-o-icon {
    margin: 0 24px
}

.nfl-c-article .nfl-c-article__divider .nfl-o-icon--football {
    fill: #151515;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nfl-c-article .nfl-c-article__divider:after, .nfl-c-article .nfl-c-article__divider:before {
    -webkit-box-flex: .5;
    -ms-flex-positive: .5;
    background: #151515;
    border: none;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: .5;
    height: 2px
}

.nfl-c-article__related-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border: 1px solid #eee;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: All-ProSans;
    margin: 24px 0 0;
    padding: 16px
}

.nfl-c-article__related-links a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-article__related-links .d3-o-section-title {
    border-bottom-color: #eee;
    color: #151515;
    font-size: inherit;
    height: auto;
    padding-bottom: 0;
    text-transform: uppercase
}

.nfl-c-article__related-links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.nfl-c-article__related-links ul li {
    color: #151515;
    display: inline-block;
    font-weight: 300;
    margin-left: 0;
    padding-bottom: 8px
}

.nfl-c-article .nfl-o-truste-seal {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-article .nfl-o-truste-seal a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-article__related-links-section {
    line-height: 1.4;
    margin-top: 16px
}

.nfl-c-article__adv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative
}

.nfl-c-article__title {
    font-size: 28px;
    line-height: 1;
    margin-top: 24px
}

.nfl-c-article__dates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #757575;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    margin-bottom: 16px;
    margin-top: 16px
}

.nfl-c-article__byline, .nfl-c-article__dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-article__byline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nfl-c-article .nfl-o-injury-report-story-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px
}

.nfl-c-article .nfl-o-injury-report-story-part .d3-o-table__caption {
    font-size: 0
}

.nfl-c-article .nfl-o-injury-report-story-part .d3-o-table {
    min-width: 400px !important
}

.nfl-c-article [class*=d3-l-col__col].nfl-c-article__header {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .nfl-c-article [class*=d3-l-col__col] {
        -ms-grid-column: 1;
        grid-column-end: -1;
        grid-column-start: 1;
        margin-bottom: 16px;
        padding-left: 12px;
        padding-right: 12px
    }

    .nfl-c-article > h1, .nfl-c-article > h2, .nfl-c-article > h3, .nfl-c-article > h4, .nfl-c-article > h5, .nfl-c-article > h6, .nfl-c-article > ol, .nfl-c-article > p, .nfl-c-article > small, .nfl-c-article > ul, .nfl-c-article__date {
        padding-left: 12px;
        padding-right: 12px
    }

    .nfl-c-article__date {
        font-size: 12px;
        padding-bottom: 16px
    }

    .nfl-c-article__description {
        font-size: 16px
    }

    .nfl-c-article__body {
        font-size: 16px;
        line-height: 1.5
    }

    .nfl-c-article__subtitle {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 8px;
        margin-top: 32px
    }

    .nfl-c-article__quote {
        font-size: 28px;
        font-weight: 300;
        line-height: 1.14
    }

    .nfl-c-article__quote-author {
        font-size: 11px;
        margin-top: 24px
    }

    .nfl-c-article__related-links ul li {
        padding: 0 24px 8px 0;
        width: 100%
    }

    .nfl-c-article__disclaimer {
        font-size: 12px
    }

    .nfl-c-article__adv {
        margin-top: 16px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-article .d3-l-col__col-4-centered {
        -ms-grid-column: 3;
        grid-column-end: 11;
        grid-column-start: 3;
        margin-bottom: 8px;
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (max-width: 1023px) {
    .nfl-c-article__share-bar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        background-color: #fff;
        border-top: 1px solid #eee;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        left: 0;
        padding: 8px 16px;
        position: fixed;
        width: 100vw;
        z-index: 2
    }
}

@media (min-width: 768px) {
    .nfl-c-article .d3-l-col__col-8, .nfl-c-article .d3-l-col__col-8-centered, .nfl-c-article .d3-l-col__col-10, .nfl-c-article .d3-l-col__col-10-centered {
        grid-column-end: 11;
        margin-bottom: 8px;
        padding-left: 12px;
        padding-right: 12px
    }

    .nfl-c-article .d3-l-col__col-6 {
        -ms-grid-column: 4;
        grid-column-end: 10;
        grid-column-start: 4
    }

    .nfl-c-article .d3-l-col__col-8, .nfl-c-article .d3-l-col__col-8-centered {
        -ms-grid-column: 3;
        grid-column-start: 3
    }

    .nfl-c-article .d3-l-col__col-10, .nfl-c-article .d3-l-col__col-10-centered {
        -ms-grid-column: 2;
        grid-column-start: 2
    }

    .nfl-c-article__info-container {
        color: #757575;
        margin-bottom: 32px;
        margin-top: 40px
    }

    .nfl-c-article__date {
        font-size: 14px
    }

    .nfl-c-article__description {
        font-size: 16px
    }

    .nfl-c-article__body {
        font-size: 20px;
        line-height: 1.6
    }

    .nfl-c-article__subtitle {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 16px;
        margin-top: 64px
    }

    .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 {
        padding: 0 48px 8px 0;
        width: 33.33%
    }

    .nfl-c-article__adv {
        margin-top: 18px
    }
}

@media (min-width: 1024px) {
    .nfl-c-article__share-bar {
        margin-left: auto;
        min-width: 164px
    }

    .nfl-c-article .nfl-o-author + .nfl-c-article__share-bar {
        margin-left: 16px
    }

    .nfl-c-article__title {
        font-size: 32px
    }
}

.nfl-c-article .nfl-c-body-part--document a, .nfl-c-article .nfl-c-body-part--table-of-contents a, .nfl-c-article .nfl-c-body-part--table a, .nfl-c-article .nfl-c-body-part--text h2 a, .nfl-c-article .nfl-c-body-part--text h3 a, .nfl-c-article .nfl-c-body-part--text h4 a, .nfl-c-article .nfl-c-body-part--text h5 a, .nfl-c-article .nfl-c-body-part--text li a, .nfl-c-article .nfl-c-body-part--text p a, .nfl-c-article .nfl-c-custom-entity-table a {
    color: #151515;
    text-decoration: underline
}

@media (min-width: 768px) {
    .nfl-c-article.nfl-c-article--has-background-skin {
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px
    }
}

.nfl-c-article.nfl-c-article--has-transparent-background, .nfl-c-article.nfl-c-article--has-transparent-background .d3-l-grid--inner {
    background-color: initial
}

.nfl-c-article .d3-o-section-title > span {
    color: #151515;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

@media (max-width: 1023px) {
    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .d3-l-grid--outer .d3-l-grid--inner {
        padding-top: 0
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .d3-l-grid--article-series [class*=d3-l-col__col] {
        margin-bottom: 0
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .d3-l-grid--article-series [class*=d3-l-col__col] .d3-o-section-title {
        height: unset;
        margin-bottom: 0
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__header {
        margin-top: 8px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__title {
        color: #172029;
        font-family: All-ProDisplayC, Helvetica, Arial, sans-serif;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: .64px;
        line-height: 36px;
        margin-top: 0;
        text-transform: uppercase
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__dates {
        color: #626c80;
        font-size: 14px;
        line-height: 18px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-o-author__figure {
        height: 36px;
        width: 36px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-o-author__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-bottom: 24px;
        margin-left: 8px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-o-author__info > * {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-o-author__name {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-box-flex: 1;
        color: #172029;
        -ms-flex: 1 100%;
        flex: 1 100%;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
        order: 1
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-o-author__role {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        color: #626c80;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 16px;
        margin: 0;
        order: 3
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-o-author__social-icons {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        margin: 0 4px 0 0;
        order: 2
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-o-author__social-icons span.nfl-o-icon {
        height: 16px;
        width: 16px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-o-author__social-icons span.nfl-o-icon, .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-o-author__social-icons span.nfl-o-icon svg {
        fill: #626c80
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__body {
        color: #172029
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__body a {
        color: inherit
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-c-body-part--text, .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-c-body-part--text p {
        font-size: 16px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .nfl-c-body-part--text p {
        line-height: 24px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__related-links {
        border-color: #d2dae1;
        border-radius: 6px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__related-links .d3-l-section-header {
        margin-bottom: 16px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__related-links .d3-o-section-title {
        text-transform: none
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__related-links-section {
        margin-top: 0
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__related-links-section ul li {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #172029;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 700;
        justify-content: space-between;
        padding: 10px 0
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__related-links-section ul li a {
        line-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 92%
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article__related-links-section ul li:after {
        background-image: url(../fonts/chevron_right.svg);
        background-size: cover;
        content: "";
        height: 16px;
        width: 16px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article, .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .d3-l-grid--inner, .nfl-is-league-site.nfl-is-mobile4 .nfl-c-article .d3-o-media-object, body.nfl-is-league-site.nfl-is-mobile4 {
        background-color: #f4f8f8
    }
}

.nfl-c-biography {
    background-color: #fff;
    color: #555;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-bottom: 24px;
    padding-top: 24px
}

.nfl-c-biography .nfl-c-article__divider {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: currentColor;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-biography .nfl-c-article__divider:after, .nfl-c-biography .nfl-c-article__divider:before {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: currentColor;
    content: "";
    flex-grow: 1;
    height: 1px
}

.nfl-c-biography .nfl-c-article__divider .nfl-o-icon {
    fill: #151515;
    margin: 0 8px
}

.nfl-c-biography .nfl-c-article__divider .nfl-o-icon--football {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nfl-c-biography .d3-l-col__col-10-centered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .nfl-c-biography .d3-l-col__col-10-centered {
        overflow-x: hidden;
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (display:grid) {
        .nfl-c-biography .d3-l-col__col-10-centered {
            -ms-grid-column: 1;
            grid-column-end: -1;
            grid-column-start: 1
        }
    }
}

@media (min-width: 768px) {
    .nfl-c-biography .d3-l-col__col-10-centered {
        margin-bottom: 8px;
        padding-left: 12px;
        padding-right: 12px
    }
}

.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;
    font-family: All-ProSans;
    font-size: 12px;
    line-height: 1.4;
    padding: 8px 16px
}

.nfl-c-body-part .d3-o-media-object__figure-copyright {
    background: rgba(0, 0, 0, .5);
    color: #fafafa;
    margin-top: -32px;
    position: relative;
    width: 100%
}

.nfl-c-body-part .d3-o-media-object--portrait {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nfl-c-body-part .d3-o-media-object--portrait .d3-o-media-object__figure {
    width: auto
}

.nfl-c-body-part .d3-o-media-object--portrait img {
    max-height: calc(100vh - 250px)
}

.nfl-c-body-part .d3-o-media-object--square {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nfl-c-body-part .d3-o-media-object--square .d3-o-media-object__figure {
    width: auto
}

.nfl-c-body-part--document a {
    color: #151515
}

.nfl-c-body-part--document a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-body-part--oembed {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.nfl-c-body-part--oembed .nfl-c-body-part--instagram {
    max-width: 658px
}

.nfl-c-body-part--person {
    border: 1px solid #eee;
    font-family: All-ProSans
}

.nfl-c-body-part--person > a {
    display: block
}

.nfl-c-body-part--person > a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-body-part--person .d3-o-media-object__figure {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 16px !important;
    width: auto
}

.nfl-c-body-part--person .d3-o-media-object__figure img {
    display: block;
    height: 100%;
    line-height: 0;
    max-width: none;
    width: auto
}

.nfl-c-body-part--person .d3-o-media-object__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 8px
}

.nfl-c-body-part--person .d3-o-media-object__title {
    color: #151515;
    font-weight: 700
}

.nfl-c-body-part--person .nfl-c-body-part__position {
    text-transform: uppercase
}

.nfl-c-body-part--person .nfl-c-body-part__details {
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-c-body-part--person .nfl-c-body-part__info-list-item {
    -ms-flex-preferred-size: 100%;
    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 {
        font-size: 16px;
        margin-top: 4px
    }

    .nfl-c-body-part--person.nfl-c-body-part--player .nfl-c-body-part__bordered-field {
        border: 1px solid;
        margin-left: 4px;
        padding: 0 6px
    }

    .nfl-c-body-part--person .nfl-c-body-part__details {
        margin-top: 4px
    }

    .nfl-c-body-part--person .nfl-c-body-part__info {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .nfl-c-body-part--person .nfl-c-body-part__info-list-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        font-size: 11px;
        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 {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        max-width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .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 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 70%
    }

    .nfl-c-body-part--person .nfl-c-body-part__info-list-item {
        color: #151515;
        font-size: 14px;
        font-weight: 700
    }

    .nfl-c-body-part--person .nfl-c-body-part__info-list-item--text-darker {
        font-weight: 400
    }

    .nfl-c-body-part--person.nfl-c-body-part--player .nfl-c-body-part__info-list-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.nfl-c-body-part--parallax {
    overflow: hidden
}

.nfl-c-body-part--parallax .d3-l-content--wide {
    height: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.nfl-c-body-part--parallax .d3-l-content--wide:before {
    background: rgba(0, 0, 0, .4);
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1
}

.nfl-c-body-part--parallax .d3-l-col__col-8, .nfl-c-body-part--parallax .d3-l-col__col-8-centered {
    margin-bottom: 0
}

.nfl-c-body-part--parallax .d3-o-media-object {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    z-index: 1
}

.nfl-c-body-part--parallax .d3-o-media-object__body {
    background-color: transparent;
    z-index: 1
}

.nfl-c-body-part--parallax .d3-o-media-object__title {
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 16px !important
}

.nfl-c-body-part--parallax .d3-o-media-object__summary {
    font-size: 20px;
    line-height: 1.8;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 637px
}

.nfl-c-body-part--parallax-credits {
    z-index: 1
}

.nfl-c-body-part--parallax-image .d3-l-content--wide.nfl-c-body-part--parallax-scrolled-image, .nfl-c-body-part--parallax-image .d3-l-content--wide.nfl-c-body-part--parallax-scrolled-image:before {
    display: none
}

.nfl-c-body-part--parallax-image .d3-l-content--wide.nfl-c-body-part--parallax-fixed-image {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    max-height: calc(100vh - 150px)
}

.nfl-c-body-part--parallax-image .d3-l-content--wide.nfl-c-body-part--parallax-fixed-image:before {
    display: block;
    padding-top: 56.25%
}

.nfl-c-body-part--parallax-text .d3-l-content--wide:before {
    position: absolute;
    top: 0
}

.nfl-c-body-part--parallax-text .d3-l-content--wide figure, .nfl-c-body-part--parallax-text .d3-l-content--wide picture {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.nfl-c-body-part--parallax-text .d3-l-content--wide figure {
    max-height: calc(100vh - 150px)
}

.nfl-c-body-part--parallax-text .d3-l-content--wide .img-responsive {
    display: block;
    height: auto;
    left: 50%;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-body-part--parallax-image .d3-o-media-object__body {
        padding: 170px 0
    }
}

@media (max-width: 767px) {
    .nfl-c-body-part--parallax .d3-o-media-object__title {
        font-size: 32px
    }

    .nfl-c-body-part--parallax .d3-o-media-object__summary {
        font-size: 16px
    }

    .nfl-c-body-part--parallax-image .d3-o-media-object__body {
        padding: 170px 0
    }

    .nfl-c-body-part--parallax-image .d3-l-content--wide.nfl-c-body-part--parallax-scrolled-image {
        display: block
    }

    .nfl-c-body-part--parallax-image .d3-l-content--wide.nfl-c-body-part--parallax-scrolled-image:before {
        display: block;
        position: absolute;
        top: 0
    }

    .nfl-c-body-part--parallax-image .d3-l-content--wide.nfl-c-body-part--parallax-fixed-image, .nfl-c-body-part--parallax-image .d3-l-content--wide.nfl-c-body-part--parallax-fixed-image:before {
        display: none
    }
}

.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__summary p, .nfl-c-body-part--promo .d3-o-promo-card--standard .d3-o-media-object__title p {
    color: #151515;
    font-family: All-ProSans
}

.nfl-c-body-part--promo .d3-o-promo-card--standard .d3-o-media-object__link {
    font-family: All-ProSans
}

.nfl-c-body-part--quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #757575;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: All-ProSans;
    font-style: italic;
    font-weight: 200;
    margin-bottom: 64px;
    margin-top: 64px
}

.nfl-c-body-part--quote-author {
    color: #333;
    display: block;
    font-style: normal;
    font-weight: 700;
    text-align: right
}

.nfl-c-body-part--quote-author-detail {
    display: block;
    font-weight: 400
}

@media (max-width: 767px) {
    .nfl-c-body-part--quote {
        font-size: 28px;
        font-weight: 300;
        line-height: 1.14
    }

    .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 {
    -ms-flex-preferred-size: 100%;
    border-bottom: 1px solid #ccc;
    border-left: 8px solid var(--ranked-item-guide-color--left);
    border-right: 1px solid #fafafa;
    border-right: 8px solid var(--ranked-item-guide-color--right);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    line-height: 1;
    min-height: 64px;
    position: relative
}

.nfl-o-ranked-item__joiner-text {
    font-size: 14px;
    padding: 8px;
    text-transform: uppercase;
    white-space: nowrap
}

.nfl-o-ranked-item__joiner-text, .nfl-o-ranked-item__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.nfl-o-ranked-item__label {
    text-align: center
}

.nfl-o-ranked-item__label--first {
    color: #757575
}

.nfl-o-ranked-item__label--second {
    color: #333;
    font-size: 20px;
    line-height: 1.6
}

[class^=nfl-o-ranked-item__trend] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    justify-content: center
}

[class^=nfl-o-ranked-item__trend] [class^=nfl-o-icon], [class^=nfl-o-ranked-item__trend] [class^=nfl-o-icon]:hover {
    fill: currentColor;
    height: 24px;
    opacity: 1;
    width: 24px
}

.nfl-o-ranked-item__trend--up {
    color: green
}

.nfl-o-ranked-item__trend--down {
    color: red
}

.nfl-o-ranked-item__trend--no-change {
    color: grey
}

.nfl-o-ranked-item__image, .nfl-o-ranked-item__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-item-align: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 0
}

.nfl-o-ranked-item__figure img, .nfl-o-ranked-item__figure picture {
    display: block;
    line-height: 0
}

.nfl-o-ranked-item__title {
    color: #333;
    font-size: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 8px
}

.nfl-o-ranked-item__title a {
    color: #151515
}

.nfl-o-ranked-item__title a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-o-ranked-item__info {
    color: #757575
}

.nfl-o-ranked-item__info-team-abbreviation {
    display: none
}

.nfl-o-ranked-item__media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__media-object {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__image, .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__logo {
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto
}

@media (min-width: 0) and (max-width: 319px) {
    [class*=nfl-o-ranked-item] + .nfl-c-body-part--text {
        padding-top: 8px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    [class*=nfl-o-ranked-item] + .nfl-c-body-part--text {
        padding-top: calc(2.28571px + 1.78571vw)
    }
}

@media (max-width: 767px) {
    [class*=nfl-o-ranked-item] + .nfl-c-body-part--text {
        margin-top: 16px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    [class*=nfl-o-ranked-item] + .nfl-c-body-part--text {
        padding-top: calc(-8px + 3.125vw)
    }
}

@media (min-width: 768px) {
    [class*=nfl-o-ranked-item] + .nfl-c-body-part--text {
        margin-top: 8px
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    [class*=nfl-o-ranked-item] + .nfl-c-body-part--text {
        padding-top: 24px
    }
}

@media (min-width: 1280px) {
    [class*=nfl-o-ranked-item] + .nfl-c-body-part--text {
        padding-top: 24px
    }
}

@media (max-width: 767px) {
    .nfl-o-ranked-item__content {
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 8px
    }

    .nfl-o-ranked-item__media-object > .nfl-o-ranked-item__content {
        padding: 8px 0
    }

    .nfl-o-ranked-item__label {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 48px
    }

    .nfl-o-ranked-item__image {
        width: 56px
    }

    .nfl-o-ranked-item__joiner-text {
        padding-left: 0;
        padding-right: 0
    }

    .nfl-o-ranked-item__media-object {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nfl-o-ranked-item__media-object.nfl-is-reversed .nfl-o-ranked-item__content {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__title {
        min-height: 32px
    }
}

@media (min-width: 768px) {
    .nfl-o-ranked-item__label {
        min-width: 64px
    }

    .nfl-o-ranked-item__image {
        width: 78px
    }

    .nfl-o-ranked-item__media-object {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .nfl-o-ranked-item__content {
        padding: 8px
    }
}

.nfl-o-ranked-item__media-object.nfl-is-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 8px
}

.nfl-o-ranked-item__media-object.nfl-is-reversed .nfl-o-ranked-item__content {
    text-align: right
}

@media (max-width: 767px) {
    .nfl-o-ranked-item__media-object.nfl-is-reversed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.d3-is-amp .nfl-o-ranked-item__image {
    display: block
}

@media (max-width: 1023px) {
    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item .nfl-o-ranked-item__label {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        min-width: 68px;
        order: 1;
        padding: 5px 0
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item .nfl-o-ranked-item__image {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        align-self: center;
        flex-grow: 2;
        order: 4;
        padding-right: 12px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item .nfl-o-ranked-item__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        order: 3;
        padding-left: 12px;
        padding-right: 0
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item .nfl-o-ranked-item__label--first {
        color: #626c80;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item .nfl-o-ranked-item__label--second {
        color: #172029;
        font-family: All-ProDisplayC, Helvetica, Arial, sans-serif;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: .64px;
        line-height: 36px;
        text-transform: uppercase
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item [class^=nfl-o-ranked-item__trend--] [class^=nfl-o-icon] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        height: 16px;
        order: 1;
        width: 16px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item [class^=nfl-o-ranked-item__trend--] .nfl-o-ranked-item__trend-shift {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        display: block;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-size: 8px;
        font-weight: 700;
        line-height: 12px;
        order: 2
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item .nfl-o-ranked-item__trend--up {
        color: #05b862
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item .nfl-o-ranked-item__title {
        color: #172029;
        line-height: 20px;
        margin-bottom: 4px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item .nfl-o-ranked-item__title a {
        text-decoration: underline
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item .nfl-o-ranked-item__info {
        color: #626c80;
        font-family: All-ProStats, Helvetica, Arial, sans-serif;
        font-size: 10px;
        font-weight: 400;
        font-weight: 500;
        letter-spacing: .4px;
        line-height: 14px;
        text-transform: uppercase
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item:not(.nfl-o-ranked-item--side-by-side) {
        background: #fff;
        border: 1px solid #d2dae1;
        border-radius: 8px;
        padding: 4px 0
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item:not(.nfl-o-ranked-item--side-by-side).nfl-is-ranked-player .nfl-o-ranked-item__image img {
        background: #d2dae1;
        border-radius: 30px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item:not(.nfl-o-ranked-item--side-by-side):after {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        background-color: var(--ranked-item-guide-color--left);
        border-radius: 2px;
        content: "";
        height: 100%;
        min-width: var(--ranked-item-guide-width--left);
        order: 2;
        width: var(--ranked-item-guide-width--left)
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item:not(.nfl-o-ranked-item--side-by-side) .nfl-o-ranked-item__image figure {
        height: 60px;
        width: 60px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side {
        -ms-grid-columns: minmax(68px, min-content) 1fr;
        -ms-grid-rows:(1fr) [ 2 ];
        background: #fff;
        border: 1px solid #d2dae1;
        border-radius: 8px;
        display: -ms-grid;
        display: grid;
        grid-template-areas:"left right-top" "left right-bottom";
        grid-template-columns:minmax(68px, -webkit-min-content) 1fr;
        grid-template-columns:minmax(68px, min-content) 1fr;
        grid-template-rows:repeat(2, 1fr);
        padding: 8px 0
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__label {
        -ms-grid-row-span: 2;
        grid-area: left;
        -ms-grid-column: 1;
        -ms-grid-row: 1
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__media-object {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: row
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__media-object.nfl-is-ranked-player .nfl-o-ranked-item__info-team-name {
        display: none
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__media-object.nfl-is-ranked-player .nfl-o-ranked-item__image img {
        background: #d2dae1;
        border-radius: 30px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__media-object:not(.nfl-is-reversed) {
        grid-area: right-top;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        margin-bottom: 4px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__media-object:not(.nfl-is-reversed):after {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        background-color: var(--ranked-item-guide-color--left);
        border-radius: 2px;
        content: "";
        height: 100%;
        min-width: var(--ranked-item-guide-width--left);
        order: 2;
        width: var(--ranked-item-guide-width--left)
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__media-object.nfl-is-reversed {
        grid-area: right-bottom;
        -ms-grid-column: 2;
        -ms-grid-row: 2;
        padding-right: 0
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__media-object.nfl-is-reversed:after {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        background-color: var(--ranked-item-guide-color--right);
        border-radius: 2px;
        content: "";
        height: 100%;
        min-width: var(--ranked-item-guide-width--right);
        order: 2;
        width: var(--ranked-item-guide-width--right)
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__media-object.nfl-is-reversed .nfl-o-ranked-item__content {
        text-align: left
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__joiner-text {
        display: none
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side.nfl-o-ranked-item--player-player .nfl-o-ranked-item__info-team-abbreviation {
        display: inline-block
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side:not(.nfl-o-ranked-item--player-player) .nfl-o-ranked-item__info-separator {
        display: none
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__content {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 2;
        justify-content: space-between
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__content .nfl-o-ranked-item__title {
        margin-bottom: 0;
        margin-right: 4px;
        min-height: unset
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__content .nfl-o-ranked-item__info {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-right: 8px
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__image {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        width: auto
    }

    .nfl-is-league-site.nfl-is-mobile4 .nfl-o-ranked-item.nfl-o-ranked-item--side-by-side .nfl-o-ranked-item__image figure {
        height: 40px;
        width: 40px
    }
}

.nfl-c-body-part.nfl-c-body-part--single-matchup {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .16)
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__date-day, .nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__date-month-date {
    color: #757575
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__date-day + .nfl-c-game-tile__date-month-date:before, .nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__date-week + .nfl-c-game-tile__date-day:before {
    content: "\2022";
    margin-right: 4px
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__time-clock, .nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__time-info {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__media {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__media .nfl-o-icon {
    display: none
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__media-radio, .nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__media-tv {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 14px;
    margin-left: 0;
    padding-left: 0
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__venue {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-buy-tickets, .nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-game-pass {
    border: 1px solid #1b48e0;
    border-radius: 4px;
    height: 32px;
    padding: 8px;
    width: auto
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-buy-tickets span.nfl-o-icon__label, .nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-game-pass span.nfl-o-icon__label {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-top: 3px;
    text-transform: none
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-buy-tickets .nfl-o-icon, .nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-game-pass .nfl-o-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: unset;
    justify-content: center;
    margin-bottom: unset
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-game-pass {
    background-color: #1b48e0
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-game-pass span {
    color: #fff
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-game-pass:hover {
    background-color: #fff
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-game-pass:hover span {
    color: #1b48e0
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-buy-tickets {
    background-color: #fff
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-buy-tickets span.nfl-o-icon__label {
    color: #1b48e0
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-buy-tickets .nfl-o-icon {
    stroke: #1b48e0;
    color: #fff;
    -webkit-transform: none;
    transform: none
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-buy-tickets:hover {
    background-color: #1b48e0
}

.nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__btn-buy-tickets:hover span {
    color: #fff
}

@media (max-width: 767px) {
    .nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__cta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nfl-c-body-part.nfl-c-body-part--single-matchup .nfl-c-game-tile__cta .nfl-o-button + .nfl-o-button {
        margin-left: 0;
        margin-top: 8px
    }
}

.nfl-c-article--sticky-table-of-contents .nfl-c-body-part--table-of-contents {
    display: none
}

@media (min-width: 1280px) {
    .nfl-c-article--sticky-table-of-contents.d3-l-col__col-8, .nfl-c-article--sticky-table-of-contents.d3-l-col__col-8-centered {
        margin-bottom: 24px
    }

    .nfl-c-article--sticky-table-of-contents {
        margin-bottom: 24px;
        max-width: 250px;
        position: fixed;
        right: 0
    }

    .nfl-c-article--sticky-table-of-contents .nfl-c-body-part--table-of-contents {
        display: initial
    }

    .nfl-c-article--sticky-table-of-contents .nfl-c-body-part--table-of-contents ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-article--sticky-table-of-contents .nfl-c-body-part--table-of-contents li {
        text-align: right
    }

    .nfl-c-article--sticky-table-of-contents .nfl-c-body-part--table-of-contents li:not(:last-child) {
        margin-bottom: 24px
    }

    .nfl-c-article--sticky-table-of-contents .nfl-c-body-part--table-of-contents a {
        color: #757575;
        display: block;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 300;
        line-height: 16px
    }

    .nfl-c-article--sticky-table-of-contents .nfl-c-body-part--table-of-contents a.d3-is-active {
        color: #000;
        text-decoration: underline
    }

    .nfl-c-article--sticky-table-of-contents .nfl-c-body-part--table-of-contents a:focus {
        outline: 1px solid currentColor !important;
        outline-offset: 2px
    }
}

.nfl-c-body-part--table a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-body-part--table table {
    border: 1px solid #eee;
    font-family: All-ProSans;
    table-layout: fixed
}

.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-bottom: 0;
    padding-top: 24px
}

.nfl-c-body-part--table thead th:not(:last-child), .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-family: All-ProSans;
    font-weight: 700
}

.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 {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.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 td, .nfl-c-body-part--table .d3-o-table--horizontal-scroll__table-ext .d3-o-table th {
    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 td, .nfl-c-body-part--table .d3-o-table--horizontal-scroll__table-ext .d3-o-table th {
        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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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 li a:focus, .nfl-c-body-part--text p a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-body-part--text ol, .nfl-c-body-part--text ul {
    list-style-position: inside
}

.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-accordion-group {
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%
}

@media (min-width: 0) and (max-width: 319px) {
    .nfl-c-accordion-group {
        margin-bottom: 8px;
        margin-top: 8px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .nfl-c-accordion-group {
        margin-bottom: calc(2.28571px + 1.78571vw);
        margin-top: calc(2.28571px + 1.78571vw)
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-accordion-group {
        margin-bottom: calc(-8px + 3.125vw);
        margin-top: calc(-8px + 3.125vw)
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .nfl-c-accordion-group {
        margin-bottom: 24px;
        margin-top: 24px
    }
}

@media (min-width: 1280px) {
    .nfl-c-accordion-group {
        margin-bottom: 24px;
        margin-top: 24px
    }
}

.nfl-c-accordion-group .d3-o-media-object {
    background: unset
}

.nfl-c-accordion-group .d3-o-media-object__body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.nfl-c-accordion-group h2 {
    font-family: All-ProDisplayC, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase
}

.nfl-c-accordion-group h2 strong {
    color: #151515
}

.nfl-c-accordion-group__details:not(:first-of-type) {
    margin-top: 16px
}

.nfl-c-accordion-group__details {
    background: #fff;
    border-radius: 4px
}

.nfl-c-accordion-group__details a {
    color: #151515
}

.nfl-c-accordion-group__details .nfl-c-accordion-group__icon {
    height: 27px;
    margin-left: 24px;
    width: 27px
}

.nfl-c-accordion-group__details[open] .nfl-c-accordion-group__icon {
    content: url(../fonts/minus-sign-icon.svg)
}

.nfl-c-accordion-group__details:not([open]) .nfl-c-accordion-group__icon {
    content: url(../fonts/plus-sign-icon.svg)
}

.nfl-c-accordion-group__summary {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    justify-content: space-between;
    list-style-type: none
}

.nfl-c-accordion-group__summary::-webkit-details-marker {
    display: none
}

.nfl-c-accordion-group__summary:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-accordion-group__summary:hover {
    cursor: pointer
}

.nfl-c-accordion-group__headline {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.nfl-c-accordion-group__description {
    color: #757575;
    margin-top: 16px
}

.nfl-c-accordion-group__description ol, .nfl-c-accordion-group__description p, .nfl-c-accordion-group__description ul {
    margin-bottom: 8px
}

.nfl-c-accordion-group__description ul li {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 32px
}

.nfl-c-accordion-group__description ol li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 16px
}

@media (max-width: 1023px) {
    .nfl-c-accordion-group .d3-o-media-object {
        padding: 0 24px
    }

    .nfl-c-accordion-group h2 {
        font-size: 32px;
        margin-bottom: 32px
    }

    .nfl-c-accordion-group__details {
        padding: 16px 24px
    }

    .nfl-c-accordion-group__summary {
        font-size: 16px;
        line-height: 20px
    }

    .nfl-c-accordion-group__description {
        font-size: 14px
    }
}

@media (min-width: 1024px) {
    .nfl-c-accordion-group h2 {
        font-size: 56px;
        margin-bottom: 48px
    }

    .nfl-c-accordion-group__details {
        padding: 24px 48px
    }

    .nfl-c-accordion-group__summary {
        font-size: 24px
    }

    .nfl-c-accordion-group__summary span {
        line-height: 28px
    }

    .nfl-c-accordion-group__description {
        font-size: 18px;
        line-height: 28px;
        margin-right: 24px
    }
}

@media (max-width: 1023px) {
    [class*=d3-l-col__col-] .nfl-c-accordion-group .d3-o-media-object {
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw
    }
}

.nfl-c-promo.nfl-c-apple-musickit {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr;
    color: #fff;
    display: -ms-grid;
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object, .nfl-c-promo.nfl-c-apple-musickit .nfl-c-promo__bg {
    -ms-grid-column: 1;
    grid-column-end: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-end: 1;
    grid-row-start: 1;
    height: 100%;
    width: 100%
}

.nfl-c-promo.nfl-c-apple-musickit .nfl-c-promo__bg {
    z-index: 0
}

.nfl-c-promo.nfl-c-apple-musickit .nfl-c-promo__bg figure, .nfl-c-promo.nfl-c-apple-musickit .nfl-c-promo__bg picture {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.nfl-c-promo.nfl-c-apple-musickit .nfl-c-promo__bg .img-responsive {
    height: 100%;
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object {
    background-color: unset;
    z-index: 1
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object picture {
    display: block;
    height: 100%;
    width: 100%
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object .img-responsive {
    -ms-flex-preferred-size: unset;
    display: block;
    flex-basis: unset;
    height: 100%;
    max-width: unset;
    width: auto
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
    text-align: left
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object .d3-o-media-object__figure {
    height: 32px;
    margin: 20px 0 !important
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object .d3-o-media-object__figure .nfl-o-icon--large {
    width: 124px
}

.nfl-c-promo.nfl-c-apple-musickit :not(.nfl-o-icon--white) [class*=nfl-o-icon]:hover {
    fill: #000
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__summary {
    line-height: 1.5
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__cta {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__cta .nfl-o-cta--button {
    font-size: 18px;
    text-transform: unset
}

@media (max-width: 767px) {
    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: calc(100% - 48px);
        padding-bottom: 42px
    }

    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__summary {
        font-size: 18px;
        text-align: left
    }

    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__cta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__cta .nfl-o-cta--button {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 595px;
        padding-bottom: 44px
    }

    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__summary {
        font-size: 14px;
        text-align: left
    }
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-apple-musickit .nfl-c-promo__bg {
        max-height: 1020px;
        min-height: 420px
    }

    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object--vertical {
        margin: 40px 0 10px;
        width: 100%
    }

    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__title {
        font-size: 28px
    }

    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__title + .d3-o-media-object__summary {
        margin-top: 8px !important
    }

    .nfl-c-promo.nfl-c-apple-musickit [class^=d3-o-media-object__] + .d3-o-media-object__cta {
        margin-top: 8px
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-apple-musickit .nfl-c-promo__bg {
        max-height: 670px;
        min-height: 50px
    }

    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object {
        max-width: 1160px;
        padding-bottom: 36px
    }

    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__title {
        font-size: 28px
    }

    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object__summary {
        font-size: 18px;
        line-height: 1.3;
        max-width: 680px
    }

    .nfl-c-promo.nfl-c-apple-musickit [class^=d3-o-media-object__] + .d3-o-media-object__cta {
        margin-top: 24px
    }

    .nfl-c-promo.nfl-c-apple-musickit .d3-o-media-object--vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 40px 20px 0
    }
}

[class*=d3-l-col__col-] .nfl-c-promo.nfl-c-apple-musickit {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16)
}

.nfl-c-add-to-calendar-options .d3-l-section-row {
    margin-top: 0
}

.nfl-c-add-to-calendar-options .nfl-o-cta--link {
    background-color: #fff;
    width: 100%
}

.nfl-c-add-to-calendar-options .nfl-o-cta--link:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-add-to-calendar-options .nfl-c-add-to-calendar-instructions {
    display: none;
    margin-top: 16px
}

.nfl-c-article--longform {
    margin-top: 0 !important
}

.nfl-c-article--longform .nfl-c-article--longform__divider {
    max-width: 637px
}

.nfl-c-article--longform__back-to-top {
    display: none
}

.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%;
    z-index: 1
}

.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:first-of-type .d3-l-grid--inner {
    padding-top: 0
}

.nfl-c-article--longform .d3-l-grid--article-author, .nfl-c-article--longform .nfl-c-article__info-container, .nfl-c-article--longform .nfl-c-article__title {
    display: none
}

.nfl-c-article--longform .nfl-c-article__body {
    line-height: 36px;
    text-align: left
}

.nfl-c-article--longform .nfl-c-article__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    line-height: 1.4;
    position: absolute
}

.nfl-c-article--longform .nfl-c-article__hero--right {
    padding: 5% 13% 5% 0;
    right: 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 {
    font-size: 64px;
    font-weight: 700;
    line-height: 68px;
    padding-bottom: 40px;
    width: 422px
}

.nfl-c-article--longform .nfl-c-article__hero-description {
    font-size: 20px;
    padding-bottom: 40px;
    width: 422px
}

.nfl-c-article--longform .nfl-c-article__hero-author {
    font-size: 14px;
    line-height: 16px;
    opacity: .9;
    padding-bottom: 16px
}

.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;
    line-height: 16px;
    opacity: .9
}

.nfl-c-article--longform .nfl-c-article__hero--light-text .nfl-c-article__hero-caption {
    color: #fff
}

.nfl-c-article--longform .nfl-c-article__hero--light-text .nfl-c-article__hero-description {
    color: #fafafa
}

.nfl-c-article--longform .nfl-c-article__hero--light-text .nfl-c-article__hero-author, .nfl-c-article--longform .nfl-c-article__hero--light-text .nfl-c-article__hero-copyright {
    color: #ccc
}

.nfl-c-article--longform .nfl-c-article__hero--dark-text .nfl-c-article__hero-caption {
    color: #151515
}

.nfl-c-article--longform .nfl-c-article__hero--dark-text .nfl-c-article__hero-author, .nfl-c-article--longform .nfl-c-article__hero--dark-text .nfl-c-article__hero-copyright, .nfl-c-article--longform .nfl-c-article__hero--dark-text .nfl-c-article__hero-description {
    color: #1f1f1f
}

.nfl-c-article--longform .nfl-c-article__container {
    height: auto;
    margin: auto;
    max-width: 637px;
    width: 100%
}

.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 {
    color: #757575;
    font-family: All-ProSans;
    font-size: 24px;
    font-weight: 700;
    height: auto;
    line-height: 32px;
    margin-bottom: 24px;
    margin-top: 32px;
    text-align: left
}

.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-size: 80px;
    line-height: 60px;
    padding: 0 8px 0 4px
}

.nfl-c-article--longform .nfl-c-article__divider {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 24px;
    max-width: 637px;
    width: 100%
}

.nfl-c-article--longform .nfl-c-article__divider .nfl-o-icon {
    margin: 0 24px
}

.nfl-c-article--longform .nfl-c-article__divider .nfl-o-icon--football {
    fill: #151515;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nfl-c-article--longform .nfl-c-article__divider:after, .nfl-c-article--longform .nfl-c-article__divider:before {
    -webkit-box-flex: .5;
    -ms-flex-positive: .5;
    background: #151515;
    border: none;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: .5;
    height: 2px
}

.nfl-c-article--longform .nfl-c-article__body .d3-l-col__col-8-centered:first-child .nfl-c-article__intro-text p, .nfl-c-article--longform .nfl-c-article__body .d3-l-col__col-8:first-child .nfl-c-article__intro-text p {
    margin-top: 0
}

@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 {
        color: #757575;
        font-family: All-ProSans;
        font-size: 18px;
        font-weight: 700;
        height: auto;
        line-height: 28px;
        margin-bottom: 32px;
        margin-top: 32px;
        text-align: left
    }

    .nfl-c-article--longform .nfl-c-article__divider {
        margin: 0 24px 24px;
        width: auto
    }

    .nfl-c-article--longform .nfl-c-article__hero {
        background-color: #151515;
        height: auto;
        padding: 0 0 24px;
        position: relative;
        text-align: unset
    }

    .nfl-c-article--longform .nfl-c-article__hero-caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.1;
        padding: 24px 24px 0;
        width: 100%
    }

    .nfl-c-article--longform .nfl-c-article__hero-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        line-height: 19px;
        padding: 16px 24px 0;
        width: 100%
    }

    .nfl-c-article--longform .nfl-c-article__hero-author, .nfl-c-article--longform .nfl-c-article__hero-copyright {
        font-size: 12px;
        opacity: .9;
        padding: 16px 24px 0
    }
}

@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
    }
}

@media (min-width: 1280px) {
    .nfl-c-article--longform__back-to-top {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-weight: 400;
        justify-content: flex-end;
        padding-bottom: 16px;
        padding-left: 12px;
        padding-right: 12px;
        text-transform: uppercase
    }

    .nfl-c-article--longform__back-to-top a {
        cursor: pointer
    }

    .nfl-c-article--longform__back-to-top a:focus {
        outline: 1px solid currentColor !important;
        outline-offset: 2px
    }
}

.nfl-c-boxscore {
    background-color: #fff;
    color: #333;
    width: 100%
}

.nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border-bottom: 1px solid #eee;
    color: #333;
    -ms-flex-flow: row;
    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(2n) {
    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 td:first-child, .nfl-c-boxscore .d3-o-table--horizontal-scroll th:first-child {
    border-right: none
}

.nfl-c-boxscore__table-row--empty td, .nfl-c-boxscore__table-row--empty th {
    border-bottom: none
}

.nfl-c-boxscore__club {
    text-transform: uppercase
}

.nfl-c-boxscore__table-cell button:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-c-boxscore .d3-o-media-object__roofline a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-boxscore--team-stats .nfl-c-boxscore .d3-o-table__caption, .nfl-c-boxscore--team-stats .nfl-c-boxscore__header, .nfl-c-boxscore .nfl-c-boxscore--team-stats .d3-o-table__caption {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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) {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 .d3-o-table__caption, .nfl-c-boxscore--grouped-stats .d3-o-tabs__panel .nfl-c-boxscore__header, .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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 {
    border: 1px solid #757575;
    color: #757575;
    width: 100%
}

@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] {
    border-color: currentColor;
    color: #151515
}

.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 {
    border-bottom: 1px solid #eee;
    overflow-y: hidden
}

.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), .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: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

@media (max-width: 1023px) {
    .nfl-c-boxscore--team-stats .d3-o-table__caption {
        position: absolute;
        top: 0
    }

    .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-bottom: 8px;
        padding-top: 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 {
        height: 41px;
        min-width: auto;
        width: 160px
    }

    .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:first-child:after, .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:after, .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:first-child:before {
        display: none
    }

    .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll tbody td:first-child {
        height: 40px;
        margin-top: 1px
    }

    .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-media-object__figure, .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__body {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 4px;
        width: 100%
    }
}

@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-bottom: 4px;
        padding-top: 4px;
        width: 125px
    }

    .nfl-c-boxscore .d3-o-table tr .nfl-c-boxscore__club {
        width: 100%
    }

    .nfl-c-boxscore__club {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-boxscore .nfl-c-boxscore--team-stats__club:last-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-boxscore--grouped-stats .d3-o-tabs__panel {
        -webkit-box-flex: 1;
        -ms-flex-preferred-size: 50%;
        -ms-flex: 1;
        flex: 1;
        flex-basis: 50%;
        width: 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 {
        height: 41px;
        min-width: auto;
        width: 250px
    }

    .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll td:first-child:after, .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:after, .nfl-c-boxscore--grouped-stats .d3-o-table--horizontal-scroll th:first-child:before {
        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-bottom: 0;
        padding-top: 0
    }

    .nfl-c-boxscore--grouped-stats .d3-o-media-object__figure {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-height: 40px;
        min-width: 40px
    }

    .nfl-c-boxscore--grouped-stats .d3-o-media-object__figure img {
        height: 40px;
        max-width: none;
        width: auto
    }

    .nfl-c-boxscore--grouped-stats .d3-o-media-object__body {
        -webkit-box-flex: 1;
        -ms-flex-preferred-size: unset;
        -ms-flex: 1;
        flex: 1;
        flex-basis: unset;
        margin-left: 16px
    }

    .nfl-c-boxscore--grouped-stats .nfl-c-boxscore__club {
        border-bottom: 1px solid #eee;
        height: 32px;
        padding-bottom: 0;
        padding-top: 0
    }

    .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__figure, .d3-o-media-object__roofline, .d3-o-media-object__summary, .d3-o-media-object__title {
    margin: 0 !important
}

.owl-item {
    -ms-touch-action: auto;
    touch-action: auto
}

.owl-item > .d3-o-content-tray__card > a:active, .owl-item > .d3-o-content-tray__card > a:focus {
    outline: unset !important;
    outline-offset: unset
}

.owl-item > .d3-o-content-tray__card > a:active:before, .owl-item > .d3-o-content-tray__card > a:focus:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    outline: 1px solid currentColor !important;
    outline-offset: -1px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.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-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important
}

.d3-o-carousel.owl-carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
    overflow: hidden
}

.d3-o-carousel.owl-carousel .owl-item > a, .d3-o-carousel.owl-carousel [class=owl-nav] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.d3-o-carousel.owl-carousel [class=owl-nav] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    padding: 16px 0;
    position: absolute;
    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--] {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.d3-o-carousel.owl-carousel [class=owl-nav] .owl-prev [class*=js-iconhelper--] {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.d3-o-carousel.owl-carousel [class*=owl-dots] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 32px;
    padding: 16px;
    position: absolute;
    right: 32px;
    width: auto;
    z-index: 1
}

.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: .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: -webkit-box !important;
    display: -ms-flexbox !important;
    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: calc(2.28571px + 1.78571vw)
    }

    .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: calc(2.28571px + 1.78571vw)
    }

    .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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 2%;
    width: 100%
}

.d3-o-carousel.owl-carousel[data-items="1"] > .d3-o-media-object:first-child {
    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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 2%;
    width: 50%
}

.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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 2%;
    width: 33.33333%
}

.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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 2%;
    width: 25%
}

.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 {
    background-color: #fff;
    padding-bottom: 40px
}

@media (max-width: 1023px) {
    .d3-o-carousel.owl-carousel.d3-o-carousel--arrows-outside .owl-dots, .d3-o-carousel.owl-carousel.d3-o-carousel--arrows-outside .owl-nav {
        display: none
    }
}

@media (min-width: 1024px) {
    .d3-o-carousel.owl-carousel.d3-o-carousel--arrows-outside {
        padding-bottom: 40px
    }
}

@media (max-width: 1023px) {
    .nfl-is-league-site.nfl-is-mobile4 .d3-o-carousel.owl-carousel .owl-item .d3-o-media-object:not(.d3-o-centerpiece__hero-item) {
        border: 1px solid #bac1cf;
        border-radius: 8px
    }

    .nfl-is-league-site.nfl-is-mobile4 .d3-o-carousel.owl-carousel .d3-o-content-tray__card .d3-o-media-object__figure img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }

    .nfl-is-league-site.nfl-is-mobile4 .d3-o-carousel.owl-carousel .d3-o-content-tray__card .d3-o-media-object__body {
        padding: 20px
    }

    .nfl-is-league-site.nfl-is-mobile4 .d3-o-carousel.owl-carousel .d3-o-content-tray__card .d3-o-media-object__roofline {
        color: #626c80;
        line-height: 18px;
        margin-bottom: 6px !important;
        text-transform: capitalize
    }

    .nfl-is-league-site.nfl-is-mobile4 .d3-o-carousel.owl-carousel .d3-o-content-tray__card .d3-o-media-object__title {
        color: #172029;
        font-size: 16px;
        line-height: 20px
    }

    .nfl-is-league-site.nfl-is-mobile4 .d3-o-carousel.owl-carousel .d3-o-content-tray__card .d3-o-media-object__summary {
        color: #172029;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 18px
    }
}

.d3-l-module--centerpiece .d3-l-col__col-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.d3-l-module--centerpiece .d3-c-adblock {
    background-color: #ccc;
    height: 250px;
    margin: 16px auto 0;
    width: 300px
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero > a {
    display: block;
    height: 100%
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero .owl-item a:focus, .d3-l-module--centerpiece .d3-o-centerpiece__hero > a:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-body {
    height: 100%;
    z-index: -1
}

.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__figure {
    min-height: unset
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__body {
    background-color: #fff;
    height: 100%;
    padding: 16px 32px
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__roofline {
    color: #757575;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    text-transform: uppercase
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__title {
    color: #333;
    font-weight: 700;
    line-height: 1.13;
    padding: 16px 0;
    text-align: left
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__summary {
    color: #757575;
    line-height: 1.71;
    text-align: left;
    word-break: break-word
}

.d3-l-module--centerpiece .d3-o-centerpiece__hero-item .d3-o-media-object__copyright {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

@media (min-width: 768px) and (max-width: 1023px) {
    .d3-l-module--centerpiece .d3-l-col__col-4 {
        grid-column: span 12
    }
}

.d3-l-module--centerpiece.d3-l-adaptive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero {
    border-radius: 4px;
    overflow: hidden
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero .d3-o-media-object__body {
    margin-bottom: 0
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero .d3-o-media-object__copyright {
    right: 0;
    width: auto
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero .d3-o-media-object__figure img {
    display: block
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-carousel.d3-o-carousel--arrows-inside.owl-carousel .owl-nav, .nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-carousel.owl-carousel [class*=owl-dots] {
    bottom: 0
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-carousel.d3-o-carousel--arrows-inside.owl-carousel .owl-nav {
    padding-left: 16px;
    padding-right: 16px
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-carousel.owl-carousel [class*=owl-dots] .owl-dot span {
    border-radius: 50%;
    height: 12px;
    margin-left: 6px;
    margin-right: 6px;
    width: 12px
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero.nfl-is-centerpiece-light-video {
    width: 100%
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero.nfl-is-centerpiece-light-video video {
    display: block;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero.nfl-is-centerpiece-light-video .d3-o-centerpiece__hero-body {
    z-index: unset
}

.nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero.nfl-is-centerpiece-light-video a.d3-o-media-object__body:focus, .nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero.nfl-is-centerpiece-light-video a.d3-o-media-object__body:focus-within {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

@media (max-width: 1023px) {
    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero {
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16)
    }

    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero .d3-o-media-object__body {
        padding-left: 16px;
        padding-right: 16px
    }

    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero .d3-o-media-object__detail:not(.nfl-o-media-object-detail--no-timestamp) {
        margin-bottom: 16px;
        margin-left: 16px
    }
}

@media (min-width: 1024px) {
    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero {
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16)
    }

    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero .d3-o-media-object__detail:not(.nfl-o-media-object-detail--no-timestamp) {
        margin-bottom: 16px;
        margin-left: 32px
    }

    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero .nfl-o-play {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    .nfl-c-centerpiece.nfl-c-centerpiece--v2 .d3-o-centerpiece__hero .nfl-o-play:before {
        border-width: 3px;
        height: 34px;
        width: 34px
    }
}

.nfl-c-ceros {
    border: 0;
    bottom: 0;
    height: 0;
    left: 0;
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%
}

.nfl-c-ceros--full-height {
    padding: 0 0 156.25%
}

.nfl-c-ceros--scrolling {
    padding: 0 0 56.25%
}

.nfl-c-ceros__iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.nfl-c-ceros--full-height .nfl-c-ceros__iframe {
    min-height: 100%;
    min-width: 100%
}

.nfl-c-countdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #151515;
    color: #fafafa;
    -ms-flex-flow: column;
    flex-flow: column;
    overflow: hidden;
    position: relative
}

.nfl-c-countdown, .nfl-c-countdown__loader-layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.nfl-c-countdown__loader-layer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    height: 100%;
    position: absolute;
    z-index: 3
}

.nfl-c-countdown__back-layer, .nfl-c-countdown__back-layer:before {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.nfl-c-countdown__back-layer:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .3)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .3));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    top: 0
}

.nfl-c-countdown__front-layer {
    position: relative;
    z-index: 2
}

.nfl-c-countdown__link {
    display: block
}

.nfl-c-countdown__link:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-c-countdown__header {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase
}

.nfl-c-countdown__header else {
    -webkit-box-shadow: 0 1px 0 1px #151515;
    box-shadow: 0 1px 0 1px #151515
}

.nfl-c-countdown__heading {
    font-family: All-ProSans;
    font-size: 16px;
    line-height: unset
}

.nfl-c-countdown__content {
    width: 100%
}

.nfl-c-countdown__timer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase
}

.nfl-c-countdown__timer-cell-legend, .nfl-c-countdown__timer-cell-value {
    width: 100%
}

.nfl-c-countdown__timer-cell-separator:before, .nfl-c-countdown__timer-cell-value {
    font-size: 24px;
    line-height: 1
}

.nfl-c-countdown__timer-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center
}

.nfl-c-countdown__timer-cell-legend {
    font-size: 10px
}

.nfl-c-countdown__timer-cell-separator {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.nfl-c-countdown__timer-cell-separator:before {
    content: ":";
    padding: 0 8px
}

.nfl-c-countdown__date {
    opacity: .7;
    text-align: center
}

.nfl-c-countdown__date-week {
    font-weight: 700
}

.nfl-c-countdown__match {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.nfl-c-countdown__match, .nfl-c-countdown__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-countdown__team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: flex-start
}

.nfl-c-countdown__team-logo img {
    height: 32px;
    width: 32px
}

.nfl-c-countdown__team-name {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.nfl-c-countdown__team-city, .nfl-c-countdown__team-fullname {
    line-height: normal
}

.nfl-c-countdown__team-separator {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 300;
    opacity: .7
}

.nfl-c-countdown__team-separator:after {
    content: "@";
    display: block;
    width: 5%
}

.nfl-c-countdown__team-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nfl-c-countdown__points {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    font-size: 40px
}

.nfl-c-countdown__location {
    font-size: 12px;
    opacity: .7
}

.nfl-c-countdown__broadcaster {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-countdown__broadcaster .nfl-o-icon .nfl-o-icon--tv {
    fill: currentColor
}

.nfl-c-countdown__footer {
    background-color: #fff;
    padding: 4px 0;
    text-transform: uppercase;
    width: 100%
}

.nfl-c-countdown__footer .nfl-o-adv, .nfl-c-countdown__footer .nfl-o-adv--no-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nfl-c-countdown__footer .d3-o-adv-block {
    margin: unset
}

@media (max-width: 1023px) {
    .nfl-c-countdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .nfl-c-countdown__header {
        width: 100%
    }

    .nfl-c-countdown .nfl-c-countdown__figure img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .nfl-c-countdown__date, .nfl-c-countdown__match {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2)
    }

    .nfl-c-countdown__broadcaster, .nfl-c-countdown__location, .nfl-c-countdown__match {
        padding: 8px 0
    }

    .nfl-c-countdown__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        justify-content: flex-start
    }

    .nfl-c-countdown__timer {
        width: 100%
    }

    .nfl-c-countdown__timer-cell {
        min-width: 40px
    }

    .nfl-c-countdown__date {
        font-size: 10px;
        font-weight: 100;
        padding-bottom: 8px
    }

    .nfl-c-countdown__match {
        width: 100%
    }

    .nfl-c-countdown__team {
        width: 45%
    }

    .nfl-c-countdown__team:first-of-type {
        padding-left: 16px
    }

    .nfl-c-countdown__team:last-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        padding-right: 16px
    }

    .nfl-c-countdown__team-logo img {
        height: 32px;
        width: 32px
    }

    .nfl-c-countdown__team-name {
        padding: 0 8px
    }

    .nfl-c-countdown__team-city, .nfl-c-countdown__team-fullname {
        display: none
    }

    .nfl-c-countdown__team-shortname {
        display: block
    }

    .nfl-c-countdown__team-separator {
        font-size: 12px
    }

    .nfl-c-countdown__team-separator:after {
        content: "@"
    }

    .nfl-c-countdown__team-container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .nfl-c-countdown__points {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        font-size: 40px
    }

    .nfl-c-countdown__broadcaster, .nfl-c-countdown__location {
        width: calc(50% - 16px)
    }

    .nfl-c-countdown__location {
        padding-left: 16px
    }

    .nfl-c-countdown__broadcaster {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        line-height: 0;
        margin-left: auto;
        margin-top: -32px;
        opacity: .7;
        padding-right: 16px;
        text-align: right
    }

    .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__broadcaster-name {
        font-size: 12px
    }
}

@media (min-width: 1024px) {
    .nfl-c-countdown__figure img {
        height: 100%;
        width: auto
    }

    .nfl-c-countdown__content {
        display: block;
        height: 76px;
        overflow: hidden;
        position: relative
    }

    .nfl-c-countdown__broadcaster, .nfl-c-countdown__date, .nfl-c-countdown__location, .nfl-c-countdown__match, .nfl-c-countdown__timer {
        position: absolute;
        z-index: 1
    }

    .nfl-c-countdown__date {
        font-size: 12px;
        font-weight: 100;
        left: 24px;
        padding: 0 0 8px;
        top: 8px
    }

    .nfl-c-countdown__match {
        bottom: 8px;
        left: 24px
    }

    .nfl-c-countdown__team {
        width: auto
    }

    .nfl-c-countdown__team--site {
        display: none !important
    }

    .nfl-c-countdown__team:last-child {
        padding-right: 0
    }

    .nfl-c-countdown__team-logo img {
        margin: 0 8px
    }

    .nfl-c-countdown__team-separator--background {
        font-size: 10px
    }

    .nfl-c-countdown__team-separator--other {
        display: none
    }

    .nfl-c-countdown__team-name {
        font-size: 14px
    }

    .nfl-c-countdown__team-fullname {
        display: block;
        padding-left: 6px
    }

    .nfl-c-countdown__team-city {
        display: block
    }

    .nfl-c-countdown__team-shortname {
        display: none
    }

    .nfl-c-countdown__team-container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .nfl-c-countdown__points {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        font-size: 40px
    }

    .nfl-c-countdown__timer {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -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__broadcaster, .nfl-c-countdown__location {
        right: 24px;
        text-align: right;
        width: auto
    }

    .nfl-c-countdown__broadcaster {
        top: 8px
    }

    .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--event .nfl-c-countdown__header {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    padding: 8px 0
}

.nfl-c-countdown--event .nfl-c-countdown__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    justify-content: space-between;
    padding: 16px
}

.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__date, .nfl-c-countdown--event .nfl-c-countdown__content .nfl-c-countdown__location, .nfl-c-countdown--event .nfl-c-countdown__content .nfl-c-countdown__timer {
    -ms-flex-preferred-size: 30%;
    bottom: auto;
    flex-basis: 30%;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    width: auto
}

.nfl-c-countdown--event .nfl-c-countdown__content .nfl-c-countdown__date {
    padding: 0;
    text-align: left;
    width: auto
}

.nfl-c-countdown--event .nfl-c-countdown__content .nfl-c-countdown__timer {
    -webkit-transform: none;
    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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        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 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 16px
    }
}

.nfl-c-countdown--event.nfl-c-countdown--button-theme .nfl-c-countdown__date {
    border: none;
    font-size: 14px;
    padding: 0;
    top: auto
}

.nfl-c-countdown--event.nfl-c-countdown--button-theme .nfl-c-countdown__location {
    font-size: 14px
}

.nfl-c-countdown--has-background .nfl-c-countdown__front-layer {
    background-color: transparent;
    color: #fff;
    z-index: 1
}

.nfl-c-countdown--has-background .nfl-c-countdown__figure {
    height: 100%;
    width: 100%
}

.nfl-c-countdown--has-background .nfl-c-countdown__figure picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.nfl-c-countdown--has-background .nfl-c-countdown__figure img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: auto;
    max-width: none
}

@media (min-width: 1024px) {
    .nfl-c-countdown--button-theme .nfl-c-countdown__match, .nfl-c-countdown--header-footer .nfl-c-countdown__match {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .nfl-c-countdown--button-theme .nfl-c-countdown__team--opponent, .nfl-c-countdown--header-footer .nfl-c-countdown__team--opponent, .nfl-c-countdown--light-theme .nfl-c-countdown__team--opponent {
        font-size: 10px
    }

    .nfl-c-countdown--button-theme .nfl-c-countdown__team--opponent:before, .nfl-c-countdown--header-footer .nfl-c-countdown__team--opponent:before, .nfl-c-countdown--light-theme .nfl-c-countdown__team--opponent:before {
        content: "AT"
    }

    .nfl-c-countdown--button-theme .nfl-c-countdown__team--prefix:before, .nfl-c-countdown--header-footer .nfl-c-countdown__team--prefix:before, .nfl-c-countdown--light-theme .nfl-c-countdown__team--prefix:before {
        content: ""
    }

    .nfl-c-countdown--button-theme .nfl-c-countdown__team:first-child, .nfl-c-countdown--header-footer .nfl-c-countdown__team:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-countdown--button-theme .nfl-c-countdown__team-name, .nfl-c-countdown--header-footer .nfl-c-countdown__team-name {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .nfl-c-countdown--light-theme .nfl-c-countdown__team-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.nfl-c-custom-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.nfl-c-custom-promo a.nfl-o-cta:focus, .nfl-c-custom-promo a.nfl-o-fevo:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

@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: calc(2.28571px + 1.78571vw)
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-custom-promo .d3-l-section-header {
        margin-bottom: calc(-8px + 3.125vw)
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .nfl-c-custom-promo .d3-l-section-header {
        margin-bottom: 24px
    }
}

@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-position: 0 0;
    background-repeat: repeat
}

.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-color-schema-transparent-background .nfl-c-custom-promo__content.d3-o-media-object {
    background-color: transparent
}

.nfl-c-custom-promo--has-background-size-cover .nfl-c-custom-promo__content.d3-o-media-object {
    background-position: 50%;
    background-size: cover
}

.nfl-c-custom-promo__cta-whole-active {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.nfl-c-custom-promo__cta-whole-active:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-custom-promo__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.nfl-c-custom-promo--has-image-position-top .nfl-c-custom-promo__content {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    min-height: -moz-min-content;
    min-height: -webkit-min-content;
    min-height: min-content
}

.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 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    line-height: 0;
    width: 100%
}

.nfl-c-custom-promo__figure img, .nfl-c-custom-promo__figure picture > * {
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    max-width: none;
    width: 100%
}

.nfl-c-custom-promo__headline {
    padding-bottom: 16px
}

.nfl-c-custom-promo__description {
    padding-bottom: 16px;
    word-break: break-word
}

.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 ol, .nfl-c-custom-promo__description ul {
    list-style-position: inside;
    padding-left: 16px
}

.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 {
    font-size: 14px;
    padding: 16px
}

.nfl-c-custom-promo--has-cta-size-large .nfl-c-custom-promo__cta a {
    font-size: 16px;
    padding: 24px
}

.nfl-c-custom-promo--has-cta-color-schema-link-color .nfl-c-custom-promo__cta a {
    background-color: #fff;
    border-color: #fff;
    color: #151515
}

.nfl-c-custom-promo--has-cta-color-schema-link-color .nfl-c-custom-promo__cta a:hover {
    background-color: #151515;
    border-color: #151515;
    color: #fff
}

@media (max-width: 767px) {
    .nfl-c-custom-promo--has-section-title, .nfl-c-custom-promo__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nfl-c-custom-promo__content.d3-o-media-object {
        margin-bottom: 24px
    }

    .nfl-c-custom-promo--has-text-align-center .nfl-c-custom-promo__body, .nfl-c-custom-promo--has-text-align-center .nfl-c-custom-promo__cta, .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__body, .nfl-c-custom-promo--has-text-align-left .nfl-c-custom-promo__cta, .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__body, .nfl-c-custom-promo--has-text-align-right .nfl-c-custom-promo__cta, .nfl-c-custom-promo--has-text-align-right .nfl-c-custom-promo__description {
        text-align: center
    }

    .nfl-c-custom-promo--has-mobile-size-33 .nfl-c-custom-promo__figure {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 33%
    }

    .nfl-c-custom-promo--has-mobile-size-50 .nfl-c-custom-promo__figure {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 50%
    }

    .nfl-c-custom-promo--has-mobile-size-66 .nfl-c-custom-promo__figure {
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
        width: 66%
    }

    .nfl-c-custom-promo--has-mobile-size-100 .nfl-c-custom-promo__figure {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%
    }

    .nfl-c-custom-promo .d3-o-media-object__body, .nfl-c-custom-promo .d3-o-media-object__figure {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: auto
    }
}

@media (min-width: 768px) {
    .nfl-c-custom-promo--has-section-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .nfl-c-custom-promo__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nfl-c-custom-promo--has-image-position-right .nfl-c-custom-promo__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .nfl-c-custom-promo--has-image-position-top .nfl-c-custom-promo__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nfl-c-custom-promo--has-desktop-size-100 .nfl-c-custom-promo__content {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        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 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nfl-c-custom-promo--has-image-position-top .d3-o-media-object__body, .nfl-c-custom-promo--has-image-position-top .d3-o-media-object__figure {
        -ms-flex-preferred-size: auto;
        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 {
        -ms-flex-preferred-size: auto;
        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 {
        -ms-flex-preferred-size: auto;
        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 {
        -ms-flex-preferred-size: auto;
        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 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%
    }

    .nfl-c-custom-promo--has-desktop-size-33 .nfl-c-custom-promo__figure {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 33%
    }

    .nfl-c-custom-promo--has-desktop-size-50 .nfl-c-custom-promo__figure {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 50%
    }

    .nfl-c-custom-promo--has-desktop-size-66 .nfl-c-custom-promo__figure {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 66%
    }

    .nfl-c-custom-promo--has-desktop-size-100 .nfl-c-custom-promo__figure {
        -ms-flex-preferred-size: auto;
        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 {
    background-color: rgba(0, 0, 0, .4);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    border-bottom: 1px solid #ccc;
    color: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    padding: 8px;
    width: 100%
}

.nfl-c-event__header-add-calendar {
    margin: 0 24px
}

.nfl-c-event__title {
    color: #333;
    font-size: 48px;
    padding: 16px 16px 0
}

.nfl-c-event .d3-o-media-object__body, .nfl-c-event__description {
    padding: 0 16px 16px
}

.nfl-c-event__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 ol, .nfl-c-event__description ul {
    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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-c-event .d3-o-media-object__cta {
    -ms-flex-pack: distribute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    padding: 16px
}

.nfl-c-event .d3-o-media-object__cta .nfl-o-cta, .nfl-c-event .d3-o-media-object__cta .nfl-o-fevo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

@media (min-width: 1024px) {
    .nfl-c-event .d3-o-media-object__body {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%
    }

    .nfl-c-event .d3-o-media-object__cta {
        -ms-flex-preferred-size: 30%;
        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 {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}

@media (max-width: 1023px) {
    .nfl-c-event .d3-o-media-object__body, .nfl-c-event .d3-o-media-object__cta {
        -ms-flex-preferred-size: 100%;
        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 {
        -ms-flex-preferred-size: 50%;
        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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.nfl-c-event .d3-o-media-object__figure img {
    display: block
}

.nfl-c-export-bar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto
}

.nfl-c-export-bar__item {
    background-color: #fff;
    text-transform: uppercase
}

.nfl-c-export-bar .nfl-o-cta, .nfl-c-export-bar .nfl-o-fevo {
    display: block;
    height: 100%;
    padding: 16px;
    text-align: center;
    width: 100%
}

.d3-l-module--featured-news-tray .d3-c-adblock {
    -ms-flex-preferred-size: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    height: 100%;
    width: 100%
}

.nfl-c-find-channel {
    background-color: #fafafa;
    color: #757575;
    padding: 16px;
    width: 100%
}

.d3-l-grid--inner .nfl-c-find-channel .d3-l-adv-row, .nfl-c-find-channel .d3-l-col__col-12, .nfl-c-find-channel .d3-l-grid--inner .d3-l-adv-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nfl-c-find-channel__title {
    text-transform: uppercase
}

.nfl-c-find-channel .nfl-c-find-channel__form {
    grid-gap: 32px;
    margin: 0;
    padding: 16px 0
}

.nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    flex-grow: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    justify-content: flex-start;
    margin: unset;
    margin-bottom: 0
}

.nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group .d3-js-dropdown.ui-selectmenu-button {
    background: #fff;
    border: .5px solid #ccc;
    width: auto
}

.nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group .d3-o-button {
    background-color: #151515;
    border: .5px solid #fafafa;
    color: #fafafa;
    cursor: pointer;
    display: block;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group .d3-o-button:hover {
    background-color: #fafafa;
    color: #151515
}

.nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group .d3-js-dropdown.ui-state-disabled, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group button:disabled, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group button:disabled:hover, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group input:disabled, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group input:disabled:hover, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group select:disabled, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group select:disabled:hover {
    background-color: #fafafa;
    border-color: #ccc;
    color: #ccc;
    cursor: default;
    opacity: 1
}

.nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group .d3-js-dropdown.ui-state-disabled span, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group button:disabled:hover span, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group button:disabled span, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group input:disabled:hover span, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group input:disabled span, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group select:disabled:hover span, .nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__form-group select:disabled span {
    opacity: .25
}

.nfl-c-find-channel .nfl-c-find-channel__form .nfl-c-find-channel__group-title {
    font-size: 12px;
    padding-bottom: 10px;
    text-align: left
}

.nfl-c-find-channel [class*=nfl-c-find-channel__message] {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset
}

.nfl-c-find-channel [class*=nfl-c-find-channel__message] a {
    padding-left: 4px;
    padding-right: 4px
}

.nfl-c-find-channel [class*=nfl-c-find-channel__message] a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-find-channel .nfl-c-find-channel__message {
    color: #757575
}

.nfl-c-find-channel .nfl-c-find-channel__message--result {
    color: #333
}

.nfl-c-find-channel .d3-o-dropdown {
    color: #333;
    font-size: 16px;
    height: 40px;
    width: 100%
}

@media (max-width: 1023px) {
    .nfl-c-find-channel .nfl-c-find-channel__form {
        grid-gap: 16px
    }
}

@media (max-width: 767px) {
    .nfl-c-find-channel {
        grid-column: span 12;
        text-align: center
    }
}

.d3-l-module--followbar .nfl-o-icon {
    display: inline-block;
    float: left;
    height: 32px;
    margin-right: 8px;
    margin-top: 4px;
    width: 32px
}

.d3-o-followbar__platform {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid transparent;
    display: inline-block;
    padding: 8px;
    width: 100%
}

.d3-o-followbar__platform:hover {
    border-color: #151515
}

.d3-o-followbar__platform:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.d3-o-followbar__platform--name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.d3-o-followbar__platform--account {
    display: block;
    float: left;
    font-size: 13px
}

@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: 700
    }

    .d3-o-followbar__platform--account {
        font-size: 12px
    }
}

.nfl-c-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    flex-basis: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
    width: 100%
}

.nfl-c-form .d3-l-section-header, .nfl-c-form .nfl-c-form__group {
    margin-bottom: 16px
}

.nfl-c-form .d3-l-section-header {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-wrap: nowrap;
    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:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-form__input-status {
    color: #d50a0a;
    font-size: 12px
}

.nfl-c-form__submit {
    -ms-flex-item-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.nfl-c-form__submit button:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-c-form .nfl-o-cta, .nfl-c-form .nfl-o-fevo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    overflow: hidden;
    position: relative;
    width: 100%
}

.nfl-c-game-strip__front-layer {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.nfl-c-game-strip .nfl-h-highlight {
    color: #ff3d00;
    margin-right: 4px
}

.nfl-c-game-strip .nfl-h-highlight--background {
    background-color: #ff3d00;
    color: #fff;
    padding: 2px 8px
}

.nfl-c-game-strip .nfl-h-underline {
    position: relative
}

.nfl-c-game-strip .nfl-h-underline:before {
    background-color: #ff3d00;
    content: "";
    position: absolute
}

.nfl-c-game-strip .nfl-h-underline--live {
    margin-right: 4px
}

.nfl-c-game-strip__header {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    padding: 8px 0;
    text-transform: uppercase;
    width: 100%
}

.nfl-c-game-strip__date-info--final, .nfl-c-game-strip__date-month-date, .nfl-c-game-strip__date-time {
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    padding-right: 16px
}

.nfl-c-game-strip__team, .nfl-c-game-strip__team-timeout-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-game-strip__team-timeout-container {
    height: 20px
}

.nfl-c-game-strip__team-timeout {
    font-size: 24px
}

.nfl-c-game-strip__team-info {
    -ms-flex-preferred-size: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 80%
}

.nfl-c-game-strip__team-info--home, .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-name, .nfl-c-game-strip__team-info--home .nfl-c-game-strip__team-record {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.nfl-c-game-strip__team-info--away, .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-name, .nfl-c-game-strip__team-info--away .nfl-c-game-strip__team-record {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nfl-c-game-strip__team-name {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 16px;
    text-transform: uppercase
}

.nfl-c-game-strip__team-logo img {
    width: auto
}

.nfl-c-game-strip__team-fullname, .nfl-c-game-strip__team-record {
    -ms-flex-preferred-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%
}

.nfl-c-game-strip__points {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    font-size: 40px;
    text-align: center
}

.nfl-c-game-strip__points--loss {
    color: #757575
}

.nfl-c-game-strip__broadcaster-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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, .nfl-c-game-strip__links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.nfl-c-game-strip__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 8px 16px
}

.nfl-c-game-strip__cta {
    -ms-flex-preferred-size: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 50%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    justify-content: center
}

.nfl-c-game-strip__cta .nfl-o-button--inner-focus:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-c-game-strip__cta .nfl-o-button--outer-focus:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-game-strip__cta-game {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-c-game-strip__cta-game, .nfl-c-game-strip__cta-yahoo-branding {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.nfl-c-game-strip__cta-yahoo-branding img {
    margin-top: 16px
}

.nfl-c-game-strip__media, .nfl-c-game-strip__more-links {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.nfl-c-game-strip__media-tv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-game-strip__more-links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

.nfl-c-game-strip__link {
    color: #151515
}

.nfl-c-game-strip__link:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-game-strip .nfl-o-button + .nfl-o-button {
    margin-left: 8px
}

.nfl-c-game-strip__btn-buy-tickets, .nfl-c-game-strip__btn-game-day, .nfl-c-game-strip__btn-game-pass, .nfl-c-game-strip__btn-listen, .nfl-c-game-strip__btn-soldout, .nfl-c-game-strip__btn-watch {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 8px 16px
}

.nfl-c-game-strip__btn-game-day {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    background-color: #151515;
    color: #fafafa;
    order: 2
}

.nfl-c-game-strip__btn-buy-tickets, .nfl-c-game-strip__btn-game-pass, .nfl-c-game-strip__btn-listen, .nfl-c-game-strip__btn-watch {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #151515
}

.nfl-c-game-strip__btn-buy-tickets [class*=nfl-o-icon], .nfl-c-game-strip__btn-game-pass [class*=nfl-o-icon], .nfl-c-game-strip__btn-listen [class*=nfl-o-icon], .nfl-c-game-strip__btn-watch [class*=nfl-o-icon] {
    fill: currentColor
}

.nfl-c-game-strip__btn-game-pass {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.nfl-c-game-strip__btn-buy-tickets {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.nfl-c-game-strip__btn-buy-tickets .nfl-o-icon {
    -webkit-transform: rotate(-45deg);
    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-ad, .nfl-c-game-strip__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-game-strip__btn-ad {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    align-items: center;
    border: none;
    color: #ccc;
    flex-grow: 1;
    font-weight: 100;
    justify-content: space-between;
    justify-content: flex-end
}

.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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .nfl-c-game-strip__adv {
        background-color: #fafafa;
        border-bottom: 1px solid hsla(0, 0%, 80%, .3);
        padding: 4px 16px
    }

    .nfl-c-game-strip__adv .nfl-o-adv--no-title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        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 {
        border-bottom: 1px solid #ccc;
        font-size: 12px;
        height: 32px;
        padding: 0 16px
    }

    .nfl-c-game-strip .nfl-h-highlight--background, .nfl-c-game-strip__header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-game-strip .nfl-h-highlight--background {
        background-color: transparent;
        border-bottom: 3px solid #ff3d00;
        border-top: 3px solid transparent;
        color: #ff3d00;
        height: 100%;
        padding: 0 4px
    }

    .nfl-c-game-strip .nfl-h-highlight--background:after {
        content: "\2022";
        padding-left: 4px
    }

    .nfl-c-game-strip__current-drive, .nfl-c-game-strip__current-period, .nfl-c-game-strip__date-month-date, .nfl-c-game-strip__game-clock {
        padding: 0 2px
    }

    .nfl-c-game-strip__date-info--final, .nfl-c-game-strip__date-month-date, .nfl-c-game-strip__date-time {
        color: #151515;
        font-weight: 100
    }

    .nfl-c-game-strip__match {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nfl-c-game-strip__team {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 8px 0
    }

    .nfl-c-game-strip__team > .nfl-c-game-strip__team-record {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        color: #757575;
        justify-content: flex-end !important
    }

    .nfl-c-game-strip__team-name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: inline;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center
    }

    .nfl-c-game-strip__team-info {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        order: 0
    }

    .nfl-c-game-strip__points {
        font-size: 20px;
        text-align: right
    }

    .nfl-c-game-strip__points--loss {
        color: #151515
    }

    .nfl-c-game-strip__bullet {
        color: #ff3d00
    }

    .nfl-c-game-strip__bullet--final, .nfl-c-game-strip__bullet--live {
        display: inline
    }

    .nfl-c-game-strip__team-name {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        order: 1
    }

    .nfl-c-game-strip__team-logo img {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        height: 32px;
        order: 0;
        width: 32px
    }

    .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 {
        -ms-flex-preferred-size: 50%;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }

    .nfl-c-game-strip__cta, .nfl-c-game-strip__more-links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-flex-preferred-size: 100%;
        align-items: center;
        border-top: 1px solid #ccc;
        flex-basis: 100%;
        justify-content: space-between;
        min-height: 40px;
        width: 100%
    }

    .nfl-c-game-strip__cta {
        padding: 16px
    }

    .nfl-c-game-strip__cta:empty {
        display: none
    }

    .nfl-c-game-strip__cta-wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .nfl-c-game-strip__more-links {
        padding: 8px 16px
    }

    .nfl-c-game-strip__more-links:empty {
        display: none
    }

    .nfl-c-game-strip__cta--pregame {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nfl-c-game-strip__cta--pregame .nfl-c-game-strip__btn-game-day {
        -ms-flex-preferred-size: 100%;
        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 {
        -ms-flex-preferred-size: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        border-top: 1px solid #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        justify-content: flex-start;
        padding: 8px 16px;
        width: 100%
    }

    .nfl-c-game-strip__btn-buy-tickets, .nfl-c-game-strip__btn-game-day, .nfl-c-game-strip__btn-game-pass, .nfl-c-game-strip__btn-listen, .nfl-c-game-strip__btn-soldout, .nfl-c-game-strip__btn-watch {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

    .nfl-c-game-strip .nfl-o-button {
        height: 100%;
        min-height: 40px
    }
}

@media (min-width: 1024px) {
    .nfl-c-game-strip__adv {
        position: absolute;
        right: 16px;
        top: 4px
    }

    .nfl-c-game-strip__front-layer--live {
        border-top: 3px solid #ff3d00
    }

    .nfl-c-game-strip__header {
        font-size: 14px;
        text-align: center
    }

    .nfl-c-game-strip__match {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .nfl-c-game-strip__team {
        -ms-flex-preferred-size: 50%;
        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(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse
    }

    .nfl-c-game-strip__team-record--pregame {
        color: #757575;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .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
    }

    .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-strip .nfl-c-game-strip__cta-mwls:not(:empty) {
    margin-bottom: 16px
}

.nfl-c-game-strip-v2 {
    color: #151515;
    width: 100%
}

.nfl-c-game-strip-v2__body {
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    z-index: 2
}

.nfl-c-game-strip-v2__team-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-game-strip-v2__team-info--away {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.nfl-c-game-strip-v2__team-info--home {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.nfl-c-game-strip-v2__team-name {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 16px;
    text-transform: uppercase
}

.nfl-c-game-strip-v2__team-logo img {
    height: 72px;
    width: 72px
}

.nfl-c-game-strip-v2__team-record {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.nfl-c-game-strip-v2__team-timeout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-game-strip-v2__team-timeout {
    font-size: 24px
}

.nfl-c-game-strip-v2__cta-yahoo-branding {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.nfl-c-game-strip-v2__cta-yahoo-branding img {
    margin-top: 16px
}

.nfl-c-game-strip-v2__media {
    -ms-grid-column-align: start;
    justify-self: start
}

.nfl-c-game-strip-v2__cta, .nfl-c-game-strip-v2__media {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.nfl-c-game-strip-v2__cta {
    -ms-grid-column-align: center;
    justify-self: center
}

.nfl-c-game-strip-v2__cta-mwls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.nfl-c-game-strip-v2__cta-mwls:not(:empty) {
    margin-bottom: 16px
}

.nfl-c-game-strip-v2__more-links {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -ms-grid-column-align: end;
    align-self: center;
    justify-self: end
}

.nfl-c-game-strip-v2__link {
    color: #151515
}

.nfl-c-game-strip-v2__link:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

@media (min-width: 1024px) {
    .nfl-c-game-strip-v2__body {
        -ms-grid-columns: 1fr 240px 1fr;
        grid-gap: 8px;
        grid-template-columns:1fr 240px 1fr;
        padding: 8px 16px
    }

    .nfl-c-game-strip-v2__body--live {
        border-top: 3px solid #ff3d00
    }

    .nfl-c-game-strip-v2__adv {
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-align: end;
        -ms-grid-column: 3;
        grid-column: 3/4;
        -ms-grid-row: 1;
        grid-row: 1/2;
        justify-self: end
    }

    .nfl-c-game-strip-v2__team-info {
        -ms-grid-row-span: 1;
        -ms-grid-row: 2;
        grid-row: 2/3
    }

    .nfl-c-game-strip-v2__team-info--away {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
        grid-column: 1/2
    }

    .nfl-c-game-strip-v2__team-info--home {
        -ms-grid-column-span: 1;
        -ms-grid-column: 3;
        grid-column: 3/4
    }

    .nfl-c-game-strip-v2__team-info--home .nfl-c-game-strip-v2__team-timeout-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .nfl-c-game-strip-v2__team-name--pregame .nfl-c-game-strip-v2__team-record {
        color: #757575
    }

    .nfl-c-game-strip-v2__team-fullname {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        font-size: 24px
    }

    .nfl-c-game-strip-v2__team-shortname {
        -ms-flex-preferred-size: 100%;
        display: none;
        flex-basis: 100%
    }

    .nfl-c-game-strip-v2__team-timeout-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .nfl-c-game-strip-v2__footer {
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1;
        -ms-grid-columns: 25% 50% 25%;
        -ms-grid-rows: 1fr;
        display: -ms-grid;
        display: grid;
        -ms-grid-column: 1;
        grid-column: 1/span 3;
        -ms-grid-row: 3;
        grid-row: 3/4;
        grid-template-columns:25% 50% 25%;
        grid-template-rows:1fr
    }

    .nfl-c-game-strip-v2__media {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
        grid-column: 1/2
    }

    .nfl-c-game-strip-v2__cta {
        -ms-grid-column-span: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-grid-column: 2;
        grid-column: 2/3;
        justify-content: center
    }

    .nfl-c-game-strip-v2__cta > * {
        margin: 0 4px
    }

    .nfl-c-game-strip-v2__more-links {
        -ms-grid-column-span: 1;
        -ms-grid-column: 3;
        grid-column: 3/4
    }

    .nfl-c-game-strip-v2__more-links > * {
        margin: 0 8px
    }

    .nfl-c-game-strip-v2__cta, .nfl-c-game-strip-v2__more-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-game-strip-v2__cta > :first-child, .nfl-c-game-strip-v2__more-links > :first-child {
        margin-left: 0
    }

    .nfl-c-game-strip-v2__cta > :last-child, .nfl-c-game-strip-v2__more-links > :last-child {
        margin-right: 0
    }

    .nfl-c-game-strip-v2__cta-mwls:empty {
        margin: 0;
        width: 0
    }

    .nfl-c-game-strip-v2__cta-yahoo-branding:not(:empty) {
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column: 1/span 3;
        -ms-grid-row: 4;
        grid-row: 4/5
    }
}

@media (max-width: 1023px) {
    .nfl-c-game-strip-v2__body {
        -ms-grid-columns: 1fr;
        -ms-grid-rows:(auto) [ 2 ] (50 px) [ 2 ] (auto) [ 2 ];
        grid-template-columns:1fr;
        grid-template-rows:repeat(2, auto) repeat(2, 50px) repeat(2, auto)
    }

    .nfl-c-game-strip-v2__body > * {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
        grid-column: 1/2
    }

    .nfl-c-game-strip-v2__adv {
        -ms-grid-row-span: 1;
        background-color: #fafafa;
        border-bottom: 1px solid hsla(0, 0%, 80%, .3);
        -ms-grid-row: 1;
        grid-row: 1/2;
        padding: 4px 16px
    }

    .nfl-c-game-strip-v2__adv .nfl-o-adv--no-title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .nfl-c-game-strip-v2__adv .nfl-o-adv__label {
        padding: 8px 8px 8px 0
    }

    .nfl-c-game-strip-v2__team-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 16px
    }

    .nfl-c-game-strip-v2__team-info--away {
        -ms-grid-row-span: 1;
        -ms-grid-row: 3;
        grid-row: 3/4
    }

    .nfl-c-game-strip-v2__team-info--home {
        -ms-grid-row-span: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-grid-row: 4;
        grid-row: 4/5;
        justify-content: flex-start;
        text-align: left
    }

    .nfl-c-game-strip-v2__team-name {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .nfl-c-game-strip-v2__team-name.nfl-c-game-strip-v2__team-name--pregame {
        -webkit-box-flex: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .nfl-c-game-strip-v2__team-name.nfl-c-game-strip-v2__team-name--pregame .nfl-c-game-strip-v2__team-record {
        -ms-flex-preferred-size: unset;
        color: #757575;
        flex-basis: unset;
        font-weight: 400
    }

    .nfl-c-game-strip-v2__team-logo {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .nfl-c-game-strip-v2__team-logo img {
        height: 32px;
        width: 32px
    }

    .nfl-c-game-strip-v2__team-fullname {
        display: none;
        font-size: 24px
    }

    .nfl-c-game-strip-v2__team-shortname {
        display: block
    }

    .nfl-c-game-strip-v2__team-timeout-container {
        line-height: 100%;
        width: 100%
    }

    .nfl-c-game-strip-v2__footer {
        -ms-grid-row-span: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-grid-row: 5;
        grid-row: 5/6
    }

    .nfl-c-game-strip-v2__cta, .nfl-c-game-strip-v2__media, .nfl-c-game-strip-v2__more-links {
        -ms-flex-preferred-size: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        padding: 8px 16px
    }

    .nfl-c-game-strip-v2__media {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .nfl-c-game-strip-v2__media .nfl-o-matchup-cards__media-radio, .nfl-c-game-strip-v2__media .nfl-o-matchup-cards__media-tv {
        padding-left: 0
    }

    .nfl-c-game-strip-v2__media .nfl-o-matchup-cards__media-tv ~ .nfl-o-matchup-cards__media-radio {
        padding-left: 16px
    }

    .nfl-c-game-strip-v2__cta {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 16px
    }

    .nfl-c-game-strip-v2__cta:empty {
        display: none
    }

    .nfl-c-game-strip-v2__cta-mwls:not(:empty) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 16px
    }

    .nfl-c-game-strip-v2__btn-buy-tickets, .nfl-c-game-strip-v2__btn-game-day, .nfl-c-game-strip-v2__btn-game-pass, .nfl-c-game-strip-v2__btn-listen, .nfl-c-game-strip-v2__btn-soldout, .nfl-c-game-strip-v2__btn-watch {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

    .nfl-c-game-strip-v2 .nfl-o-button {
        height: 100%;
        min-height: 40px
    }

    .nfl-c-game-strip-v2__more-links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nfl-c-game-strip-v2__more-links:empty {
        display: none
    }

    .nfl-c-game-strip-v2__cta-yahoo-branding {
        -ms-grid-row-span: 1;
        -ms-grid-row: 6;
        grid-row: 6/7
    }
}

.nfl-c-game-strip-v2__live-data {
    display: -ms-grid;
    display: grid
}

.nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    width: 100%
}

.nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__current-drive, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__current-period, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__date-month-date, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__date-week, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__game-clock, .nfl-c-game-strip-v2__live-data .nfl-h-underline--live {
    margin-right: 4px
}

.nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__current-drive, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__current-period, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__game-clock, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__redzone-full, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__yard-line {
    white-space: nowrap
}

.nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__current-drive, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__yard-line {
    text-transform: uppercase
}

@media (min-width: 768px) {
    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__redzone-short {
        display: none
    }
}

@media (max-width: 767px) {
    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__redzone-full {
        display: none
    }
}

.nfl-c-game-strip-v2__live-data .nfl-h-highlight {
    color: #ff3d00
}

.nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 40px;
    text-align: center
}

.nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__points--loss {
    color: #757575
}

@media (min-width: 1024px) {
    .nfl-c-game-strip-v2__live-data {
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 2;
        -ms-grid-columns:(1fr) [ 2 ];
        -ms-grid-column: 2;
        grid-column: 2/3;
        -ms-grid-row: 1;
        grid-row: 1/3;
        grid-template-columns:repeat(2, 1fr)
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__header {
        -ms-grid-column-span: 2;
        -ms-grid-row-span: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        font-size: 14px;
        -ms-grid-column: 1;
        grid-column: 1/3;
        -ms-grid-row: 1;
        grid-row: 1/2;
        justify-content: center;
        text-align: center
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__header--live .nfl-c-game-strip-v2__current-drive, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__header--live .nfl-c-game-strip-v2__current-period, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__header--live .nfl-c-game-strip-v2__game-clock, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__header--live .nfl-c-game-strip-v2__redzone-full, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__header--live .nfl-c-game-strip-v2__yard-line {
        padding-top: 2px
    }

    .nfl-c-game-strip-v2__live-data .nfl-h-highlight--background {
        background-color: #ff3d00;
        color: #fff;
        padding: 2px 8px 0
    }

    .nfl-c-game-strip-v2__live-data .nfl-h-underline--live {
        height: 20px
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__date-info--final, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__date-month-date, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__date-time {
        color: #757575
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__points {
        -ms-grid-column-align: center;
        justify-self: center
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__bullet--live {
        display: inline-block;
        margin-right: 8px
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__bullet--final {
        display: none
    }
}

@media (max-width: 1023px) {
    .nfl-c-game-strip-v2__live-data {
        -ms-grid-row-span: 3;
        -ms-grid-columns: 1fr;
        -ms-grid-rows: auto (50px) [ 2 ];
        -ms-grid-row: 2;
        grid-row: 2/5;
        grid-template-columns:1fr;
        grid-template-rows:auto repeat(2, 50px)
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__header {
        -ms-grid-row-span: 1;
        border-bottom: 1px solid #ccc;
        font-size: 12px;
        -ms-grid-row: 1;
        grid-row: 1/2;
        padding: 0 16px
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__header > * {
        padding-bottom: 8px;
        padding-top: 8px
    }

    .nfl-c-game-strip-v2__live-data .nfl-h-highlight--background {
        border-bottom: 3px solid #ff3d00;
        color: #ff3d00
    }

    .nfl-c-game-strip-v2__live-data .nfl-h-highlight--background:after {
        content: "\2022"
    }

    .nfl-c-game-strip-v2__live-data .nfl-h-highlight--background.nfl-h-underline--live {
        padding-left: 4px;
        padding-right: 4px
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__date-info--final, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__date-month-date, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__date-time {
        color: #151515;
        font-weight: 100
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__points {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        -ms-flex-line-pack: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        align-content: center;
        align-self: center;
        font-size: 20px;
        justify-content: flex-end;
        padding-right: 16px;
        text-align: right
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__points--away {
        -ms-grid-row-span: 1;
        -ms-grid-row: 2;
        grid-row: 2/3
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__points--home {
        -ms-grid-row-span: 1;
        -ms-grid-row: 3;
        grid-row: 3/4
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__points--loss {
        color: #151515
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__bullet {
        color: #ff3d00;
        padding-right: 8px
    }

    .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__bullet--final, .nfl-c-game-strip-v2__live-data .nfl-c-game-strip-v2__bullet--live {
        display: block
    }
}

.nfl-c-game-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    color: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    overflow: hidden;
    position: relative;
    width: 100%
}

.nfl-c-game-tile a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-game-tile .nfl-o-adv--no-title {
    background-color: #fff
}

.nfl-c-game-tile .nfl-o-adv--no-title .nfl-o-adv__label {
    text-align: right;
    width: 50%
}

.nfl-c-game-tile .nfl-o-adv--no-title .d3-o-adv-block {
    width: 50%
}

.nfl-c-game-tile__match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-game-tile__header {
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.nfl-c-game-tile .nfl-h-highlight {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff3d00;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    margin-right: 4px;
    padding: 1px 8px
}

.nfl-c-game-tile__redzone-full, .nfl-c-game-tile__redzone-short {
    color: #ff3d00
}

.nfl-c-game-tile__team {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-preferred-size: 50%;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-transform: uppercase
}

.nfl-c-game-tile__records {
    color: #ccc;
    font-size: 16px
}

.nfl-c-game-tile__time {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nfl-c-game-tile__time, .nfl-c-game-tile__time-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.nfl-c-game-tile__time-clock {
    font-size: 48px;
    font-weight: 100
}

.nfl-c-game-tile__time-info {
    -ms-flex-preferred-size: 20%;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 20%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 8px
}

.nfl-c-game-tile__time-period, .nfl-c-game-tile__time-zone {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 16px;
    line-height: 1.1
}

.nfl-c-game-tile__time-zone {
    font-weight: 300
}

.nfl-c-game-tile__points {
    -ms-flex-preferred-size: 20%;
    -ms-flex-pack: distribute;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 20%;
    font-size: 48px;
    justify-content: space-around;
    justify-content: space-evenly;
    text-align: center
}

.nfl-c-game-tile__points--loss {
    color: #ccc;
    font-weight: 300
}

.nfl-c-game-tile__team-timeout-container {
    font-size: 18px;
    height: 18px
}

.nfl-c-game-tile__team-timeout {
    color: #ccc
}

.nfl-c-game-tile__team-timeout--active {
    color: #f4d60c
}

.nfl-c-game-tile__footer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.nfl-c-game-tile__footer, .nfl-c-game-tile__media {
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: space-between;
    padding: 8px 16px;
    width: 100%
}

.nfl-c-game-tile__links, .nfl-c-game-tile__venue {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-game-tile__venue {
    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 {
    -ms-flex-preferred-size: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    text-transform: uppercase
}

.nfl-c-game-tile__cta .nfl-o-button {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px
}

.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-buy-tickets, .nfl-c-game-tile__btn-game-pass, .nfl-c-game-tile__btn-listen {
    font-weight: 100
}

.nfl-c-game-tile__btn-buy-tickets [class*=nfl-o-icon], .nfl-c-game-tile__btn-game-pass [class*=nfl-o-icon], .nfl-c-game-tile__btn-listen [class*=nfl-o-icon] {
    fill: #fff
}

.nfl-c-game-tile__btn-buy-tickets, .nfl-c-game-tile__btn-game-pass {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 8px 16px
}

.nfl-c-game-tile__btn-buy-tickets [class*=nfl-o-icon], .nfl-c-game-tile__btn-buy-tickets [class*=nfl-o-icon]:hover, .nfl-c-game-tile__btn-game-pass [class*=nfl-o-icon], .nfl-c-game-tile__btn-game-pass [class*=nfl-o-icon]:hover {
    fill: currentColor
}

.nfl-c-game-tile__btn-buy-tickets .nfl-o-icon, .nfl-c-game-tile__btn-game-pass .nfl-o-icon {
    height: 8px;
    margin-right: 8px
}

.nfl-c-game-tile__btn-buy-tickets .nfl-o-icon {
    margin-bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nfl-c-game-tile__back-layer, .nfl-c-game-tile__back-layer:before {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.nfl-c-game-tile__back-layer:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .6));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    top: 0
}

.nfl-c-game-tile__has-background .nfl-c-game-tile__front-layer {
    background-color: transparent;
    color: #fff;
    z-index: 1
}

.nfl-c-game-tile__has-background .nfl-c-game-tile__btn-game-pass {
    border: 1px solid #fff;
    color: #fff
}

.nfl-c-game-tile__has-background .nfl-c-game-tile__figure {
    height: 100%;
    width: 100%
}

.nfl-c-game-tile__has-background .nfl-c-game-tile__figure picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.nfl-c-game-tile__has-background .nfl-c-game-tile__figure img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: auto;
    max-width: none;
    width: 100%
}

.nfl-c-game-tile__score-detail-table {
    table-layout: fixed
}

.nfl-c-game-tile td, .nfl-c-game-tile th {
    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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center
    }

    .nfl-c-game-tile__match {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .nfl-c-game-tile__team {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-direction: column;
        flex-direction: column;
        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 {
        left: -28px;
        position: absolute
    }

    .nfl-c-game-tile__team-name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        order: 1
    }

    .nfl-c-game-tile__team-logo {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        max-width: 70%;
        order: 0
    }

    .nfl-c-game-tile__points {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: relative
    }

    .nfl-c-game-tile__records {
        font-size: 10px;
        padding-top: 8px
    }

    .nfl-c-game-tile__at-sign {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-item-align: center;
        align-self: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 25%;
        width: 100%
    }

    .nfl-c-game-tile__match {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nfl-c-game-tile__match .nfl-c-game-tile__time {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .nfl-c-game-tile__redzone-full {
        display: none
    }

    .nfl-c-game-tile__links, .nfl-c-game-tile__media {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 12px;
        padding: 0 8px 8px
    }

    .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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nfl-c-game-tile__cta {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nfl-c-game-tile__cta .nfl-o-button {
        -ms-flex-preferred-size: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-basis: 100%;
        justify-content: center;
        padding: 8px 16px
    }

    .nfl-c-game-tile__cta .nfl-o-icon__tickets {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@media (max-width: 1023px) {
    .nfl-c-game-tile__header {
        font-size: 12px;
        padding: 16px 0 4px
    }

    .nfl-c-game-tile__header span + span {
        margin-left: 3px
    }

    .nfl-c-game-tile__match {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }

    .nfl-c-game-tile__team {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 16px;
        order: 1;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 32px;
        text-align: center
    }

    .nfl-c-game-tile__team-logo img {
        height: 72px;
        width: 72px
    }

    .nfl-c-game-tile__records {
        font-size: 12px;
        margin-top: 8px
    }

    .nfl-c-game-tile__score-detail, .nfl-c-game-tile__time {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 32px 0;
        order: 2
    }

    .nfl-c-game-tile__score-detail-table, .nfl-c-game-tile__time-table {
        margin: 0 auto;
        width: 60%
    }

    .nfl-c-game-tile__score-detail-table th, .nfl-c-game-tile__time-table th {
        border-bottom: 1px solid #fff;
        padding-bottom: 4px
    }

    .nfl-c-game-tile__score-detail-table tr:first-of-type td, .nfl-c-game-tile__time-table tr:first-of-type td {
        padding-top: 4px
    }

    .nfl-c-game-tile__team-name {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-game-tile__team-fullname {
        max-width: 120px
    }

    .nfl-c-game-tile__points {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .nfl-c-game-tile__btn-game-pass {
        width: 100%
    }

    .nfl-c-game-tile__venue {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        left: 50%;
        padding-top: 8px;
        position: absolute;
        top: 34px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .nfl-c-game-tile .nfl-c-game-tile__figure img {
        height: 100%;
        -o-object-fit: cover;
        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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse !important;
        flex-flow: row-reverse !important;
        text-align: left !important
    }

    .nfl-c-game-tile__team:first-of-type .nfl-c-game-tile__points {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse
    }

    .nfl-c-game-tile__team-logo img {
        height: 80px;
        margin: 0 8px;
        width: 80px
    }

    .nfl-c-game-tile__team-name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 16px
    }

    .nfl-c-game-tile__team--left .nfl-c-game-tile__team-name {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .nfl-c-game-tile__team-fullname {
        display: block;
        font-size: 32px;
        line-height: 1;
        max-width: 250px
    }

    .nfl-c-game-tile__match .nfl-c-game-tile__at-sign, .nfl-c-game-tile__mobile-content {
        display: none
    }

    .nfl-c-game-tile__time {
        -ms-flex-preferred-size: 14%;
        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 {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
        padding: 8px 0
    }

    .nfl-c-game-tile__media, .nfl-c-game-tile__venue {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        padding: 0 16px
    }

    .nfl-c-game-tile__venue {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-transform: uppercase
    }

    .nfl-c-game-tile__links {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

[class*=d3-l-module--hero] {
    grid-column: span 12
}

[class*=d3-l-module--hero] .d3-l-module--hero__promo-link {
    color: #fff;
    display: block
}

[class*=d3-l-module--hero] a:not(.d3-l-module--hero__promo-link):focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

[class*=d3-l-module--hero] .d3-l-module--hero__promo-link:focus .d3-l-module--hero__body {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

[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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent
}

[class*=d3-l-module--hero] .d3-o-media-object--horizontal .d3-o-media-object__figure {
    -ms-flex-preferred-size: 20%;
    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 {
    background: #151515;
    border: 0;
    color: #fafafa;
    text-transform: uppercase
}

[class*=d3-l-module--hero] .d3-l-content--wide {
    height: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative
}

[class*=d3-l-module--hero] .d3-l-content--wide figure, [class*=d3-l-module--hero] .d3-l-content--wide picture {
    height: 100%;
    position: relative;
    width: 100%
}

[class*=d3-l-module--hero] .d3-l-content--wide .img-responsive {
    display: block;
    height: auto !important;
    left: 50%;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

@media (min-width: 768px) {
    .d3-l-grid--inner [class*=d3-l-module--hero] .d3-l-content--wide > .d3-l-adv-row, [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 {
        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] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 32px;
    padding: 16px;
    position: absolute;
    right: 32px;
    z-index: 1
}

[class*=d3-l-module--hero] [class=owl-dots] .owl-dot:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

[class*=d3-l-module--hero] [class=owl-dots] .owl-dot span {
    background: none repeat scroll 0 0 #999;
    display: block;
    height: 4px;
    margin: 5px 2px;
    opacity: .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(-8px + 3.125vw)
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    [class*=d3-l-module--hero] .d3-l-section-header__hero {
        margin-bottom: calc(2.28571px + 1.78571vw)
    }
}

.d3-l-module--hero__hidden-mask-false .d3-l-content--wide:before {
    background: rgba(0, 0, 0, .7);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.d3-l-module--hero-item {
    display: -ms-grid;
    display: grid
}

@supports (display:grid) {
    .d3-l-module--hero-item {
        -ms-grid-rows: [row] 1fr;
        -ms-grid-columns: [viewport-start] 1fr [content-start] minmax(0, 1248px) [content-end] 1fr [viewport-end];
        grid-template-columns:[viewport-start] 1fr [content-start] minmax(0, 1248px) [content-end] 1fr [viewport-end];
        grid-template-rows:[row] 1fr
    }
}

.d3-l-module--hero__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    z-index: 1
}

.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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .d3-l-module--hero__body .d3-o-button {
        margin-bottom: 16px
    }
}

.d3-l-module--hero-large.d3-l-module--hero-text-center .d3-o-media-object {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.d3-l-module--hero-large.d3-l-module--hero-text-left .d3-o-media-object {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.d3-l-module--hero-large.d3-l-module--hero-text-right .d3-o-media-object {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right
}

@media (max-width: 767px) {
    .d3-l-module--hero-large.d3-l-module--hero-text-left .d3-o-media-object, .d3-l-module--hero-large.d3-l-module--hero-text-right .d3-o-media-object {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

@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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@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 {
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        padding: 0 40px;
        text-align: left
    }

    .d3-l-module--hero-banner .d3-o-media-object__figure + .d3-o-media-object__body {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-left: 40px;
        width: calc(60% - 16px)
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .d3-l-module--hero-banner .d3-l-module--hero__body, .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 {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit
    }
}

.nfl-c-page {
    min-height: 90px;
    overflow-x: hidden
}

.nfl-c-page .nfl-o-spinner {
    min-height: 90px;
    padding: 36px 0
}

.nfl-c-strip {
    min-height: 85px;
    overflow: hidden;
    width: 100%
}

.nfl-c-strip .nfl-o-spinner {
    min-height: 85px;
    padding: 36px 0
}

@media (max-width: 1279px) {
    .nfl-c-strip[data-require*=draft-strip]:not(.nfl-c-strip--show-on-mobile), .nfl-c-strip[data-require*=score-strip]:not(.nfl-c-strip--show-on-mobile) {
        display: none
    }
}

[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;
    padding-bottom: 8px;
    text-transform: uppercase
}

[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: #333
}

[class*=d3-c-content-package] a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

@media (max-width: 767px) {
    [class*=d3-c-content-package] .d3-o-section__cta {
        background-color: #fff
    }
}

.d3-c-content-package-b source[data-srcset*=t_editorial_landscape] + img.img-responsive {
    aspect-ratio: auto;
    display: block;
    width: 100%
}

@media (max-width: 767px) {
    .d3-c-content-package-b .d3-l-col__col-6, .d3-c-content-package-b .d3-l-col__col-8, .d3-c-content-package-b .d3-l-col__col-8-centered {
        border-bottom: 1px solid #ccc
    }
}

.d3-c-content-package-b .d3-l-col__col-3, .d3-c-content-package-b .d3-l-col__col-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    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, .d3-c-content-package-b .d3-l-col__col-4 .d3-o-media-object__figure, .d3-c-content-package-b .d3-l-col__col-4 .d3-o-media-object__roofline, .d3-c-content-package-b .d3-l-col__col-4 .d3-o-media-object__summary {
        height: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 0
    }
}

@media (min-width: 768px) {
    .d3-c-content-package-b .d3-l-col__col-3 .d3-o-media-object + .d3-o-media-object, .d3-c-content-package-b .d3-l-col__col-4 .d3-o-media-object + .d3-o-media-object {
        margin-top: 16px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .d3-c-content-package-b .d3-l-col__col-8, .d3-c-content-package-b .d3-l-col__col-8-centered {
        grid-column: span 8
    }

    .d3-c-content-package-b .d3-l-col__col-4 {
        grid-column: span 4
    }
}

@media (max-width: 767px) {
    .d3-c-content-package-b__adv {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .d3-c-content-package-b .d3-l-grid--inner {
        grid-gap: 0
    }
}

@media (max-width: 767px) {
    .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__figure, .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 {
        height: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 0
    }
}

@media (max-width: 767px) {
    .d3-c-content-package-c__adv {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        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 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    flex-grow: 1;
    font-family: All-ProSans;
    max-width: 100%
}

.nfl-c-article .nfl-c-photo-gallery {
    border: 1px solid #757575;
    padding: 0;
    position: relative
}

.nfl-c-photo-gallery__adv--visible .nfl-c-photo-gallery__adv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-photo-gallery__adv--visible .nfl-c-photo-gallery__caption, .nfl-c-photo-gallery__adv--visible .nfl-c-photo-gallery__copyright, .nfl-c-photo-gallery__adv--visible .nfl-c-photo-gallery__grid-vew-trigger, .nfl-c-photo-gallery__adv--visible .nfl-c-photo-gallery__progress {
    visibility: hidden
}

.nfl-c-photo-gallery__category, .nfl-c-photo-gallery__description, .nfl-c-photo-gallery__progress {
    color: #757575
}

.nfl-c-photo-gallery__caption, .nfl-c-photo-gallery__copyright, .nfl-c-photo-gallery__title {
    color: #333
}

.nfl-c-photo-gallery__adv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .8);
    bottom: 0;
    display: none;
    -ms-flex-direction: row;
    flex-direction: row;
    height: calc(100% - 52px);
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.nfl-c-photo-gallery__adv-wrapper {
    height: 600px;
    position: relative;
    width: 300px
}

.nfl-c-photo-gallery__adv-content {
    height: 100%;
    width: 100%
}

.nfl-c-photo-gallery__adv-timer-countdown {
    padding-top: 16px;
    text-align: center
}

.nfl-c-photo-gallery__adv-close {
    background-color: #fff;
    height: 32px;
    padding-top: 8px;
    position: absolute;
    right: -32px;
    text-align: center;
    top: 24px;
    width: 32px
}

.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
}

.nfl-c-photo-gallery .owl-carousel {
    position: static !important
}

.nfl-c-article .nfl-c-photo-gallery .owl-carousel {
    padding: 0
}

.nfl-c-photo-gallery .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important
}

.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-dots, .nfl-c-photo-gallery .owl-carousel .owl-nav {
    display: none
}

.nfl-c-photo-gallery .owl-carousel.nfl-c-photo-gallery__carousel--grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto
}

.nfl-c-photo-gallery .owl-carousel.nfl-c-photo-gallery__carousel--grid .nfl-c-photo-gallery__picture-wrapper {
    margin: 0 16px 24px;
    width: 22%
}

.nfl-c-photo-gallery .owl-carousel.nfl-c-photo-gallery__carousel--grid .nfl-c-photo-gallery__picture-wrapper img {
    display: block;
    height: auto;
    width: 100%
}

.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 {
    font-size: 12px;
    padding-top: 16px
}

.nfl-c-photo-gallery__description, .nfl-c-photo-gallery__title {
    font-family: All-ProSans !important
}

.nfl-c-article .nfl-c-photo-gallery__description, .nfl-c-article .nfl-c-photo-gallery__title {
    background-color: #fff;
    color: #151515;
    font-size: 12px;
    width: 94%
}

.nfl-c-photo-gallery__title {
    font-size: 20px;
    font-weight: 700;
    padding: 16px 16px 0
}

.nfl-c-article .nfl-c-photo-gallery__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-photo-gallery__description {
    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 ol, .nfl-c-photo-gallery__description ul {
    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 {
    background-color: #fff;
    font-size: 12px;
    margin: 0;
    position: relative;
    top: 0
}

.nfl-c-article .nfl-c-photo-gallery__description p {
    color: #151515;
    font-size: 12px
}

.nfl-c-photo-gallery__pictures-container {
    margin-top: 16px;
    position: relative;
    width: 100%
}

.nfl-c-article .nfl-c-photo-gallery__pictures-container {
    margin-top: 0
}

.nfl-c-photo-gallery__pictures-container img {
    margin: 0 auto
}

.nfl-c-photo-gallery__caption {
    background-color: #fff;
    color: #151515;
    font-size: 12px;
    margin-top: 8px;
    padding: 0 16px;
    width: 100%
}

.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
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    width: 100%
}

.nfl-c-article .nfl-c-photo-gallery__controls-wrapper {
    padding-bottom: 0
}

.nfl-c-photo-gallery__next, .nfl-c-photo-gallery__prev {
    cursor: pointer;
    height: 40px;
    padding: 8px;
    width: 40px
}

.nfl-c-article .nfl-c-photo-gallery__next, .nfl-c-article .nfl-c-photo-gallery__prev {
    background-color: hsla(0, 0%, 93%, .5);
    z-index: 2
}

.nfl-c-photo-gallery__next--disabled, .nfl-c-photo-gallery__prev--disabled {
    visibility: hidden
}

.nfl-c-photo-gallery__next .nfl-o-icon, .nfl-c-photo-gallery__prev .nfl-o-icon {
    left: 4px;
    position: relative
}

.nfl-c-article .nfl-c-photo-gallery__prev {
    left: 0
}

.nfl-c-photo-gallery__next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nfl-c-article .nfl-c-photo-gallery__next {
    right: 0
}

.nfl-c-photo-gallery__progress {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    text-align: center
}

.nfl-c-article .nfl-c-photo-gallery__progress {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 8px 0;
    width: 100%
}

.nfl-c-photo-gallery__enlarge-link, .nfl-c-photo-gallery__grid-vew-trigger {
    background-color: rgba(0, 0, 0, .5);
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.nfl-c-photo-gallery__enlarge-link .nfl-o-icon, .nfl-c-photo-gallery__grid-vew-trigger .nfl-o-icon {
    height: 24px;
    margin: 16px;
    width: 24px
}

.nfl-c-photo-gallery__enlarge-link .nfl-o-icon > svg, .nfl-c-photo-gallery__grid-vew-trigger .nfl-o-icon > svg {
    fill: #fff
}

.nfl-c-photo-gallery__enlarge-link__enlarge-link span, .nfl-c-photo-gallery__grid-vew-trigger__enlarge-link span {
    margin: 10px
}

.nfl-c-article .nfl-c-photo-gallery__enlarge-link {
    background: transparent;
    position: absolute;
    top: 8px;
    z-index: 2
}

.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 {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    .nfl-c-photo-gallery__next {
        -webkit-transform: scale(.7) rotate(180deg);
        transform: scale(.7) rotate(180deg)
    }

    .nfl-c-article .nfl-c-photo-gallery {
        position: relative
    }

    .nfl-c-article .nfl-c-photo-gallery__description, .nfl-c-article .nfl-c-photo-gallery__title {
        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 {
        color: #ccc;
        margin: 0;
        padding: 0 16px 16px
    }

    .nfl-c-article .nfl-c-photo-gallery__caption {
        margin: 0;
        padding: 8px 0 0;
        position: static
    }

    .nfl-c-article .nfl-c-photo-gallery__caption p {
        color: #151515;
        padding-left: 16px;
        padding-right: 16px
    }

    .nfl-c-article .nfl-c-photo-gallery__caption a {
        color: initial
    }

    .nfl-c-article .nfl-c-photo-gallery__copyright {
        padding: 0 16px;
        position: static
    }

    .nfl-c-article .nfl-c-photo-gallery__progress {
        background-color: #fff;
        color: #151515;
        position: static
    }

    .nfl-c-article .nfl-c-photo-gallery__controls-wrapper {
        background-color: #fff;
        margin-bottom: 0
    }

    .nfl-c-article .nfl-c-photo-gallery__enlarge-link {
        height: auto;
        top: 0;
        width: auto
    }

    .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 {
        right: 0;
        top: -12px
    }

    .nfl-c-photo-gallery__share {
        padding: 0 16px 16px
    }

    .nfl-c-photo-gallery__share ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        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
    }

    .nfl-c-article .nfl-c-photo-gallery__description {
        padding: 8px;
        z-index: 1
    }

    .nfl-c-article .nfl-c-photo-gallery__enlarge-link {
        top: 8px
    }

    .nfl-c-article .nfl-c-photo-gallery__caption, .nfl-c-article .nfl-c-photo-gallery__copyright {
        display: inline-block;
        padding: 0 0 0 8px;
        width: auto
    }

    .nfl-c-photo-gallery__controls-wrapper {
        padding: 16px 0
    }

    .nfl-c-photo-gallery__share {
        padding: 0 16px 16px
    }

    .nfl-c-photo-gallery__share ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        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__next, .nfl-c-photo-gallery__prev {
        background-color: #fafafa;
        position: absolute
    }

    .nfl-c-photo-gallery__caption {
        text-overflow: ellipsis
    }
}

.nfl-c-scoresplay {
    color: #333;
    overflow: hidden;
    width: 100%
}

.nfl-c-scoresplay__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
        height: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 0
    }
}

.nfl-c-scoresplay__club {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.nfl-c-scoresplay__club:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    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 {
    -ms-flex-line-pack: center;
    -ms-flex-pack: distribute;
    align-content: center;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    line-height: 1;
    padding: 8px 16px;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .nfl-c-scoresplay__quarter-header-score {
        height: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 0
    }
}

.nfl-c-scoresplay__quarter-header-score {
    -ms-flex-preferred-size: 20%;
    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 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    text-align: center;
    width: 80%
}

.nfl-c-scoresplay__score-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px
}

.nfl-c-scoresplay__score-item:nth-child(2n) {
    background-color: #fafafa
}

.nfl-c-scoresplay__actual-score, .nfl-c-scoresplay__point-value--type {
    text-transform: uppercase
}

.nfl-c-scoresplay__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-scoresplay__point-value {
    display: block
}

@media (max-width: 1023px) {
    .nfl-c-scoresplay {
        text-align: right
    }

    .nfl-c-scoresplay__score-item {
        -ms-flex-line-pack: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        align-content: stretch;
        -ms-flex-flow: column;
        flex-flow: column;
        position: relative
    }

    .nfl-c-scoresplay__score-item:before {
        background-color: #151515;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 2px
    }

    .nfl-c-scoresplay__score-item--opponents {
        text-align: left
    }

    .nfl-c-scoresplay__score-item--opponents:before {
        left: 0;
        right: unset
    }

    .nfl-c-scoresplay__actual-score, .nfl-c-scoresplay__point-value--type {
        margin-bottom: 8px
    }

    .nfl-c-scoresplay__point {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__point {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .nfl-c-scoresplay__point-value--description {
        -ms-flex-preferred-size: 100%;
        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 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__point .nfl-c-scoresplay__point-value--time {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin-left: 0;
        margin-right: 8px;
        order: 1
    }

    .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__point .nfl-c-scoresplay__point-value--description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width: 1024px) {
    .nfl-c-scoresplay__quarter-header-info {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .nfl-c-scoresplay__score-item {
        -ms-flex-line-pack: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        align-content: stretch;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .nfl-c-scoresplay__score-item--opponents {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .nfl-c-scoresplay__score-item .nfl-c-scoresplay__point {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        width: 45%
    }

    .nfl-c-scoresplay__score-item .nfl-c-scoresplay__point:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .nfl-c-scoresplay__score-item .nfl-c-scoresplay__point:last-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .nfl-c-scoresplay__score-item .nfl-c-scoresplay__actual-score {
        -ms-flex-preferred-size: 10%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        flex-basis: 10%;
        order: 2;
        text-align: center;
        width: 10%
    }

    .nfl-c-scoresplay__point {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .nfl-c-scoresplay__score-item--opponents .nfl-c-scoresplay__point {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-flow: row;
        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
    }
}

.nfl-s-search-page .d3-o-media-object__figure {
    -ms-flex-preferred-size: 176px;
    flex-basis: 176px
}

.nfl-s-search-page .d3-o-media-object__body {
    width: calc(100% - 176px);
    margin-top:5px;
}

.d3-o-share-bar li {
    margin-right: 8px
}

.d3-o-share-bar .nfl-o-icon {
    display: inline-block;
    height: 32px;
    width: 32px
}

.d3-o-share-bar .d3-o-tooltip {
    position: absolute
}

.d3-o-share-bar .d3-o-share-bar__link:focus, .d3-o-share-bar a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.d3-o-social-icons__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0
}

.d3-o-social-icons__container, .d3-o-social-icons__container .d3-o-social-icons__section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d3-o-social-icons__container .d3-o-social-icons__section:not(:last-child) {
    padding-right: 40px
}

.d3-o-social-icons__container .d3-o-social-icons__section .d3-o-social-icons__section-category-divider {
    border-right: 1px solid #fff;
    height: 28px;
    margin: 0 10px;
    opacity: 50%;
    width: 2px
}

.d3-o-social-icons__container .d3-o-social-icons__section .d3-o-social-icons__section-category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin: auto;
    width: 60px
}

.d3-o-social-icons__container .d3-o-social-icons__section .d3-o-social-icons__section-category .d3-o-social-icons__item {
    cursor: default
}

.d3-o-social-icons__container .d3-o-social-icons__section .d3-o-social-icons__items-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d3-o-social-icons__container .d3-o-social-icons__section .d3-o-social-icons__items-group .d3-o-social-icons__item {
    height: 40px;
    margin: auto;
    width: 40px
}

.d3-o-social-icons__container .d3-o-social-icons__section .d3-o-social-icons__items-group .d3-o-social-icons__item:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

@media (min-width: 1024px) {
    .d3-o-social-icons__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center
    }
}

.nfl-c-sitemap {
    width: 100%
}

.nfl-c-sitemap a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-sitemap--by-letter .d3-o-list + .d3-o-list {
    margin-top: 32px
}

.nfl-c-sitemap--by-letter .nfl-c-sitemap__filter-list .d3-o-list__item {
    margin-left: 5px
}

.nfl-c-sitemap--by-letter .nfl-c-sitemap__filter-list .d3-o-list__item.d3-is-active {
    font-weight: 700;
    text-decoration: underline
}

.nfl-c-sitemap--html {
    background-color: #fff;
    padding-top: 8px
}

.nfl-c-sitemap--html .nfl-c-sitemap__title {
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px
}

.nfl-c-sitemap--html .nfl-c-sitemap__title:after {
    background-color: #eee;
    content: "";
    display: block;
    height: 1px;
    left: -16px;
    position: relative;
    top: 8px;
    width: 100vw;
    width: 100%
}

.nfl-c-sitemap--html .nfl-c-sitemap__title + .d3-o-list {
    margin-top: 16px
}

.nfl-c-sitemap--html .d3-o-list {
    margin-bottom: 24px
}

.nfl-c-sitemap--html .d3-o-list__item {
    padding: 8px 0
}

.nfl-c-sitemap--html .d3-o-list__item .nfl-o-cta, .nfl-c-sitemap--html .d3-o-list__item .nfl-o-fevo {
    font-size: 14px;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .nfl-c-sitemap--html {
        left: -8px;
        position: relative;
        width: 100vw
    }

    .nfl-c-sitemap--html .d3-o-list {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-sitemap--html .d3-o-list {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 1024px) {
    .nfl-c-sitemap--html .d3-o-list {
        padding-left: 8px;
        padding-right: 8px
    }
}

.nfl-c-teams-on-bye {
    width: 100%
}

.nfl-c-teams-on-bye .d3-o-section-title {
    border-bottom: none;
    color: #757575;
    font-size: 14px
}

.nfl-c-teams-on-bye .d3-o-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    min-height: 56px;
    padding: 8px
}

.nfl-c-teams-on-bye .d3-o-media-object {
    background-color: unset
}

.nfl-c-teams-on-bye .d3-o-media-object__figure {
    -ms-flex-preferred-size: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: unset;
    height: 40px;
    width: 40px
}

.nfl-c-teams-on-bye .d3-o-media-object__figure .img-responsive {
    display: block
}

.nfl-c-teams-on-bye .d3-o-list__item {
    color: #333;
    font-size: 14px
}

.nfl-c-teams-on-bye .d3-o-list__item + .d3-o-list__item {
    margin-left: 16px
}

.nfl-c-teams-on-bye .d3-o-media-object__figure + .d3-o-media-object__body {
    margin-left: 8px
}

@media (max-width: 1023px) {
    .nfl-c-teams-on-bye .d3-o-media-object__body {
        display: none
    }
}

.nfl-c-content-header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow-x: hidden;
    width: 100%
}

.nfl-c-content-header a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-content-header__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.nfl-c-content-header__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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
}

.nfl-c-content-header .d3-o-tabbed-controls-selector {
    padding: 32px 0
}

.nfl-c-content-header .d3-o-tabbed-controls-selector__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-grow: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 850px
}

.nfl-c-content-header .d3-o-tabbed-controls-selector__list-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: unset;
    max-width: 320px;
    min-width: unset;
    padding: 8px 16px
}

.nfl-c-content-header .d3-o-tabbed-controls-selector__list-item + .d3-o-tabbed-controls-selector__list-item {
    border-left: none
}

@media (min-width: 768px) {
    .nfl-c-content-header .d3-o-tabbed-controls-selector__label-abbreviation {
        display: none
    }
}

@media (max-width: 767px) {
    .nfl-c-content-header .d3-o-tabbed-controls-selector__label {
        height: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        visibility: hidden;
        width: 0
    }
}

.nfl-c-content-header .nfl-o-tabs-bar {
    border: unset;
    font-size: 14px;
    letter-spacing: unset;
    text-transform: unset
}

.nfl-c-content-header .nfl-o-tabs-bar__stage {
    position: static;
    width: 100%
}

.nfl-c-content-header .nfl-o-tabs-bar .d3-o-tabs__list-item {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    padding: unset
}

.nfl-c-content-header .nfl-o-tabs-bar .d3-o-tabs__list-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 16px
}

.nfl-c-content-header .nfl-o-tabs-bar .d3-o-tabs__list-item a:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -2px
}

.nfl-c-content-header .nfl-o-tabs-bar .d3-o-tabs__list-item:not(.d3-is-active) a:hover {
    border-bottom-color: transparent;
    color: unset
}

.nfl-c-content-header .nfl-o-tabs-bar .d3-o-tabs__list-item-label {
    color: currentColor
}

.nfl-c-content-header .nfl-o-tabs-bar .d3-o-tabs__list-item-label + .d3-o-tabs__list-item-label {
    font-size: 10px
}

@media (min-width: 320px) {
    .nfl-c-content-header .nfl-o-tabs-bar {
        width: 100vw
    }

    .nfl-c-content-header .nfl-o-tabs-bar__stage {
        margin-left: -8px
    }

    .nfl-c-content-header .nfl-o-tabs-bar .d3-o-tabs {
        -webkit-overflow-scrolling: touch;
        background-attachment: fixed;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .75)));
        background-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .15) 80%, rgba(0, 0, 0, .75));
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: 16px 100%;
        overflow: auto
    }
}

@media (min-width: 768px) {
    .nfl-c-content-header .nfl-o-tabs-bar__stage {
        margin-left: -16px
    }
}

@media (min-width: 1024px) {
    .nfl-c-content-header .nfl-o-tabs-bar {
        width: 100%
    }

    .nfl-c-content-header .nfl-o-tabs-bar__stage {
        margin-left: unset
    }
}

.nfl-c-content-header .nfl-c-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: unset;
    max-width: unset;
    position: relative
}

.nfl-c-content-header .nfl-c-form:before {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
    left: 0;
    margin-left: -100vw;
    position: absolute;
    top: 0;
    width: 200vw
}

.nfl-c-content-header .nfl-c-form__group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: unset
}

.nfl-c-content-header .nfl-c-form__group-title {
    color: #757575;
    padding-bottom: 8px
}

@media (max-width: 767px) {
    .nfl-c-content-header .nfl-c-form {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nfl-c-content-header .nfl-c-form__group {
        width: calc(50% - 8px)
    }

    .nfl-c-content-header .nfl-c-form__group-wide {
        width: 100%
    }

    .nfl-c-content-header .nfl-c-form__group {
        margin-top: 8px
    }

    .nfl-c-content-header .nfl-c-form__group:first-child, .nfl-c-content-header .nfl-c-form__group:not(.nfl-c-form__group-wide) + .nfl-c-form__group:nth-child(2) {
        margin-top: unset
    }

    .nfl-c-content-header .nfl-c-form .d3-js-dropdown, .nfl-c-content-header .nfl-c-form .d3-o-dropdown {
        width: 100%
    }
}

@media (min-width: 768px) {
    .nfl-c-content-header .nfl-c-form__group + .nfl-c-form__group {
        margin-left: 16px
    }

    .nfl-c-content-header .nfl-c-form .d3-js-dropdown, .nfl-c-content-header .nfl-c-form .d3-o-dropdown {
        min-width: 154px;
        width: auto
    }
}

.nfl-c-content-header--schedule .d3-l-grid--outer + .d3-l-grid--outer {
    margin-top: 16px
}

.nfl-c-content-header--schedule .nfl-c-form:before {
    content: none
}

@media (min-width: 320px) {
    .nfl-c-content-header--schedule {
        padding: 16px 0
    }
}

@media (min-width: 1024px) {
    .nfl-c-content-header--schedule {
        padding: 24px 0
    }
}

@media (min-width: 320px) {
    .nfl-c-content-header--team-stats .nfl-c-content-header__header {
        margin-bottom: unset
    }

    .nfl-c-content-header--team-stats .nfl-c-content-header__roofline {
        margin-bottom: 8px
    }

    .nfl-c-content-header--team-stats .nfl-c-form {
        padding: 16px 0
    }
}

@media (min-width: 768px) {
    .nfl-c-content-header--team-stats .nfl-c-content-header__roofline {
        margin-bottom: 16px
    }
}

@media (min-width: 1024px) {
    .nfl-c-content-header--team-stats .nfl-c-form {
        padding: 24px 0
    }
}

.nfl-c-content-header--team-stats.nfl-c-content-header--no-segmented-control .d3-l-grid--outer:first-of-type {
    padding-top: 32px
}

@media (min-width: 320px) {
    .nfl-c-content-header--player-stats .nfl-c-content-header__header {
        margin-bottom: unset
    }

    .nfl-c-content-header--player-stats .nfl-c-content-header__roofline {
        margin-bottom: 8px
    }

    .nfl-c-content-header--player-stats .nfl-c-form {
        padding: 16px 0
    }
}

@media (min-width: 768px) {
    .nfl-c-content-header--player-stats .nfl-c-content-header__roofline {
        margin-bottom: 16px
    }
}

@media (min-width: 1024px) {
    .nfl-c-content-header--player-stats .nfl-c-form {
        padding: 24px 0
    }
}

.nfl-c-content-header--player-stats.nfl-c-content-header--no-segmented-control .d3-l-grid--outer:first-of-type {
    padding-top: 32px
}

@media (min-width: 320px) {
    .nfl-c-content-header--transactions .nfl-c-content-header__header {
        margin-bottom: unset
    }

    .nfl-c-content-header--transactions .nfl-c-content-header__roofline {
        margin-bottom: 8px
    }

    .nfl-c-content-header--transactions .nfl-c-form {
        padding: 16px 0
    }
}

@media (min-width: 768px) {
    .nfl-c-content-header--transactions .nfl-c-content-header__roofline {
        margin-bottom: 16px
    }
}

@media (min-width: 1024px) {
    .nfl-c-content-header--transactions .nfl-c-form {
        padding: 24px 0
    }
}

.nfl-c-content-header--transactions.nfl-c-content-header--no-segmented-control .d3-l-grid--outer:first-of-type {
    padding-top: 32px
}

@media (min-width: 320px) {
    .nfl-c-content-header--segmented-control-disabled {
        padding-top: 16px
    }
}

@media (min-width: 1024px) {
    .nfl-c-content-header--segmented-control-disabled {
        padding-top: 24px
    }
}

@media (min-width: 320px) {
    .nfl-c-content-header--network-schedule .nfl-c-content-header__header {
        margin-bottom: unset
    }

    .nfl-c-content-header--network-schedule .nfl-c-content-header__roofline {
        margin-bottom: 8px
    }

    .nfl-c-content-header--network-schedule .nfl-c-form {
        padding: 16px 0
    }
}

@media (min-width: 768px) {
    .nfl-c-content-header--network-schedule .nfl-c-content-header__roofline {
        margin-bottom: 16px
    }
}

@media (min-width: 1024px) {
    .nfl-c-content-header--network-schedule .nfl-c-form {
        padding: 24px 0
    }
}

@media (max-width: 1023px) {
    .nfl-c-content-header--network-schedule {
        padding-top: 16px
    }
}

@media (min-width: 1024px) {
    .nfl-c-content-header--network-schedule {
        padding-top: 24px
    }
}

@media (min-width: 320px) {
    .nfl-c-content-header--player-directory .nfl-c-content-header__header {
        margin-bottom: unset
    }

    .nfl-c-content-header--player-directory .nfl-c-content-header__roofline {
        margin-bottom: 8px
    }

    .nfl-c-content-header--player-directory .nfl-c-form {
        padding: 16px 0
    }
}

@media (min-width: 768px) {
    .nfl-c-content-header--player-directory .nfl-c-content-header__roofline {
        margin-bottom: 16px
    }
}

@media (min-width: 1024px) {
    .nfl-c-content-header--player-directory .nfl-c-form {
        padding: 24px 0
    }
}

.nfl-c-content-header--player-directory .nfl-c-player-directory__form {
    grid-gap: 32px;
    background-color: #fafafa;
    border-top: 1px solid #ccc;
    color: #757575;
    margin: 0;
    padding: 24px 0
}

.nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    flex-grow: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    justify-content: flex-start;
    margin: unset;
    margin-bottom: 0
}

.nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group .d3-js-dropdown.ui-selectmenu-button {
    background: #fff;
    border: .5px solid #ccc;
    width: auto
}

.nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group .d3-js-dropdown.ui-state-disabled, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group button:disabled, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group button:disabled:hover, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group input:disabled, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group input:disabled:hover, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group select:disabled, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group select:disabled:hover {
    background-color: #fafafa;
    border-color: #ccc;
    color: #ccc;
    cursor: default;
    opacity: 1
}

.nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group .d3-js-dropdown.ui-state-disabled span, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group button:disabled:hover span, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group button:disabled span, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group input:disabled:hover span, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group input:disabled span, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group select:disabled:hover span, .nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__form-group select:disabled span {
    opacity: .25
}

.nfl-c-content-header--player-directory .nfl-c-player-directory__form .d3-o-button {
    background-color: #151515;
    border: .5px solid #fafafa;
    color: #fafafa;
    cursor: pointer;
    display: block;
    max-width: 200px;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.nfl-c-content-header--player-directory .nfl-c-player-directory__form .d3-o-button:hover {
    background-color: #fafafa;
    color: #151515
}

.nfl-c-content-header--player-directory .nfl-c-player-directory__form .nfl-c-player-directory__group-title {
    font-size: 12px;
    padding-bottom: 10px;
    text-align: left
}

@media (max-width: 1023px) {
    .nfl-c-content-header--player-directory .nfl-c-player-directory__form {
        grid-gap: 16px
    }

    .nfl-c-content-header--player-directory .nfl-c-player-directory__form-group .d3-o-button {
        max-width: unset
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-content-header--player-directory .d3-l-col__col-6 {
        grid-column: span 6
    }
}

@media (max-width: 767px) {
    .nfl-c-content-header--player-directory .nfl-c-content-header .d3-o-tabbed-controls-selector__label {
        height: auto;
        overflow: auto;
        position: relative;
        visibility: visible;
        width: auto
    }
}

@media (min-width: 320px) {
    .nfl-c-content-header--no-filters {
        padding: 16px 0
    }
}

@media (min-width: 1024px) {
    .nfl-c-content-header--no-filters {
        padding: 24px 0
    }
}

.nfl-c-player-directory {
    margin-bottom: 0;
    width: 100%
}

.nfl-c-player-directory__search-text {
    font-style: italic;
    font-weight: 700
}

.nfl-c-player-directory .d3-o-media-object {
    background-color: transparent
}

.nfl-c-player-directory__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-c-player-directory__popular-players {
    font-weight: 400;
    width: 100%
}

.nfl-c-player-directory__popular-players .d3-o-section-title {
    border: none
}

.nfl-c-player-directory__popular-players .d3-o-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.nfl-c-player-directory__popular-players .d3-o-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0
}

.nfl-c-player-directory__popular-players .d3-o-list__link {
    color: #151515
}

.nfl-c-player-directory__popular-players .d3-o-list__link:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-player-directory .d3-o-player-headshot {
    line-height: 0
}

.nfl-c-player-directory .d3-o-player-fullname {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 1023px) {
    .nfl-c-player-directory td:nth-child(2), .nfl-c-player-directory th:nth-child(2) {
        width: 400px
    }
}

.nfl-o-no-results {
    min-height: unset
}

.nfl-c-player-header {
    background-color: #fff;
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #333;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    width: 100%
}

.nfl-c-player-header.d3-l-section-row {
    margin-top: 0
}

.nfl-c-player-header__content {
    min-height: 255px;
    overflow: hidden;
    position: relative
}

.nfl-c-player-header__figure {
    height: 100%;
    width: 100%
}

.nfl-c-player-header__figure picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.nfl-c-player-header__figure img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none
}

.nfl-c-player-header__back-layer {
    background: #eee;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.nfl-c-player-header__white-bg {
    background: #fff
}

.nfl-c-player-header__background {
    color: #eee;
    height: 100%;
    width: 75%
}

.nfl-c-player-header__background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.nfl-c-player-header .profile-header__overlay {
    background: transparent;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%
}

.nfl-c-player-header .profile-header__overlay:after {
    content: "";
    display: none;
    height: 255px;
    left: 150px;
    position: absolute;
    top: 0;
    width: 100%
}

.nfl-c-player-header .profile-header__overlay .nfl-o-icon--profile-header__overlay {
    height: 255px
}

.nfl-c-player-header .profile-header__overlay .nfl-o-icon--x-large {
    height: 255px;
    width: 800px
}

.nfl-c-player-header__headshot {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%
}

.nfl-c-player-header__headshot img {
    min-width: 230px;
    position: relative;
    right: -60px;
    top: 23px
}

.nfl-c-player-header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 255px;
    min-height: 255px;
    padding: 40px 0 20px 10px;
    width: 50%;
    z-index: 2
}

.nfl-c-player-header__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px
}

.nfl-c-player-header__player-data {
    font-size: 16px;
    line-height: 20px
}

.nfl-c-player-header__position {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.nfl-c-player-header__team {
    line-height: 20px
}

.nfl-c-player-header__roster-status {
    background: #fff;
    border-radius: 12px;
    color: #757575;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 24px;
    min-height: 24px;
    min-width: 64px;
    padding: 4px 12px;
    text-align: center;
    text-transform: uppercase
}

.nfl-c-player-header__roster-status--act {
    background: #3cb200;
    color: #fff
}

.nfl-c-player-header__roster-status--rfa, .nfl-c-player-header__roster-status--ufa {
    background: #fff;
    color: #333;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.nfl-c-player-header__roster-status--ina, .nfl-c-player-header__roster-status--rsn {
    background: #d93e22;
    color: #fff
}

.nfl-c-player-header .nfl-o-link--buy-jersey {
    background-color: #fafafa;
    bottom: 40px;
    color: #151515;
    margin: 0;
    padding: 8px 16px;
    position: absolute;
    text-transform: uppercase
}

.nfl-c-player-header .nfl-o-link--buy-jersey .nfl-o-icon--shop {
    fill: #151515;
    margin-bottom: -3px
}

.nfl-c-player-header .nfl-o-link--buy-jersey.active, .nfl-c-player-header .nfl-o-link--buy-jersey:hover {
    background-color: #151515;
    color: #fafafa
}

.nfl-c-player-header .nfl-o-link--buy-jersey.active .nfl-o-icon--shop, .nfl-c-player-header .nfl-o-link--buy-jersey:hover .nfl-o-icon--shop {
    fill: #fafafa
}

.nfl-c-player-header .nfl-o-link--buy-jersey span:last-of-type {
    margin-left: 5px
}

@media (max-width: 767px) {
    .nfl-c-player-header__info {
        padding: 20px 0 0
    }

    .nfl-c-player-header__roster-status {
        font-size: 11px
    }

    .nfl-c-player-header__background {
        width: 95%
    }

    .nfl-c-player-header__headshot img {
        bottom: 0;
        min-width: 230px;
        position: absolute;
        right: -50px;
        top: unset;
        width: 100%
    }
}

@media (min-width: 768px) {
    .nfl-c-player-header__title {
        font-size: 32px;
        line-height: 38px
    }

    .nfl-c-player-header__headshot img {
        min-width: 350px;
        right: 105px;
        top: 20px
    }
}

@media (min-width: 1024px) {
    .nfl-c-player-header__content {
        min-height: 255px
    }

    .nfl-c-player-header .nfl-o-icon--profile-header__overlay, .nfl-c-player-header .nfl-o-icon--x-large {
        height: 255px
    }

    .nfl-c-player-header__info {
        max-height: 255px;
        min-height: 255px
    }

    .nfl-c-player-header .profile-header__overlay:after {
        display: block;
        height: 255px
    }

    .nfl-c-player-header__headshot img {
        right: 115px
    }
}

.nfl-c-player-header--hof .nfl-c-player-header__career-status, .nfl-c-player-header--hof .nfl-c-player-header__title {
    color: #fafafa
}

.nfl-c-player-header--hof .nfl-c-player-header__position {
    color: #757575
}

.nfl-c-player-header .nfl-c-follow-btn {
    margin-bottom: 8px
}

.nfl-c-player-info {
    margin-bottom: 0
}

.nfl-c-player-info__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-c-player-info .d3-o-list {
    -ms-flex-preferred-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-c-player-info .d3-o-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-c-player-info__detail, .nfl-c-player-info__key {
    color: #757575;
    font-size: 12px
}

.nfl-c-player-info__detail, .nfl-c-player-info__key, .nfl-c-player-info__value {
    -ms-flex-preferred-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    line-height: 20px
}

.nfl-c-player-info__value {
    color: #333
}

.nfl-c-player-info__physical-data {
    border-bottom: 1px solid #eee;
    padding-bottom: 24px
}

.nfl-c-player-info__physical-data .d3-o-list__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.nfl-c-player-info__physical-data .nfl-c-player-info__value {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.nfl-c-player-info__career-data {
    padding-top: 24px
}

.nfl-c-player-info__career-data .d3-o-list__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.nfl-c-player-info__career-data .d3-o-list__item:nth-of-type(n+3) {
    margin-top: 24px
}

.nfl-c-player-info__career-data .nfl-c-player-info__value {
    font-size: 14px;
    line-height: 18px
}

.nfl-c-player-info .d3-l-grid--outer {
    grid-gap: 0
}

.nfl-c-promo {
    margin-bottom: 8px;
    margin-top: 8px;
    overflow: hidden;
    width: 100%
}

@media (min-width: 0) and (max-width: 319px) {
    .nfl-c-promo {
        margin-bottom: 8px;
        margin-top: 8px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .nfl-c-promo {
        margin-bottom: calc(2.28571px + 1.78571vw);
        margin-top: calc(2.28571px + 1.78571vw)
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-promo {
        margin-bottom: calc(-8px + 3.125vw);
        margin-top: calc(-8px + 3.125vw)
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .nfl-c-promo {
        margin-bottom: 24px;
        margin-top: 24px
    }
}

@media (min-width: 1280px) {
    .nfl-c-promo {
        margin-bottom: 24px;
        margin-top: 24px
    }
}

.nfl-c-promo.nfl-c-promo--no-margins, [class*=d3-l-col__col-] .nfl-c-promo {
    margin-bottom: 0;
    margin-top: 0
}

.nfl-c-promo.nfl-c-promo--has-white-bg {
    background-color: #fff
}

.nfl-c-promo.nfl-c-promo--featured-large.nfl-c-promo--center-align-text .d3-o-media-object {
    padding-bottom: 130px;
    place-content: center
}

.nfl-c-promo.nfl-c-promo--banner {
    background-color: #151515;
    color: #fff;
    font-size: 14px;
    height: 48px;
    overflow: hidden
}

.nfl-c-promo.nfl-c-promo--banner .d3-o-media-object {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: unset;
    flex-grow: unset;
    height: 100%;
    margin: 0 auto;
    padding-right: 16px
}

.nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__figure {
    height: 32px
}

.nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__figure .img-responsive {
    display: block;
    height: 32px;
    max-width: unset;
    width: auto
}

.nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__figure + .d3-o-media-object__body {
    margin-left: 14px
}

.nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__summary, .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__summary *, .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__title {
    font-size: 14px;
    line-height: 18px
}

.nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__summary {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__cta {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--banner .nfl-c-promo__cta {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    height: 100%;
    justify-content: flex-end;
    padding-right: 16px;
    position: relative
}

.nfl-c-promo.nfl-c-promo--banner .nfl-c-promo__cta:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-c-promo.nfl-c-promo--banner .nfl-c-promo__cta.nfl-c-promo__cta--icon svg {
    fill: currentColor
}

@media (max-width: 767px) {
    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object {
        max-width: calc(100vw - 16px);
        padding-left: 16px
    }

    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -ms-flex-flow: column;
        flex-flow: column;
        justify-content: space-between
    }

    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__cta {
        font-size: 12px
    }

    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__title + .d3-o-media-object__summary:before {
        content: unset
    }

    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__title + .d3-o-media-object__summary {
        margin-left: 0 !important;
        padding-left: 0
    }

    .nfl-c-promo.nfl-c-promo--banner .nfl-c-promo__cta {
        text-transform: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object {
        max-width: 736px;
        padding-left: 120px
    }

    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__title + .d3-o-media-object__summary {
        margin-left: 8px !important;
        padding-left: 8px
    }
}

@media (min-width: 768px) {
    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__title + .d3-o-media-object__summary {
        position: relative
    }

    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__title + .d3-o-media-object__summary:before {
        background-color: currentColor;
        content: "";
        display: block;
        height: 18px;
        left: 0;
        position: absolute;
        top: -2px;
        width: 1px
    }

    .nfl-c-promo.nfl-c-promo--banner .nfl-c-promo__cta {
        text-transform: uppercase
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object {
        max-width: 976px;
        padding-left: 300px
    }

    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__title + .d3-o-media-object__summary {
        margin-left: 8px !important;
        padding-left: 8px
    }
}

@media (min-width: 1280px) {
    .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object {
        max-width: 1248px;
        padding-left: 400px
    }
}

[class^=d3-l-col__col-4] .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object, [class^=d3-l-col__col-6] .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object {
    max-width: calc(100vw - 16px);
    padding-left: 16px
}

[class^=d3-l-col__col-4] .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__body, [class^=d3-l-col__col-6] .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: space-between
}

[class^=d3-l-col__col-4] .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__cta, [class^=d3-l-col__col-6] .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__cta {
    font-size: 12px
}

[class^=d3-l-col__col-4] .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__title + .d3-o-media-object__summary:before, [class^=d3-l-col__col-6] .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__title + .d3-o-media-object__summary:before {
    content: unset
}

[class^=d3-l-col__col-4] .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__title + .d3-o-media-object__summary, [class^=d3-l-col__col-6] .nfl-c-promo.nfl-c-promo--banner .d3-o-media-object__title + .d3-o-media-object__summary {
    margin-left: 0 !important;
    padding-left: 0
}

[class^=d3-l-col__col-4] .nfl-c-promo.nfl-c-promo--banner .nfl-c-promo__cta, [class^=d3-l-col__col-6] .nfl-c-promo.nfl-c-promo--banner .nfl-c-promo__cta {
    text-transform: none
}

.nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object {
    background-color: transparent
}

.nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__body, .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__figure {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__title a {
    text-decoration: underline
}

.nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__title a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__cta {
    margin-left: auto
}

.nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__cta .nfl-o-fevo {
    border: unset;
    border-radius: 0;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2.25px;
    min-width: unset;
    padding: 16px;
    white-space: nowrap
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object {
        padding: 20px 0
    }

    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__figure {
        margin-right: 24px !important
    }

    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__figure img {
        width: 98px
    }

    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__body {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 32px
    }

    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__title {
        font-size: 32px
    }
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 24px 16px
    }

    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__body {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 24px
    }

    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__figure {
        margin-right: 16px !important;
        min-width: 70px
    }

    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__figure img {
        width: 70px
    }

    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__title {
        font-size: 20px
    }

    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__cta {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--banner-with-cta .d3-o-media-object__cta .nfl-o-fevo {
        width: 100%
    }
}

.nfl-c-promo.nfl-c-promo--banner-with-cta:not(.nfl-c-promo--has-white-bg) {
    background-color: #000
}

.nfl-c-promo.nfl-c-promo--banner-with-cta:not(.nfl-c-promo--has-white-bg) .d3-o-media-object__body {
    color: #fff
}

.nfl-c-promo.nfl-c-promo--banner-with-cta.nfl-c-promo--has-white-bg {
    background-color: #fff
}

.nfl-c-promo.nfl-c-promo--banner-with-cta.nfl-c-promo--has-white-bg .d3-o-media-object__title a {
    color: #151515
}

.nfl-c-promo.nfl-c-promo--banner-with-cta:not(.nfl-c-promo--header-color-hyperlink):not(.nfl-c-promo--button-color-hyperlink) .nfl-o-cta, .nfl-c-promo.nfl-c-promo--banner-with-cta:not(.nfl-c-promo--header-color-hyperlink):not(.nfl-c-promo--button-color-hyperlink) .nfl-o-fevo {
    background-color: #004fff;
    color: #fff
}

.nfl-c-promo.nfl-c-promo--banner-with-cta:not(.nfl-c-promo--header-color-text):not(.nfl-c-promo--button-color-text) .d3-o-media-object__title b, .nfl-c-promo.nfl-c-promo--banner-with-cta:not(.nfl-c-promo--header-color-text):not(.nfl-c-promo--button-color-text) .d3-o-media-object__title strong {
    color: red
}

.nfl-c-promo.nfl-c-promo--banner-with-cta.nfl-c-promo--header-color-hyperlink .nfl-o-cta, .nfl-c-promo.nfl-c-promo--banner-with-cta.nfl-c-promo--header-color-hyperlink .nfl-o-fevo {
    background-color: #151515;
    color: #fafafa
}

.nfl-c-promo.nfl-c-promo--banner-with-cta.nfl-c-promo--header-color-text .d3-o-media-object__title b, .nfl-c-promo.nfl-c-promo--banner-with-cta.nfl-c-promo--header-color-text .d3-o-media-object__title strong {
    color: #151515
}

.nfl-c-promo.nfl-c-promo--banner-with-cta.nfl-c-promo--button-color-hyperlink .nfl-o-cta, .nfl-c-promo.nfl-c-promo--banner-with-cta.nfl-c-promo--button-color-hyperlink .nfl-o-fevo {
    background-color: #151515;
    color: #fafafa
}

.nfl-c-promo.nfl-c-promo--banner-with-cta.nfl-c-promo--button-color-text .d3-o-media-object__title b, .nfl-c-promo.nfl-c-promo--banner-with-cta.nfl-c-promo--button-color-text .d3-o-media-object__title strong {
    color: #151515
}

.nfl-c-promo.nfl-c-promo--card {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr;
    color: #fff;
    color: #000;
    display: -ms-grid;
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr
}

.nfl-c-promo.nfl-c-promo--card .d3-o-media-object, .nfl-c-promo.nfl-c-promo--card .nfl-c-promo__bg {
    -ms-grid-column: 1;
    grid-column-end: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-end: 1;
    grid-row-start: 1;
    height: 100%;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--card .nfl-c-promo__bg {
    z-index: 0
}

.nfl-c-promo.nfl-c-promo--card .nfl-c-promo__bg picture:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--card .nfl-c-promo__bg figure, .nfl-c-promo.nfl-c-promo--card .nfl-c-promo__bg picture {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--card .nfl-c-promo__bg .img-responsive {
    height: 100%;
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--card .d3-o-media-object {
    background-color: unset;
    z-index: 1
}

.nfl-c-promo.nfl-c-promo--card .d3-o-media-object picture {
    display: block;
    height: 100%;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--card .d3-o-media-object .img-responsive {
    -ms-flex-preferred-size: unset;
    display: block;
    flex-basis: unset;
    height: 100%;
    max-width: unset;
    width: auto
}

.nfl-c-promo.nfl-c-promo--card .d3-o-media-object__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1
}

.nfl-c-promo.nfl-c-promo--card .d3-o-media-object__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media (max-width: 767px) {
    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__cta .nfl-o-fevo {
        margin: 6px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__cta .nfl-o-fevo {
        margin: 8px
    }
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__title {
        font-size: 28px
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__title {
        font-size: 48px
    }

    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__cta .nfl-o-fevo {
        margin: 12px
    }
}

.nfl-c-promo.nfl-c-promo--card .d3-o-media-object {
    background-color: #fff;
    text-align: center
}

.nfl-c-promo.nfl-c-promo--card .d3-o-media-object .img-responsive {
    height: auto;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--card .d3-o-media-object__body, .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__cta {
    margin-left: auto;
    margin-right: auto
}

.nfl-c-promo.nfl-c-promo--card .d3-o-media-object__cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__body {
        max-width: calc(100% - 48px)
    }

    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__summary {
        font-size: 12px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__body {
        max-width: 590px
    }

    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__summary {
        font-size: 14px
    }
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__body {
        padding: 24px 0
    }

    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__title + .d3-o-media-object__summary {
        margin-top: 8px !important
    }

    .nfl-c-promo.nfl-c-promo--card [class^=d3-o-media-object__] + .d3-o-media-object__cta {
        margin-top: 8px
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__body {
        max-width: 965px;
        padding: 52px 0
    }

    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__summary {
        font-size: 24px;
        line-height: 1.3
    }

    .nfl-c-promo.nfl-c-promo--card .d3-o-media-object__title + .d3-o-media-object__summary {
        margin-top: 12px !important
    }

    .nfl-c-promo.nfl-c-promo--card [class^=d3-o-media-object__] + .d3-o-media-object__cta {
        margin-top: 24px
    }
}

[class*=d3-l-col__col-] .nfl-c-promo.nfl-c-promo--card {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16)
}

.nfl-c-promo.nfl-c-promo--featured-large {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr;
    color: #fff;
    display: -ms-grid;
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr
}

.nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object, .nfl-c-promo.nfl-c-promo--featured-large .nfl-c-promo__bg {
    -ms-grid-column: 1;
    grid-column-end: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-end: 1;
    grid-row-start: 1;
    height: 100%;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--featured-large .nfl-c-promo__bg {
    z-index: 0
}

.nfl-c-promo.nfl-c-promo--featured-large .nfl-c-promo__bg picture:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--featured-large .nfl-c-promo__bg figure, .nfl-c-promo.nfl-c-promo--featured-large .nfl-c-promo__bg picture {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--featured-large .nfl-c-promo__bg .img-responsive {
    height: 100%;
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object {
    background-color: unset;
    z-index: 1
}

.nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object picture {
    display: block;
    height: 100%;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object .img-responsive {
    -ms-flex-preferred-size: unset;
    display: block;
    flex-basis: unset;
    height: 100%;
    max-width: unset;
    width: auto
}

.nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1
}

.nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media (max-width: 767px) {
    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__cta .nfl-o-fevo {
        margin: 6px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__cta .nfl-o-fevo {
        margin: 8px
    }
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__title {
        font-size: 28px
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__title {
        font-size: 48px
    }

    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__cta .nfl-o-fevo {
        margin: 12px
    }
}

.nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
    text-align: center
}

.nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__figure + .d3-o-media-object__body {
    margin-top: 16px
}

.nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__summary {
    line-height: 1.5;
    margin-left: auto !important;
    margin-right: auto !important
}

.nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .nfl-c-promo.nfl-c-promo--featured-large .nfl-c-promo__bg picture:before {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(100%, #000), color-stop(100%, #000), to(#000));
        background: linear-gradient(-180deg, transparent, #000 100%, #000 0, #000 0)
    }

    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object {
        max-width: calc(100% - 48px);
        padding-bottom: 26px
    }

    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object .d3-o-media-object__figure {
        height: 75px
    }

    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__summary {
        font-size: 12px;
        max-width: 280px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object {
        max-width: 595px;
        padding-bottom: 34px
    }

    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object .d3-o-media-object__figure {
        height: 95px
    }

    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__summary {
        font-size: 14px;
        max-width: 420px
    }
}

@media (min-width: 768px) {
    .nfl-c-promo.nfl-c-promo--featured-large .nfl-c-promo__bg picture:before {
        background: linear-gradient(-153.434948823deg, transparent, #000 100%, #000 0, #000 0)
    }
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--featured-large .nfl-c-promo__bg {
        height: 435px
    }

    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__title + .d3-o-media-object__summary {
        margin-top: 8px !important
    }

    .nfl-c-promo.nfl-c-promo--featured-large [class^=d3-o-media-object__] + .d3-o-media-object__cta {
        margin-top: 8px
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--featured-large .nfl-c-promo__bg {
        height: 700px
    }

    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object {
        max-width: 965px;
        padding-bottom: 64px
    }

    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object .d3-o-media-object__figure {
        height: 155px
    }

    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__title + .d3-o-media-object__summary {
        margin-top: 12px !important
    }

    .nfl-c-promo.nfl-c-promo--featured-large .d3-o-media-object__summary {
        font-size: 24px;
        line-height: 1.3;
        max-width: 680px
    }

    .nfl-c-promo.nfl-c-promo--featured-large [class^=d3-o-media-object__] + .d3-o-media-object__cta {
        margin-top: 24px
    }
}

[class*=d3-l-col__col-] .nfl-c-promo.nfl-c-promo--featured-large {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16)
}

.nfl-c-promo.nfl-c-promo--featured-small {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr;
    color: #fff;
    display: -ms-grid;
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr
}

.nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object, .nfl-c-promo.nfl-c-promo--featured-small .nfl-c-promo__bg {
    -ms-grid-column: 1;
    grid-column-end: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-end: 1;
    grid-row-start: 1;
    height: 100%;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--featured-small .nfl-c-promo__bg {
    z-index: 0
}

.nfl-c-promo.nfl-c-promo--featured-small .nfl-c-promo__bg picture:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--featured-small .nfl-c-promo__bg figure, .nfl-c-promo.nfl-c-promo--featured-small .nfl-c-promo__bg picture {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--featured-small .nfl-c-promo__bg .img-responsive {
    height: 100%;
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object {
    background-color: unset;
    z-index: 1
}

.nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object picture {
    display: block;
    height: 100%;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object .img-responsive {
    -ms-flex-preferred-size: unset;
    display: block;
    flex-basis: unset;
    height: 100%;
    max-width: unset;
    width: auto
}

.nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1
}

.nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media (max-width: 767px) {
    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__cta .nfl-o-fevo {
        margin: 6px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__cta .nfl-o-fevo {
        margin: 8px
    }
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__title {
        font-size: 28px
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__title {
        font-size: 48px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__cta .nfl-o-fevo {
        margin: 12px
    }
}

.nfl-c-promo.nfl-c-promo--featured-small .nfl-c-promo__bg {
    background-color: #000
}

.nfl-c-promo.nfl-c-promo--featured-small .nfl-c-promo__bg picture:before {
    background: linear-gradient(-153.434948823deg, transparent, #000 100%, #000 0, #000 0)
}

.nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__body {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__title + .d3-o-media-object__summary {
    margin-top: 8px !important
}

@media (max-width: 767px) {
    .nfl-c-promo.nfl-c-promo--featured-small .nfl-c-promo__bg {
        min-height: 220px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__body {
        text-align: center
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__figure + .d3-o-media-object__body {
        margin-top: 8px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__title {
        font-size: 32px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__cta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 8px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--featured-small .nfl-c-promo__bg {
        height: 220px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object {
        padding: 45px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__figure + .d3-o-media-object__body {
        margin-left: 45px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__body {
        max-width: 390px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__title {
        font-size: 24px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__cta {
        margin-left: -8px;
        margin-top: 16px
    }
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object .d3-o-media-object__figure {
        height: 80px
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--featured-small .nfl-c-promo__bg {
        height: 355px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object {
        padding: 75px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object .d3-o-media-object__figure {
        height: 135px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__figure + .d3-o-media-object__body {
        margin-left: 75px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__body {
        max-width: 630px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__title {
        font-size: 32px
    }

    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object__cta {
        margin-left: -12px;
        margin-top: 24px
    }
}

@media (min-width: 1280px) {
    .nfl-c-promo.nfl-c-promo--featured-small .d3-o-media-object {
        margin: 0 auto;
        max-width: 1248px
    }
}

[class*=d3-l-col__col-] .nfl-c-promo.nfl-c-promo--featured-small {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16)
}

.nfl-c-promo.nfl-c-promo--image {
    color: #151515
}

.nfl-c-promo.nfl-c-promo--image .nfl-c-promo__cta {
    display: block;
    position: relative
}

.nfl-c-promo.nfl-c-promo--image .nfl-c-promo__cta:focus:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    outline: 1px solid currentColor !important;
    outline-offset: -1px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.nfl-c-promo.nfl-c-promo--image .nfl-c-promo__bg .img-responsive {
    display: block;
    height: auto;
    max-width: unset;
    width: 100%
}

[class*=d3-l-col__col-] .nfl-c-promo.nfl-c-promo--image {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16)
}

.nfl-c-promo.nfl-c-promo--marketing1 {
    overflow: unset;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--marketing1 .d3-o-media-object {
    background: unset;
    padding: 48px
}

.nfl-c-promo.nfl-c-promo--marketing1 .d3-o-media-object__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    position: relative
}

.nfl-c-promo.nfl-c-promo--marketing1 .d3-o-media-object__title:before {
    background-color: currentColor;
    content: "";
    height: 100%;
    left: -48px;
    position: absolute;
    top: 0;
    width: 12px
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--marketing1 .d3-o-media-object__title {
        font-size: 28px;
        line-height: 32px;
        max-width: 70%
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--marketing1 .d3-o-media-object__title {
        font-size: 48px;
        line-height: 54px;
        max-width: 52%
    }
}

@media (max-width: 1023px) {
    [class*=d3-l-col__col-] .nfl-c-promo.nfl-c-promo--marketing1 .d3-o-media-object {
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw
    }
}

.nfl-c-promo.nfl-c-promo--marketing1.nfl-c-promo--button-color-text .d3-o-media-object__title, .nfl-c-promo.nfl-c-promo--marketing1.nfl-c-promo--header-color-text .d3-o-media-object__title {
    color: #151515
}

.nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object {
    background-color: transparent
}

.nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object__summary {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400
}

.nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object__title + .d3-o-media-object__summary {
    margin-top: 16px !important
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--marketing2 {
        padding: 32px
    }

    .nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object--horizontal .d3-o-media-object__body, .nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object--horizontal .d3-o-media-object__figure {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object__title {
        font-size: 20px
    }

    .nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object__summary {
        font-size: 16px
    }

    .nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object__body + .d3-o-media-object__figure {
        left: 50%;
        margin-top: 32px !important;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100vw - 16px)
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--marketing2 {
        padding: 48px
    }

    .nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object__title {
        font-size: 32px
    }

    .nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object__body + .d3-o-media-object__figure {
        margin-left: 64px !important
    }

    .nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object--horizontal .d3-o-media-object__body, .nfl-c-promo.nfl-c-promo--marketing2 .d3-o-media-object--horizontal .d3-o-media-object__figure {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.nfl-c-promo.nfl-c-promo--marketing2.nfl-c-promo--button-color-text .d3-o-media-object__body, .nfl-c-promo.nfl-c-promo--marketing2.nfl-c-promo--header-color-text .d3-o-media-object__body {
    color: #151515
}

.nfl-c-promo.nfl-c-promo--marketing3 {
    overflow: unset;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--marketing3 .d3-o-media-object {
    background: unset;
    padding: 48px
}

.nfl-c-promo.nfl-c-promo--marketing3 .d3-o-media-object__body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.nfl-c-promo.nfl-c-promo--marketing3 h2 {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    position: relative
}

.nfl-c-promo.nfl-c-promo--marketing3 h2:before {
    background-color: currentColor;
    content: "";
    height: 100%;
    left: -48px;
    position: absolute;
    top: 0;
    width: 12px
}

.nfl-c-promo.nfl-c-promo--marketing3 ol, .nfl-c-promo.nfl-c-promo--marketing3 ul {
    list-style-type: none
}

.nfl-c-promo.nfl-c-promo--marketing3 ol li, .nfl-c-promo.nfl-c-promo--marketing3 ul li {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 500;
    position: relative
}

.nfl-c-promo.nfl-c-promo--marketing3 ol li + li, .nfl-c-promo.nfl-c-promo--marketing3 ul li + li {
    margin-top: 24px
}

.nfl-c-promo.nfl-c-promo--marketing3 ol a, .nfl-c-promo.nfl-c-promo--marketing3 ul a {
    display: block;
    max-width: 88%
}

.nfl-c-promo.nfl-c-promo--marketing3 ol a.nfl-o-cta--underline, .nfl-c-promo.nfl-c-promo--marketing3 ul a.nfl-o-cta--underline {
    text-decoration: none
}

.nfl-c-promo.nfl-c-promo--marketing3 ol a:after, .nfl-c-promo.nfl-c-promo--marketing3 ul a:after {
    content: url(../fonts/chevron_right.svg);
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nfl-c-promo.nfl-c-promo--marketing3 ol a:focus, .nfl-c-promo.nfl-c-promo--marketing3 ul a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-promo.nfl-c-promo--marketing3 h2:not(:last-child), .nfl-c-promo.nfl-c-promo--marketing3 ol:not(:last-child), .nfl-c-promo.nfl-c-promo--marketing3 ul:not(:last-child) {
    margin-bottom: 48px
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--marketing3 h2 {
        font-size: 28px;
        line-height: 32px
    }

    .nfl-c-promo.nfl-c-promo--marketing3 ol li, .nfl-c-promo.nfl-c-promo--marketing3 ul li {
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--marketing3 h2 {
        font-size: 48px;
        line-height: 54px
    }

    .nfl-c-promo.nfl-c-promo--marketing3 ol li, .nfl-c-promo.nfl-c-promo--marketing3 ul li {
        font-size: 24px;
        line-height: 24px
    }
}

@media (max-width: 1023px) {
    [class*=d3-l-col__col-] .nfl-c-promo.nfl-c-promo--marketing3 .d3-o-media-object {
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw
    }
}

.nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--header-color-text h2, .nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--header-color-text ol li, .nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--header-color-text ul li {
    color: #151515
}

.nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--header-color-text h2:before {
    background-color: #151515
}

.nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--button-color-text h2, .nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--button-color-text ol li, .nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--button-color-text ul li {
    color: #151515
}

.nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--button-color-text h2:before {
    background-color: #151515
}

.nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--button-color-hyperlink ol li a, .nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--button-color-hyperlink ul li a, .nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--header-color-hyperlink ol li a, .nfl-c-promo.nfl-c-promo--marketing3.nfl-c-promo--header-color-hyperlink ul li a {
    color: #151515
}

.nfl-c-promo-mosaic .d3-l-grid--inner-14, .nfl-c-promo-mosaic [class*=nfl-c-promo-mosaic__item] {
    position: relative
}

.nfl-c-promo-mosaic__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 100%
}

.nfl-c-promo-mosaic__description {
    color: #eee;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 140%
}

.nfl-c-promo-mosaic__item-image {
    overflow: hidden
}

.nfl-c-promo-mosaic__item-image figure {
    -ms-grid-columns:(1fr) [ 5 ];
    -ms-grid-rows:(1fr) [ 3 ];
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-template-rows:repeat(3, 1fr)
}

.nfl-c-promo-mosaic__item-image img {
    width: 100%
}

.nfl-c-promo-mosaic__item-image .nfl-c-promo-mosaic__mask-overlay, .nfl-c-promo-mosaic__item-image picture {
    -ms-grid-column-span: 5;
    -ms-grid-row-span: 3;
    background-color: rgba(0, 0, 0, .2);
    -ms-grid-column: 1;
    grid-column: 1/6;
    -ms-grid-row: 1;
    grid-row: 1/4
}

.nfl-c-promo-mosaic__item-image picture {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.nfl-c-promo-mosaic__item-image .nfl-c-promo-mosaic__mask-overlay {
    z-index: 1
}

.nfl-c-promo-mosaic__item-image .nfl-c-promo-mosaic__text-overlay {
    -ms-grid-column-span: 3;
    -ms-grid-row-span: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    -ms-grid-column: 2;
    grid-column: 2/5;
    -ms-grid-row: 2;
    grid-row: 2/3;
    justify-content: center;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    z-index: 2
}

.nfl-c-promo-mosaic a.nfl-c-promo-mosaic__item-image:focus .nfl-c-promo-mosaic__mask-overlay, .nfl-c-promo-mosaic a.nfl-c-promo-mosaic__item-image:hover .nfl-c-promo-mosaic__mask-overlay {
    background-color: rgba(0, 0, 0, .4);
    border: 10px solid red
}

.nfl-c-promo-mosaic a.nfl-c-promo-mosaic__item-image:focus picture, .nfl-c-promo-mosaic a.nfl-c-promo-mosaic__item-image:hover picture {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 1024px) {
    .nfl-c-promo-mosaic {
        padding-bottom: 80px
    }

    .nfl-c-promo-mosaic [class*=nfl-c-promo-mosaic__item]:nth-child(3n-2) {
        -ms-grid-column-span: 4;
        -ms-grid-column: 2;
        grid-column: 2/6
    }

    .nfl-c-promo-mosaic [class*=nfl-c-promo-mosaic__item]:nth-child(3n-1) {
        -ms-grid-column-span: 4;
        -ms-grid-column: 6;
        grid-column: 6/10
    }

    .nfl-c-promo-mosaic [class*=nfl-c-promo-mosaic__item]:nth-child(3n) {
        -ms-grid-column-span: 4;
        -ms-grid-column: 10;
        grid-column: 10/14;
        top: 80px
    }

    .nfl-c-promo-mosaic .nfl-c-promo-mosaic__item-text-only {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        top: 0
    }

    .nfl-c-promo-mosaic__title {
        font-size: 60px;
        margin-bottom: 32px
    }

    .nfl-c-promo-mosaic__description {
        font-size: 20px
    }

    .nfl-c-promo-mosaic__item-image figure .nfl-c-promo-mosaic__text-overlay {
        font-size: 40px
    }
}

@media (max-width: 1023px) {
    .nfl-c-promo-mosaic {
        padding-bottom: 32px
    }

    .nfl-c-promo-mosaic.d3-l-section-row {
        margin-bottom: 0
    }

    .nfl-c-promo-mosaic__item-text-only:first-child {
        -ms-grid-column-span: 14;
        -ms-grid-column: 1;
        grid-column: 1/15;
        margin-bottom: 24px
    }

    .nfl-c-promo-mosaic__item-text-only ~ .nfl-c-promo-mosaic__item-image:nth-child(2n) {
        -ms-grid-column-span: 7;
        -ms-grid-column: 1;
        grid-column: 1/8
    }

    .nfl-c-promo-mosaic__item-text-only ~ .nfl-c-promo-mosaic__item-image:nth-child(2n - 1) {
        -ms-grid-column-span: 7;
        -ms-grid-column: 8;
        grid-column: 8/15;
        top: 77px
    }

    .nfl-c-promo-mosaic__title {
        font-size: 44px;
        margin-bottom: 20px
    }

    .nfl-c-promo-mosaic__description {
        font-size: 14px
    }

    .nfl-c-promo-mosaic__item-image figure .nfl-c-promo-mosaic__text-overlay {
        font-size: 24px
    }

    .nfl-c-promo-mosaic a.nfl-c-promo-mosaic__item-image:focus .nfl-c-promo-mosaic__mask-overlay, .nfl-c-promo-mosaic a.nfl-c-promo-mosaic__item-image:hover .nfl-c-promo-mosaic__mask-overlay {
        border-width: 4px
    }
}

.nfl-c-promo[class*=nfl-c-promo--video-background] .nfl-c-promo__bg {
    pointer-events: none;
    position: relative
}

.nfl-c-promo[class*=nfl-c-promo--video-background] .nfl-c-promo__video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.nfl-c-promo[class*=nfl-c-promo--video-background] .d3-o-media-object .d3-o-media-object__title {
    font-family: All-ProDisplayC, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 100%;
    text-transform: uppercase
}

.nfl-c-promo[class*=nfl-c-promo--video-background] .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo[class*=nfl-c-promo--video-background] .d3-o-media-object__cta .nfl-o-fevo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 2.25px;
    margin: unset;
    min-height: 56px;
    padding-bottom: 16px;
    padding-top: 16px
}

.nfl-c-promo.nfl-c-promo--video-background-lite .nfl-c-promo__bg {
    background-color: #000
}

.nfl-c-promo.nfl-c-promo--video-background-lite[data-has-max-height] .nfl-c-promo__bg {
    max-height: var(--promo-max-height-var)
}

.nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object .d3-o-media-object__figure {
    height: unset
}

.nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object .d3-o-media-object__figure .img-responsive {
    height: auto;
    max-width: 100%;
    width: 170px
}

.nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object .d3-o-media-object__summary {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-left: unset;
    margin-right: unset
}

.nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object__cta .nfl-o-fevo {
    border-radius: 0
}

.nfl-c-promo.nfl-c-promo--video-background-lite .nfl-c-promo__scroller {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    bottom: 0;
    cursor: pointer;
    padding: 16px 16px 8px;
    position: absolute
}

.nfl-c-promo.nfl-c-promo--video-background-lite .nfl-c-promo__scroller:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-promo.nfl-c-promo--video-background-lite .nfl-c-promo__scroller [class^=nfl-o-icon] {
    fill: #fff
}

@media (max-width: 767px) {
    .nfl-c-promo.nfl-c-promo--video-background-lite .nfl-c-promo__bg:before {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(100%, #000), color-stop(100%, #000), to(#000));
        background: linear-gradient(-180deg, transparent, #000 100%, #000 0, #000 0)
    }
}

@media (min-width: 768px) {
    .nfl-c-promo.nfl-c-promo--video-background-lite .nfl-c-promo__bg:before {
        background: linear-gradient(-153.434948823deg, transparent, #000 100%, #000 0, #000 0)
    }
}

@media (max-width: 1023px) {
    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: calc(100% - 80px);
        padding-bottom: unset
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object__figure + .d3-o-media-object__body {
        margin-top: 24px
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object__title + .d3-o-media-object__summary {
        margin-top: 16px !important;
        max-width: unset
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object .d3-o-media-object__title {
        font-size: 42px
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .nfl-c-promo__bg {
        height: 80vh
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object {
        text-align: left
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object .d3-o-media-object__figure {
        max-width: 180px
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite [class^=d3-o-media-object__] + .d3-o-media-object__cta {
        margin-top: 24px
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object__cta {
        left: -16px;
        position: relative;
        width: calc(100% + 32px)
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object__cta .nfl-o-fevo {
        width: 100%
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object__cta .nfl-o-icon {
        width: 100%
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object .d3-o-media-object__figure .img-responsive {
        height: auto;
        width: 130px
    }
}

@media (min-width: 1024px) {
    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: unset
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object__figure + .d3-o-media-object__body {
        margin-top: 24px
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object .d3-o-media-object__title {
        font-size: 56px
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object .d3-o-media-object__summary {
        max-width: 380px
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object__title + .d3-o-media-object__summary {
        margin-top: 16px !important
    }

    .nfl-c-promo.nfl-c-promo--video-background-lite .d3-o-media-object .d3-o-media-object__figure {
        max-width: 500px
    }
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced {
    background-color: #000;
    position: relative
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced:after, .nfl-c-promo.nfl-c-promo--video-background-enhanced:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced:before {
    background-image: var(--overlay-promo-video-enhanced-var);
    background-repeat: repeat;
    background-size: cover;
    opacity: .1;
    z-index: 1
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object, .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg {
    height: 100%;
    width: 100%
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg {
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
    grid-column: 1/4;
    z-index: 0
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced.nfl-c-promo--has-video .nfl-c-promo__bg, .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-grid-column-span: 1;
    -ms-grid-column-align: start;
    align-items: flex-start;
    -ms-grid-column: 2;
    grid-column: 2/3;
    justify-content: flex-start;
    justify-self: start;
    margin: 0;
    max-width: 744px;
    text-align: left;
    z-index: 1
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object > .d3-o-media-object__figure {
    height: 48px
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__body .d3-o-media-object__figure {
    max-height: 32px
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__body div + .d3-o-media-object__figure, .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__figure + .d3-o-media-object__body {
    margin-top: 32px !important
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__title + .d3-o-media-object__summary {
    margin-top: 16px !important
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__summary {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: unset
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__price {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-top: 32px
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__price span:first-child {
    font-size: 32px;
    line-height: 38px
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__price span:nth-child(2) {
    font-size: 16px;
    line-height: 19px
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__price span:nth-child(2):before {
    content: "/"
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__body + .d3-o-media-object__cta {
    margin-top: 16px
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__cta .nfl-o-fevo {
    letter-spacing: 2.25px;
    padding-left: 48px;
    padding-right: 48px
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__footer-text {
    color: #ccc;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 16px
}

.nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__footnote {
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #ccc;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 14px
}

@media (min-width: 768px) {
    .nfl-c-promo.nfl-c-promo--video-background-enhanced {
        height: 800px
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object, .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg, .nfl-c-promo.nfl-c-promo--video-background-enhanced:after, .nfl-c-promo.nfl-c-promo--video-background-enhanced:before {
        -ms-grid-row: 1;
        grid-row: 1/1
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced:after, .nfl-c-promo.nfl-c-promo--video-background-enhanced:before {
        -ms-grid-column-span: 3;
        -ms-grid-column: 1;
        grid-column: 1/4;
        left: 0;
        position: absolute;
        top: 0
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(43.97%, #000), color-stop(70.84%, transparent));
        background: linear-gradient(90deg, #000 43.97%, transparent 70.84%)
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg, .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg picture {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg picture .img-responsive, .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg video {
        aspect-ratio: 16/9;
        width: unset
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced[data-has-max-height], .nfl-c-promo.nfl-c-promo--video-background-enhanced[data-has-max-height] .nfl-c-promo__bg {
        max-height: var(--promo-max-height-var)
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg {
        height: 800px
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg.nfl-is-visible-on-mobile {
        display: none
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object {
        padding: 48px 0
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__title {
        font-size: 56px;
        letter-spacing: -.02em;
        line-height: 117%
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__summary {
        letter-spacing: -.01em;
        line-height: 133%
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__cta {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__cta .nfl-o-fevo {
        line-height: 122%
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__footer-text {
        font-size: 16px;
        line-height: 19px
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__footnote {
        margin-top: auto
    }
}

@media (max-width: 767px) {
    .nfl-c-promo.nfl-c-promo--video-background-enhanced.nfl-c-promo--featured-large {
        grid-gap: 24px;
        -ms-grid-rows: [row] 136px [row] min-content [row] 1fr;
        grid-template-rows:[row] 136px [row] -webkit-min-content [row] 1fr;
        grid-template-rows:[row] 136px [row] min-content [row] 1fr
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced:after, .nfl-c-promo.nfl-c-promo--video-background-enhanced:before {
        left: 0;
        position: absolute;
        top: 0
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced:before {
        -ms-grid-row-span: 3;
        -ms-grid-row: 1;
        grid-row: 1/4
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced:after {
        -ms-grid-row-span: 2;
        background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
        background: linear-gradient(1turn, #000, transparent);
        -ms-grid-row: 1;
        grid-row: 1/3
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
        grid-row: 1/3;
        height: auto
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg.nfl-is-visible-on-desktop {
        display: none
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg video {
        height: auto
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg picture .img-responsive, .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__bg video {
        aspect-ratio: 1/1
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object {
        -ms-grid-row-span: 2;
        -ms-grid-row: 2;
        grid-row: 2/4
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__body {
        width: 100%
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__body .d3-o-media-object__figure .img-responsive {
        max-width: 100%
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__title {
        font-size: 32px;
        line-height: 100%
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__summary {
        color: #d7dbe0;
        font-size: 16px;
        line-height: 19px
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__cta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__cta .nfl-o-cta, .nfl-c-promo.nfl-c-promo--video-background-enhanced .d3-o-media-object__cta .nfl-o-fevo {
        border-width: 0;
        font-size: 14px;
        line-height: 129%;
        width: 100%
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__footer-text {
        font-size: 14px;
        line-height: 17px
    }

    .nfl-c-promo.nfl-c-promo--video-background-enhanced .nfl-c-promo__footnote {
        margin-top: 32px
    }
}

.nfl-c-team-header {
    background-color: #fff;
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #333;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    width: 100%
}

.nfl-c-team-header.d3-l-section-row {
    margin-top: 0
}

.nfl-c-team-header__content {
    min-height: 225px;
    overflow: hidden;
    position: relative
}

.nfl-c-team-header__figure {
    height: 100%;
    width: 100%
}

.nfl-c-team-header__figure picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.nfl-c-team-header__figure img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none
}

.nfl-c-team-header__back-layer {
    background: #eee;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.nfl-c-team-header__background {
    color: #eee;
    height: 100%;
    width: 75%
}

.nfl-c-team-header__background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.nfl-c-team-header .profile-header__overlay {
    background: transparent;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%
}

.nfl-c-team-header .profile-header__overlay:after {
    content: "";
    display: none;
    height: 225px;
    left: 150px;
    position: absolute;
    top: 0;
    width: 100%
}

.nfl-c-team-header .profile-header__overlay .nfl-o-icon--x-large {
    height: 225px;
    width: 800px
}

.nfl-c-team-header__logo {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%
}

.nfl-c-team-header__logo img {
    position: relative;
    right: 16px;
    top: 16px;
    width: 150px
}

.nfl-c-team-header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 225px;
    min-height: 225px;
    padding: 40px 0 20px 10px;
    width: 50%;
    z-index: 2
}

.nfl-c-team-header__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px
}

.nfl-c-team-header__ranking {
    font-size: 16px;
    line-height: 20px
}

.nfl-c-team-header .nfl-o-link--buy-gear {
    background-color: #fafafa;
    bottom: 40px;
    color: #151515;
    margin: 0;
    padding: 8px 16px;
    position: absolute;
    text-transform: uppercase
}

.nfl-c-team-header .nfl-o-link--buy-gear .nfl-o-icon--shop {
    fill: #151515;
    margin-bottom: -3px
}

.nfl-c-team-header .nfl-o-link--buy-gear.active, .nfl-c-team-header .nfl-o-link--buy-gear:hover {
    background-color: #151515;
    color: #fafafa
}

.nfl-c-team-header .nfl-o-link--buy-gear.active .nfl-o-icon--shop, .nfl-c-team-header .nfl-o-link--buy-gear:hover .nfl-o-icon--shop {
    fill: #fafafa
}

.nfl-c-team-header .nfl-o-link--buy-gear:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-team-header .nfl-o-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 {
        right: 32px;
        width: 175px
    }
}

@media (min-width: 1024px) {
    .nfl-c-team-header__content {
        min-height: 255px
    }

    .nfl-c-team-header .nfl-o-icon--profile-header__overlay, .nfl-c-team-header .nfl-o-icon--x-large {
        height: 255px
    }

    .nfl-c-team-header__info {
        max-height: 255px;
        min-height: 255px
    }

    .nfl-c-team-header .profile-header__overlay:after {
        display: block;
        height: 255px
    }

    .nfl-c-team-header__logo img {
        right: 50px;
        width: 200px
    }
}

.nfl-c-team-info {
    margin-bottom: 0
}

.nfl-c-team-info .d3-o-list {
    -ms-flex-preferred-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-c-team-info .d3-o-list__item {
    -ms-flex-preferred-size: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.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-info__info-key {
    color: #757575;
    font-size: 12px
}

.nfl-c-team-info__info-key, .nfl-c-team-info__info-value {
    -ms-flex-preferred-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    line-height: 20px
}

.nfl-c-team-info .d3-l-grid--outer {
    grid-gap: 0
}

.nfl-c-team-roster {
    background-color: #fff;
    color: #333;
    line-height: 18px
}

.nfl-c-team-roster, .nfl-c-team-schedule {
    background: #fff;
    border-bottom: 1px solid #eee;
    width: 100%
}

.nfl-c-team-schedule {
    padding: 16px
}

.nfl-c-team-schedule .d3-o-table {
    font-size: 12px;
    left: -16px;
    position: relative;
    width: calc(100% + 32px)
}

.nfl-c-team-schedule .d3-o-table caption {
    color: #757575;
    font-size: 14px;
    padding: 16px 16px 0;
    text-align: left;
    text-transform: uppercase
}

.nfl-c-team-schedule .d3-o-table tbody td:first-child, .nfl-c-team-schedule .d3-o-table thead th:first-child {
    padding-left: 16px
}

.nfl-c-team-schedule .d3-o-table tr, .nfl-c-team-schedule .nfl-c-matchup-strip {
    border-bottom: 2px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.nfl-c-team-schedule .nfl-c-team-schedule__no-games {
    color: #555;
    font-size: 14px
}

.nfl-c-team-schedule .nfl-c-team-schedule__cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
    padding-top: 24px
}

.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
}

.nfl-c-team-schedule .nfl-c-team-schedule__cta .nfl-o-cta:focus, .nfl-c-team-schedule .nfl-c-team-schedule__cta .nfl-o-fevo:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

@media (max-width: 1279px) {
    .nfl-c-team-schedule .d3-o-table td, .nfl-c-team-schedule .d3-o-table th {
        padding-bottom: .75rem;
        padding-top: .75rem
    }
}

.nfl-c-team-schedule .nfl-c-matchup-strip {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: -16px;
    position: relative;
    width: calc(100% + 32px)
}

.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__networks, .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 {
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__team--opponent .nfl-c-matchup-strip__team-name, .nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__team-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    font-size: 16px;
    width: 24px
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__cta {
    margin-left: unset;
    width: 100px
}

.nfl-c-team-schedule .nfl-c-matchup-strip .nfl-c-matchup-strip__cta a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-team-stats .nfl-o-club__logo {
    display: none
}

.nfl-c-boxscore .nfl-c-team-stats .d3-o-table__caption h6.d3-o-box__title, .nfl-c-team-stats .d3-o-box__header h6.d3-o-box__title, .nfl-c-team-stats .nfl-c-boxscore .d3-o-table__caption h6.d3-o-box__title, .nfl-c-team-stats .nfl-c-boxscore__header h6.d3-o-box__title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.nfl-c-team-stats .nfl-o-team-h2h-stats__header .nfl-o-club {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    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-stats .nfl-o-team-h2h-stats .nfl-o-club__logo {
    display: block
}

.nfl-c-team-tickets .d3-o-media-object__body {
    text-align: left
}

.nfl-c-team-tickets .d3-o-media-object__summary {
    color: #757575;
    margin-top: 10px !important
}

.nfl-c-team-tickets .d3-o-media-object__cta .d3-o-button {
    background-color: #151515;
    border: none;
    color: #fafafa;
    margin: 16px 0 0;
    padding: 8px 16px;
    text-transform: uppercase;
    width: 100%
}

.d3-l-module--videoplayer-skinned .nfl-o-media-object--player {
    margin: 0 auto;
    max-width: 824px
}

.nfl-o-media-object--player {
    display: block
}

.d3-o-footer {
    overflow-x: hidden;
    width: 100%
}

.d3-o-footer .d3-o-nav__title {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

.d3-o-footer .d3-o-footer__apps {
    background-color: #1f1f1f;
    border-top: 1px solid #333;
    color: #b2b2b2;
    padding: 8px 0;
    text-align: center
}

.d3-o-footer .d3-o-footer__apps-label {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300
}

.d3-o-footer .d3-o-footer__apps-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
    position: relative
}

.d3-o-footer .d3-o-footer__apps-links > li > a {
    color: #fff;
    display: block;
    padding: 0 15px
}

.d3-o-footer .d3-o-footer__apps-links > li > a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.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 {
    max-height: none;
    position: relative;
    top: -8px;
    width: 115px
}

@media (min-width: 0) and (max-width: 319px) {
    .d3-o-footer .d3-o-footer__apps-links {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        margin-bottom: 16px
    }

    .d3-o-footer .d3-o-footer__apps-links > li {
        min-width: 50%
    }
}

.d3-o-footer .d3-o-footer__club-legal {
    background-color: #151515;
    color: #fafafa;
    text-align: center
}

.d3-o-footer .d3-o-footer__club-legal-logo {
    display: block;
    margin: 0 auto;
    width: 64px
}

.d3-o-footer .d3-o-footer__club-legal-logo:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.d3-o-footer .d3-o-footer__club-copyright {
    color: #fafafa;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 300;
    margin: 16px auto;
    max-width: 1248px;
    padding: 0 40px
}

.d3-o-footer #ot-sdk-btn.ot-sdk-show-settings, .d3-o-footer .d3-o-footer__club-legal-links > li > a {
    display: block;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 0;
    text-transform: uppercase
}

.d3-o-footer #ot-sdk-btn.ot-sdk-show-settings:hover, .d3-o-footer .d3-o-footer__club-legal-links > li > a:hover {
    text-decoration: underline
}

.d3-o-footer #ot-sdk-btn.ot-sdk-show-settings {
    border: none;
    color: inherit;
    line-height: inherit;
    margin: 0 auto;
    -webkit-transition: inherit;
    transition: inherit
}

.d3-o-footer #ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: unset;
    color: inherit
}

@media (min-width: 1024px) {
    .d3-o-footer .d3-o-footer__club-legal-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    .d3-o-footer #ot-sdk-btn.ot-sdk-show-settings, .d3-o-footer .d3-o-footer__club-legal-links > li > a {
        border-bottom: 1px solid transparent;
        margin: 0 24px;
        padding: 4px 8px
    }

    .d3-o-footer #ot-sdk-btn.ot-sdk-show-settings:focus, .d3-o-footer .d3-o-footer__club-legal-links > li > a:focus {
        outline: 1px solid currentColor !important;
        outline-offset: 2px
    }

    .d3-o-footer #ot-sdk-btn.ot-sdk-show-settings:hover, .d3-o-footer .d3-o-footer__club-legal-links > li > a:hover {
        border-bottom-color: #fafafa;
        text-decoration: none
    }
}

.d3-o-footer .d3-o-footer__nav {
    background-color: #1f1f1f;
    overflow: hidden
}

.d3-o-footer .d3-o-footer__tab-trigger {
    background-color: #151515;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    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;
    padding-top: 16px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.d3-o-footer .d3-o-footer__tab-trigger[aria-selected=false] {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.d3-o-footer .d3-o-footer__tab-trigger[aria-selected=false] svg {
    padding-top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.d3-o-footer .d3-o-footer__tab-trigger[aria-selected=true] {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400
}

.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 {
    padding: 16px 0 8px
}

.d3-o-footer .d3-o-footer__panel-links li {
    color: #b2b2b2;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 0;
    text-align: center
}

.d3-o-footer .d3-o-footer__panel-links .d3-o-footer__panel-link-category {
    color: #fff;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase
}

.d3-o-footer .d3-o-footer__panel-links a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.d3-o-footer .d3-o-footer__panel-icon img, .d3-o-footer img.d3-o-footer__panel-icon {
    height: 44px;
    width: 44px
}

@media (max-width: 1023px) {
    .d3-o-footer .d3-o-footer__tab-trigger {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        text-align: left;
        width: 100%
    }

    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .d3-o-footer .d3-t-footer__panel-2 > [role=navigation] > .d3-o-footer__panel-links {
        -ms-flex-preferred-size: 50%;
        border-color: transparent;
        flex-basis: 50%
    }

    .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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 380px;
        justify-content: center;
        margin: 0 auto;
        padding: 0 200px;
        position: relative
    }

    .d3-o-footer .d3-o-footer__nav:before {
        background-color: #151515;
        content: "";
        height: 40px;
        left: -100%;
        position: absolute;
        right: -100%;
        top: 0
    }

    .d3-o-footer .d3-o-footer__tab-trigger {
        margin: 0 32px;
        padding: 0 8px;
        position: relative;
        text-align: center;
        z-index: 1
    }

    .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-panel {
        left: 0;
        position: absolute;
        right: 0
    }

    .d3-o-footer .d3-o-footer__tab-panel > nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        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] {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-width: 1280px
    }

    .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 {
        color: #b2b2b2;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-weight: 400;
        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-footer.d3-o-footer--league .d3-o-footer__nav {
        padding: 0 50px
    }
}

.d3-o-club-partners__section-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    margin-bottom: 16px;
    text-align: center
}

.d3-o-club-partners__section-title:after, .d3-o-club-partners__section-title:before {
    -webkit-box-flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #ccc;
    content: "";
    -ms-flex: 1;
    flex: 1;
    height: 1px
}

.d3-o-club-partners__section-title-label {
    background-color: #eee;
    color: #333;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px
}

.d3-o-club-partners__nav {
    margin: auto
}

.d3-o-club-partners__nav-items {
    -ms-flex-pack: distribute;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    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-height: 60px;
    max-width: 120px
}

.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 {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 500;
    -webkit-transition: none;
    transition: none;
    width: 100%
}

.nfl-c-header .d3-o-nav__wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #151515;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .47);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .47);
    color: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10
}

.nfl-c-header .d3-o-nav__logo {
    position: relative;
    -webkit-transition: none;
    transition: none;
    z-index: 10
}

.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: 48px
}

.nfl-c-header .d3-o-nav--title {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

.nfl-c-header .d3-o-nav__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nfl-c-header .d3-o-nav__list .d3-o-nav__item [data-custom-properties*=devicevisibility] {
    display: none
}

.nfl-c-header .d3-o-nav__list .d3-o-nav__item[data-user-item], .nfl-c-header .d3-o-nav__list .d3-o-nav__item[data-user-item]:hover {
    border: none
}

.nfl-c-header .d3-o-nav__list .d3-o-nav__item[data-user-item]:focus {
    outline: none !important;
    outline-offset: unset
}

.nfl-c-header .d3-o-nav--primary {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    padding: 0
}

.nfl-c-header .d3-o-nav--primary [data-value*=dropdown_trigger] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 2px
}

.nfl-c-header .d3-o-nav--primary [data-value*=dropdown_trigger] .d3-o-nav__item-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-header .d3-o-nav--primary [data-value*=dropdown_trigger].d3-o-nav__more-is-clicked .d3-o-nav__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 19px;
    width: 16px
}

.nfl-c-header .d3-o-nav--primary [data-value*=dropdown_trigger] .d3-o-nav__item-icon, .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 [class*=d3-o-nav--] [class*=nfl-o-icon] {
    fill: currentColor
}

.nfl-c-header .d3-o-nav__search {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    padding: 0 8px
}

.nfl-c-header .d3-o-nav__search [class*=nfl-o-icon] {
    fill: #fafafa
}

.nfl-c-header .d3-o-nav--action-related, .nfl-c-header .d3-o-nav--action-related--mobile, .nfl-c-header .d3-o-nav--dropdown, .nfl-c-header .d3-o-nav__search-result, .nfl-c-header .d3-o-search__close-btn, .nfl-c-header .d3-o-search__input, .nfl-c-header .d3-o-search__label {
    display: none
}

.nfl-c-header .d3-o-search__open-btn {
    border-bottom: 2px solid transparent;
    height: 27px;
    padding-top: 6px;
    -webkit-transition: none;
    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-search__form {
    background-color: inherit
}

.nfl-c-header .d3-o-nav__user-login {
    -webkit-box-align: Center;
    -ms-flex-align: Center;
    align-items: Center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px
}

.nfl-c-header a:not([data-icon-mobile-only]) .d3-o-nav__item-icon + .d3-o-nav__item-label {
    display: none
}

.nfl-c-header.d3-o-nav--is-sticky {
    left: 0;
    min-height: 64px;
    position: fixed;
    top: -64px;
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
    -webkit-transition: -webkit-transform .45s;
    transition: -webkit-transform .45s;
    transition: transform .45s;
    transition: transform .45s, -webkit-transform .45s;
    width: 100%;
    z-index: 10
}

@media (max-width: 1023px) {
    .nfl-c-header .d3-o-nav--primary, .nfl-c-header .d3-o-nav__user-login {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        display: none;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .nfl-c-header .d3-o-nav__wrap {
        height: 64px;
        padding: 8px 42px 8px 8px
    }

    .nfl-c-header .d3-o-nav__hamburger {
        height: 64px;
        position: absolute;
        top: 0;
        width: 32px
    }

    .nfl-c-header .d3-o-nav__hamburger:not(.d3-o-hamburger--is-active) {
        right: 8px
    }

    .nfl-c-header .d3-o-nav__hamburger:focus {
        outline: 2px solid currentColor !important;
        outline-offset: -4px
    }

    .nfl-c-header .d3-o-nav__logo {
        margin: 0 8px;
        max-height: 32px
    }

    .nfl-c-header .d3-o-nav__seasonal {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -ms-flex-item-align: center;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        align-self: center;
        flex-grow: 1;
        justify-content: flex-end;
        padding: 0 8px;
        text-align: right
    }

    .nfl-c-header .d3-o-nav__seasonal, .nfl-c-header .d3-o-nav__seasonal .d3-o-nav__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-header .d3-o-nav__seasonal .d3-o-nav__item {
        margin-top: 4px
    }

    .nfl-c-header .d3-o-nav__seasonal .d3-o-nav__item:not(:last-child):after {
        background-color: #fff;
        content: "";
        display: inline-block;
        height: 16px;
        margin: 0 16px;
        position: relative;
        top: -2px;
        width: 1px
    }

    .nfl-c-header .d3-o-nav__seasonal a:focus, .nfl-c-header .d3-o-nav__seasonal a: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
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__dropdown:before {
        background-color: hsla(0, 0%, 98%, .16);
        content: "";
        display: block;
        height: 1px;
        margin: 16px auto;
        width: 100%
    }

    .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__wrap {
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 8px;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 10
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav__logo {
        display: none
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--action-related, .nfl-c-header.d3-o-nav--is-open .d3-o-nav__search, .nfl-c-header.d3-o-nav--is-open .d3-o-nav__seasonal, .nfl-c-header.d3-o-nav--is-open [data-value*=dropdown_trigger] {
        display: none !important
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        background-color: #151515;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: normal;
        left: 0;
        padding: 32px;
        position: absolute;
        right: 0;
        top: 64px;
        z-index: 10
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary:before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .24)), to(transparent));
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .24), transparent);
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 11
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary:after {
        content: "";
        display: block;
        height: 64px;
        width: 100%
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        height: 100%;
        width: 100%
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list li {
        margin-top: 20px;
        min-height: 32px;
        text-align: left;
        width: 100%
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list li.d3-o-nav__item--has-submenu:not(.d3-o-nav__item--has-dropdown-submenu), .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list li:first-of-type {
        margin-top: 0
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list li:not(.d3-o-nav__item--has-submenu) {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list li.d3-o-nav__item[data-user-item] {
        display: none
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list a {
        display: block;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 100%
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__list [data-custom-properties*=devicevisibility] {
        display: none
    }

    .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
    }

    .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--action-related--mobile {
        border: 1px solid hsla(0, 0%, 100%, .3);
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 27px;
        width: 100%
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav--action-related--mobile .d3-o-nav__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-flow: row;
        flex-flow: row
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav--action-related--mobile .d3-o-nav__list .d3-o-nav__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid hsla(0, 0%, 100%, .3);
        height: auto;
        justify-content: center;
        margin: 0;
        padding: 12px 0;
        text-align: center
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav--action-related--mobile .d3-o-nav__list .d3-o-nav__item:last-child {
        border-right: none
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav--action-related--mobile .d3-o-nav__list .d3-o-nav__item a:not([data-icon-mobile-only]) .d3-o-nav__item-icon + .d3-o-nav__item-label {
        display: block
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav--action-related--mobile .d3-o-nav__list .d3-o-nav__item .d3-o-nav__item-icon {
        margin-bottom: 12px
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav--action-related--mobile .d3-o-nav__list .d3-o-nav__item .d3-o-nav__item-icon img {
        height: 18px
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav--action-related--mobile .d3-o-nav__list .d3-o-nav__item .d3-o-nav__item-label {
        display: block;
        font-size: 12px;
        line-height: 12px
    }

    .nfl-c-header.d3-o-nav--is-open .d3-o-nav--primary .d3-o-nav__dropdown a {
        font-size: 16px;
        line-height: 19px
    }
}

@media (min-width: 1024px) {
    .nfl-c-header {
        --nav-items-top-position: 4px
    }

    .nfl-c-header .d3-o-nav__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 64px
    }

    .nfl-c-header .d3-o-nav__logo {
        margin: 0 32px
    }

    .nfl-c-header .d3-o-nav__hamburger {
        display: none
    }

    .nfl-c-header nav.d3-o-nav--action-related > ul.d3-o-nav__list > li.d3-o-nav__item:not(.d3-o-nav__item--has-submenu), .nfl-c-header nav.d3-o-nav--primary > ul.d3-o-nav__list > li.d3-o-nav__item:not(.d3-o-nav__item--has-submenu) {
        position: relative;
        top: var(--nav-items-top-position)
    }

    .nfl-c-header .d3-o-nav__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item {
        border-bottom: 2px solid transparent
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item a {
        margin: 0 8px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item a[data-icon-mobile-only] .d3-o-nav__item-icon {
        display: none
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item a[data-value=nfl-plus] {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item a[data-value=nfl-plus] .img-responsive {
        display: block;
        height: 32px;
        width: auto
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item:first-child a {
        margin-left: 0
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item.d3-is-active, .nfl-c-header .d3-o-nav__list .d3-o-nav__item:hover {
        border-bottom: 2px solid #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 {
        clip: rect(64px 100vw 64px 0);
        background-color: #151515;
        -webkit-box-shadow: inset 0 11px 8px -10px rgba(0, 0, 0, .47);
        box-shadow: inset 0 11px 8px -10px rgba(0, 0, 0, .47);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 64px;
        left: 0;
        opacity: 0;
        padding: 16px 16px 16px 110px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: top .4s cubic-bezier(0, 1, .48, .96) 0s, visibility .4s cubic-bezier(0, 1, .48, .96) 0s, clip .4s cubic-bezier(0, 1, .48, .96) 0s, opacity .01s cubic-bezier(0, 1, .48, .96) .4s;
        transition: top .4s cubic-bezier(0, 1, .48, .96) 0s, visibility .4s cubic-bezier(0, 1, .48, .96) 0s, clip .4s cubic-bezier(0, 1, .48, .96) 0s, opacity .01s cubic-bezier(0, 1, .48, .96) .4s;
        visibility: hidden;
        z-index: 10
    }

    .nfl-c-header .d3-o-nav__dropdown.d3-o-nav--is-open {
        clip: rect(0 100vw 64px 0);
        opacity: 1;
        top: 64px;
        -webkit-transition: top .4s cubic-bezier(0, 1, .48, .96) 0s, visibility .4s cubic-bezier(0, 1, .48, .96) 0s, clip .4s cubic-bezier(0, 1, .48, .96) 0s, opacity .01s cubic-bezier(0, 1, .48, .96) 0s;
        transition: top .4s cubic-bezier(0, 1, .48, .96) 0s, visibility .4s cubic-bezier(0, 1, .48, .96) 0s, clip .4s cubic-bezier(0, 1, .48, .96) 0s, opacity .01s cubic-bezier(0, 1, .48, .96) 0s;
        visibility: visible
    }

    .nfl-c-header .d3-o-nav__seasonal {
        display: none
    }

    .nfl-c-header .d3-o-nav--action-related {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-header .d3-o-nav--action-related .d3-o-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nfl-c-header .d3-o-nav--action-related > .d3-o-list > li:last-child:not([data-user-item]) {
        margin-right: 32px
    }

    .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: 64px
    }

    .nfl-has-sticky-nav.nfl-has-secondary-nav .d3-l-wrap {
        padding-top: 112px
    }

    .nfl-has-sticky-nav.nfl-has-secondary-nav--width-ad .d3-l-wrap {
        padding-top: 160px
    }
}

@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-has-sticky-nav.nfl-has-secondary-nav--width-ad .d3-l-wrap {
        padding-top: 160px
    }
}

.nfl-u-disable--scrolling main {
    overflow: hidden;
    pointer-events: none
}

.d3-o-nav__list .d3-o-nav__item [data-value=hot-button] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(45deg, #3076f9, #00d3d3);
    border-radius: 38px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 32px;
    margin-top: -4px;
    padding: 0 16px
}

.d3-o-nav__list .d3-o-nav__item [data-value=hot-button]:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.d3-o-nav__list .d3-o-nav__item [data-value=hot-button] .d3-o-nav__item-label {
    line-height: 0;
    margin-top: 2px
}

.d3-o-header__branded-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center
}

.d3-o-header__branded-header .img-responsive, .d3-o-header__branded-header > a, .d3-o-header__branded-header picture {
    display: block
}

.d3-o-header__branded-header picture {
    -ms-flex-preferred-size: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    overflow: hidden;
    width: unset
}

.d3-o-header__branded-header .img-responsive {
    height: auto;
    margin: auto;
    max-width: none;
    width: auto
}

.d3-o-header__branded-header .d3-o-header__branded-header__sponsor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px;
    position: absolute;
    right: 0
}

.d3-o-header__branded-header .d3-o-header__branded-header__sponsor .d3-o-adv-block {
    display: -webkit-box;
    display: -ms-flexbox;
    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
    }
}

.d3-o-header__branded-header.d3-o-header__branded-header--has-empty-image .img-responsive {
    margin: -1px auto 0
}

.nfl-c-header .d3-o-nav__item[data-user-item]:focus, .nfl-c-header .d3-o-nav__item[data-user-item]:focus-within {
    outline: none !important;
    outline-offset: unset
}

.nfl-c-header .d3-o-nav__item[data-user-item] .nfl-o-spinner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    margin-top: calc(var(--nav-items-top-position) * -1);
    min-width: 64px;
    position: absolute;
    width: 24px
}

.nfl-c-header .d3-o-nav__item[data-user-item] .nfl-o-spinner > [class^=nfl-o-spinner__bounce] {
    background-color: #fff;
    height: 8px;
    width: 8px
}

.nfl-c-header a[data-value=gigya_sign_in]:not([data-is-logged-in]) {
    background-color: #fff;
    border-radius: 4px;
    color: #151515;
    height: 32px;
    line-height: 100%;
    min-width: 61px;
    padding: 8px
}

.nfl-c-header a[data-value=gigya_sign_in]:not([data-is-logged-in]) span {
    position: relative;
    top: 2px
}

.nfl-c-header a[data-value=gigya_sign_in]:not([data-is-logged-in]):focus, .nfl-c-header a[data-value=gigya_sign_in]:not([data-is-logged-in]):focus-within {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-c-header a[data-is-logged-in]:focus, .nfl-c-header a[data-is-logged-in]:focus-within {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-header .d3-o-nav__hamburger ~ a[data-is-logged-in], .nfl-c-header .d3-o-nav__item > a[data-is-logged-in] {
    background-image: url(../fonts/signed-in.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px
}

@media (max-width: 1023px) {
    .nfl-c-header.d3-o-nav--is-open a[data-value=gigya_sign_in] {
        position: absolute;
        right: 16px;
        top: 16px
    }

    .nfl-c-header.d3-o-nav--is-open a[data-value=gigya_sign_in][data-is-logged-in] {
        top: 20px
    }

    .nfl-c-header:not(.d3-o-nav--is-open) a[data-value=gigya_sign_in] {
        display: none
    }
}

@media (min-width: 1024px) {
    .nfl-c-header .d3-o-nav__item[data-user-item] {
        min-width: 64px
    }

    .nfl-c-header .d3-o-nav__item[data-user-item] a[data-value=gigya_sign_in] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 0 0 8px
    }

    .nfl-c-header .d3-o-nav__item[data-user-item] a[data-value=gigya_sign_in]:not([data-is-logged-in]) {
        margin-right: 32px;
        margin-top: calc(var(--nav-items-top-position) * -1)
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown {
        min-width: 225px;
        padding: 16px 8px
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown ul.d3-o-nav__list ~ ul.d3-o-nav__list {
        margin-top: 20px
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li {
        padding: 4px 8px
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li.d3-o-nav__link-category, .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li.d3-o-nav__link-category a {
        color: #333;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 100%;
        padding-top: 0
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li.d3-o-nav__link-category ~ li a, .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li.d3-o-nav__link-category ~ li span {
        color: #555;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li.d3-o-nav__dropdown-user-name {
        color: #333;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 100%;
        margin-bottom: 8px
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li:not(.d3-o-nav__link-category):hover {
        background-color: #151515;
        color: #fff
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li:not(.d3-o-nav__link-category):hover a, .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li:not(.d3-o-nav__link-category):hover span {
        color: #fff
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li.d3-o-nav__dropdown-user-button:hover {
        background-color: unset
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li.d3-o-nav__dropdown-user-button:hover a, .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li.d3-o-nav__dropdown-user-button:hover span {
        color: unset
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li.d3-o-nav__dropdown-user-name:hover {
        background-color: unset;
        color: #333
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li a[data-value=gigya_sign_in] {
        border-radius: 4px;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-weight: 700;
        height: auto;
        margin-left: 0;
        padding: 12px 8px;
        text-align: center;
        width: 100%
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li a[data-value=gigya_sign_in]:not([data-is-logged-in]) {
        background-color: #151515;
        color: #fff
    }

    .nfl-c-header .d3-o-nav__item[data-user-item].d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li a[data-value=gigya_sign_in][data-is-logged-in] {
        background-color: #fff;
        border: 1px solid #151515;
        color: #151515
    }
}

.nfl-c-header.d3-o-search--is-open:before {
    background-color: rgba(0, 0, 0, .7);
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10
}

.nfl-c-header.d3-o-search--is-open .d3-o-nav--action-related, .nfl-c-header.d3-o-search--is-open .d3-o-nav--primary, .nfl-c-header.d3-o-search--is-open .d3-o-nav--secondary, .nfl-c-header.d3-o-search--is-open .d3-o-nav__hamburger, .nfl-c-header.d3-o-search--is-open .d3-o-nav__logo, .nfl-c-header.d3-o-search--is-open .d3-o-nav__seasonal-item, .nfl-c-header.d3-o-search--is-open .d3-o-nav__user-login {
    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__close-btn, .nfl-c-header.d3-o-search--is-open .d3-o-search__input {
    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 {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

.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 {
    font-family: inherit;
    left: 8px;
    margin-top: 7px;
    opacity: .3;
    position: absolute;
    text-transform: lowercase;
    top: 0
}

.nfl-c-header.d3-o-search--is-open .d3-o-search__open-btn {
    position: absolute;
    right: 8px;
    top: 0
}

.nfl-c-header.d3-o-search--is-open .d3-o-search__close-btn {
    border-bottom: 2px solid transparent;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.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 {
    background-color: hsla(0, 0%, 100%, .1);
    margin: 0 8px 0 16px;
    padding: 0 8px;
    position: relative;
    width: calc(100% - 48px)
}

@media (max-width: 1023px) {
    .nfl-c-header.d3-o-search--is-open .d3-o-nav__search {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        height: 32px;
        margin: 0 8px 0 0;
        width: calc(100% - 32px)
    }

    .nfl-c-header.d3-o-search--is-open .d3-o-search__close-btn {
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result {
    background-color: #151515;
    color: #fafafa;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 28px
}

.nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result .autocomplete-suggestions {
    background-color: inherit;
    color: inherit;
    left: 0 !important;
    margin-top: 20px;
    width: 100% !important
}

.nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result .autocomplete-suggestions .autocomplete-no-suggestion, .nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result .autocomplete-suggestions .autocomplete-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-no-suggestion, .nfl-c-header.d3-o-search--is-open .d3-o-nav__search-result .autocomplete-suggestions .autocomplete-suggestion {
        padding: 8px 40px
    }
}

.nfl-c-header.d3-o-nav__has-secondary-nav {
    height: 112px
}

@media (min-width: 1025px) and (max-width: 1365px) {
    .nfl-c-header.d3-o-nav__has-secondary-nav.d3-o-nav__has-secondary-nav-with-ad {
        height: 162px
    }
}

@media (max-width: 1023px) {
    .nfl-c-header.d3-o-nav__has-secondary-nav.d3-o-nav__has-secondary-nav-with-ad {
        height: 162px
    }
}

.nfl-c-header .d3-o-nav--secondary {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .47);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .47);
    color: #151515;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    z-index: 3
}

.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 {
    line-height: 100%;
    margin: 0;
    padding: 0
}

.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__list {
    white-space: nowrap
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item {
    border-bottom: 2px solid transparent
}

.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:not(.nfl-o-subscribe):hover {
    border-bottom-color: currentColor;
    color: #151515
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item:not(.nfl-o-subscribe):hover .d3-o-nav__item-label {
    border: none
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item a {
    padding: 16px 8px
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item a[data-value=nfl-subscribe] {
    padding: 0 8px 0 0;
    position: relative
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item a[data-value=nfl-subscribe] .d3-o-nav__item-label {
    background-color: #fff;
    border-radius: 4px;
    color: #151515;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 9px 8px
}

.nfl-c-header .d3-o-nav--secondary .d3-o-nav__list .d3-o-nav__item:first-child a {
    padding-left: 0
}

@media (max-width: 1023px) {
    .nfl-c-header .d3-o-nav--secondary {
        padding: 0 8px;
        top: 64px
    }
}

@media (min-width: 1024px) {
    .nfl-c-header .d3-o-nav--secondary {
        padding: 0 16px 0 96px;
        top: 64px
    }
}

.nfl-c-header.d3-o-nav--is-sticky .d3-o-nav--secondary {
    position: fixed
}

.nfl-c-header .d3-o-nav--secondary.d3-nav--has-secondary-nav-logo .d3-o-nav__logo {
    left: 0;
    position: absolute;
    top: 8px
}

.nfl-c-header .d3-o-nav--secondary.d3-nav--has-secondary-nav-logo .d3-o-nav__logo img {
    height: 32px
}

@media (max-width: 1023px) {
    .nfl-c-header .d3-o-nav--secondary.d3-nav--has-secondary-nav-logo {
        padding-left: 64px
    }

    .nfl-c-header .d3-o-nav--secondary.d3-nav--has-secondary-nav-logo .d3-o-nav__logo {
        margin-left: 16px;
        margin-right: 16px
    }
}

.nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__item.d3-is-active, .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown > li {
    border-bottom: none
}

.nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown > li:focus, .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown > li:focus-within {
    outline: none !important
}

.nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown > li ul.d3-o-nav__list li:not(.d3-o-nav__dropdown-user-button):focus, .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown > li ul.d3-o-nav__list li:not(.d3-o-nav__dropdown-user-button):focus-within {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown > li:not(.d3-o-nav__menu-item-teams) span {
    position: relative;
    top: 2px
}

@media (max-width: 1023px) {
    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-toggle {
        cursor: pointer
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-toggle:before {
        border: 1px solid hsla(0, 0%, 100%, .3);
        border-radius: 4px;
        content: url(../fonts/chevron_right_white.svg);
        display: block;
        height: 22px;
        padding: 4px;
        width: 22px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-toggle:focus, .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-toggle:focus-within {
        border-radius: 4px;
        outline: 1px solid currentColor !important;
        outline-offset: 2px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-toggle.d3-is-expanded {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown:not(.d3-is-expanded) {
        display: none
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown.d3-is-expanded {
        -ms-flex-preferred-size: 100%;
        background-color: #fff;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        margin-top: 8px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown.d3-is-expanded ul li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #555;
        height: 48px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 16px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown.d3-is-expanded ul li:first-of-type {
        margin-top: 0
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown.d3-is-expanded a {
        font-size: 16px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown.d3-is-expanded a:hover span {
        border-bottom: unset
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__item.d3-o-nav__menu-item-teams {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__item.d3-o-nav__menu-item-teams ul.d3-o-nav__teams-desktop {
        display: none
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__item.d3-o-nav__menu-item-teams ul.d3-o-nav__teams-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__item.d3-o-nav__menu-item-teams ul.d3-o-nav__teams-mobile:last-of-type {
        margin-bottom: 0
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__item.d3-o-nav__menu-item-teams ul li a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__item.d3-o-nav__menu-item-teams .d3-o-nav__team-icon {
        margin-right: 12px;
        width: 32px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__item.d3-o-nav__menu-item-teams .d3-o-nav__team-name {
        position: relative;
        top: 2px
    }
}

@media (min-width: 1024px) {
    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-toggle {
        display: none
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu.d3-is-expanded .d3-o-nav__menu-item-dropdown {
        opacity: 1;
        -webkit-transition: opacity .6s ease 20ms;
        transition: opacity .6s ease 20ms;
        visibility: visible;
        z-index: 11
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown {
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
        margin-top: 16px;
        min-width: 200px;
        opacity: 0;
        padding: 16px 12px;
        position: absolute;
        position: fixed;
        visibility: hidden
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown:before {
        background-color: #fff;
        content: "";
        height: 16px;
        left: var(--dropdown-arrow-position-left);
        position: absolute;
        top: -8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 16px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown:after {
        background-color: transparent;
        content: "";
        height: 16px;
        left: 0;
        position: absolute;
        top: -16px;
        width: 100%
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown > li.d3-o-nav__item {
        width: 100%
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li {
        color: #555;
        line-height: 100%;
        padding: 12px;
        width: 100%
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li a {
        display: block
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item ul.d3-o-nav__list li:not(.d3-o-nav__link-category):hover {
        background-color: var(--dropdown-hover-bkg-var);
        border-radius: 4px;
        color: var(--dropdown-hover-text-var)
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams {
        -ms-grid-columns:(1fr) [ 4 ];
        display: -ms-grid;
        display: grid;
        grid-template-columns:repeat(4, 1fr)
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams ul.d3-o-nav__teams-mobile {
        display: none
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams ul.d3-o-nav__teams-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams ul.d3-o-nav__teams-desktop a:focus, .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams ul.d3-o-nav__teams-desktop a:focus-within {
        outline: 1px solid currentColor !important;
        outline-offset: 2px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams ul:nth-child(-n+4) {
        margin-bottom: 16px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams li.d3-o-nav__link-category {
        color: #333;
        font-family: All-ProSans, Helvetica, Arial, sans-serif;
        font-weight: 500;
        padding: 0
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams li.d3-o-nav__link-category:hover {
        background-color: transparent;
        cursor: default
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams li:not(.d3-o-nav__link-category) {
        min-width: 208px;
        padding: 8px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams ul li a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams .d3-o-nav__team-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 8px;
        width: 32px
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams .d3-o-nav__team-icon picture {
        line-height: 0
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu .d3-o-nav__menu-item-dropdown .d3-o-nav__item.d3-o-nav__menu-item-teams .d3-o-nav__team-name {
        font-size: 12px;
        white-space: nowrap
    }

    .nfl-c-header .d3-o-nav__list .d3-o-nav__item--has-dropdown-submenu a[data-value=teams-list] ~ ul.d3-o-nav__menu-item-dropdown {
        padding: 24px
    }
}

.nfl-o-matchup-group [class^=d3-l-col__col-] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nfl-o-matchup-group .d3-o-section-title {
    border-bottom: none;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.nfl-o-matchup-group .d3-o-adv-block {
    margin: 24px auto
}

.nfl-o-matchup-group + .nfl-o-matchup-group {
    margin-top: 24px
}

@media (max-width: 767px) {
    .nfl-o-matchup-group .d3-o-section-title {
        padding-left: 8px;
        padding-right: 8px
    }
}

.nfl-c-matchup-strip {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: stretch;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    width: 100%
}

.nfl-c-matchup-strip ~ .nfl-c-matchup-strip {
    margin-top: 8px
}

.nfl-c-matchup-strip__left-area, .nfl-c-matchup-strip__right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-matchup-strip__left-area {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nfl-c-matchup-strip__right-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nfl-c-matchup-strip__date-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-matchup-strip__date-time {
    font-size: 12px
}

.nfl-c-matchup-strip__date-timezone {
    color: #757575;
    font-size: 10px;
    margin-left: 4px
}

.nfl-c-matchup-strip__game-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 16px
}

.nfl-c-matchup-strip__game, .nfl-c-matchup-strip__game-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.nfl-c-matchup-strip__game {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nfl-c-matchup-strip a.nfl-c-matchup-strip__left-area:hover {
    background-color: #fafafa
}

.nfl-c-matchup-strip a.nfl-c-matchup-strip__left-area:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px;
    outline-offset: -2px
}

.nfl-c-matchup-strip__team {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-matchup-strip__team--opponent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.nfl-c-matchup-strip__team-separator {
    color: #555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px
}

.nfl-c-matchup-strip__team-separator [class*=nfl-o-icon], .nfl-c-matchup-strip__team-separator [class*=nfl-o-icon]:hover {
    fill: currentColor
}

.nfl-c-matchup-strip__team-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px
}

.nfl-c-matchup-strip__team-abbreviation {
    font-size: 14px;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .nfl-c-matchup-strip__team-abbreviation {
        display: none
    }
}

@media (max-width: 1023px) {
    .nfl-c-matchup-strip__record, .nfl-c-matchup-strip__team-fullname {
        display: none
    }
}

.nfl-c-matchup-strip__team-fullname {
    font-size: 16px
}

.nfl-c-matchup-strip__record {
    font-size: 14px
}

.nfl-c-matchup-strip__team-score {
    text-align: center
}

.nfl-c-matchup-strip__team-logo {
    height: auto
}

.nfl-c-matchup-strip__networks {
    color: #757575
}

@media (min-width: 1024px) {
    .nfl-c-matchup-strip__networks[data-visibility=sm] {
        display: none
    }
}

@media (max-width: 1023px) {
    .nfl-c-matchup-strip__networks[data-visibility=lg] {
        display: none
    }
}

.nfl-c-matchup-strip__venue {
    -ms-flex-line-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-content: center;
    align-items: center;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 .nfl-o-cta--link.nfl-o-fevo, .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: unset;
    text-transform: unset
}

.nfl-c-matchup-strip .nfl-o-cta--link.nfl-o-fevo:focus, .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-matchup-strip .nfl-o-cta--link.nfl-o-fevo + .nfl-o-cta--link.nfl-o-fevo, .nfl-c-matchup-strip .nfl-o-cta--link.nfl-o-fevo + .nfl-o-cta.nfl-o-cta--link, .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link + .nfl-o-cta--link.nfl-o-fevo, .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link + .nfl-o-cta.nfl-o-cta--link {
    margin-left: 24px
}

@media (max-width: 767px) {
    .nfl-c-matchup-strip .nfl-o-cta--link.nfl-o-fevo + .nfl-o-cta--link.nfl-o-fevo, .nfl-c-matchup-strip .nfl-o-cta--link.nfl-o-fevo + .nfl-o-cta.nfl-o-cta--link, .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link + .nfl-o-cta--link.nfl-o-fevo, .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link + .nfl-o-cta.nfl-o-cta--link {
        display: none
    }
}

.nfl-c-matchup-strip .nfl-o-cta--link.nfl-o-fevo [class*=nfl-o-icon], .nfl-c-matchup-strip .nfl-o-cta--link.nfl-o-fevo [class*=nfl-o-icon]:hover, .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link [class*=nfl-o-icon], .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link [class*=nfl-o-icon]:hover {
    fill: currentColor
}

@media (max-width: 1023px) {
    .nfl-c-matchup-strip .nfl-o-cta--link.nfl-o-fevo > :not(.nfl-o-icon), .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link > :not(.nfl-o-icon) {
        display: none
    }
}

.nfl-c-matchup-strip .nfl-o-cta--link.nfl-c-matchup-strip__marriott.nfl-o-fevo span:last-child, .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link.nfl-c-matchup-strip__marriott span:last-child {
    display: none
}

.nfl-c-matchup-strip__live, .nfl-c-matchup-strip__period, .nfl-c-matchup-strip__quarter {
    font-size: 14px
}

.nfl-c-matchup-strip__period {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-matchup-strip__quarter {
    color: #333
}

.nfl-c-matchup-strip__live {
    color: #ff3d00
}

@media (min-width: 320px) {
    .nfl-c-matchup-strip {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        height: 66px;
        justify-content: space-between;
        max-height: 66px;
        min-height: 66px
    }

    .nfl-c-matchup-strip__right-area {
        padding: 0 16px
    }

    .nfl-c-matchup-strip__game-info {
        width: 105px
    }

    .nfl-c-matchup-strip__game-info .nfl-c-matchup-strip__networks {
        font-size: 12px
    }

    .nfl-c-matchup-strip__game {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 550px;
        min-width: 180px
    }

    .nfl-c-matchup-strip__team-name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nfl-c-matchup-strip__team-logo {
        width: 32px
    }

    .nfl-c-matchup-strip__team-score {
        font-size: 16px;
        width: 24px
    }
}

@media (min-width: 1024px) {
    .nfl-c-matchup-strip {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        height: 56px;
        justify-content: flex-start;
        max-height: 56px;
        min-height: 56px
    }

    .nfl-c-matchup-strip__right-area {
        padding: 0 24px
    }

    .nfl-c-matchup-strip__game-info {
        width: 210px
    }

    .nfl-c-matchup-strip__team {
        width: 48%
    }

    .nfl-c-matchup-strip__team-name {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .nfl-c-matchup-strip__team--opponent .nfl-c-matchup-strip__team-name {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        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 {
        font-size: 20px;
        min-width: 32px
    }

    .nfl-c-matchup-strip__team-logo {
        width: 40px
    }

    .nfl-c-matchup-strip__links {
        width: 185px
    }
}

@media (min-width: 1280px) {
    .nfl-c-matchup-strip .nfl-o-cta--link.nfl-c-matchup-strip__marriott.nfl-o-fevo span:last-child, .nfl-c-matchup-strip .nfl-o-cta.nfl-o-cta--link.nfl-c-matchup-strip__marriott span:last-child {
        display: inline-block
    }
}

.nfl-o-injury-report__unit .nfl-c-matchup-strip {
    border-radius: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.nfl-c-matchup-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.nfl-c-matchup-tile ~ .nfl-c-matchup-tile {
    margin-top: 8px
}

.nfl-c-matchup-tile__header {
    background-color: #fafafa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 12px;
    height: 32px;
    padding: 8px 16px;
    width: 100%
}

.nfl-c-matchup-tile__week-day, .nfl-c-matchup-tile__week-name {
    text-transform: uppercase
}

.nfl-c-matchup-tile .nfl-c-matchup-strip {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nfl-c-photo-album {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    color: #757575;
    flex-grow: 1;
    font-family: All-ProSans;
    font-size: 12px;
    height: auto;
    line-height: 16px;
    max-width: 1280px;
    padding: 0 92px;
    width: 100%
}

.nfl-c-photo-album .nfl-c-photo-album__photo-caption h1 {
    font-size: 12px;
    font-weight: 300;
    padding: 0 24px 24px;
    text-align: justify
}

.nfl-c-photo-album h2 {
    font-size: 40px
}

@media (max-width: 767px) {
    .nfl-c-photo-album h2 {
        font-size: 28px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-photo-album h2 {
        font-size: 32px
    }
}

.nfl-c-photo-album button {
    cursor: pointer
}

.nfl-c-photo-album__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

.nfl-c-photo-album__header-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%
}

.nfl-c-photo-album__header .nfl-c-photo-album__title, .nfl-c-photo-album__header .nfl-c-photo-album__title h1 {
    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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

.nfl-c-photo-album__header .nfl-c-photo-album__button-container .nfl-o-icon {
    height: 24px;
    margin: 0 8px;
    width: 24px
}

.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, .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__header .nfl-c-photo-album__button-container button:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-photo-album__adv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    bottom: 0;
    display: none;
    -ms-flex-direction: row;
    flex-direction: row;
    height: calc(100% - 52px);
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 7
}

.nfl-c-photo-album__adv-wrapper {
    width: 300px
}

.nfl-c-photo-album__adv-content > .d3-l-adv-row {
    margin-top: 0
}

.nfl-c-photo-album__adv-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 0.65;
    -ms-flex-positive: 0.65;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0.65;
    justify-content: center;
    position: relative;
    top: 0
}

.nfl-c-photo-album__adv-container:after, .nfl-c-photo-album__adv-container:before {
    -webkit-box-flex: 0.5;
    -ms-flex-positive: 0.5;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 34px;
    width: 100%
}

.nfl-c-photo-album__adv-timer-countdown {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    background-color: #151515;
    color: #fff;
    flex-grow: 2;
    padding-left: 16px;
    padding-top: 8px;
    text-align: left;
    text-transform: uppercase
}

.nfl-c-photo-album__adv-close {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #151515;
    flex-grow: 1;
    padding-right: 8px;
    padding-top: 8px;
    text-align: right
}

.nfl-c-photo-album__adv-close .nfl-o-icon--close {
    fill: #fff;
    cursor: pointer
}

.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
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-photo-album__adv--visible .nfl-c-photo-album__caption, .nfl-c-photo-album__adv--visible .nfl-c-photo-album__copyright, .nfl-c-photo-album__adv--visible .nfl-c-photo-album__progress {
    visibility: hidden
}

.nfl-c-photo-album__date {
    font-weight: 700;
    margin: 0
}

.nfl-c-photo-album__description, .nfl-c-photo-album__description p {
    color: #757575;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6
}

.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 ol, .nfl-c-photo-album_description ul {
    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 {
    margin: 24px auto 40px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.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__next, .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 100px
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__next:focus, .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__prev:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__next--disabled, .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__prev--disabled {
    visibility: hidden
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__next .nfl-o-icon, .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__prev .nfl-o-icon {
    left: 4px;
    position: relative
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__next {
    -webkit-transform: rotate(180deg);
    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;
    margin: 0 auto;
    width: auto
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__picture-info, .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__picture-info p {
    color: #151515;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    text-align: justify
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__progress {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 24px;
    font-weight: 700;
    padding: 16px 0 8px;
    text-align: center
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__football-divider {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: currentColor;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__football-divider:after, .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__football-divider:before {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__photo-title {
    font-size: 16px;
    font-weight: 700;
    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
}

.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-c-photo-album__photo-caption p {
    color: #fff
}

.nfl-c-photo-album .nfl-c-photo-album__pictures-container--dark .nfl-c-photo-album__picture-info {
    background-color: #333;
    border-top: 1px solid;
    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 {
    left: 0;
    position: absolute
}

.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;
    margin: 0 auto;
    width: auto
}

.nfl-c-photo-album .nfl-c-photo-album__picture-wrapper .nfl-c-photo-album__enlarge-button {
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.nfl-c-photo-album .nfl-c-photo-album__picture-wrapper .nfl-c-photo-album__enlarge-button:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-c-photo-album .nfl-c-photo-album__picture-info, .nfl-c-photo-album .nfl-c-photo-album__picture-info p {
    color: #151515;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    text-align: justify
}

.nfl-c-photo-album .nfl-c-photo-album__picture-info {
    padding: 0 24px 24px
}

.nfl-c-photo-album .nfl-c-photo-album__picture-info--dark {
    background-color: #000;
    border-top: 1px solid;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1
}

.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 {
    -ms-flex-wrap: nowrap;
    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 {
    height: 24px;
    margin-right: 8px;
    width: 24px
}

.nfl-c-photo-album__grid-button .nfl-o-icon > svg {
    fill: #ccc
}

.nfl-c-photo-album__carousel-view.owl-carousel {
    margin: 0 auto;
    max-width: 640px;
    position: static !important
}

.nfl-c-photo-album__carousel-view.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important
}

.nfl-c-photo-album__carousel-view.owl-carousel .owl-stage-outer {
    height: auto !important;
    overflow: hidden
}

.nfl-c-photo-album__carousel-view.owl-carousel .owl-stage-outer:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-c-photo-album__carousel-view.owl-carousel .owl-item {
    word-wrap: break-word;
    -ms-touch-action: auto;
    touch-action: auto
}

.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 {
    grid-gap: 16px 8px;
    display: -ms-grid;
    display: grid;
    grid-column: content-start/content-end;
    grid-template:[row] 1fr/repeat(12, [col] minmax(0, 82px))
}

.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;
    height: auto;
    min-width: auto;
    width: 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 {
    margin-bottom: 24px;
    padding: 0 24px 24px
}

.nfl-c-photo-album .nfl-c-photo-album__list-view .nfl-c-photo-album__adv--list {
    display: block;
    margin-bottom: 24px;
    position: relative
}

.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 {
    display: block !important;
    margin: 0 auto
}

.nfl-c-photo-album .nfl-c-photo-album__list-view .nfl-c-photo-album__adv-wrapper {
    height: auto;
    width: auto
}

.nfl-c-photo-album .nfl-c-photo-album__lightbox-close--hidden {
    display: none
}

.nfl-c-photo-album--lightbox {
    background-color: #151515;
    height: 100vh;
    width: 70vw;
    z-index: 11
}

.nfl-c-photo-album--lightbox .d3-o-section-adv {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

.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 {
    background: #151515;
    height: 100vh
}

.nfl-c-photo-album--lightbox.nfl-c-photo-album__adv--visible .nfl-c-photo-album__adv-container:after, .nfl-c-photo-album--lightbox.nfl-c-photo-album__adv--visible .nfl-c-photo-album__adv-container:before {
    -webkit-box-flex: 0.3;
    -ms-flex-positive: 0.3;
    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-c-photo-album__next .nfl-o-icon--left, .nfl-c-photo-album--lightbox .nfl-c-photo-album__controls .nfl-c-photo-album__prev .nfl-o-icon--left {
    fill: #fff
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__button-container, .nfl-c-photo-album--lightbox .nfl-c-photo-album__header-info {
    display: none !important
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container {
    display: -ms-grid;
    display: grid;
    grid-template-areas:"share close";
    width: 100%
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__lightbox-close {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: close;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    justify-content: flex-end;
    padding: 0 12px 0 0;
    z-index: 12
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__lightbox-close:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: share;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    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 {
    font-size: 12px;
    font-weight: 300;
    text-align: justify
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__progress, .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__progress {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #fff;
    flex-grow: 1;
    font-size: 24px;
    font-weight: 700;
    padding: 16px 0 8px;
    text-align: center
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__football-divider, .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__football-divider {
    color: #fff
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__football-divider .nfl-o-icon, .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__football-divider .nfl-o-icon {
    margin: 0 10px
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__football-divider .nfl-o-icon--football, .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__football-divider .nfl-o-icon--football {
    fill: #fff
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__date, .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__date {
    color: #fff;
    font-weight: 700
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__photo-title, .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__photo-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__photo-caption p, .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__photo-caption p {
    color: #fff;
    padding-bottom: 8px
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__photo-caption:empty, .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .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-info .nfl-c-photo-album__copyright, .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__copyright {
    color: #fff;
    padding: 8px 0 0
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__picture-info .nfl-c-photo-album__copyright--centered, .nfl-c-photo-album--lightbox .nfl-c-photo-album__picture .nfl-c-photo-album__copyright--centered {
    color: #fff;
    text-align: center
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__enlarge-button {
    display: none
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__next, .nfl-c-photo-album--lightbox .nfl-c-photo-album__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__next--disabled, .nfl-c-photo-album--lightbox .nfl-c-photo-album__prev--disabled {
    visibility: hidden
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__next .nfl-o-icon, .nfl-c-photo-album--lightbox .nfl-c-photo-album__prev .nfl-o-icon {
    left: 4px;
    position: relative
}

.nfl-c-photo-album--lightbox .nfl-c-photo-album__next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 767px) {
    .nfl-c-photo-album--lightbox .nfl-c-photo-album__carousel-view.owl-carousel .owl-item img {
        max-height: 200px
    }
}

@media (max-width: 1023px) {
    .nfl-c-photo-album--lightbox .nfl-c-photo-album__carousel-view.owl-carousel .owl-item img {
        max-height: 300px
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .nfl-c-photo-album--lightbox .nfl-c-photo-album__carousel-view.owl-carousel .owl-item img {
        max-height: 400px
    }
}

@media (min-width: 1280px) and (max-width: 1679px) {
    .nfl-c-photo-album--lightbox .nfl-c-photo-album__carousel-view.owl-carousel .owl-item img {
        max-height: 450px
    }
}

.nfl-c-article .nfl-c-photo-album {
    padding: 0;
    position: relative
}

.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 {
    color: #757575;
    font-size: 14px;
    font-weight: 300
}

.nfl-c-article .nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__description {
    background-color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0
}

.nfl-c-article .nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__description p {
    color: #151515;
    font-size: 14px
}

.nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__pictures-container--dark .nfl-c-photo-album__controls .nfl-c-photo-album__next .nfl-o-icon--left, .nfl-c-article .nfl-c-photo-album .nfl-c-photo-album__pictures-container--dark .nfl-c-photo-album__controls .nfl-c-photo-album__prev .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 {
        padding: 0;
        width: 100%
    }

    .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;
        margin: 0 auto;
        width: 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 {
        min-height: 300px;
        width: 100%
    }

    .nfl-c-photo-album .nfl-c-photo-album__header .nfl-c-photo-album__button-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .nfl-c-photo-album__header-info {
        margin: 0;
        width: 100%
    }

    .nfl-c-article .nfl-c-photo-album__header-info {
        width: 100%
    }

    .nfl-c-photo-album__title {
        color: #333;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        padding: 8px 16px;
        text-align: left
    }

    .nfl-c-article .nfl-c-photo-album__title {
        font-size: 16px;
        padding: 0
    }

    .nfl-c-photo-album__description {
        color: #757575;
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
        padding: 8px 16px;
        text-align: left;
        width: 100%
    }

    .nfl-c-article .nfl-c-photo-album__description p {
        font-size: 12px
    }

    .nfl-c-photo-album__adv-close {
        right: 0;
        top: -12px
    }

    .nfl-c-photo-album__share {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        padding: 0;
        width: 60%
    }

    .nfl-c-photo-album__share .d3-o-list--horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .nfl-c-photo-album__share ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .nfl-c-photo-album__share .nfl-o-icon {
        height: 30px;
        width: 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 {
        height: auto;
        width: 100%
    }

    .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 {
        height: auto;
        margin: 0 0 24px;
        width: 100%
    }

    .nfl-c-photo-album__share-view-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0 8px;
        width: 100%
    }

    .nfl-c-photo-album--lightbox {
        background-color: #151515;
        height: 100vh;
        overflow: auto;
        width: 100vw;
        z-index: 9999
    }

    .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: -ms-grid;
        display: grid;
        grid-template-areas:"share close";
        width: 100%
    }

    .nfl-c-photo-album--lightbox .nfl-c-photo-album__share-view-container .nfl-c-photo-album__lightbox-close {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-area: close;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        justify-content: flex-end;
        padding: 0 12px 0 0;
        z-index: 10000
    }

    .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;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        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__next, .nfl-c-photo-album--lightbox .nfl-c-photo-album__prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-photo-album--lightbox .nfl-c-photo-album__next--disabled, .nfl-c-photo-album--lightbox .nfl-c-photo-album__prev--disabled {
        visibility: hidden
    }

    .nfl-c-photo-album--lightbox .nfl-c-photo-album__next .nfl-o-icon, .nfl-c-photo-album--lightbox .nfl-c-photo-album__prev .nfl-o-icon {
        color: #151515;
        left: 4px;
        position: relative
    }

    .nfl-c-photo-album--lightbox .nfl-c-photo-album__next {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .nfl-c-photo-album__adv-container {
        position: absolute;
        top: 0
    }

    .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--dark .nfl-c-photo-album__controls .nfl-c-photo-album__next .nfl-o-icon--left, .nfl-c-photo-album .nfl-c-photo-album__pictures-container--dark .nfl-c-photo-album__controls .nfl-c-photo-album__prev .nfl-o-icon--left {
        fill: #fff
    }

    .nfl-c-photo-album .nfl-c-photo-album__pictures-container .nfl-c-photo-album__controls {
        display: block;
        margin: 0 auto;
        max-width: 640px;
        position: relative
    }

    .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 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        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 {
        left: 0;
        position: absolute
    }

    .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--lightbox {
        position: fixed;
        width: 100vw
    }

    .nfl-c-photo-album--lightbox .nfl-c-photo-album__header {
        margin: 0 auto;
        max-width: 1248px
    }

    .nfl-c-photo-album--lightbox .nfl-c-photo-album__pictures-container {
        max-width: 1248px
    }

    .nfl-c-photo-album__pictures-container .nfl-o-icon--left {
        fill: #1b48e0
    }

    .nfl-c-photo-album__adv--visible .owl-carousel {
        min-height: 640px
    }
}

.nfl-c-photo-album .nfl-o-author {
    padding-bottom: 24px;
    padding-top: 16px
}

.nfl-c-photo-album .nfl-c-photo-album__share-view-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px
}

.nfl-c-photo-album--in-article .nfl-c-photo-album__lightbox-close {
    margin: 10px 0 !important
}

@supports (-ms-ime-align:auto) {
    .nfl-c-photo-album .nfl-c-photo-album__grid-view {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .nfl-c-photo-album .nfl-c-photo-album__grid-view .nfl-c-photo-album__picture-wrapper {
        -ms-flex-preferred-size: 24%;
        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 !important
    }
}

@media (max-width: 767px) {
    .nfl-c-photo-album .nfl-o-author {
        padding-bottom: 16px
    }

    .nfl-c-photo-album .nfl-c-photo-album__share {
        padding-bottom: 0
    }
}

.nfl-c-media-playlist {
    background-color: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.nfl-c-media-playlist__player {
    position: relative
}

.nfl-c-media-playlist__player:empty {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

.nfl-c-media-playlist__aside-label {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 8px;
    text-transform: uppercase
}

.nfl-c-media-playlist__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.nfl-c-media-playlist__aside-item {
    -ms-flex-negative: 0;
    color: #fff;
    flex-shrink: 0
}

.nfl-c-media-playlist__aside-item:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-c-media-playlist__aside-item.d3-o-media-object {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    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 {
    background-color: #ff3d00;
    bottom: 0;
    color: #fff;
    content: "now playing";
    font-size: 10px;
    left: 0;
    padding: 4px 8px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2
}

.nfl-c-media-playlist__aside-item .d3-o-media-object__figure {
    -ms-flex-negative: 0;
    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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nfl-c-media-playlist__player {
        height: 56.25vw;
        width: 100%
    }

    .nfl-c-media-playlist__aside {
        padding: 16px 0 16px 16px;
        width: 100%
    }

    .nfl-c-media-playlist__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nfl-c-media-playlist__aside-item .d3-o-media-object__figure img {
        display: block;
        max-width: unset;
        width: 100%
    }

    .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: All-ProSans, Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 700
    }
}

@media (min-width: 1024px) {
    .nfl-c-media-playlist {
        margin: 0 auto;
        max-width: 850px
    }

    .nfl-c-media-playlist .nfl-c-media-playlist__list {
        overflow-x: hidden
    }

    .nfl-c-media-playlist .nfl-c-media-playlist__list.owl-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-media-playlist .nfl-c-media-playlist__list.owl-carousel.owl-loaded {
        overflow: visible
    }

    .nfl-c-media-playlist .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nfl-c-media-playlist .owl-item + .owl-item {
        margin-left: 8px
    }

    .nfl-c-media-playlist .owl-nav {
        -ms-flex-line-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-content: space-between;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 24px;
        top: -24px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        z-index: 1
    }

    .nfl-c-media-playlist .owl-nav .owl-prev {
        margin-right: 24px
    }

    .nfl-c-media-playlist .owl-nav .owl-prev [class*=js-iconhelper--] {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .nfl-c-media-playlist .owl-nav .owl-next [class*=js-iconhelper--] {
        -webkit-transform: rotate(-90deg);
        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: hsla(0, 0%, 100%, .6)
    }

    .nfl-c-media-playlist--full-width {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        margin: 0;
        max-height: 566px;
        max-width: unset;
        padding-bottom: 24px;
        padding-top: 24px
    }

    .nfl-c-media-playlist--full-width .nfl-c-media-playlist__player {
        height: 508.5px;
        padding-bottom: unset;
        width: 904px
    }

    .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside {
        max-width: 376px;
        padding: 0;
        width: 30%
    }

    .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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: calc(100% - 32px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-item {
        margin-left: 0;
        width: auto
    }

    .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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 8px 8px 8px 16px
    }

    .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-item .d3-o-media-object__body {
        -ms-flex-preferred-size: 100%;
        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: All-ProSans, Helvetica, Arial, sans-serif;
        font-size: 11px;
        font-weight: 400
    }

    .nfl-c-media-playlist--full-width .nfl-c-media-playlist__aside-item .d3-o-media-object__title {
        font-size: 16px
    }
}

@media (min-width: 0) and (max-width: 319px) {
    .nfl-c-media-playlist--full-width {
        margin-bottom: 24px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .nfl-c-media-playlist--full-width {
        margin-bottom: calc(10.28571px + 1.78571vw)
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-media-playlist--full-width {
        margin-bottom: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .nfl-c-media-playlist--full-width {
        margin-bottom: 24px
    }
}

@media (min-width: 1280px) {
    .nfl-c-media-playlist--full-width {
        margin-bottom: 24px
    }
}

@media (min-width: 0) and (max-width: 319px) {
    * + .nfl-c-media-playlist--full-width {
        margin-top: 24px
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    * + .nfl-c-media-playlist--full-width {
        margin-top: calc(10.28571px + 1.78571vw)
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    * + .nfl-c-media-playlist--full-width {
        margin-top: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    * + .nfl-c-media-playlist--full-width {
        margin-top: 24px
    }
}

@media (min-width: 1280px) {
    * + .nfl-c-media-playlist--full-width {
        margin-top: 24px
    }
}

.nfl-c-transactions-report {
    width: 100%
}

.nfl-c-transactions-report .d3-o-section-title--secondary {
    padding-left: 16px;
    padding-right: 16px
}

.nfl-c-transactions-report .nfl-o-cta, .nfl-c-transactions-report .nfl-o-fevo {
    padding: unset;
    text-transform: unset
}

.nfl-c-live-game-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.nfl-c-live-game-video__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px
}

.nfl-c-live-game-video__host-network {
    color: #757575;
    text-transform: uppercase
}

.nfl-c-live-game-video__menu-icon {
    display: none
}

@media (max-width: 767px) {
    .nfl-c-live-game-video__menu-icon {
        max-height: 40px;
        max-width: 40px
    }
}

@media (max-width: 1023px) {
    .nfl-c-live-game-video__menu-icon {
        display: block
    }

    .nfl-c-live-game-video__menu-icon:not(:empty) + .d3-o-nav__seasonal-item:before {
        content: "|";
        font-size: 20px;
        font-weight: 100;
        margin: 0 8px;
        position: relative;
        top: 1px
    }
}

.nfl-c-microsoft-dynamics {
    margin: auto;
    overflow: auto
}

.nfl-o-network-schedule-group [class^=d3-l-col__col-] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nfl-o-network-schedule-group .d3-o-section-title {
    border-bottom: none;
    font-size: 16px;
    text-transform: uppercase
}

.nfl-c-network-schedule {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 4px 16px;
    width: 100%
}

.nfl-c-network-schedule:focus {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-c-network-schedule + .nfl-c-network-schedule {
    border-top: 1px solid #eee
}

.nfl-c-network-schedule__info {
    text-transform: uppercase
}

.nfl-c-network-schedule__channel {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.nfl-c-network-schedule__cta {
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-left: auto
}

.nfl-c-network-schedule__cta .nfl-o-icon--small {
    display: block;
    position: relative
}

.nfl-c-network-schedule .nfl-o-icon--right {
    fill: #757575;
    left: 0;
    position: absolute;
    top: 0
}

.nfl-c-network-schedule .nfl-o-icon--right:hover {
    fill: #757575
}

@media (min-width: 320px) and (max-width: 767px) {
    .nfl-o-network-schedule-group .d3-o-section-title {
        padding-left: 8px;
        padding-right: 8px
    }

    .nfl-c-network-schedule {
        font-size: 16px;
        min-height: 46px
    }

    .nfl-c-network-schedule__info {
        width: 100px
    }
}

@media (min-width: 768px) {
    .nfl-c-network-schedule {
        font-size: 20px;
        min-height: 72px
    }

    .nfl-c-network-schedule:focus, .nfl-c-network-schedule:hover {
        background-color: #fafafa
    }

    .nfl-c-network-schedule__info {
        width: 150px
    }

    .nfl-c-network-schedule__cta {
        opacity: 0;
        -webkit-transition: opacity .45s cubic-bezier(0, 1, .48, .96) 0s;
        transition: opacity .45s cubic-bezier(0, 1, .48, .96) 0s
    }

    .nfl-c-network-schedule:focus .nfl-c-network-schedule__cta, .nfl-c-network-schedule:hover .nfl-c-network-schedule__cta {
        opacity: 1
    }
}

.nfl-c-author-profile-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.nfl-c-author-profile-card .d3-o-media-object + .nfl-c-author-profile-card__bio {
    padding-top: 24px
}

.nfl-c-author-profile-card__bio li a, .nfl-c-author-profile-card__bio p a {
    color: #151515;
    text-decoration: underline
}

.nfl-c-author-profile-card__bio li a:focus, .nfl-c-author-profile-card__bio p a:focus {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-author-profile-card__bio * + :not(li) {
    margin-top: 16px
}

.nfl-c-author-profile-card__bio ol, .nfl-c-author-profile-card__bio ul {
    list-style-position: outside
}

.nfl-c-author-profile-card__bio ol li {
    list-style-type: decimal;
    margin-left: 1.1em
}

.nfl-c-author-profile-card__bio ul li {
    list-style-type: circle;
    margin-left: 1.1em
}

.nfl-c-author-profile-card__bio blockquote {
    border-left: 4px solid #ccc;
    font-style: italic;
    margin: 16px 0;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-top: 16px
}

.nfl-c-author-profile-card__bio .ql-indent-1 {
    margin-left: 2.5em
}

.nfl-c-author-profile-card__bio .ql-indent-2 {
    margin-left: 5.5em
}

.nfl-c-author-profile-card .d3-o-media-object__figure {
    -ms-flex-preferred-size: unset;
    border: 2px solid #ccc;
    border-radius: 50%;
    flex-basis: unset;
    overflow: hidden
}

.nfl-c-author-profile-card .d3-o-media-object__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.nfl-c-author-profile-card .d3-o-media-object__title {
    font-size: 24px
}

.nfl-c-author-profile-card .d3-o-media-object__roofline {
    color: #757575;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400
}

.nfl-c-author-profile-card .d3-o-list .d3-o-list__item + .d3-o-list__item {
    margin-left: 16px
}

.nfl-c-author-profile-card .d3-o-share-bar .nfl-o-icon {
    height: 24px;
    width: 24px
}

.nfl-c-author-profile-card .d3-o-share-bar__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-author-profile-card .d3-o-share-bar__item-label {
    color: #757575;
    font-size: 12px
}

.nfl-c-author-profile-card .d3-o-share-bar .nfl-o-icon + .d3-o-share-bar__item-label {
    margin-left: 4px
}

.nfl-c-author-profile-card .nfl-c-author-profile-card__bio {
    color: #555;
    font-size: 14px
}

@media (max-width: 1023px) {
    .nfl-c-author-profile-card {
        padding: 24px 16px
    }

    .nfl-c-author-profile-card .d3-o-media-object {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nfl-c-author-profile-card .d3-o-media-object__figure {
        height: 100px;
        width: 100px
    }

    .nfl-c-author-profile-card .d3-o-media-object__figure + .d3-o-media-object__body {
        margin-top: 8px
    }

    .nfl-c-author-profile-card .d3-o-media-object__body {
        -ms-flex-preferred-size: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-basis: 100%;
        width: 100%
    }

    .nfl-c-author-profile-card .d3-o-share-bar {
        padding-top: 16px
    }
}

@media (min-width: 1024px) {
    .nfl-c-author-profile-card {
        padding: 32px 54px
    }

    .nfl-c-author-profile-card .d3-o-media-object__figure {
        height: 160px;
        width: 160px
    }

    .nfl-c-author-profile-card .d3-o-media-object__figure + .d3-o-media-object__body {
        margin-left: 32px
    }

    .nfl-c-author-profile-card .d3-o-share-bar {
        padding-top: 16px
    }
}

.nfl-c-unsupported-browsers--hide {
    display: none
}

.nfl-c-custom-entity-table {
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    margin: auto;
    max-width: 100%;
    width: auto
}

.nfl-c-follow-btn .nfl-o-cta[aria-pressed=false] .nfl-o-icon--follow, .nfl-c-follow-btn .nfl-o-fevo[aria-pressed=false] .nfl-o-icon--follow {
    display: block
}

.nfl-c-follow-btn .nfl-o-cta[aria-pressed=false] .nfl-o-icon--unfollow, .nfl-c-follow-btn .nfl-o-cta[aria-pressed=true] .nfl-o-icon--follow, .nfl-c-follow-btn .nfl-o-fevo[aria-pressed=false] .nfl-o-icon--unfollow, .nfl-c-follow-btn .nfl-o-fevo[aria-pressed=true] .nfl-o-icon--follow {
    display: none
}

.nfl-c-follow-btn .nfl-o-cta[aria-pressed=true] .nfl-o-icon--unfollow, .nfl-c-follow-btn .nfl-o-fevo[aria-pressed=true] .nfl-o-icon--unfollow {
    display: block
}

.nfl-c-non-responsive-image {
    color: #fff;
    margin: 0 auto
}

.nfl-c-non-responsive-image .img-responsive, .nfl-c-non-responsive-image a, .nfl-c-non-responsive-image picture {
    display: block
}

.nfl-c-non-responsive-image a {
    position: relative
}

.nfl-c-non-responsive-image a:focus:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    outline: 1px solid currentColor !important;
    outline-offset: -4px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.nfl-c-non-responsive-image .img-responsive {
    margin: 0 auto
}

@media (min-width: 1024px) {
    .nfl-c-non-responsive-image [data-viewport=mobile] {
        display: none
    }
}

@media (max-width: 1023px) {
    .nfl-c-non-responsive-image [data-viewport=desktop] {
        display: none
    }
}

.nfl-c-vimeo-live-streaming {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.nfl-c-vimeo-live-streaming__chat, .nfl-c-vimeo-live-streaming__video {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.nfl-c-vimeo-live-streaming__video {
    padding-top: 56.25%
}

.nfl-c-vimeo-live-streaming__iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width: 1023px) {
    .nfl-c-vimeo-live-streaming__chat {
        padding-top: 100%
    }
}

@media (min-width: 1024px) {
    .nfl-c-vimeo-live-streaming__chat {
        padding-top: 30%
    }
}

.nfl-c-nfl-plus-app-promotion {
    overflow: unset;
    width: 100%
}

.nfl-c-nfl-plus-app-promotion .d3-o-media-object {
    background: radial-gradient(99.92% 99.92% at 50% 99.92%, #013369 0, #000 84.81%, #000 100%), #000
}

.nfl-c-nfl-plus-app-promotion .d3-o-media-object__body > .d3-o-media-object__figure {
    margin-bottom: 16px !important
}

.nfl-c-nfl-plus-app-promotion .d3-o-media-object__title {
    color: #fff;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 32px;
    margin-bottom: 16px !important
}

.nfl-c-nfl-plus-app-promotion .d3-o-media-object__summary {
    color: #fff;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -.01em;
    margin-bottom: 16px !important
}

.nfl-c-nfl-plus-app-promotion .d3-o-media-object__cta a:first-child {
    margin-right: 16px !important
}

.nfl-c-nfl-plus-app-promotion .d3-o-media-object__cta .d3-o-media-object__figure {
    -ms-flex-preferred-size: unset;
    flex-basis: unset
}

.nfl-c-nfl-plus-app-promotion .d3-o-media-object__cta img {
    height: 52px
}

.nfl-c-nfl-plus-app-promotion .d3-o-media-object__body + .d3-o-media-object__figure picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1023px) {
    .nfl-c-nfl-plus-app-promotion .d3-o-media-object {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 32px 32px 0
    }

    .nfl-c-nfl-plus-app-promotion .d3-o-media-object__title {
        font-size: 28px
    }

    .nfl-c-nfl-plus-app-promotion .d3-o-media-object__summary {
        font-size: 16px;
        line-height: 22px
    }

    .nfl-c-nfl-plus-app-promotion .d3-o-media-object__body > .d3-o-media-object__figure {
        height: 88px;
        width: 88px
    }

    .nfl-c-nfl-plus-app-promotion .d3-o-media-object__cta {
        margin-bottom: 48px
    }

    .nfl-c-nfl-plus-app-promotion .d3-o-media-object__cta a {
        display: block
    }

    .nfl-c-nfl-plus-app-promotion .d3-o-media-object__cta a:first-child {
        margin-bottom: 8px
    }
}

@media (min-width: 1024px) {
    .nfl-c-nfl-plus-app-promotion .d3-o-media-object {
        padding: 48px 48px 0
    }

    .nfl-c-nfl-plus-app-promotion .d3-o-media-object__title {
        font-size: 32px
    }

    .nfl-c-nfl-plus-app-promotion .d3-o-media-object__summary {
        font-size: 20px;
        line-height: 28px
    }

    .nfl-c-nfl-plus-app-promotion .d3-o-media-object__body > .d3-o-media-object__figure {
        height: 104px;
        width: 104px
    }
}

@media (max-width: 1023px) {
    [class*=d3-l-col__col-] .nfl-c-nfl-plus-app-promotion .d3-o-media-object.d3-o-media-object--horizontal {
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw
    }
}

.nfl-c-mosaic__item {
    position: relative
}

.nfl-c-mosaic__item, .nfl-c-mosaic__item picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-mosaic__item img {
    -webkit-transform: translateY(350px);
    transform: translateY(350px)
}

.nfl-c-mosaic__item.d3-is-active img {
    cursor: unset;
    outline: 4px solid #fff
}

.nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active) {
    cursor: pointer
}

.nfl-c-mosaic a.nfl-c-mosaic__item picture {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):focus, .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    outline: 10px solid #fff;
    overflow: hidden
}

.nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):focus:before, .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover:before {
    background-color: #000;
    content: "";
    height: 100%;
    opacity: .4;
    position: absolute;
    width: 100%;
    z-index: 2
}

.nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):focus:after, .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover:after {
    background-image: url(../fonts/watch-icon.svg);
    content: "";
    position: absolute;
    z-index: 3
}

.nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):focus picture, .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover picture {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 768px) {
    .nfl-is-top-image + .d3-l-grid--inner, .nfl-is-top-image ~ .nfl-c-mosaic .d3-l-grid--inner {
        position: relative;
        top: -150px
    }

    .nfl-c-mosaic__item.d3-is-active img {
        outline: 10px solid #fff
    }

    .nfl-c-mosaic__item:nth-child(4n-3) {
        -ms-grid-column: 1;
        grid-column-end: 4;
        grid-column-start: 1
    }

    .nfl-c-mosaic__item:nth-child(4n-2) {
        -ms-grid-column: 4;
        grid-column-end: 7;
        grid-column-start: 4;
        top: 140px
    }

    .nfl-c-mosaic__item:nth-child(4n-1) {
        -ms-grid-column: 7;
        grid-column-end: 10;
        grid-column-start: 7
    }

    .nfl-c-mosaic__item:nth-child(4n) {
        -ms-grid-column: 10;
        grid-column-end: 13;
        grid-column-start: 10;
        top: 140px
    }

    .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):focus:after, .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover:after {
        background-size: 116px 78px;
        height: 78px;
        width: 116px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-is-top-image + .d3-l-grid--inner, .nfl-is-top-image ~ .nfl-c-mosaic .d3-l-grid--inner {
        position: relative;
        top: -75px
    }

    .nfl-is-top-image img {
        height: 120px
    }

    .nfl-c-mosaic__item:nth-child(4n), .nfl-c-mosaic__item:nth-child(4n-2) {
        top: 42px
    }

    .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover {
        outline: none
    }

    .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover:after, .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover:before {
        content: none
    }

    .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover picture {
        -webkit-transform: none;
        transform: none
    }
}

@media (max-width: 767px) {
    .nfl-is-top-image + .d3-l-grid--inner, .nfl-is-top-image ~ .nfl-c-mosaic .d3-l-grid--inner {
        position: relative;
        top: -55px
    }

    .nfl-c-mosaic__item:nth-child(odd) {
        -ms-grid-column: 1;
        grid-column-end: 7;
        grid-column-start: 1
    }

    .nfl-c-mosaic__item:nth-child(2n) {
        -ms-grid-column: 7;
        grid-column-end: 13;
        grid-column-start: 7;
        top: 42px
    }

    .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover {
        outline: none
    }

    .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover:after, .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover:before {
        content: none
    }

    .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):hover picture {
        -webkit-transform: none;
        transform: none
    }

    .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):focus {
        outline-width: 4px
    }

    .nfl-c-mosaic a.nfl-c-mosaic__item:not(.d3-is-active):focus:after {
        background-size: 74px 50px;
        height: 50px;
        width: 74px
    }
}

.nfl-c-light-video video {
    display: block;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

.nfl-c-light-video [class*=d3-o-media-object] {
    background-color: transparent
}

.nfl-c-light-video .d3-o-media-object:first-of-type {
    width: 100%
}

.nfl-c-light-video .d3-o-media-object__body {
    -ms-grid-rows: 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-rows:1fr
}

.nfl-c-light-video .d3-o-media-object__title {
    -ms-grid-row-span: 1;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    -ms-grid-row: 1;
    grid-row: 1/2;
    text-transform: uppercase
}

.nfl-c-light-video .d3-o-media-object__summary {
    -ms-grid-row-span: 1;
    color: #b2b2b2;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 500;
    -ms-grid-row: 2;
    grid-row: 2/3
}

.nfl-c-light-video .d3-o-media-object__video-producer {
    -ms-grid-row-span: 1;
    border-right: 3px solid #b2b2b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-row: 1;
    grid-row: 1/2;
    text-align: right
}

.nfl-c-light-video .d3-o-media-object__video-producer span {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 500
}

.nfl-c-light-video .d3-o-media-object__video-producer span:first-child {
    color: #b2b2b2
}

@media (min-width: 1024px) {
    .nfl-c-light-video .d3-o-media-object__body {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr);
        margin: 24px 0
    }

    .nfl-c-light-video .d3-o-media-object__title {
        -ms-grid-column-span: 3;
        font-size: 26px;
        -ms-grid-column: 1;
        grid-column: 1/4;
        line-height: 40.92px
    }

    .nfl-c-light-video .d3-o-media-object__summary {
        -ms-grid-column-span: 3;
        font-size: 18px;
        -ms-grid-column: 1;
        grid-column: 1/4;
        line-height: 24px;
        padding-right: 40px
    }

    .nfl-c-light-video .d3-o-media-object__video-producer {
        -ms-grid-column-span: 1;
        -ms-grid-column: 4;
        grid-column: 4/5;
        padding-right: 24px
    }

    .nfl-c-light-video .d3-o-media-object__video-producer span {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 1023px) {
    .nfl-c-light-video .d3-o-media-object__body {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        margin: 16px 8px
    }

    .nfl-c-light-video .d3-o-media-object__title {
        -ms-grid-column-span: 2;
        font-size: 18px;
        -ms-grid-column: 1;
        grid-column: 1/3;
        line-height: 16px
    }

    .nfl-c-light-video .d3-o-media-object__summary {
        -ms-grid-column-span: 2;
        font-size: 14px;
        -ms-grid-column: 1;
        grid-column: 1/3;
        line-height: 16px
    }

    .nfl-c-light-video .d3-o-media-object__video-producer {
        -ms-grid-column-span: 1;
        -ms-grid-column: 3;
        grid-column: 3/4;
        padding-right: 8px
    }

    .nfl-c-light-video .d3-o-media-object__video-producer span {
        font-size: 12px;
        line-height: 16px
    }
}

.nfl-c-box-module {
    padding-bottom: 128px;
    position: relative
}

.nfl-c-box-module > * {
    z-index: 1
}

.nfl-c-box-module p {
    margin-bottom: 24px
}

.nfl-c-box-module a {
    color: #fff;
    text-decoration: underline
}

.nfl-c-box-module__year {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    width: 180px
}

.nfl-c-box-module__year:after, .nfl-c-box-module__year:before {
    border-radius: 100px;
    content: "";
    font-style: normal;
    height: 9px;
    position: absolute;
    width: 9px
}

.nfl-c-box-module__year:before {
    background-color: red;
    left: 176px;
    top: 27px;
    z-index: -2
}

.nfl-c-box-module__year:after {
    border: 1px solid #757575;
    left: 165px;
    padding: 10px;
    top: 16px;
    z-index: -3
}

.nfl-c-box-module__year.d3-is-active {
    opacity: 1
}

.nfl-c-box-module__year:not(.d3-is-active) {
    opacity: .2
}

.nfl-c-box-module__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%
}

.nfl-c-box-module__description {
    color: #b2b2b2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%
}

.nfl-c-box-module__description p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.nfl-c-box-module__description :last-child {
    margin-bottom: 0
}

.nfl-c-box-module__description, .nfl-c-box-module__title:not(:has(+.nfl-c-box-module__description)) {
    margin-bottom: 60px
}

.nfl-c-box-module__cta, .nfl-c-box-module__cta a {
    width: 100%
}

.nfl-c-box-module .nfl-o-cta--primary, .nfl-c-box-module [class*=d3-o-promo-card] .d3-o-button, [class*=d3-o-promo-card] .nfl-c-box-module .d3-o-button {
    border: none;
    border-radius: 0;
    margin-top: 24px;
    text-decoration: none
}

.nfl-c-box-module .nfl-c-box-module__first-image picture, .nfl-c-box-module .nfl-c-box-module__second-image picture, .nfl-c-box-module .nfl-c-box-module__third-image picture {
    display: block;
    overflow: hidden
}

.nfl-c-box-module .nfl-c-box-module__first-image img, .nfl-c-box-module .nfl-c-box-module__second-image img, .nfl-c-box-module .nfl-c-box-module__third-image img {
    max-width: unset;
    width: 100%
}

.nfl-c-box-module.nfl-c-box-module--dark-bg, .nfl-c-box-module.nfl-c-box-module--light-bg {
    position: relative
}

.nfl-c-box-module.nfl-c-box-module--dark-bg:before, .nfl-c-box-module.nfl-c-box-module--light-bg:before {
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: -200px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: -2
}

.nfl-c-box-module.nfl-c-box-module--dark-bg:before {
    background-color: #000
}

.nfl-c-box-module.nfl-c-box-module--dark-bg .nfl-c-box-module__title, .nfl-c-box-module.nfl-c-box-module--dark-bg .nfl-c-box-module__year {
    color: #fff
}

.nfl-c-box-module.nfl-c-box-module--dark-bg .nfl-c-box-module__year:after {
    background-color: #000
}

.nfl-c-box-module.nfl-c-box-module--light-bg:before {
    background-color: #eee
}

.nfl-c-box-module.nfl-c-box-module--light-bg .nfl-c-box-module__title, .nfl-c-box-module.nfl-c-box-module--light-bg .nfl-c-box-module__year {
    color: #000
}

.nfl-c-box-module.nfl-c-box-module--light-bg .nfl-c-box-module__year:after {
    background-color: #eee
}

.nfl-c-box-module.nfl-c-box-module--landscape-full-grid .nfl-c-box-module__first-image picture {
    overflow: visible;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.nfl-c-box-module.nfl-c-box-module--landscape-full-width .nfl-c-box-module__first-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw
}

.nfl-c-box-module.nfl-c-box-module--landscape-full-width .nfl-c-box-module__first-image img, .nfl-c-box-module.nfl-c-box-module--landscape-full-width .nfl-c-box-module__first-image picture {
    width: 100%
}

.nfl-c-box-module.nfl-c-box-module--two-portrait-offset-first .nfl-c-box-module__first-image, .nfl-c-box-module.nfl-c-box-module--two-portrait-offset-second .nfl-c-box-module__first-image {
    -ms-grid-column-span: 4;
    -ms-grid-column: 3;
    grid-column: 3/7
}

.nfl-c-box-module.nfl-c-box-module--two-portrait-offset-first .nfl-c-box-module__second-image, .nfl-c-box-module.nfl-c-box-module--two-portrait-offset-second .nfl-c-box-module__second-image {
    -ms-grid-column-span: 4;
    -ms-grid-column: 7;
    grid-column: 7/11
}

.nfl-c-box-module.nfl-c-box-module--two-portrait-offset-first picture, .nfl-c-box-module.nfl-c-box-module--two-portrait-offset-second picture {
    max-width: 400px
}

.nfl-c-box-module.nfl-c-box-module--two-portrait-offset-first .nfl-c-box-module__first-image, .nfl-c-box-module.nfl-c-box-module--two-portrait-offset-second .nfl-c-box-module__second-image {
    margin-top: 140px
}

.nfl-c-box-module.nfl-c-box-module--three-square .nfl-c-box-module__first-image {
    -ms-grid-column: 1;
    grid-column-end: 5;
    grid-column-start: 1
}

.nfl-c-box-module.nfl-c-box-module--three-square .nfl-c-box-module__second-image {
    -ms-grid-column: 5;
    grid-column-end: 9;
    grid-column-start: 5
}

.nfl-c-box-module.nfl-c-box-module--three-square .nfl-c-box-module__third-image {
    -ms-grid-column: 9;
    grid-column-end: 13;
    grid-column-start: 9
}

.nfl-c-box-module.nfl-c-box-module--three-square picture {
    max-width: 400px
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption {
    -ms-flex-line-pack: center;
    -ms-flex-item-align: center;
    align-content: center;
    align-self: center;
    background-color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-row: 3;
    grid-row: 3;
    height: 468px;
    padding: 75px;
    width: 100%;
    z-index: 1
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h1, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h2, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h3, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h4, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h5, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h1, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h2, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h3, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h4, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h5 {
    color: #fff;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h1:only-child, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h2:only-child, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h3:only-child, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h4:only-child, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h5:only-child, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h1:only-child, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h2:only-child, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h3:only-child, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h4:only-child, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h5:only-child {
    margin-bottom: 0
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption p, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption p {
    color: #b2b2b2;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption p:last-child, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption p:last-child {
    margin-bottom: 0
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__first-image, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__first-image {
    -ms-grid-columns:(1fr) [ 8 ];
    -ms-grid-rows:(1fr) [ 5 ];
    display: -ms-grid;
    display: grid;
    -ms-grid-row: 3;
    grid-row: 3;
    grid-template-columns:repeat(8, 1fr);
    grid-template-rows:repeat(5, 1fr)
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__first-image img, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__first-image img {
    width: 100%
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__first-image .nfl-c-box-module__mask-overlay, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__first-image picture, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__first-image .nfl-c-box-module__mask-overlay, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__first-image picture {
    -ms-grid-column-span: 8;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    grid-column: 1/9;
    -ms-grid-row: 1;
    grid-row: 1/6
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__first-image picture, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__first-image picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 612px
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__first-image .nfl-c-box-module__mask-overlay, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__first-image .nfl-c-box-module__mask-overlay {
    background-color: rgba(0, 0, 0, .2);
    z-index: 1
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__first-image .nfl-c-box-module__text-overlay, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__first-image .nfl-c-box-module__text-overlay {
    -ms-grid-column-span: 6;
    -ms-grid-row-span: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-style: italic;
    font-weight: 700;
    -ms-grid-column: 2;
    grid-column: 2/8;
    -ms-grid-row: 2;
    grid-row: 2/5;
    justify-content: center;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    z-index: 2
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__first-image .nfl-c-box-module__text-overlay p, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__first-image .nfl-c-box-module__text-overlay p {
    margin-bottom: 0
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__first-image {
    -ms-grid-column-span: 6;
    -ms-grid-column: 6;
    grid-column: 6/12
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption {
    -ms-grid-column-span: 5;
    -ms-grid-column: 2;
    grid-column: 2/7
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__first-image {
    -ms-grid-column-span: 6;
    -ms-grid-column: 2;
    grid-column: 2/8
}

.nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption {
    -ms-grid-column-span: 5;
    -ms-grid-column: 7;
    grid-column: 7/12
}

.nfl-is-top-image ~ .nfl-c-box-module {
    top: -80px
}

.nfl-c-box-module.nfl-c-box-module--is-timeline:not(.nfl-c-box-module--landscape-full-grid):last-of-type {
    padding-bottom: 0
}

.nfl-c-box-module.nfl-c-box-module--is-timeline .nfl-c-box-module__year:empty {
    height: 36px
}

.nfl-c-box-module-timeline {
    background: repeating-linear-gradient(180deg, #757575, #757575 4px, transparent 0, transparent 8px);
    bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px
}

.nfl-c-box-module-timeline__progress {
    background-color: red;
    width: 100%
}

@media (max-width: 1024px) {
    .nfl-is-top-image ~ .nfl-c-box-module {
        top: 0
    }

    .nfl-c-box-module.nfl-c-box-module--is-timeline .nfl-c-box-module__year:empty {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
        grid-column: 2/3;
        height: 1px;
        margin: 0
    }

    .nfl-c-box-module.nfl-c-box-module--is-timeline .nfl-c-box-module__year:empty + div:not(.nfl-c-box-module__description):not(.nfl-c-box-module__title), .nfl-c-box-module.nfl-c-box-module--is-timeline:not(.nfl-c-box-module--two-portrait-offset-first) .nfl-c-box-module__year:empty + figure {
        margin-top: 36px
    }

    .nfl-c-box-module:not(.nfl-c-box-module--is-timeline) .nfl-c-box-module__description, .nfl-c-box-module:not(.nfl-c-box-module--is-timeline) .nfl-c-box-module__title {
        -ms-grid-column-span: 10;
        -ms-grid-column: 2;
        grid-column: 2/12
    }

    .nfl-c-box-module {
        grid-row-gap: 8px;
        padding-bottom: 42px
    }

    .nfl-c-box-module__year {
        font-size: 28px;
        margin-bottom: 8px
    }

    .nfl-c-box-module__year:before {
        left: 22px;
        top: 12px
    }

    .nfl-c-box-module__year:after {
        left: 11px;
        top: 1px
    }

    .nfl-c-box-module__title {
        font-size: 36px;
        margin-bottom: 8px
    }

    .nfl-c-box-module__description {
        font-size: 16px
    }

    .nfl-c-box-module__description, .nfl-c-box-module__title:not(:has(+.nfl-c-box-module__description)) {
        margin-bottom: 28px
    }

    .nfl-c-box-module__description, .nfl-c-box-module__title, .nfl-c-box-module__year {
        -ms-grid-column-span: 10;
        -ms-grid-column: 3;
        grid-column: 3/13
    }

    .nfl-c-box-module.nfl-c-box-module--dark-bg:before, .nfl-c-box-module.nfl-c-box-module--light-bg:before {
        top: -100px
    }

    .nfl-c-box-module.nfl-c-box-module--two-portrait-offset-first .nfl-c-box-module__first-image, .nfl-c-box-module.nfl-c-box-module--two-portrait-offset-second .nfl-c-box-module__first-image {
        -ms-grid-column-span: 6;
        -ms-grid-column: 1;
        grid-column: 1/7
    }

    .nfl-c-box-module.nfl-c-box-module--two-portrait-offset-first .nfl-c-box-module__second-image, .nfl-c-box-module.nfl-c-box-module--two-portrait-offset-second .nfl-c-box-module__second-image {
        -ms-grid-column-span: 6;
        -ms-grid-column: 7;
        grid-column: 7/13
    }

    .nfl-c-box-module.nfl-c-box-module--two-portrait-offset-first .nfl-c-box-module__first-image, .nfl-c-box-module.nfl-c-box-module--two-portrait-offset-second .nfl-c-box-module__second-image {
        margin-top: 40px
    }

    .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__first-image, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__first-image {
        -ms-grid-column-span: 12;
        -ms-grid-column: 1;
        grid-column: 1/13;
        grid-row: auto
    }

    .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__first-image .nfl-c-box-module__text-overlay, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__first-image .nfl-c-box-module__text-overlay {
        font-size: 30px
    }

    .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption {
        -ms-grid-column-span: 12;
        -ms-grid-column: 1;
        grid-column: 1/13;
        grid-row: auto;
        height: unset;
        margin-top: -8px;
        min-height: unset;
        padding: 32px
    }

    .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h1, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h2, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h3, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h4, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption h5, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h1, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h2, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h3, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h4, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption h5 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-c-box-module__caption p, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-c-box-module__caption p {
        font-size: 16px
    }

    .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .nfl-o-cta--primary, .nfl-c-box-module.nfl-c-box-module--square-and-caption-left [class*=d3-o-promo-card] .d3-o-button, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .nfl-o-cta--primary, .nfl-c-box-module.nfl-c-box-module--square-and-caption-right [class*=d3-o-promo-card] .d3-o-button, [class*=d3-o-promo-card] .nfl-c-box-module.nfl-c-box-module--square-and-caption-left .d3-o-button, [class*=d3-o-promo-card] .nfl-c-box-module.nfl-c-box-module--square-and-caption-right .d3-o-button {
        margin-top: 16px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .nfl-c-box-module__year {
        font-size: 32px
    }
}

.nfl-c-light-video-hero {
    display: -ms-grid;
    display: grid;
    height: 100%;
    overflow: hidden
}

.nfl-c-light-video-hero__background {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 0
}

.nfl-c-light-video-hero__video {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.nfl-c-light-video-hero__video.d3-is-active {
    opacity: 1;
    z-index: 10
}

.nfl-c-light-video-hero__video.d3-is-previous {
    opacity: 1;
    z-index: 5
}

.nfl-c-light-video-hero__video:not(.d3-is-active):not(.d3-is-previous) {
    opacity: 0;
    z-index: 2
}

.nfl-c-light-video-hero .d3-o-media-object {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-span: 1;
    align-items: center;
    background-color: transparent;
    -ms-grid-row: 4;
    grid-row: 4/5;
    justify-content: flex-end;
    opacity: .7;
    text-align: center;
    text-transform: uppercase;
    z-index: 1
}

.nfl-c-light-video-hero .d3-o-media-object__title {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    margin: 0 auto !important;
    overflow: hidden;
    padding: 0 32px
}

.nfl-c-light-video-hero .d3-o-media-object__title .nfl-c-light-video-hero__text-mask {
    display: block;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.nfl-c-light-video-hero .d3-o-media-object__body:not(.d3-is-slide) .d3-o-media-object__title {
    animation: animate-width .3s ease-out;
    animation-fill-mode: forwards;
    -webkit-animation: animate-width .3s ease-out;
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes animate-width {
    0% {
        width: 0
    }
    60% {
        width: 60%
    }
    to {
        width: 100%
    }
}

@keyframes animate-width {
    0% {
        width: 0
    }
    60% {
        width: 60%
    }
    to {
        width: 100%
    }
}

.nfl-c-light-video-hero__carousel-dots-list {
    -ms-grid-row-span: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 4;
    grid-row: 4/5;
    justify-content: center;
    padding-bottom: 32px;
    z-index: 1
}

.nfl-c-light-video-hero__carousel-dot {
    background-color: #fff;
    border-radius: 50px;
    height: 8px;
    opacity: .4;
    position: relative;
    -webkit-transition: width .3s ease-out, opacity .8s ease-out;
    transition: width .3s ease-out, opacity .8s ease-out;
    width: 8px
}

.nfl-c-light-video-hero__carousel-dot:before {
    bottom: -11px;
    content: "";
    left: -11px;
    position: absolute;
    right: -11px;
    top: -11px
}

.nfl-c-light-video-hero__carousel-dot.d3-is-active {
    cursor: default;
    opacity: 1
}

.nfl-c-light-video-hero__carousel-dot:not(.d3-is-active):focus-visible {
    outline: 1px solid #fff;
    outline-offset: 4px
}

.nfl-c-light-video-hero__carousel-dot:not(.d3-is-active):active {
    outline: none
}

@media (min-width: 1024px) {
    .nfl-c-light-video-hero {
        -ms-grid-columns:(1fr) [ 3 ];
        -ms-grid-rows:(1fr) [ 4 ];
        grid-template-columns:repeat(3, 1fr);
        grid-template-rows:repeat(4, 1fr)
    }

    .nfl-c-light-video-hero__background {
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 4;
        -ms-grid-column: 1;
        grid-column: 1/4;
        -ms-grid-row: 1;
        grid-row: 1/5
    }

    .nfl-c-light-video-hero .d3-o-media-object {
        -ms-grid-column-span: 3;
        -ms-grid-column: 1;
        grid-column: 1/4;
        padding: 0 24px 64px
    }

    .nfl-c-light-video-hero .d3-o-media-object__title {
        font-size: 50px;
        line-height: 44px
    }

    .nfl-c-light-video-hero__carousel-dots-list {
        -ms-grid-column-span: 3;
        -ms-grid-column: 1;
        grid-column: 1/4
    }

    .nfl-c-light-video-hero__carousel-dot {
        margin: 0 12px
    }

    .nfl-c-light-video-hero__carousel-dot.d3-is-active {
        width: 60px
    }

    .nfl-c-light-video-hero__carousel-dot:not(.d3-is-active):hover {
        opacity: 1
    }
}

@media (max-width: 1024px) {
    .nfl-c-light-video-hero {
        -ms-grid-columns:(1fr) [ 4 ];
        -ms-grid-rows:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr);
        grid-template-rows:repeat(4, 1fr)
    }

    .nfl-c-light-video-hero__background {
        -ms-grid-column-span: 4;
        -ms-grid-row-span: 4;
        -ms-grid-column: 1;
        grid-column: 1/5;
        -ms-grid-row: 1;
        grid-row: 1/5
    }

    .nfl-c-light-video-hero .d3-o-media-object {
        -ms-grid-column-span: 4;
        -ms-grid-column: 1;
        grid-column: 1/5;
        padding: 0 8px 65px
    }

    .nfl-c-light-video-hero .d3-o-media-object__title {
        font-size: 40px;
        line-height: 40px
    }

    .nfl-c-light-video-hero__carousel-dots-list {
        -ms-grid-column-span: 4;
        -ms-grid-column: 1;
        grid-column: 1/5
    }

    .nfl-c-light-video-hero__carousel-dot {
        margin: 0 8px
    }

    .nfl-c-light-video-hero__carousel-dot.d3-is-active {
        width: 40px
    }
}

.nfl-c-pro-bowl-ballot-social-share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fafafa;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 44px 32px
}

.nfl-c-pro-bowl-ballot-social-share__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center
}

.nfl-c-pro-bowl-ballot-social-share__players-list-label {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px
}

.nfl-c-pro-bowl-ballot-social-share__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 42px
}

.nfl-c-pro-bowl-ballot-social-share__twitter-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00acee;
    border: 1px solid #00acee;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 32px;
    line-height: 17px;
    padding: 10px 10px 10px 0;
    position: relative
}

.nfl-c-pro-bowl-ballot-social-share__twitter-button:focus {
    outline: 1px solid currentColor !important;
    outline-color: #00acee !important;
    outline-offset: 2px
}

.nfl-c-pro-bowl-ballot-social-share__twitter-button:hover {
    opacity: .8
}

.nfl-c-pro-bowl-ballot-social-share__twitter-button .nfl-o-icon.nfl-o-icon--white > svg {
    fill: #fff
}

.nfl-c-pro-bowl-ballot-social-share__twitter-button span:nth-child(2) {
    position: relative;
    top: 2px
}

.nfl-c-pro-bowl-ballot-social-share__warning-message {
    color: #d50a0a;
    display: none;
    margin-top: 16px;
    text-align: center
}

@media (min-width: 768px) {
    .nfl-c-pro-bowl-ballot-social-share__players-list {
        min-width: 420px
    }
}

.nfl-c-mixed-content-carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    position: relative;
    width: 100%
}

.nfl-c-mixed-content-carousel .nfl-o-section-header {
    height: var(--carousel-header-height);
    width: 100%
}

.nfl-c-mixed-content-carousel__image, .nfl-c-mixed-content-carousel__video {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.nfl-c-mixed-content-carousel__image picture {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nfl-c-mixed-content-carousel__image picture img {
    height: 100%;
    width: auto
}

.nfl-c-mixed-content-carousel .nfl-o-section-header ~ picture, .nfl-c-mixed-content-carousel .nfl-o-section-header ~ video, .nfl-o-section-header ~ .nfl-c-mixed-content-carousel__grid-container {
    margin: 0 auto
}

.nfl-c-mixed-content-carousel {
    --swiper-theme-color: #151515;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-color: #151515;
    --swiper-pagination-bullet-inactive-color: #ddd;
    --swiper-pagination-bullet-inactive-color-rgb: 221, 221, 221;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-pagination-bottom: 0;
    --swiper-navigation-size: 19px;
    --swiper-navigation-color: #151515;
    --swiper-navigation-top-offset: 50%
}

.nfl-c-mixed-content-carousel .swiper {
    width: 100%
}

.nfl-c-mixed-content-carousel .swiper-button-next, .nfl-c-mixed-content-carousel .swiper-button-prev {
    background-color: #ddd;
    border-radius: 32px;
    margin-top: 0;
    padding: 24px
}

.nfl-c-mixed-content-carousel .swiper-button-next:focus, .nfl-c-mixed-content-carousel .swiper-button-next:focus-within, .nfl-c-mixed-content-carousel .swiper-button-prev:focus, .nfl-c-mixed-content-carousel .swiper-button-prev:focus-within {
    outline: 2px solid currentColor !important;
    outline-offset: -4px
}

.nfl-c-mixed-content-carousel .swiper-pagination {
    height: 8px
}

.nfl-c-mixed-content-carousel__pagination-item {
    background-color: rgba(var(--swiper-pagination-bullet-inactive-color-rgb, 221, 221, 221), var(--swiper-pagination-bullet-inactive-opacity));
    border-radius: 4px;
    height: 8px;
    margin: 0 4px;
    position: relative;
    width: 8px
}

.nfl-c-mixed-content-carousel__pagination-item:focus, .nfl-c-mixed-content-carousel__pagination-item:focus-within {
    outline: 1px solid currentColor !important;
    outline-offset: 2px
}

.nfl-c-mixed-content-carousel__pagination-item.d3-is-active {
    width: 48px
}

.nfl-c-mixed-content-carousel__progress-bar-percent {
    background-color: var(--swiper-pagination-color, #151515);
    border-radius: 4px;
    height: 8px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .01ms ease-in-out;
    transition: all .01ms ease-in-out;
    width: 0
}

.nfl-c-mixed-content-carousel__pagination-item.d3-is-active .nfl-c-mixed-content-carousel__progress-bar-percent {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: var(--progress-bar-percentage)
}

@media (max-width: 767px) {
    .nfl-c-mixed-content-carousel {
        --swiper-navigation-sides-offset: 0
    }

    .nfl-c-mixed-content-carousel .swiper {
        margin-bottom: 48px
    }

    .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__grid-container, .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__image picture, .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__video video {
        height: 294px
    }

    .nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__video video {
        width: 100%
    }

    .nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__image picture {
        height: unset
    }

    .nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__image picture img {
        height: auto
    }

    .nfl-c-mixed-content-carousel .swiper-button-next, .nfl-c-mixed-content-carousel .swiper-button-prev {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-mixed-content-carousel {
        --swiper-navigation-sides-offset: 0
    }

    .nfl-c-mixed-content-carousel .swiper {
        margin-bottom: 48px
    }

    .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__grid-container, .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__image picture, .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__video video {
        height: 312px
    }

    .nfl-c-mixed-content-carousel .swiper-button-next, .nfl-c-mixed-content-carousel .swiper-button-prev {
        display: none
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .nfl-c-mixed-content-carousel {
        --swiper-navigation-sides-offset: -10px
    }

    .nfl-c-mixed-content-carousel .swiper {
        margin-bottom: 60px
    }

    .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__grid-container, .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__image picture, .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__video video {
        height: 380px
    }
}

@media (min-width: 1280px) {
    .nfl-c-mixed-content-carousel {
        --swiper-navigation-sides-offset: -22px
    }

    .nfl-c-mixed-content-carousel .swiper {
        margin-bottom: 80px
    }

    .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__grid-container, .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__image picture, .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__video video {
        height: 436px
    }
}

@media (min-width: 1400px) {
    .nfl-c-mixed-content-carousel {
        --swiper-navigation-sides-offset: -61px
    }

    .nfl-c-mixed-content-carousel .swiper {
        margin-bottom: 80px
    }

    .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__grid-container, .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__image picture, .nfl-c-mixed-content-carousel .swiper .nfl-c-mixed-content-carousel__video video {
        height: 436px
    }
}

.nfl-c-mixed-content-carousel__grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.nfl-c-mixed-content-carousel__grid-container {
    grid-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    justify-items: center
}

.nfl-c-mixed-content-carousel__grid-element picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: auto
}

.nfl-c-mixed-content-carousel__grid-element img {
    border-radius: 5px
}

.nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:first-child {
    grid-area: element1;
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:nth-child(2) {
    grid-area: element2;
    -ms-grid-column: 2;
    -ms-grid-row: 1
}

.nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:nth-child(3) {
    grid-area: element3;
    -ms-grid-column: 3;
    -ms-grid-row: 1
}

.nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:nth-child(4) {
    grid-area: element4;
    -ms-grid-column: 2;
    -ms-grid-row: 2
}

.nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:nth-child(5) {
    -ms-grid-column-span: 2;
    grid-area: element5;
    -ms-grid-column: 4;
    -ms-grid-row: 2
}

.nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:nth-child(6) {
    grid-area: element6;
    -ms-grid-column: 3;
    -ms-grid-row: 2
}

.nfl-c-mixed-content-carousel__grid[data-elements-count="6"] .nfl-c-mixed-content-carousel__grid-container {
    -ms-grid-columns:(minmax(0, 370px)) [ 3 ];
    grid-template-areas:"element1 element2 element3" "element4 element5 element6";
    grid-template-columns:repeat(3, minmax(0, 370px))
}

.nfl-c-mixed-content-carousel__grid[data-elements-count="6"] .nfl-c-mixed-content-carousel__grid-container .nfl-c-mixed-content-carousel__grid-element:nth-child(-n+3) {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
}

.nfl-c-mixed-content-carousel__grid[data-elements-count="6"] .nfl-c-mixed-content-carousel__grid-container .nfl-c-mixed-content-carousel__grid-element:nth-last-child(-n+3) {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start
}

.nfl-c-mixed-content-carousel__grid[data-elements-count="5"] .nfl-c-mixed-content-carousel__grid-container {
    -ms-grid-columns:(minmax(0, 161px)) [ 6 ];
    grid-template-areas:"element1 element1 element2 element2 element3 element3" ". element4 element4 element5 element5 .";
    grid-template-columns:repeat(6, minmax(0, 161px))
}

.nfl-c-mixed-content-carousel__grid[data-elements-count="5"] .nfl-c-mixed-content-carousel__grid-container .nfl-c-mixed-content-carousel__grid-element:nth-child(-n+3) {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
}

.nfl-c-mixed-content-carousel__grid[data-elements-count="5"] .nfl-c-mixed-content-carousel__grid-container .nfl-c-mixed-content-carousel__grid-element:nth-last-child(-n+2) {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start
}

.nfl-c-mixed-content-carousel__grid[data-elements-count="4"] .nfl-c-mixed-content-carousel__grid-container {
    grid-template-areas:"element1 element2" "element3 element4"
}

.nfl-c-mixed-content-carousel__grid[data-elements-count="4"] .nfl-c-mixed-content-carousel__grid-container .nfl-c-mixed-content-carousel__grid-element:nth-child(-n+2) {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
}

.nfl-c-mixed-content-carousel__grid[data-elements-count="4"] .nfl-c-mixed-content-carousel__grid-container .nfl-c-mixed-content-carousel__grid-element:nth-last-child(-n+2) {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start
}

.nfl-c-mixed-content-carousel__grid[data-elements-count="3"] .nfl-c-mixed-content-carousel__grid-container {
    -ms-grid-rows: 100%;
    -ms-grid-columns:(minmax(0, 370px)) [ 3 ];
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas:"element1 element2 element3";
    grid-template-columns:repeat(3, minmax(0, 370px));
    grid-template-rows:100%
}

.nfl-c-mixed-content-carousel__grid[data-elements-count="2"] .nfl-c-mixed-content-carousel__grid-container {
    -ms-grid-rows: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas:"element1 element2";
    grid-template-rows:100%
}

@media (max-width: 767px) {
    .nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:first-child {
        -ms-grid-column-span: 2;
        grid-area: element1;
        -ms-grid-column: 1;
        -ms-grid-row: 1
    }

    .nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:nth-child(2) {
        -ms-grid-column-span: 2;
        grid-area: element2;
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }

    .nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:nth-child(3) {
        -ms-grid-column-span: 2;
        grid-area: element3;
        -ms-grid-column: 1;
        -ms-grid-row: 2
    }

    .nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:nth-child(4) {
        -ms-grid-column-span: 2;
        grid-area: element4;
        -ms-grid-column: 3;
        -ms-grid-row: 2
    }

    .nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:nth-child(5) {
        -ms-grid-column-span: 2;
        grid-area: element5;
        -ms-grid-column: 2;
        -ms-grid-row: 3
    }

    .nfl-c-mixed-content-carousel .nfl-c-mixed-content-carousel__grid-element:nth-child(6) {
        grid-area: element6;
        -ms-grid-column: 2;
        -ms-grid-row: 3
    }

    .nfl-c-mixed-content-carousel__grid[data-elements-count="6"] .nfl-c-mixed-content-carousel__grid-container {
        -ms-grid-columns:(minmax(0, 162px)) [ 2 ];
        grid-template-areas:"element1 element2" "element3 element4" "element5 element6";
        grid-template-columns:repeat(2, minmax(0, 162px))
    }

    .nfl-c-mixed-content-carousel__grid[data-elements-count="5"] .nfl-c-mixed-content-carousel__grid-container {
        -ms-grid-columns:(minmax(0, 76px)) [ 4 ];
        grid-template-areas:"element1 element1 element2 element2" "element3 element3 element4 element4" ". element5 element5 .";
        grid-template-columns:repeat(4, minmax(0, 76px))
    }

    .nfl-c-mixed-content-carousel__grid[data-elements-count="3"] .nfl-c-mixed-content-carousel__grid-container {
        -ms-grid-columns:(minmax(0, 162px)) [ 3 ];
        grid-template-columns:repeat(3, minmax(0, 162px))
    }

    .nfl-c-mixed-content-carousel__grid[data-elements-count="4"] .nfl-c-mixed-content-carousel__grid-container {
        -ms-grid-columns:(minmax(0, 162px)) [ 2 ];
        grid-template-columns:repeat(2, minmax(0, 162px))
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-mixed-content-carousel__grid[data-elements-count="3"] .nfl-c-mixed-content-carousel__grid-container, .nfl-c-mixed-content-carousel__grid[data-elements-count="6"] .nfl-c-mixed-content-carousel__grid-container {
        -ms-grid-columns:(minmax(0, 270px)) [ 3 ];
        grid-template-columns:repeat(3, minmax(0, 270px))
    }

    .nfl-c-mixed-content-carousel__grid[data-elements-count="5"] .nfl-c-mixed-content-carousel__grid-container {
        -ms-grid-columns:(minmax(0, 130px)) [ 6 ];
        grid-template-columns:repeat(6, minmax(0, 130px))
    }

    .nfl-c-mixed-content-carousel__grid[data-elements-count="4"] .nfl-c-mixed-content-carousel__grid-container {
        -ms-grid-columns:(minmax(0, 270px)) [ 2 ];
        grid-template-columns:repeat(2, minmax(0, 270px))
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .nfl-c-mixed-content-carousel__grid[data-elements-count="3"] .nfl-c-mixed-content-carousel__grid-container, .nfl-c-mixed-content-carousel__grid[data-elements-count="6"] .nfl-c-mixed-content-carousel__grid-container {
        -ms-grid-columns:(minmax(0, 280px)) [ 3 ];
        grid-template-columns:repeat(3, minmax(0, 280px))
    }

    .nfl-c-mixed-content-carousel__grid[data-elements-count="5"] .nfl-c-mixed-content-carousel__grid-container {
        -ms-grid-columns:(minmax(0, 140px)) [ 6 ];
        grid-template-columns:repeat(6, minmax(0, 140px))
    }

    .nfl-c-mixed-content-carousel__grid[data-elements-count="4"] .nfl-c-mixed-content-carousel__grid-container {
        -ms-grid-columns:(minmax(0, 330px)) [ 2 ];
        grid-template-columns:repeat(2, minmax(0, 330px))
    }
}

.nfl-c-table-comparison {
    width: 100%
}

.nfl-c-table-comparison table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden
}

.nfl-c-table-comparison th {
    border-bottom: 2px solid #333
}

.nfl-c-table-comparison td {
    border-bottom: 1px solid #333
}

.nfl-c-table-comparison tbody:last-child tr:last-child td, .nfl-c-table-comparison tfoot tr:last-child td {
    border-bottom: none
}

.nfl-c-table-comparison td[data-has-side-image] {
    -ms-grid-columns: 1fr auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns:1fr auto
}

.nfl-c-table-comparison td[data-has-side-image] > :not(.nfl-c-table-comparison__cell-side-image) {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1/2
}

.nfl-c-table-comparison td[data-has-side-image] .nfl-c-table-comparison__cell-side-image {
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    grid-column: 2/3;
    -ms-grid-row: 1;
    grid-row: 1/2
}

.nfl-c-table-comparison td:not([data-has-side-image]) {
    -ms-flex-preferred-size: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nfl-c-table-comparison tfoot td {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nfl-c-table-comparison span {
    display: block
}

.nfl-c-table-comparison__table tr {
    display: -ms-grid;
    display: grid
}

.nfl-c-table-comparison th:not(:first-child) .nfl-c-table-comparison__column-subtitle, .nfl-c-table-comparison th:not(:first-child) .nfl-c-table-comparison__column-title {
    text-align: center
}

.nfl-c-table-comparison__cell-top-image img {
    height: 48px;
    width: auto
}

.nfl-c-table-comparison__cell-subtitle, .nfl-c-table-comparison__cell-title, .nfl-c-table-comparison__column-subtitle {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.nfl-c-table-comparison__column-title {
    font-family: All-ProDisplayC, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 8px;
    text-transform: uppercase
}

.nfl-c-table-comparison__column-subtitle {
    text-transform: uppercase
}

.nfl-c-table-comparison__cell-subtitle, .nfl-c-table-comparison__cell-title {
    margin-bottom: 8px
}

.nfl-c-table-comparison__cell-text {
    font-family: All-ProSans, Helvetica, Arial, sans-serif;
    font-weight: 400
}

.nfl-c-table-comparison__cell-checkmark {
    margin: 0 auto
}

.nfl-c-table-comparison__cell-checkmark[data-is-checked] {
    content: url(../fonts/checkmark-sign-icon.svg)
}

.nfl-c-table-comparison__cell-cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: All-ProDisplayC, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 2.56px;
    line-height: 22px;
    padding: 15px 24px;
    text-transform: uppercase;
    width: 100%
}

.nfl-c-table-comparison__cell-cta strong {
    font-weight: inherit
}

.nfl-c-table-comparison__cell-cta .striked-text {
    font-weight: 400;
    padding: 0 10px;
    text-decoration: line-through
}

.nfl-c-table-comparison .nfl-c-table-comparison__cell-cta ~ .nfl-c-table-comparison__cell-cta {
    margin-top: 16px
}

.nfl-c-table-comparison__cell-cta--primary {
    background: #151515;
    color: #fafafa
}

.nfl-c-table-comparison__cell-cta--secondary {
    background: #fff;
    color: #0b0d0f
}

@media (min-width: 1024px) {
    .nfl-c-table-comparison td, .nfl-c-table-comparison th {
        padding: 24px
    }

    .nfl-c-table-comparison td[data-has-side-image] {
        grid-column-gap: 24px
    }

    .nfl-c-table-comparison__table[data-columns-count="3"] tr {
        -ms-grid-columns: 1fr minmax(10px, 324px) minmax(10px, 324px);
        grid-template-columns:1fr minmax(10px, 324px) minmax(10px, 324px)
    }

    .nfl-c-table-comparison__table[data-columns-count="4"] tr {
        -ms-grid-columns: 1fr minmax(10px, 324px) minmax(10px, 324px) minmax(10px, 324px);
        grid-template-columns:1fr minmax(10px, 324px) minmax(10px, 324px) minmax(10px, 324px)
    }

    .nfl-c-table-comparison__column-title {
        font-size: 40px;
        letter-spacing: 1.6px
    }

    .nfl-c-table-comparison th:not(:first-child) .nfl-c-table-comparison__column-subtitle {
        font-size: 16px;
        letter-spacing: 1.28px;
        line-height: 20px
    }

    .nfl-c-table-comparison__cell-subtitle, .nfl-c-table-comparison__cell-title {
        font-size: 24px;
        line-height: 28px
    }

    .nfl-c-table-comparison__cell-text {
        font-size: 18px;
        line-height: 28px
    }

    .nfl-c-table-comparison__cell-cta .nfl-is-visible-on-mobile {
        display: none
    }

    .nfl-c-table-comparison__cell-cta .nfl-is-visible-on-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 768px) {
    .nfl-c-table-comparison td[data-has-bkg-color-button-theme], .nfl-c-table-comparison th[data-has-bkg-color-button-theme] {
        background-color: #151515;
        border-bottom-color: hsla(0, 0%, 100%, .3);
        color: #fafafa
    }

    .nfl-c-table-comparison thead tr:first-child th[data-has-bkg-color-button-theme] {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }

    .nfl-c-table-comparison tbody:last-child tr:last-child td[data-has-bkg-color-button-theme], .nfl-c-table-comparison tfoot tr:last-child td[data-has-bkg-color-button-theme] {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px
    }

    .nfl-c-table-comparison th:first-child .nfl-c-table-comparison__column-subtitle {
        font-size: 20px;
        letter-spacing: 3.2px;
        line-height: 24px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nfl-c-table-comparison__table[data-columns-count="3"] tr {
        -ms-grid-columns: 1fr minmax(10px, 236px) minmax(10px, 236px);
        grid-template-columns:1fr minmax(10px, 236px) minmax(10px, 236px)
    }

    .nfl-c-table-comparison__table[data-columns-count="4"] tr {
        -ms-grid-columns: 1fr minmax(10px, 236px) minmax(10px, 236px) minmax(10px, 236px);
        grid-template-columns:1fr minmax(10px, 236px) minmax(10px, 236px) minmax(10px, 236px)
    }
}

@media (max-width: 1023px) {
    .nfl-c-table-comparison td, .nfl-c-table-comparison th {
        padding: 24px 8px
    }

    .nfl-c-table-comparison td[data-has-side-image] {
        grid-column-gap: 8px
    }

    .nfl-c-table-comparison__column-title {
        font-size: 24px;
        letter-spacing: .96px
    }

    .nfl-c-table-comparison__column-subtitle {
        font-size: 14px;
        letter-spacing: 2.24px;
        line-height: 18px
    }

    .nfl-c-table-comparison__cell-subtitle, .nfl-c-table-comparison__cell-title {
        font-size: 16px;
        line-height: 20px
    }

    .nfl-c-table-comparison__cell-text {
        font-size: 14px;
        line-height: normal
    }

    .nfl-c-table-comparison__cell-cta .nfl-is-visible-on-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .nfl-c-table-comparison__cell-cta .nfl-is-visible-on-desktop {
        display: none
    }
}

@media (max-width: 767px) {
    .nfl-c-table-comparison table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .nfl-c-table-comparison thead {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .nfl-c-table-comparison tfoot {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .nfl-c-table-comparison tbody {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .nfl-c-table-comparison td[data-has-side-image] {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nfl-c-table-comparison td[data-has-side-image] > * {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .nfl-c-table-comparison td[data-has-side-image] .nfl-c-table-comparison__cell-side-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin-bottom: 24px;
        order: 1
    }

    .nfl-c-table-comparison tbody tr td {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .nfl-c-table-comparison tbody tr td[data-count="1"] {
        border-bottom: none;
        padding: 16px 24px
    }

    .nfl-c-table-comparison tbody tr td:not([data-count="1"]) {
        padding: 24px
    }

    .nfl-c-table-comparison tbody tr td span {
        text-align: center
    }

    .nfl-c-table-comparison tfoot tr:first-child td[data-count="1"], .nfl-c-table-comparison thead tr:first-child th[data-count="1"] {
        display: none
    }

    .nfl-c-table-comparison__table[data-columns-count="3"] tfoot tr, .nfl-c-table-comparison__table[data-columns-count="3"] thead tr {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .nfl-c-table-comparison__table[data-columns-count="4"] tfoot tr, .nfl-c-table-comparison__table[data-columns-count="4"] thead tr {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }

    .nfl-c-table-comparison__table[data-columns-count="3"] tbody tr td[data-count="1"] {
        -ms-grid-column-span: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column: 1/3;
        -ms-grid-row: 1;
        grid-row: 1/2
    }

    .nfl-c-table-comparison__table[data-columns-count="3"] tbody tr td[data-count="2"] {
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        grid-row: 2/3
    }

    .nfl-c-table-comparison__table[data-columns-count="3"] tbody tr td[data-count="3"] {
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        grid-column: 2/3;
        -ms-grid-row: 2;
        grid-row: 2/3
    }

    .nfl-c-table-comparison__table[data-columns-count="4"] tbody tr td[data-count="1"] {
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column: 1/4;
        -ms-grid-row: 1;
        grid-row: 1/2
    }

    .nfl-c-table-comparison__table[data-columns-count="4"] tbody tr td[data-count="2"] {
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        grid-row: 2/3
    }

    .nfl-c-table-comparison__table[data-columns-count="4"] tbody tr td[data-count="3"] {
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        grid-column: 2/3;
        -ms-grid-row: 2;
        grid-row: 2/3
    }

    .nfl-c-table-comparison__table[data-columns-count="4"] tbody tr td[data-count="4"] {
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        grid-column: 3/4;
        -ms-grid-row: 2;
        grid-row: 2/3
    }

    .nfl-c-table-comparison__table[data-columns-count="3"] tfoot tr td[data-count="2"], .nfl-c-table-comparison__table[data-columns-count="3"] thead tr th[data-count="2"], .nfl-c-table-comparison__table[data-columns-count="4"] tfoot tr td[data-count="2"], .nfl-c-table-comparison__table[data-columns-count="4"] tfoot tr td[data-count="3"], .nfl-c-table-comparison__table[data-columns-count="4"] thead tr th[data-count="2"], .nfl-c-table-comparison__table[data-columns-count="4"] thead tr th[data-count="3"] {
        border-right: 1px solid #333
    }

    .nfl-c-table-comparison th {
        border-bottom-width: 1px
    }

    .nfl-c-table-comparison thead tr:first-child th {
        border-top: 1px solid #333
    }

    .nfl-c-table-comparison tfoot tr:first-child td {
        border-bottom: 1px solid #333
    }

    .nfl-c-table-comparison__cell-cta {
        font-size: 24px;
        letter-spacing: 3.84px;
        line-height: normal;
        max-width: 162px
    }

    .nfl-c-table-comparison__cell-cta strong {
        font-size: 16px;
        letter-spacing: 2.56px
    }

    .nfl-c-table-comparison__cell-cta .nfl-is-visible-on-desktop {
        display: none
    }

    .nfl-c-table-comparison__cell-cta--secondary {
        background: #151515;
        color: #fafafa
    }
}

.nfl-c-oracle-eloqua.nfl-c-oracle-eloqua--has-border {
    border: 1px solid #b2b2b2;
    border-radius: 4px
}

.nfl-c-oracle-eloqua:not(.nfl-c-oracle-eloqua--has-border) {
    border: none
}

@media (min-width: 768px) {
    iframe.nfl-c-oracle-eloqua {
        height: var(--eloqua-iframe-height--desktop)
    }
}

@media (max-width: 767px) {
    iframe.nfl-c-oracle-eloqua {
        height: var(--eloqua-iframe-height--mobile)
    }
}

body {
    background-color: #eee
}

.body--lightbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #151515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

@media (min-width: 1024px) {
    body.body--lightbox {
        overflow: hidden
    }
}

:empty:not(img):not(hr) {
    outline: none
}

.d3-o-media-object {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    flex-grow: 1
}

[class*=nfl-t-person-tile] {
    background-color: transparent
}

.layout.two-columns.fit > div > div {
    margin-bottom: 16px !important
}

iframe.clean-window-instance {
    display: none
}