
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

@font-face{font-family:'atf-family';src: url('../fonts/Darklight.ttf'); }

.atf_family {
    /*font-family: 'atf-family' !important;*/
    color: #82592D;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: .02em;
    text-align: center;
}

.touch-fix-hack {
    -ms-touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none
}

.cf {
    *zoom: 1
}

.cf:after,
.cf:before {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.title-effect {
    background: none;
    *zoom: 1
}

.title-effect:after,
.title-effect:before {
    content: "";
    display: table
}

.title-effect:after {
    clear: both
}

.title-effect {
    background-size: auto;
    display: block;
    padding: 0
}

.boxshadow {
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
}

.z-depth-1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.z-depth-1-half {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19)
}

.z-depth-4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21)
}

.z-depth-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22)
}

lesshat-selector {
    -lh-property: 0
}

@keyframes a {
    0% {
        transform: translateY(20%)
    }
    to {
        transform: translate(0)
    }
}

.show-up-effect {
    animation: a .3s ease-out alternate
}

.mt-0 {
    margin-top: 0
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mb-0 {
    margin-bottom: 0
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-0 {
    margin-left: 0
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mr-0 {
    margin-right: 0
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.width-100 {
    width: 100%
}

.width-95 {
    width: 95%
}

.width-90 {
    width: 90%
}

.width-85 {
    width: 85%
}

.width-80 {
    width: 80%
}

.width-75 {
    width: 75%
}

.width-70 {
    width: 70%
}

.width-65 {
    width: 65%
}

.width-60 {
    width: 60%
}

.width-55 {
    width: 55%
}

.width-50 {
    width: 50%
}

.width-45 {
    width: 45%
}

.width-40 {
    width: 40%
}

.width-35 {
    width: 35%
}

.width-30 {
    width: 30%
}

.width-25 {
    width: 25%
}

.width-20 {
    width: 20%
}

.width-15 {
    width: 15%
}

.width-10 {
    width: 10%
}

.width-5 {
    width: 5%
}

.fl-right {
    float: right
}

.fl-left {
    float: left
}

.fl-none {
    float: none
}

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.hidden {
    display: none!important;
    visibility: hidden!important
}

.d-none {
    display: none
}

.d-table {
    display: table
}

.d-cell {
    display: table-cell
}

.d-table-row {
    display: table-row
}

.d-inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.d-block {
    display: block
}

.item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.bg-overlay {
    position: relative
}

.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: all .2s ease-out
}

.transparent-background {
    background: url(/wp-content/themes/cfl.ca/images/blank.gif) repeat
}

.img-responsive-16by9 {
    display: block!important;
    height: 0!important;
    padding-bottom: 56.25%!important;
    overflow: hidden!important;
    height: auto
}

.img-responsive-16by9 img {
    width: 100%;
    max-width: 100%
}

.team-color {
    color: #9E8861
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.fade.in {
    opacity: 1
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

sup {
    vertical-align: super!important
}

.material-tooltip {
    z-index: 2000;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    will-change: top, left
}

.material-tooltip .backdrop {
    position: absolute
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

table.white-gray-table tr:nth-child(2n) {
    background: #eaeaea
}

table.white-gray-table tr:nth-child(odd) {
    background: #fff
}

table.white-team-table tr:nth-child(2n) {
    background: #252525
}

table.white-team-table tr:nth-child(odd) {
    background: #fff
}

table.white-gray-table,
table.white-team-table {
    color: #2b2b2b
}

table.white-gray-table td,
table.white-team-table td {
    padding: 10px
}

table.white-gray-table a,
table.white-team-table a {
    text-decoration: none;
    color: #9E8861
}

table.white-gray-table a:hover,
table.white-team-table a:hover {
    text-decoration: underline
}

table.vertical-align-middle td {
    vertical-align: middle
}

table.vertical-align-top td {
    vertical-align: top
}

ul.tabs {
    list-style: none
}

ul.tabs li {
    display: inline-block
}

ul.tabs li a {
    text-decoration: none;
    color: #9E8861
}

ul.tabs li a:hover {
    text-decoration: underline
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
blockquote,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

ol {
    list-style: decimal
}

ul {
    list-style: disc
}

ul ul {
    list-style: circle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

ins {
    text-decoration: underline
}

del {
    text-decoration: line-through
}

mark {
    background: none
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

button,
input[type=button],
input[type=submit] {
    padding: 0;
    margin: 0
}

a img,
input,
select {
    vertical-align: middle
}

input {
    border-radius: 0
}

[class*=" grid-col"],
[class^=grid-col] {
    margin-left: 10px;
    float: left
}

.grid-col-12 {
    width: calc(100% - 10px);
    min-height: 1px
}

.grid-col-12.fixed-sidebar {
    width: calc(150% - 340px)
}

.grid-col-12.fixed-sidebar.sidebar,
.grid-col-12.sidebar {
    width: 300px
}

.collapse .grid-col-12 {
    width: calc(100% - 0px);
    margin: 0
}

.grid-col-offset-12 {
    margin-left: calc(100% + 10px)
}

.grid-col-11 {
    width: calc(91.66666666666667% - 10px);
    min-height: 1px
}

.grid-col-11.fixed-sidebar {
    width: calc(137.5% - 340px)
}

.grid-col-11.fixed-sidebar.sidebar,
.grid-col-11.sidebar {
    width: 300px
}

.collapse .grid-col-11 {
    width: calc(91.66666666666667% - 0px);
    margin: 0
}

.grid-col-offset-11 {
    margin-left: calc(91.66666666666667% + 10px)
}

.grid-col-10 {
    width: calc(83.33333333333333% - 10px);
    min-height: 1px
}

.grid-col-10.fixed-sidebar {
    width: calc(125% - 340px)
}

.grid-col-10.fixed-sidebar.sidebar,
.grid-col-10.sidebar {
    width: 300px
}

.collapse .grid-col-10 {
    width: calc(83.33333333333333% - 0px);
    margin: 0
}

.grid-col-offset-10 {
    margin-left: calc(83.33333333333333% + 10px)
}

.grid-col-9 {
    width: calc(75% - 10px);
    min-height: 1px
}

.grid-col-9.fixed-sidebar {
    width: calc(112.5% - 340px)
}

.grid-col-9.fixed-sidebar.sidebar,
.grid-col-9.sidebar {
    width: 300px
}

.collapse .grid-col-9 {
    width: calc(75% - 0px);
    margin: 0
}

.grid-col-offset-9 {
    margin-left: calc(75% + 10px)
}

.grid-col-8 {
    width: calc(66.66666666666667% - 10px);
    min-height: 1px
}

.grid-col-8.fixed-sidebar {
    width: calc(100% - 340px)
}

.grid-col-8.fixed-sidebar.sidebar,
.grid-col-8.sidebar {
    width: 300px
}

.collapse .grid-col-8 {
    width: calc(66.66666666666667% - 0px);
    margin: 0
}

.grid-col-offset-8 {
    margin-left: calc(66.66666666666667% + 10px)
}

.grid-col-7 {
    width: calc(58.333333333333336% - 10px);
    min-height: 1px
}

.grid-col-7.fixed-sidebar {
    width: calc(87.5% - 340px)
}

.grid-col-7.fixed-sidebar.sidebar,
.grid-col-7.sidebar {
    width: 300px
}

.collapse .grid-col-7 {
    width: calc(58.333333333333336% - 0px);
    margin: 0
}

.grid-col-offset-7 {
    margin-left: calc(58.333333333333336% + 10px)
}

.grid-col-6 {
    width: calc(50% - 10px);
    min-height: 1px
}

.grid-col-6.fixed-sidebar {
    width: calc(75% - 340px)
}

.grid-col-6.fixed-sidebar.sidebar,
.grid-col-6.sidebar {
    width: 300px
}

.collapse .grid-col-6 {
    width: calc(50% - 0px);
    margin: 0
}

.grid-col-offset-6 {
    margin-left: calc(50% + 10px)
}

.grid-col-5 {
    width: calc(41.666666666666664% - 10px);
    min-height: 1px
}

.grid-col-5.fixed-sidebar {
    width: calc(62.5% - 340px)
}

.grid-col-5.fixed-sidebar.sidebar,
.grid-col-5.sidebar {
    width: 300px
}

.collapse .grid-col-5 {
    width: calc(41.666666666666664% - 0px);
    margin: 0
}

.grid-col-offset-5 {
    margin-left: calc(41.666666666666664% + 10px)
}

.grid-col-4 {
    width: calc(33.333333333333336% - 10px);
    min-height: 1px
}

.grid-col-4.fixed-sidebar {
    width: calc(50% - 340px)
}

.grid-col-4.fixed-sidebar.sidebar,
.grid-col-4.sidebar {
    width: 300px
}

.collapse .grid-col-4 {
    width: calc(33.333333333333336% - 0px);
    margin: 0
}

.grid-col-offset-4 {
    margin-left: calc(33.333333333333336% + 10px)
}

.grid-col-3 {
    width: calc(25% - 10px);
    min-height: 1px
}

.grid-col-3.fixed-sidebar {
    width: calc(37.5% - 340px)
}

.grid-col-3.fixed-sidebar.sidebar,
.grid-col-3.sidebar {
    width: 300px
}

.collapse .grid-col-3 {
    width: calc(25% - 0px);
    margin: 0
}

.grid-col-offset-3 {
    margin-left: calc(25% + 10px)
}

.grid-col-2 {
    width: calc(16.666666666666668% - 10px);
    min-height: 1px
}

.grid-col-2.fixed-sidebar {
    width: calc(25% - 340px)
}

.grid-col-2.fixed-sidebar.sidebar,
.grid-col-2.sidebar {
    width: 300px
}

.collapse .grid-col-2 {
    width: calc(16.666666666666668% - 0px);
    margin: 0
}

.grid-col-offset-2 {
    margin-left: calc(16.666666666666668% + 10px)
}

.grid-col-1 {
    width: calc(8.333333333333334% - 10px);
    min-height: 1px
}

.grid-col-1.fixed-sidebar {
    width: calc(12.5% - 340px)
}

.grid-col-1.fixed-sidebar.sidebar,
.grid-col-1.sidebar {
    width: 300px
}

.collapse .grid-col-1 {
    width: calc(8.333333333333334% - 0px);
    margin: 0
}

.collapse .grid-col-12 {
    margin: 0 auto;
    float: none
}

.grid-col-offset-1 {
    margin-left: calc(8.333333333333334% + 10px)
}

.grid-row {
    *zoom: 1
}

.grid-row:after,
.grid-row:before {
    content: "";
    display: table
}

.grid-row:after {
    clear: both
}

.grid-row-centered {
    text-align: center
}

.grid-col-centered {
    display: inline-block;
    float: none;
    text-align: left
}

.main-content .ad-grid {
    padding-left: 0
}

.content-col {
    min-height: 330px;
    position: relative;
    z-index: 0;
    *zoom: 1
}

.content-col:after,
.content-col:before {
    content: "";
    display: table
}

.content-col:after {
    clear: both
}

.ad-col {
    padding: 10px 5px
}

#ad_bigbox_1 {
    margin: 0 auto;
    width: 300px
}

*,
:after,
:before {
    box-sizing: border-box
}

body,
html {
    overflow-x: hidden
}

body {
    background-color: #fff;
    color: #2b2b2b;
    font: 100% Hind, sans-serif;
    font-weight: 400
}

.container {
    background-color: #f4f4f4;
    width: 100%
}

.region-content {
    clear: both
}

#modal7 {
    background: red
}

#modal7.modal {
    width: 100%;
    top: 50%!important;
    transform: translateY(-50%)
}

#modal7.modal .bc-player-default_default {
    height: 40vw
}

#modal7.modal .bc-player-default_default .vjs-big-play-button {
    background: rgba(181, 37, 47, .9);
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}

#modal7.modal .bc-player-default_default .vjs-big-play-button:before {
    font-size: 3vw;
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

#modal7.modal .bc-player-default_default.vjs-mouse .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    width: 7vw;
    height: 7vw;
    margin: -3.5vw;
    text-align: center
}

[class*=icon-] {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    text-indent: -9999em
}

.icon-logo,
.icon-logo-alt,
.icon-logo-fr {
    width: 50px;
    height: 50px;
    background-position: 50%
}

.icon-logo-alt.footer-logo,
.icon-logo-fr.footer-logo,
.icon-logo.footer-logo {
    display: none
}

[class*=icon-logo-] {
    width: 30px;
    height: 30px;
    background-position: 50%
}

.icon-wordmark,
.icon-wordmark-fr {
    width: 525px;
    height: 100px;
    vertical-align: bottom
}

.icon-chevron-down,
.icon-chevron-up {
    width: 14px;
    height: 7px
}

.icon-chevron-left,
.icon-chevron-right {
    width: 7px;
    height: 14px
}

.icon-double-chevron {
    height: 12px;
    width: 14px
}

.icon-double-chevron-scoreboard-link {
    height: 6px;
    width: 7px
}

.icon-scoreboard-next,
.icon-scoreboard-prev {
    width: 12px;
    height: 24px
}

.icon-scoreboard-down,
.icon-scoreboard-down-white,
.icon-scoreboard-up {
    height: 6px;
    width: 8px
}

.icon-share-blk,
.icon-share-w {
    width: 15px;
    height: 12px
}

.icon-burger {
    height: 14px;
    width: 25px;
    background-position: 50%
}

.icon-calendar {
    height: 20px;
    width: 20px
}

.icon-calendar-white {
    height: 24px;
    width: 21px
}

.icon-download {
    height: 13px;
    width: 13px
}

[class*=icon-social-] {
    height: 32px;
    width: 32px
}

.icon-collapse,
.icon-dropdown {
    height: 9px;
    width: 15px
}

.icon-possession {
    height: 8px;
    width: 12px
}

a {
    transition: all .3s ease-out
}

.btn,
.pager-load-more a,
input.form-submit {
    background-image: none;
    border: 0;
    border-radius: 4px;
    transition: background-color .3s ease-out;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: auto;
    font-family: Khand, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1;
    margin-bottom: 0;
    outline: none;
    padding: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto
}

.btn:hover,
.pager-load-more a:hover,
input.form-submit:hover {
    background-color: #d53943
}

.btn-load-more {
    font-size: 18px;
    font-weight: 500
}

.btn-ghost {
    color: #2b2b2b;
    background-color: transparent
}

.btn-ghost span[class*=icon-share-] {
    margin: -1px 5px 0 0
}

.btn-ghost span[class*=icon-share-].icon-share-w {
    display: none
}

.pager-load-more a {
    font-size: 18px;
    height: 44px
}

.dropdown-button:hover,
.pager-load-more a:hover {
    background-color: #e9e9e9
}

.btn-default {
    background: #848484;
    transition: all .3s ease-out
}

.btn-default:hover {
    background-color: #9e9e9e
}

.btn-cta {
    background: #9E8861
}

.btn-cta .ico.ico-share:hover {
    background-color: transparent
}

.btn-footer {
    background: #2b2b2b;
    transition: all .3s ease-out
}

.btn-footer:hover {
    background-color: #454545
}

.btn-orange,
input.form-submit {
    background-color: #9E8861;
    font-family: Khand, sans-serif;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease-out
}

.btn-orange:hover,
input.form-submit:hover {
    background-color: #d53943
}

.btn-dakr-gray {
    background-color: #252525;
    transition: all .3s ease-out;
    color: #fff;
    text-transform: uppercase
}

.btn-dakr-gray:hover {
    background-color: #787878
}

.btn-load-more,
.pager-load-more a {
    position: relative;
    background: #e9e9e9;
    color: #202025;
    width: 100%;
    padding: 15px 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    transition: all .3s ease-out
}

.btn-load-more.active,
.btn-load-more:hover,
.pager-load-more a.active,
.pager-load-more a:hover {
    color: #9E8861;
    background: #e9e9e9
}

.btn-load-more .loader-text,
.pager-load-more a .loader-text {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.btn-load-more:after,
.pager-load-more a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 0;
    background-color: #848484;
    transition: all 4s ease-out
}

.btn-load-more.active:after,
.pager-load-more a.active:after {
    content: "";
    width: 100%
}

.pager-load-more li {
    padding: 0;
    width: 90%
}

.pager-load-more a,
.pager-load-more span.all-posts {
    background: #e9e9e9;
    color: #202025;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 50px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box
}

.pager-load-more span.all-posts {
    display: inline-block;
    color: #b1b1b1;
    font-family: Khand, sans-serif;
    font-size: 18px;
    pointer-events: none;
    cursor: default
}

.pager-load-more .ajax-progress-throbber {
    display: none
}

.shopify-btn-mask {
    width: 43px;
    height: 13px;
    overflow: hidden
}

.shopify-btn-mask>div,
.shopify-btn-mask>noscript,
.shopify-btn-mask>pre {
    opacity: 0
}

.shopify-btn-mask>div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.shopify-btn-mask .shopify-btn-mask-text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    line-height: 27px;
    color: #fff
}

.waves-effect {
    z-index: 0
}

.btn-filter {
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    color: #2b2b2b;
    font-size: 0;
    font-weight: 500;
    padding: 15px 16px 15px 12px;
    text-align: left;
    width: auto
}

.btn-filter .ico-filter,
.btn-filter .text {
    display: inline-block;
    vertical-align: middle
}

.btn-filter .ico-filter {
    background-image: url(/wp-content/themes/cfl.ca/images/arrow_filter_gray_down.png);
    background-size: 50%;
    height: 32px;
    float: right;
    width: 12px
}

.btn-filter .text {
    color: #848484;
    font-size: 12px;
    margin-right: 30px
}

.btn-filter .text span {
    color: #2b2b2b;
    display: block;
    font-size: 20px
}

.stats-filters .btn-filter .text span {
    font-size: 18px
}

.dropdown-content {
    z-index: 2;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-color: #f4f4f4;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    border-radius: 0 0 4px 4px;
    margin-top: 55px;
    margin-left: 0!important;
    padding: 7px 0;
    max-height: 250px;
    z-index: 1;
    overflow-y: auto
}

.dropdown-content li {
    list-style-type: none
}

.dropdown-content li>a,
.dropdown-content li>span {
    display: block;
    color: #373737;
    font-size: 18px;
    font-family: Khand, sans-serif;
    font-weight: 600;
    line-height: 1;
    padding: 7px 12px;
    text-decoration: none;
    text-transform: uppercase
}

.dropdown-content li>a:focus,
.dropdown-content li>a:hover,
.dropdown-content li>span:focus,
.dropdown-content li>span:hover {
    background: #e9e9e9;
    color: #2b2b2b
}

.btn.btn-scoreboard-filter {
    background: #2e2e2e;
    border: none;
    border-radius: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    height: 136px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 8px;
    position: relative;
    text-align: center;
    width: auto!important
}

.btn.btn-scoreboard-filter .context {
    font-family: Khand;
    font-size: 12px;
    line-height: 1.2;
    margin-top: -20px
}

.btn.btn-scoreboard-filter .week {
    margin-top: 10px
}

.btn.btn-scoreboard-filter .week.preseason,
.btn.btn-scoreboard-filter .week.regular {
    font-size: 36.8px
}

.btn.btn-scoreboard-filter .week.playoffs {
    font-size: 17px
}

.btn.btn-scoreboard-filter .week.playoffs .subtext {
    font-size: 12px
}

.btn.btn-scoreboard-filter .flyout {
    border-top: 1px solid #373737;
    bottom: 0;
    font-size: 12px;
    height: 25px;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    width: 100%
}

.nav-week .dropdown-content {
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    background-color: #2e2e2e;
    border: none;
    border-radius: 0;
    font-family: Khand, sans-serif;
    font-weight: 600;
    max-height: 400px;
    margin-top: 0;
    padding: 0;
    z-index: 1;
    overflow-y: scroll
}

.nav-week .dropdown-content li {
    font-size: 12px;
    list-style-type: none;
    padding: 0
}

.nav-week .dropdown-content li.subheading {
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
    font-size: 11px
}

.nav-week .dropdown-content li.subheading:first-child {
    border-top: none
}

.nav-week .dropdown-content li.subheading>div {
    color: #fff;
    cursor: default
}

.nav-week .dropdown-content li:not(.subheading):focus,
.nav-week .dropdown-content li:not(.subheading):hover {
    background: #e9e9e9;
    color: #2b2b2b
}

.nav-week .dropdown-content li>div {
    display: block;
    color: #848484;
    cursor: pointer;
    line-height: 1;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase
}

.watch-banner .bg {
    background-color: #9E8861;
    padding: 20px;
    height: auto
}

.watch-banner .bg .content {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto
}

.watch-banner .bg .content .border {
    box-shadow: 0 0 1px 0 #fff;
    display: inline-block
}

.watch-banner .bg .content .border .message {
    color: #fcfcfc;
    letter-spacing: 2px;
    display: inline-block;
    margin: 3px 15px
}

.watch-banner .bg .content .border .message-ch {
    display: inline-block
}

.watch-banner .bg .content .border .message-ch img {
    width: 50px
}

.watch-banner .bg .content .border .details {
    width: 150px;
    background-color: #1c1c1c;
    text-align: center;
    display: inline-block;
    padding: 5px
}

.watch-banner .bg .content .border .details a {
    width: 100%;
    height: auto;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fcfcfc;
    letter-spacing: 1.5px;
    display: block
}

.header {
    transition: all .3s ease-out
}

.header .top-banner {
    background: url(/site/images/top.jpg) no-repeat;
    text-align: center;
    padding: 0px 0;
    min-height: 80px
}

.header .top-banner img {
    width: 100%;
    max-width: 727px
}

.header-sponsor-wrap {
    display: inline-block;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 100%;
    margin: auto
}

.header-sponsor-wrap:hover {
    background: transparent!important
}

.header-sponsor-wrap #ad_sponsor_1 {
    width: 200px;
    text-align: right
}

.header-containers-wrap {
    min-height: 63px;
    width: 100%;
    position: relative;
    z-index: 999
}

.header-containers {
    width: 100%
}

.header-container .page-section {
    z-index: 0
}

.user-options-container {
    margin: 0 auto;
    height: 50px;
    background-color: #333;
    text-align: center;
    z-index: 1
}

.user-options-container .user-options {
    display: inline-block;
    max-width: 1270px;
    width: 100%;
    position: relative
}

.user-options-container .user-options .top-nav {
    line-height: 50px
}

.user-options-container .user-options .top-nav-li {
    display: inline-block
}

.user-options-container .user-options .top-nav-li:hover {
    background: transparent
}

.user-options-container .user-options .top-nav-a {
    color: #676767;
    display: block;
    font-family: Hind, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase
}

.user-options-container .user-options .top-nav-a:hover {
    color: #fff
}

.user-options-container .user-options .top-nav-follow {
    background: url(/site/images/icon-follow.png) no-repeat 12px 11px;
    color: #fff;
    padding-left: 30px
}

.user-options-container .user-options .top-nav-search {
    background: transparent url(/wp-content/themes/cfl.ca/images/icon-search.png?_t=1) no-repeat 12px 11px;
    color: #fff;
    padding-left: 30px
}

.user-options-container .user-options .top-nav-newsletters {
    background: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4.5%205.2c.1%200%20.1%200%20.2-.1l.2-.1L9%201.6H0l4.3%203.5c.1%200%20.1.1.2.1zM0%202v5l3.1-2.5L0%202zm5.9%202.6L9%207V2L5.9%204.6zm-.9.8c-.2.1-.3.1-.5.1s-.3-.1-.4-.2l-.7-.5L0%207.5h9L5.6%204.8l-.6.6z%22%20fill%3D%22%23E5E5E5%22%2F%3E%3C%2Fsvg%3E") 12px 11px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    color: #fff;
    padding-left: 30px
}

.top-nav-toggle-follow {
    position: relative
}

.top-nav-toggle-follow:hover {
    background-color: transparent
}

.top-nav-toggle-follow:hover .follow-drop {
    opacity: 1;
    visibility: visible
}

.top-nav-toggle-teams {
    position: relative
}

.top-nav-toggle-teams:hover .teams-drop {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    opacity: 1;
    visibility: visible
}

.top-nav-toggle-search {
    position: relative
}

.follow-drop,
.teams-drop {
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 3px transparent;
    left: 50%;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    top: 34px;
    white-space: nowrap;
    visibility: hidden;
    z-index: 20;
    transform: translate(-51%);
    transition: all .2s ease, visibility 0s
}

.follow-drop-a,
.teams-drop-a {
    color: #373737;
    display: block;
    font-size: 0;
    padding: 0 20px 0 10px;
    white-space: nowrap;
    width: 100%;
    *zoom: 1
}

.follow-drop-a:after,
.follow-drop-a:before,
.teams-drop-a:after,
.teams-drop-a:before {
    content: "";
    display: table
}

.follow-drop-a:after,
.teams-drop-a:after {
    clear: both
}

.follow-drop-a:hover,
.teams-drop-a:hover {
    background-color: #e9e9e9;
    color: #9E8861
}

.follow-drop-image,
.follow-drop-name,
.teams-drop-image,
.teams-drop-name {
    display: inline-block;
    vertical-align: middle
}

.follow-drop-image,
.teams-drop-image {
    margin-right: 10px;
    width: 40px
}

.follow-drop-name,
.teams-drop-name {
    font-family: Khand, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: .025em;
    text-transform: uppercase
}

.follow-drop-image {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 34px;
    width: 20px
}

.follow-tiktok {
    background-image: url(/images/social-tiktok.png)
}

.follow-twitter {
    background-image: url(/images/social-twitter.png)
}

.follow-facebook {
    background-image: url(/images/social-facebook.png)
}

.follow-instagram {
    background-image: url(/images/social-instagram.png)
}

.follow-youtube {
    background-image: url(/images/social-youtube.png)
}

.follow-vine {
    background-image: url(/wp-content/themes/cfl.ca/images/social-vine.png)
}

.follow-snapchat {
    background-image: url(/wp-content/themes/cfl.ca/images/social-snapchat.png)
}

.follow-linkedin {
    background-image: url(/wp-content/themes/cfl.ca/images/social-linkedin.png)
}

.logo-sticky {
    display: inline-block;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 75px;
    text-align: center
}

.header-containers-sticky .logo-sticky {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.social-sticky-header {
    display: none
}

.main-nav-container {
    position: relative;
    z-index: 1;
    width: 100px;
    margin: 0 auto
}

.header-containers-sticky .main-nav-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.main-nav-container .region-main-menu {
    -ms-flex-positive: 1000;
    flex-grow: 1000;
    display: inline-block
}

.main-nav-ul {
    font-size: 0;
    list-style: none;
    padding-right: 200px
}

.main-nav-li {
    display: inline-block;
    position: relative
}

.dropdown-menu-a,
.main-nav-a {
    display: block;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    padding: 13px 16px 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

.main-nav-a {
    color: #fff;
    z-index: 2
}

.main-nav {
    line-height: 90px;
    height: 45px;
    overflow: hidden
}

.main-nav .main-nav-active .main-nav-a:after {
    border-bottom: 1px solid #737373;
    content: "";
    display: block;
    position: relative;
    bottom: -4px
}

.main-nav .main-nav-w-dropdown .main-nav-a {
    /*background-image: url(/wp-content/themes/cfl.ca/images/main-nav-arrow-gray.png);*/
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px
}

.dropdown-menu {
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 2px 3px rgba(1, 2, 2, .1);
    left: 0;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 12px 0 13px;
    position: absolute;
    top: 100%;
    transform: translate3d(0, 20px, 0);
    transition: all .2s ease-out;
    visibility: hidden;
    z-index: 1
}

.dropdown-menu .main-nav-li {
    display: block
}

.dropdown-menu-a {
    background: #fff;
    color: #1c1c1c;
    transition: all .2s ease-out
}

.dropdown-menu-a:hover {
    color: #9E8861
}

li.overflow-drop-item {
    height: 43px;
    position: relative
}

li.overflow-drop-item:hover {
    background: none
}

li.overflow-drop-item:hover a {
    background: none;
    color: #fff
}

li.overflow-drop-item:hover .overflow-drop-container {
    opacity: 1;
    overflow: visible;
    transform: translate3d(0, -1px, 0);
    visibility: visible
}

li.overflow-drop-item a {
    background: none
}

li.overflow-drop-item a:hover {
    background: none;
    color: #fff
}

li.overflow-drop-item .overflow-drop-dots span {
    position: relative;
    top: -5px;
    font-size: 30px;
    line-height: 10px
}

li.overflow-drop-item .overflow-drop-container {
    background: #fff;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translate3d(0, 20px, 0);
    transition: all .2s ease-out;
    visibility: hidden;
    z-index: 2;
    display: inline;
    float: right;
    right: 0;
    left: auto;
    overflow: visible
}

li.overflow-drop-item .overflow-drop-container li {
    display: block;
    float: none;
    margin: 20px 0 0
}

li.overflow-drop-item .overflow-drop-container li:hover {
    background: none
}

li.overflow-drop-item .overflow-drop-container li:first-child {
    margin-top: 0
}

li.overflow-drop-item .overflow-drop-container li a {
    background: none;
    color: #252525;
    font-size: 18px;
    font-family: Khand, sans-serif;
    padding: 0
}

li.overflow-drop-item .overflow-drop-container li a:hover {
    color: #9E8861;
    background: none
}

li.overflow-drop-item .overflow-drop-container li .mn-child,
li.overflow-drop-item .overflow-drop-container li a:after {
    display: none
}

li.overflow-drop-item .overflow-drop-container .overflow-drop-items,
li.overflow-drop-item .overflow-drop-container .overflow-drop-user {
    display: table-cell;
    float: none;
    vertical-align: top;
    padding: 20px;
    line-height: 1.2;
    white-space: nowrap
}

li.overflow-drop-item .overflow-drop-container .overflow-drop-user {
    background: #f4f4f4
}

li.overflow-drop-item .overflow-drop-container .overflow-drop-items {
    overflow: hidden
}

li.overflow-drop-item .overflow-drop-container .overflow-drop-items .sub-menu {
    display: none
}

li.overflow-drop-item li.main-nav-w-dropdown a.main-nav-a {
    background: none
}

li.overflow-drop-item li.main-nav-w-dropdown ul.dropdown-menu {
    display: none
}

.header .header-search {
    display: none;
    background: #fff;
    position: absolute;
    top: 40px;
    line-height: 15px;
    right: 0;
    z-index: 2;
    width: 150px;
    padding: 10px;
    margin: 5px;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
}

.header .header-search:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 6px;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -6px;
    right: 10px
}

.header .header-search input {
    border: none;
    color: #333;
    font-size: 14px;
    height: auto;
    padding: 0;
    margin: 0;
    transition-property: none;
    width: 100%
}

.header .header-search input:focus {
    border-bottom: none;
    box-shadow: none
}

.region-under-header {
    position: relative
}

body:not(.single) .header.header-with-scb~.page-content>.article-header {
    padding-top: 70px
}

.header.header-with-scb .scb-carousel-section {
    top: -70px;
    z-index: 0
}

.header.header-with-scb .slick-list {
    padding: 0!important;
    margin: 0 60px
}

.header.header-with-nextgame .scb-carousel-section {
    top: -40px;
    z-index: 0
}

.header.header-with-nextgame .slick-list {
    padding: 0!important;
    margin: 0 60px
}

.header.header-with-gametrackerboard .scb-carousel-section {
    top: -70px;
    z-index: 0
}

.header.header-with-gametrackerboard .slick-list {
    padding: 0!important;
    margin: 0 60px
}

.schedule-game-container .schedule-game-section {
    position: absolute;
    width: 100%;
    max-width: 1270px;
    top: -45px;
    left: 50%;
    transform: translate(-50%)
}

.schedule-game-container .schedule-game-section .scb-carousel-item .scb-carousel-item-scores {
    margin-top: 25px;
    color: #1c1c1c
}

.sidebar-schedule-game-section {
    position: relative;
    background: #1c1c1c url(/wp-content/themes/cfl.ca/images/header-bckg.png) no-repeat bottom;
    height: auto;
    border-top: 4px solid #9E8861;
    margin-bottom: 15px;
    background-color: #1c1c1c;
    font-family: Khand, sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #fff
}

.sidebar-schedule-game-section .schedule-game-status {
    background: #9E8861;
    padding: 10px 0;
    width: 100px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: block
}

.sidebar-schedule-game-section .schedule-game-item-scores {
    display: block;
    overflow: hidden;
    width: auto;
    max-width: 240px;
    margin: 20px auto;
    text-align: center
}

.sidebar-schedule-game-section .schedule-game-item-scores .schedule-game-team-cell {
    display: inline-block;
    vertical-align: middle;
    width: 30%
}

.sidebar-schedule-game-section .schedule-game-item-scores .schedule-game-team-cell img {
    width: 100%
}

.sidebar-schedule-game-section .schedule-game-item-scores .schedule-game-score-cell {
    padding: 0;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    line-height: 75px;
    border-bottom: 2px solid #272727;
    width: 35%
}

.sidebar-schedule-game-section .schedule-game-item-scores .schedule-game-score-cell .score-vs {
    color: #575757
}

.sidebar-schedule-game-section .date-and-time-section {
    width: 100%;
    overflow: hidden;
    text-align: center
}

.sidebar-schedule-game-section .date-and-time-section .game-date {
    font-size: 14px;
    margin-bottom: 3px
}

.sidebar-schedule-game-section .sponsor {
    width: 120px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 12px;
    font-size: 8px;
    color: #676767;
    line-height: 1.4
}

.sidebar-schedule-game-section .sponsor span {
    float: left;
    display: block;
    width: 60px;
    line-height: 32px
}

.sidebar-schedule-game-section .sponsor img {
    height: 32px;
    margin-left: 15px
}

.sidebar-schedule-game-section .btn-orange {
    margin: 15px auto;
    display: block;
    max-width: 210px
}

.remaining-time-section {
    font-size: 32px;
    width: 240px;
    max-width: 100%;
    margin: 10px auto 0
}

.remaining-time-section .countdown-section {
    position: relative
}

.remaining-time-section .countdown-section:after {
    content: ":";
    color: #676767;
    font-size: 28px;
    display: inline-block;
    color: #ccc;
    position: absolute;
    top: 4px;
    right: -4px
}

.remaining-time-section .countdown-section:last-child:after {
    display: none
}

.remaining-time-section span {
    display: inline-block
}

.remaining-time-section span .countdown-period,
.remaining-time-section span .num-info {
    display: block;
    font-size: 11px;
    color: #676767
}

.remaining-time-section .item-score-vs {
    margin-left: 5px;
    vertical-align: bottom;
    color: #676767
}

.footer .header-search-wrap {
    display: none
}

.mobile-sub-nav {
    position: relative;
    opacity: 0;
    visibility: hidden;
    background: #1c1c1c;
    border-top: 1px solid #2f2f2f;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(1, 2, 2, .1)
}

.mobile-sub-nav:after {
    content: "";
    display: block;
    width: 23px;
    height: 100%;
    background: url(/wp-content/themes/cfl.ca/images/mobile-subnav-fade.png) 100% 0 repeat-y;
    position: absolute;
    right: 0;
    top: 0
}

.mobile-sub-nav .mobile-sub-nav-wrap {
    position: absolute;
    left: -99999px;
    overflow: auto;
    padding: 20px 10px
}

.mobile-sub-nav .mobile-sub-nav-wrap .mobile-sub-nav-items,
.mobile-sub-nav .mobile-sub-nav-wrap ul {
    display: inline-block;
    height: 18px
}

.mobile-sub-nav .mobile-sub-nav-wrap ul {
    min-width: 350px
}

.mobile-sub-nav .mobile-sub-nav-wrap .mobile-sub-nav-item,
.mobile-sub-nav .mobile-sub-nav-wrap li {
    float: left;
    display: block;
    padding-right: 35px;
    color: #737373;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase
}

.mobile-sub-nav .mobile-sub-nav-wrap .mobile-sub-nav-item a,
.mobile-sub-nav .mobile-sub-nav-wrap li a {
    color: #737373;
    text-decoration: none
}

.mobile-sub-nav .mobile-sub-nav-wrap .mobile-sub-nav-item a:hover,
.mobile-sub-nav .mobile-sub-nav-wrap li a:hover {
    color: #ee562f
}

.mobile-sub-nav .mobile-sub-nav-wrap .mobile-sub-nav-item:last-child,
.mobile-sub-nav .mobile-sub-nav-wrap li:last-child {
    padding-right: 0
}

.mobile-sub-nav .mobile-sub-nav-wrap .mobile-sub-nav-item.mobile-sub-nav-item-active a,
.mobile-sub-nav .mobile-sub-nav-wrap li.mobile-sub-nav-item-active a,
.mobile-sub-nav .mobile-sub-nav-wrap ul>li:first-child a {
    color: #ee562f
}

.special-nav-visible .mobile-sub-nav {
    opacity: 1;
    visibility: visible
}

.special-nav-visible .mobile-sub-nav .mobile-sub-nav-wrap {
    position: static;
    overflow: auto;
    max-width: 1270px;
    margin: 0 auto;
    padding: 20px 10px
}

.front .mobile-sub-nav,
.mobile-toggle-menu {
    display: none
}

.white-menu-block {
    background-color: #fff;
    height: 100%;
    position: absolute;
    display: block;
    width: inherit
}

.team-stats-sub-nav-wrapper {
    background: #252525;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 3px rgba(1, 2, 2, .1)
}

.team-stats-sub-nav-wrapper .team-stats-sub-nav {
    overflow: auto;
    padding: 20px 10px
}

.team-stats-sub-nav-wrapper .team-stats-sub-nav ul {
    min-width: 350px;
    min-height: 16px;
    background: #252525
}

.team-stats-sub-nav-wrapper .team-stats-sub-nav ul li {
    float: left;
    display: block;
    padding-right: 35px;
    color: #848484;
    font-family: Khand, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.team-stats-sub-nav-wrapper .team-stats-sub-nav ul li .nolink,
.team-stats-sub-nav-wrapper .team-stats-sub-nav ul li a {
    color: #848484
}

.team-stats-sub-nav-wrapper .team-stats-sub-nav ul li .nolink:focus,
.team-stats-sub-nav-wrapper .team-stats-sub-nav ul li .nolink:hover,
.team-stats-sub-nav-wrapper .team-stats-sub-nav ul li a:focus,
.team-stats-sub-nav-wrapper .team-stats-sub-nav ul li a:hover {
    color: #fff
}

.team-stats-sub-nav-wrapper .team-stats-sub-nav ul li .nolink.active,
.team-stats-sub-nav-wrapper .team-stats-sub-nav ul li a.active {
    color: #9E8861
}

.team-stats-sub-nav-wrapper .team-stats-sub-nav ul li .nolink:hover {
    cursor: pointer
}

.team-stats-sub-nav-wrapper .team-stats-sub-nav ul li.mobile-sub-nav-item-active a {
    color: #ee562f
}

.orange-page-header {
    background: #9E8861;
    padding: 15px 0
}

.orange-page-header h1,
.orange-page-header h2 {
    font-family: Khand, sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #fff
}

.orange-page-header .article-pubdate {
    font-weight: 700;
    font-size: 14px;
    font-family: Hind, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
}

.league .header .header-containers {
    padding-bottom: 0
}

.league .header .header-containers .header-container {
    border-top: 4px solid #9E8861
}

.league .article-header .header-hero .header-hero-title,
.league .page-header .header-hero .header-hero-title {
    font-family: Khand, sans-serif;
    font-size: 54px;
    color: #fff;
    text-transfrom: uppercase
}

.league .article-header .header-hero .card-wrapper,
.league .page-header .header-hero .card-wrapper {
    position: absolute;
    bottom: 30px;
    text-transform: uppercase;
    right: 0
}

.league .article-header .header-hero .card-wrapper .card-item,
.league .page-header .header-hero .card-wrapper .card-item {
    display: inline-block;
    margin-left: 14px;
    background: #2b2b2b;
    border-top: 4px solid #9E8861;
    padding: 15px;
    min-width: 135px
}

.league .article-header .header-hero .card-wrapper .card-item .card-tag,
.league .page-header .header-hero .card-wrapper .card-item .card-tag {
    font-size: 24px
}

.league .article-header .header-hero .card-wrapper .card-item .card-tag span,
.league .page-header .header-hero .card-wrapper .card-item .card-tag span {
    font-size: 30px;
    display: block;
    border-bottom: 2px solid #424242;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.league .article-header .header-hero .card-wrapper .card-item .card-date,
.league .page-header .header-hero .card-wrapper .card-item .card-date {
    font-size: 22px;
    color: #848484
}

.league .article-header .header-hero .card-wrapper .card-item .card-date span,
.league .page-header .header-hero .card-wrapper .card-item .card-date span {
    display: block
}

.league .btn-cta.share-btn {
    background: #9E8861;
    float: right
}

.league .ad-block a img {
    width: 100%
}

.league .interactive-row.center-top {
    position: relative;
    top: -100px;
    margin-bottom: -60px
}

.league .interactive-row.center-top .swich-btn {
    margin: 0 auto;
    float: none
}

.league .box-wrapper {
    background: #fff;
    padding: 20px;
    border: 1px solid #d9d9d9;
    overflow: auto;
    margin: 20px 0;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
}

.league .box-wrapper p {
    margin-bottom: 15px;
    color: #848484
}

.league .box-wrapper .interactive-row {
    text-align: left;
    margin: 20px 0 10px
}

.league .box-wrapper .interactive-row a {
    color: #949494;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    padding-right: 5px;
    text-align: left;
    text-transform: uppercase
}

.league .box-wrapper .interactive-row a.active {
    color: #9E8861
}

.league .section-title-red {
    color: #9E8861;
    font-family: Khand, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 20px;
    text-align: left;
    text-transform: uppercase
}

.league .block-head a {
    color: #9E8861
}

.league .footer1 {
    background: #9E8861 url(/wp-content/themes/cfl.ca/images/temp/footer2-bckg.jpg) no-repeat top;
    background-image: url(/wp-content/themes/cfl.ca/images/footer2-bckg.jpg)
}

body.admin-bar .header-containers-sticky,
body.admin-bar .social-sticky-header {
    top: 32px!important
}

.headroom--pinned {
    transform: translateY(0);
    transition: transform .25s linear
}

.headroom--unpinned {
    transform: translateY(-100%);
    transition: transform 0ms linear
}

.headroom {
    will-change: transform
}

.headroom--not-top {
    background-color: #191919;
    position: fixed;
    right: 0;
    left: 0;
    top: 0
}

.footer {
    background-color: #1c1c1c;
    background-size: 50%;
    position: relative
}

.footer .grid-row {
    max-width: 1270px;
    max-width: 70.55555556rem;
    margin: 0 auto
}

.footer1 {
    background: #aa2630;
    background-size: cover;
    padding: 50px 0
}

.footer1 .team-logo {
    margin-top: -7px
}

.footer1 .team-logo img {
    height: 100px;
    width: 100px;
}

.footer1 .grid-col-3 {
    margin-left: 0
}

.footer1 .btn-footer {
    margin-top: 13px;
    position: absolute;
    padding: 15px 25px
}

.footer1 .footer-sub-title-teams {
    color: #6f250e
}

.footer-sub-title,
.footer-title {
    color: #fff;
    font-family: Hind, sans-serif;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    text-align: left
}

.footer-title {
    font-size: 18px
}

.footer-sub-title {
    color: #fff;
    font-size: 12px;
    opacity: .6
}

.region-team-footer-box-2 {
    margin-left: 55px
}

#block-block-5 {
    position: relative
}

.sponsors-header {
    text-align: center;
    padding: 10px 0
}

.sponsors-header .sponsors-label {
    color: #fff;
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: Khand, sans-serif
}

.sponsors {
    background-color: #9E8861;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center
}

.sponsors img {
    max-height: 80px;
    margin-right: 50px;
    margin-bottom: 40px
}

.footer2 {
    background-size: 50%;
    padding: 63px 0
}

.footer2-ul {
    list-style-type: none
}

.footer2-ul li {
    display: list-item
}

.footer2-ul li a {
    color: #676767;
    display: block;
    font-family: Hind, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: normal;
    padding: 6px 0;
    text-decoration: none;
    text-transform: none
}

.footer2-ul li a:hover {
    color: #e9e9e9
}

.footer2-title {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 4px;
    text-shadow: 0 0 1px #070707;
    text-transform: uppercase
}

.social-icons,
.social-icons-small {
    font-size: 0;
    list-style: none;
    position: relative
}

.social-icons-small li,
.social-icons li {
    background-color: #2b2b2b;
    border-radius: 50%;
    display: inline-block;
    list-style: none;
    margin-top: 10px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    transition: all .2s ease-out
}

.social-icons-small li:hover,
.social-icons li:hover {
    transform: scale(1.15)
}

.social-icons-small li a,
.social-icons li a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.social-icons-small li span[class*=icon-social-],
.social-icons li span[class*=icon-social-] {
    background-position: 50%;
    background-size: 20px;
    height: 100%;
    width: 100%
}

.social-icons {
    margin-top: 10px
}

.social-icons li {
    height: 40px;
    width: 40px
}

.social-icons li:hover {
    background-color: #76191f
}

.social-icons-small {
    margin-top: 7px
}

.social-icons-small li {
    height: 32px;
    width: 32px
}

.social-icons-small li:hover {
    background-color: #9E8861
}

.social-icons-small li a {
    border-radius: 16px
}

.social-icons-small li span[class*=icon-social-] {
    background-size: 16px
}

.bottom {
    background: #000;
    font-size: 11px;
    padding: 26px 10px;
    text-align: center;
    text-transform: none
}

.bottom p {
    color: #404040
}

.bottom p a {
    color: #676767;
    margin-left: 2em;
    text-decoration: none;
    white-space: nowrap
}

.bottom p a:hover {
    text-decoration: underline
}

#modal2 {
    border-top: 8px solid #9E8861;
    max-width: 650px;
    top: 20%!important
}

#modal2,
#modal2 .modal-content {
    background-color: #262626
}

#modal2 h1 {
    color: #fff;
    font-size: 46px;
    padding: 42px 0 11px 15px
}

#modal2 p {
    color: #fff;
    font-size: 14px;
    font-family: Hind, sans-serif;
    padding: 15px 15px 0;
    text-transform: none
}

#modal2 p.info {
    line-height: 15px
}

#modal2 .newsletter-form {
    padding: 50px 11px
}

#modal2 .input_button_block {
    border: 2px solid #373737;
    margin: 11px 14px;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box
}

#modal2 .input_button_block .label {
    display: inline-block;
    width: 60%
}

#modal2 #Email {
    border: none;
    color: #fff;
    font-family: Khand, sans-serif;
    margin: 0;
    max-width: 70%;
    height: 20px
}

#modal2 input:focus {
    box-shadow: 0 0 0 0 #26a69a
}

#modal2 .input_button_block .label p {
    color: #9E8861;
    font-size: 10px;
    font-family: Khand, sans-serif;
    padding: 0;
    text-transform: none;
    font-weight: 600
}

#modal2 .btn.newsletter-submit {
    background-color: #9E8861;
    color: #fff;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px
}

#modal2 .btn.newsletter-submit input {
    background: none;
    border: none;
    display: block;
    height: 100%;
    padding: 0 25px;
    width: 100%
}

#modal2 .casl {
    font-size: 11px
}

#modal2 .newsletter-succes-msg {
    display: none;
    padding: 0 20px 30px;
    text-align: center
}

#modal2 .newsletter-succes-msg .btn.submit {
    background-color: #9E8861;
    color: #fff;
    min-width: 140px;
    font-size: 18px;
    margin-top: 20px;
    font-style: normal
}

#modal2 .newsletter-succes-msg h1,
#modal2 .newsletter-succes-msg p.info {
    padding-left: 40px;
    padding-right: 40px
}

#modal2 .newsletter-succes-msg input#ok_btn {
    background: none;
    border: none;
    padding: 0 10px
}

[type=checkbox]+label {
    color: #fff;
    font-size: 12px;
    font-family: Hind, sans-serif;
    padding: 0;
    text-indent: 30px;
    text-transform: none;
    font-weight: 400
}

[type=checkbox].filled-in:not(:checked)+label:after {
    background-color: #1c1c1c;
    border: 1px solid #8b8b8b;
    border-radius: 15px
}

[type=checkbox].filled-in:checked+label:before {
    border-right: 2px solid #9E8861;
    border-bottom: 2px solid #9E8861
}

[type=checkbox].filled-in:checked+label:after {
    border: 1px solid #8b8b8b;
    background-color: #1c1c1c;
    z-index: 0;
    border-radius: 15px
}

#lean-overlay {
    opacity: .9!important
}

#modal3 {
    border-top: 8px solid #9E8861;
    max-width: 650px;
    top: 20%!important;
    padding: 80px;
    text-align: center
}

#modal3,
#modal3 .modal-content {
    background-color: #262626
}

#modal3 h1 {
    color: #fff;
    font-size: 46px;
    padding: 42px 0 11px 15px
}

#modal3 p {
    color: #fff;
    font-size: 14px;
    font-family: Hind, sans-serif;
    padding: 15px 15px 0;
    text-transform: none
}

#modal3 p.info {
    line-height: 15px
}

#modal3 .newsletter-form {
    padding: 50px 11px
}

#modal3 .input_button_block {
    border: 2px solid #373737;
    margin: 11px 14px;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box
}

#modal3 .input_button_block .label {
    display: inline-block;
    width: 60%
}

#modal3 #Email {
    border: none;
    color: #fff;
    font-family: Khand, sans-serif;
    margin: 0;
    max-width: 70%;
    height: 20px
}

#modal3 input:focus {
    box-shadow: 0 0 0 0 #26a69a
}

#modal3 .input_button_block .label p {
    color: #9E8861;
    font-size: 10px;
    font-family: Khand, sans-serif;
    padding: 0;
    text-transform: none;
    font-weight: 600
}

#modal3 .btn.newsletter-submit {
    background-color: #9E8861;
    color: #fff;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px
}

#modal3 .btn.newsletter-submit input {
    background: none;
    border: none;
    display: block;
    height: 100%;
    padding: 0 25px;
    width: 100%
}

#modal3 .casl {
    font-size: 11px
}

#modal3 .newsletter-succes-msg {
    display: none;
    padding: 0 20px 30px;
    text-align: center
}

#modal3 .newsletter-succes-msg .btn.submit {
    background-color: #9E8861;
    color: #fff;
    min-width: 140px;
    font-size: 18px;
    margin-top: 20px;
    font-style: normal
}

#modal3 .newsletter-succes-msg h1,
#modal3 .newsletter-succes-msg p.info {
    padding-left: 40px;
    padding-right: 40px
}

#modal3 .newsletter-succes-msg input#ok_btn {
    background: none;
    border: none;
    padding: 0 10px
}

#modal3 h1 {
    padding: 0 0 11px
}

#modal3 p {
    padding: 11px 0 0
}

#ad_popup,
#ad_wallpaper {
    display: none
}

.ad_pushdown_wrapper .ad_pushdown {
    text-align: center;
    line-height: 0
}

.ad_pushdown_wrapper .ad_pushdown div {
    transition: height .5s;
    max-width: 100%
}

.ad_pushdown_wrapper .ad_pushdown iframe {
    display: block;
    transition: height .5s
}

* {
    box-sizing: border-box
}

a {
    color: #9E8861;
}

.description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%)
}

.menu-container {
    margin: 0 auto
}

.menu-container .highlighted-menu-item>a {
    color: #9E8861!important;
    font-family: Hind, sans-serif;
    font-weight: 700;
    transition: none
}

.menu-container .bold-menu-item>a {
    font-weight: 700;
    transition: none
}

.menu-mobile {
    display: none;
    padding: 20px
}

.menu-mobile:after {
    content: "\f394";
    font-family: Ionicons;
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-25%)
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: Ionicons;
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333
}

.menu>ul {
    margin: 0 auto;
    margin-top: 17px;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box
}

.menu>ul:after,
.menu>ul:before {
    content: "";
    display: table
}

.menu>ul:after {
    clear: both
}

.menu>ul .menu-dropdown-icon>a {
    /*background-image: url(/wp-content/themes/cfl.ca/images/main-nav-arrow-gray.png);*/
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 20px
}

.menu>ul>li {
    float: left;
    padding: 0;
    margin: 0;
    transition: all .3s ease-out
}

.menu>ul>li a {
    display: block;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    padding: 13px 16px 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: none
}

.menu>ul>li:hover {
    background: #f0f0f0
}

.menu>ul>li:hover a {
    color: #1c1c1c
}

.menu>ul>li:hover>ul {
    transform: translate3d(0, -1px, 0);
    transition: all .2s ease-out
}

.menu>ul>li>ul {
    visibility: hidden;
    width: 100%;
    background: #fff;
    border: 1px solid #c9c8c9;
    border-top: none;
    color: #1c1c1c;
    padding: 15px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    transform: translate3d(0, 20px, 0);
    transition: all .2s ease-out
}

.menu>ul>li>ul:after,
.menu>ul>li>ul:before {
    content: "";
    display: table
}

.menu>ul>li>ul:after {
    clear: both
}

.menu>ul>li>ul .border-left-class {
    border-left: 1px solid #1c1c1c;
    padding-left: 10px
}

.menu>ul>li>ul>li {
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
    background: none;
    float: left;
    width: 25%
}

.menu>ul>li>ul>li a {
    color: #777;
    padding: .05em 0;
    letter-spacing: .025em;
    width: 95%;
    display: block;
    font-family: Hind, sans-serif;
    color: #1c1c1c;
    font-weight: 400;
    font-size: 16px
}

.menu>ul>li>ul>li a:hover {
    color: #9E8861
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}

.menu>ul>li>ul>li>ul:after,
.menu>ul>li>ul>li>ul:before {
    content: "";
    display: table
}

.menu>ul>li>ul>li>ul:after {
    clear: both
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 5px 0 0;
    margin: 0;
    font-size: .8em
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
    margin-top: 5px;
    transition: none
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 15px 20px 20px
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    margin-top: 5px;
    transition: none
}

.section-title-orange {
    color: #9E8861;
    font-family: Hind, sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    font-size: 24px;
    line-height: 1.3;
    margin-top: 15px;
    text-align: left;
    text-transform: uppercase
}

.section-title-orange a {
    color: #9E8861;
    text-decoration: none;
    transition: color .2s ease-out
}

.section-title-orange a .icon-double-chevron {
    margin: 0 0 4px 10px;
    transition: opacity .2s ease-out
}

.section-title-orange a:hover {
    color: #d53943
}

.section-title-orange a:hover .icon-double-chevron {
    opacity: .7
}

.section-title-orange.align-left {
    text-align: left
}

.section-title-orange.align-right {
    text-align: right
}

.section-title-orange .arrow-right-double,
.social-block-title .arrow-right-double {
    font-size: .95em;
    font-weight: 600;
    font-family: Hind, sans-serif;
    line-height: 1;
    position: relative;
    top: -1px;
    margin-left: 2px
}

.featured-slider-wrapper {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    *zoom: 1;
    margin: 0 10px 15px;
    overflow: hidden;
    position: relative
}

.featured-slider-wrapper:after,
.featured-slider-wrapper:before {
    content: "";
    display: table
}

.featured-slider-wrapper:after {
    clear: both
}

.featured-slider-wrapper .grid-col-3,
.featured-slider-wrapper .grid-col-9 {
    margin: 0;
    padding: 0
}

.featured-slider-preview .video_play_btn {
    background-size: 60px;
    height: 60px;
    width: 60px
}

.featured-preview-cells .featured-title-thumb a:hover {
    color: #9E8861
}

.featured-img-wrapper {
    background: #f4f4f4;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.featured-slider-preview .featured-img-wrapper .card-image {
    background-size: cover;
    height: 0;
    padding-bottom: 56.25%
}

.time-bar {
    background-color: #2b2b2b;
    bottom: 0;
    color: #fff;
    font-family: Khand, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 5px;
    position: absolute;
    right: 0;
    z-index: 1
}

.featured-description {
    padding: 15px
}

.featured-title-thumb {
    color: #2b2b2b;
    font-family: Khand, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase
}

.featured-title-thumb a {
    color: inherit;
    text-decoration: none
}

.featured-info {
    font-size: 14px;
    line-height: 18.2px;
    color: #848484;
    padding-top: 10px
}

.featured-info a {
    color: #1c1c1c;
    text-decoration: none
}

.featured-slider-cells {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-width: 1px 0 0;
    *zoom: 1;
    padding: 10px
}

.featured-slider-cells:after,
.featured-slider-cells:before {
    content: "";
    display: table
}

.featured-slider-cells:after {
    clear: both
}

.featured-slider-cells.active {
    border-bottom: 3px solid #9E8861;
    background: #dcdcdc
}

.featured-slider-cells:hover {
    background: #f4f4f4
}

.featured-slider-cells:hover .featured-title-thumb {
    color: #9E8861
}

.featured-slider-cells .featured-img-wrapper {
    float: left;
    padding-bottom: 32.53012048%;
    width: 40%
}

.featured-slider-cells .featured-img-wrapper .card-image {
    background-size: cover;
    height: 0;
    padding-bottom: 81.3253012%
}

.featured-slider-cells .time-bar {
    font-size: 12px;
    padding: 5px
}

.featured-slider-cells .featured-title-thumb {
    color: #2b2b2b;
    float: right;
    font-size: 18px;
    padding: 4px 5px 0 10px;
    line-height: 1;
    width: 60%
}

.home-content-section {
    padding-top: 10px!important;
    padding-bottom: 10px!important
}

.home-content-section .home-ad-bigbox {
    overflow: hidden;
    margin-left: 0;
    width: 100%
}

.home-content-section .home-spacer {
    width: 100%;
    height: 10px;
    clear: both
}

.article-header.home-hero,
.page-header.home-hero {
    border-bottom: 0;
    margin-bottom: 20px
}

.article-header.home-hero .header-hero .header-hero-title,
.page-header.home-hero .header-hero .header-hero-title {
    font-size: 54px;
    font-weight: 500;
    text-transform: uppercase
}

.article-header.home-hero .header-hero .header-hero-content .ico.ico-share,
.page-header.home-hero .header-hero .header-hero-content .ico.ico-share {
    margin-left: 0
}

.article-header.home-hero .header-hero .header-hero-content .share-btn,
.page-header.home-hero .header-hero .header-hero-content .share-btn {
    position: absolute;
    right: 20px
}

.mid-hero {
    margin: 30px 0
}

.mid-hero .header-hero {
    position: relative;
    background-color: #1c1c1c
}

.mid-hero .header-hero .image-overlay {
    background: #000;
    opacity: .6
}

.mid-hero .header-hero-content {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.mid-hero .header-hero-content .header-hero-title {
    font-family: Khand, sans-serif;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: 18px
}

.mid-hero .header-hero-content .header-hero-excerpt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 28px;
    letter-spacing: .075em;
    line-height: 1.2
}

.mid-hero .header-hero-content .read {
    background: #9E8861;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: .025em;
    text-transform: uppercase;
    padding: .2em 2em
}

.mid-hero .header-hero-content a {
    text-decoration: none
}

.top-news-grid {
    margin-bottom: 40px
}

.top-news-grid .article-tag {
    margin-right: 0
}

.top-news-grid img {
    height: 100%;
    transition: all .2s ease-out;
    vertical-align: bottom;
    width: auto
}

.top-news-grid .article-list-top-item .article-list-title {
    font-size: 28px;
    line-height: 1
}

.top-news-grid .big .article-list-title {
    font-size: 32px
}

.top-news-grid .article-list-top-item-right .article-list-title {
    font-size: 24px
}

.news-article {
    position: relative
}

.news-article .video_play_btn {
    display: none
}

.home-center-section .latest-news-list .news-video {
    position: relative
}

.home-center-section .latest-news-list .news-video .video_play_btn {
    width: 50px;
    height: 50px;
    background-size: 50px
}

.home-center-section .latest-news-list .latest-news-hero {
    background-color: #000
}

.home-center-section .latest-news-list .latest-news-hero:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    background: rgba(0, 0, 0, .9);
    z-index: 1
}

.home-center-section .latest-news-list .latest-news-hero:hover .image-link {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.home-center-section .latest-news-list .latest-news-hero:hover .image-link .card-image,
.home-center-section .latest-news-list .latest-news-hero:hover .image-link img {
    transform: scale(1.05)
}

.home-center-section .latest-news-list .latest-news-hero:hover .video_play_btn,
.home-center-section .latest-news-list .latest-news-hero:hover .vjs-big-play-button {
    background-color: rgba(181, 38, 47, .9)
}

.home-center-section .latest-news-list .latest-news-hero .section-title-orange {
    margin-bottom: 10px
}

.home-center-section .latest-news-list .latest-news-hero .latest-news-hero-title-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    z-index: 2;
    margin-bottom: 18px
}

.home-center-section .latest-news-list .latest-news-hero .latest-news-hero-title-container .article-tag {
    margin: 5px 10px 9px 0
}

.home-center-section .latest-news-list .latest-news-hero .latest-news-hero-title-container .latest-news-hero-title a {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-decoration-break: clone;
    white-space: pre-wrap;
    background-color: #191919;
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    text-shadow: 0 2px 25px rgba(1, 2, 2, .75);
    font-family: Khand, sans-serif
}

.home-center-section .latest-news-list .latest-news-hero .image-link {
    display: block
}

.home-center-section .latest-news-list .latest-news-hero .image-link img {
    transition: all .2s ease-out
}

.home-center-section .latest-news-list .section-title-orange {
    margin-bottom: 10px
}

.home-center-section .latest-news-list .home-ad-bigbox {
    width: 50%;
    margin-bottom: 20px
}

.home-center-section .generic-hero .generic-hero-body .article-list-title {
    font-size: 36px
}

.headlines-section {
    background-color: #fff;
    padding: 20px 20px 1px!important;
    margin-left: 0;
    width: 100%!important
}

.headlines-section .section-title-orange {
    margin-top: 0;
    padding-left: 0
}

.headlines-section .headlines-list-container .headlines-ul {
    list-style-type: none
}

.headlines-section .headlines-list-container .headlines-ul li {
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 1.05em
}

.headlines-section .headlines-list-container .headlines-ul li:not(:first-child) {
    border-top: 1px solid #dadada
}

.headlines-section .headlines-list-container .headlines-ul li .headlines-li-table {
    display: table;
    width: 100%
}

.headlines-section .headlines-list-container .headlines-ul li .headlines-li-table .headlines-tcell-left {
    display: table-cell;
    width: 85%;
    line-height: 1.3
}

.headlines-section .headlines-list-container .headlines-ul li .headlines-li-table .headlines-tcell-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding-left: 10px
}

.headlines-section .headlines-list-container .headlines-ul li a {
    color: #333;
    text-decoration: none;
    font-family: Hind, sans-serif
}

.headlines-section .headlines-list-container .headlines-ul li a:hover {
    color: #9E8861
}

.generic-section {
    background-color: #fff;
    display: inline-block;
    padding: 20px 0 0;
    margin-left: 0;
    width: 100%!important
}

.generic-section .section-title-orange {
    padding: 0 0 10px 20px;
    margin-top: 0
}

.generic-section .must-watch-container .generic-hero-body {
    margin-bottom: 20px
}

.generic-section .must-watch-container .generic-list-img-container {
    margin-left: 0
}

.generic-section .must-watch-container .generic-list-item {
    margin-bottom: 20px
}

.generic-section .generic-list-container .article-list-title:hover {
    color: #9E8861
}

.generic-section .generic-list-container .generic-list-img-container {
    display: table-cell
}

.generic-section .generic-list-container .generic-list-img-container .generic-list-img {
    background-color: #000;
    position: relative
}

.generic-section .generic-list-container .generic-list-img-container .generic-list-img .video_play_btn {
    width: 30px;
    height: 30px;
    background-size: 30px
}

.generic-section .generic-list-container .generic-list-body {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px
}

.generic-section .generic-list-container .generic-list-body .article-list-title {
    font-size: 17px
}

.generic-section .generic-list-container .generic-list-body .article-list-author {
    font-size: 12px;
    margin-bottom: 0
}

.generic-section .generic-list-container .grid-row {
    margin-left: 0;
    border-top: 1px solid #dadada;
    padding: 10px 0
}

.generic-section .generic-hero-img {
    position: relative
}

.generic-section .generic-hero-img .video_play_btn {
    width: 50px;
    height: 50px;
    background-size: 50px
}

.generic-section .generic-hero-body {
    padding: 20px 20px 0
}

.generic-section .generic-hero-body .article-list-title {
    margin-bottom: 10px
}

.latest-news-hero-game {
    color: #202020;
    text-decoration: none
}

.latest-news-hero-game div.latest-news-hero-game-wrapper {
    display: table;
    width: 100%
}

.latest-news-hero-game div.latest-news-hero-game-wrapper span.icon {
    padding: 30%
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .alouettes {
    background-color: #071d49!important
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .atlantic {
    background-color: #333!important
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .argonauts {
    background-color: #6890c8!important
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .blue-bombers {
    background-color: #1e3d79!important
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .eskimos {
    background-color: #fcb42b!important
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .lions {
    background-color: #f05522!important
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .stampeders {
    background-color: #cb232e!important
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .redblacks {
    background-color: #ab1e2d!important
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .roughriders {
    background-color: #096140!important
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .tiger-cats {
    background-color: #ffb614!important
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .home-team,
.latest-news-hero-game div.latest-news-hero-game-wrapper .visitor-team {
    display: table-cell;
    width: 23%;
    height: 107px;
    background-color: #000;
    vertical-align: middle;
    text-align: center
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .hero-game-info-box {
    display: table-cell;
    width: 53%;
    vertical-align: middle;
    background-color: #e4e4e4
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .hero-game-info-box .hero-game-info-box-table {
    display: table;
    width: 100%
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .hero-game-info-box .hero-game-info-box-table-row {
    display: table-row
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .home-team-score,
.latest-news-hero-game div.latest-news-hero-game-wrapper .visitor-team-score {
    display: table-cell;
    width: 34%;
    padding-left: 7%;
    font-size: 2.4rem;
    font-weight: 700
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .home-team-score {
    text-align: right;
    padding-right: 7%;
    padding-left: 0
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .half-opacity {
    opacity: .5
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .game-status {
    display: table-cell;
    width: 32%;
    text-align: center;
    vertical-align: middle
}

.latest-news-hero-game div.latest-news-hero-game-wrapper .game-status span {
    font-size: .8rem;
    display: inline-block;
    padding: 2px 7px;
    color: #fff;
    background-color: #c42028;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.latest-news-hero-game .latest-news-hero-game-wrapper-row {
    display: table-row
}

.page-content.page-grey-bgr {
    background-color: #a6a6a6
}

.players-preview-cells {
    font-family: Hind, sans-serif
}

.players-preview-cells .player-name-block {
    width: 33%;
    float: left;
    text-align: right;
    text-transform: uppercase
}

.players-preview-cells .player-name-block .first-name {
    font-weight: 400;
    font-size: 18px;
    color: #a6a6a6
}

.players-preview-cells .player-name-block .last-name {
    font-weight: 800;
    font-size: 46px;
    color: #2b2b2b
}

.players-preview-cells .player-name-block .btn {
    font-size: 14px
}

.players-preview-cells .player-img-wrapper img {
    max-width: 100%
}

.players-preview-cells .label {
    display: block;
    clear: both;
    font-weight: 700;
    color: #a6a6a6;
    line-height: 1.3
}

.players-preview-cells .value {
    font-weight: 500;
    color: #2b2b2b;
    line-height: 1.3
}

.players-preview-cells .player-stats-block {
    width: 34%;
    color: #000;
    text-transform: uppercase
}

.players-preview-cells .player-stats-block .label {
    font-size: 12px
}

.players-preview-cells .player-stats-block .value {
    font-size: 18px
}

.players-preview-cells .player-stats-block .live>div,
.players-preview-cells .player-stats-block .sizes>div {
    margin-right: 36px;
    float: left
}

.players-preview-cells .player-stats-block .live,
.players-preview-cells .player-stats-block .sizes {
    margin-bottom: 18px
}

.players-preview-cells .player-stats-block .follow {
    margin-top: 18px
}

.players-preview-cells .player-stats-block .follow .social-icons {
    margin-top: 0
}

.player-info-header {
    background: #202020;
    background-position: 50%;
    background-size: cover;
    font-family: Khand, sans-serif;
    padding: 70px 0 30px
}

.player-info-header.player-info-parallax-wrapp {
    padding: 0;
    position: relative
}

.player-info-header.player-info-parallax-wrapp .player-info-head-bgr {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.player-info-header.player-info-parallax-wrapp .player-info-content {
    padding: 30px 0 0
}

.dark-theme .player-name-block .first-name {
    color: #e9e9e9
}

.dark-theme .player-name-block .last-name {
    color: #fff
}

.dark-theme .player-name-block .info-player .number {
    color: #9E8861
}

.dark-theme .player-name-block .info-player .position,
.dark-theme .value {
    color: #fff
}

.players-preview-cells {
    position: relative
}

.players-preview-cells.stats-font {
    font-family: Hind, sans-serif
}

.players-preview-cells .article-list-share {
    opacity: 0;
    position: absolute;
    top: -10px;
    right: 20px
}

.players-preview-cells .player-vitals-block {
    display: inline-block;
    width: 100%;
    position: relative
}

.players-preview-cells .player-name-block .first-name {
    font-weight: 800;
    font-size: 21px
}

.players-preview-cells .player-name-block .last-name {
    font-size: 55px;
    line-height: 1
}

.players-preview-cells .player-name-block .info-player {
    font-weight: 800;
    font-size: 22px;
    line-height: 1
}

.players-preview-cells .value {
    font-weight: 800
}

.players-preview-cells .player-game-stats {
    padding: 16px 0 0;
    clear: both;
    text-align: center
}

.players-preview-cells .player-game-stats .label {
    font-size: 14px;
    text-transform: uppercase
}

.players-preview-cells .player-game-stats .value {
    font-size: 52px
}

.players-preview-cells .player-game-stats .player-game-stats-wrapper {
    font-family: Khand, sans-serif
}

.players-preview-cells .player-game-stats .player-game-stats-wrapper div {
    margin: 0 5%;
    display: inline-block;
    text-align: center
}

.players-preview-cells .player-game-stats .player-game-stats-wrapper div .value {
    font-weight: 400
}

.interactive-row {
    margin-top: 30px;
    text-align: center
}

.interactive-row .swich-btn {
    display: inline-block
}

.interactive-row .btn-sahre {
    padding: 14px 25px;
    height: 44px;
    float: right;
    box-sizing: border-box
}

.interactive-row .btn-sahre .ico-share {
    margin: 0 6px 0 0
}

.interactive-row .btn-sahre .text {
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle
}

.swich-btn {
    width: 204px;
    height: 44px
}

.swich-btn .btn,
.swich-btn .btn-label {
    padding: 14px 0;
    height: 42px;
    margin: 0;
    display: block;
    float: left
}

.swich-btn .btn {
    width: 50%;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background-color: #848484;
    color: #373737
}

.swich-btn .swich-left {
    border-left: 1px solid #bfbfbf;
    border-right: none;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}

.swich-btn .swich-left,
.swich-btn .swich-right {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.swich-btn .swich-right {
    border-right: 1px solid #bfbfbf;
    border-left: none;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}

.swich-btn .active,
.swich-btn .btn-active {
    cursor: default;
    background-color: #373737;
    color: #fff
}

.tabs-section .tabs-content {
    display: none;
    font-weight: 400;
    font-size: 18px;
    color: #2b2b2b;
    line-height: 1.5
}

.tabs-section .tabs-content.active {
    display: block
}

.profile-sections {
    margin-bottom: 50px;
    padding-top: 18px
}

.profile-sections ol,
.profile-sections ul {
    margin: 16px 0 0
}

.profile-sections ol li,
.profile-sections ul li {
    margin: 0 30px
}

.profile-sections ol li:last-child,
.profile-sections ul li:last-child {
    margin-right: 0
}

.profile-sections.sidebar {
    padding-top: 8px
}

.profile-sections p {
    line-height: 1.5
}

.profile-sections p span {
    font-size: 18px!important;
    line-height: 1.5
}

.profile-sections .gametracker-card-body {
    margin: 0 15px 15px 70px
}

.profile-sections .gametracker-card-body .player-card-table .headcol {
    width: 50px
}

.profile-text-area {
    font-weight: 400;
    font-size: 18px;
    color: #2b2b2b;
    line-height: 1.5
}

.profile-text-area .section-title-orange {
    margin-bottom: 32px
}

.adds-wrapper {
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
    background-color: #fff
}

.adds-wrapper img {
    width: 100%;
    height: auto;
    display: block
}

.adds-wrapper.adds-shadow,
.related-media-section .box-cell {
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
}

.related-media-section .box-cell {
    transition: all .2s ease-out;
    max-height: 231px;
    overflow: hidden
}

.related-media-section .box-cell:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.related-media-section .box-cell:hover img {
    transform: scale(1.05)
}

.related-media-section .box-cell:hover .top-block-left .thumb-wrapper:after {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.related-media-section .box-cell:hover .article-list-title {
    color: #9E8861
}

.related-media-section .box-cell:hover .video_play_btn {
    background-color: #9E8861
}

.related-media-section .box-cell .top-block-left {
    max-height: 116px;
    height: 100%;
    overflow: hidden
}

.related-media-section .box-cell .top-block-left .thumb-wrapper {
    position: relative
}

.related-media-section .box-cell .top-block-left .thumb-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: all .2s ease-out
}

.related-media-section .box-cell .top-block-left .thumb-wrapper img {
    width: 100%;
    height: auto;
    transition: all .2s ease-out
}

.related-media-section .box-cell .top-block-left .video_play_btn {
    width: 40px;
    height: 40px;
    background-size: 40px
}

.related-media-section .box-cell .top-block-left .time-bar {
    padding: 4px;
    display: block;
    font-size: 10px
}

.related-media-section .box-cell .bottom-block-right .article-list-title {
    height: 60px;
    font-family: Khand, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #202025;
    line-height: 1.2;
    text-transform: uppercase
}

.related-media-section .box-cell .bottom-block-right .article-list-title a {
    color: #202025
}

.related-media-section .box-cell .bottom-block-right .btn-players {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 56px
}

.related-media-section .box-cell .bottom-block-right .article-list-share {
    position: absolute;
    right: 15px;
    bottom: 13px
}

.plyaers-filter-grid,
.plyaers-filter-grid .filters-head {
    margin-bottom: 30px
}

.plyaers-filter-grid .head-section {
    position: relative
}

.plyaers-filter-grid .head-section .grids {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    display: block;
    float: left
}

.plyaers-filter-grid .head-section .grids.grid-block {
    background-image: url(/wp-content/themes/cfl.ca/images/grid_normal_blocks.png)
}

.plyaers-filter-grid .head-section .grids.grid-list {
    background-image: url(/wp-content/themes/cfl.ca/images/grid_normal_list.png)
}

.plyaers-filter-grid .head-section .grids.active {
    cursor: default;
    pointer-events: none
}

.plyaers-filter-grid .head-section .grids.active.grid-block {
    background-image: url(/wp-content/themes/cfl.ca/images/grid_active_blocks.png)
}

.plyaers-filter-grid .head-section .grids.active.grid-list {
    background-image: url(/wp-content/themes/cfl.ca/images/grid_active_list.png)
}

.plyaers-filter-grid .head-section .tab-multi-switch {
    display: block;
    *zoom: 1
}

.plyaers-filter-grid .head-section .tab-multi-switch:after,
.plyaers-filter-grid .head-section .tab-multi-switch:before {
    content: "";
    display: table
}

.plyaers-filter-grid .head-section .tab-multi-switch:after {
    clear: both
}

.plyaers-filter-grid .head-section .tab-multi-switch .grids:first-child {
    margin-left: 0
}

.plyaers-filter-grid .players-fitelr .section-title-orange {
    margin-bottom: 0
}

.plyaers-filter-grid .box-cell {
    overflow: hidden;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
}

.plyaers-filter-grid .box-cell.box-grid-4:hover .top-block-left .palyer-wrapper:after {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.plyaers-filter-grid .top-block-left .palyer-wrapper {
    height: auto;
    max-height: 143px;
    margin: 0 auto 10px;
    padding: 15px 0 12px;
    overflow: hidden;
    text-align: center;
    position: relative
}

.plyaers-filter-grid .top-block-left .palyer-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: all .2s ease-out
}

.plyaers-filter-grid .top-block-left .palyer-wrapper img {
    height: 128px;
    transition: all .2s ease-out
}

.plyaers-filter-grid .bottom-block-right {
    padding: 18px;
    line-height: 1.1
}

.plyaers-filter-grid .bottom-block-right .first-name,
.plyaers-filter-grid .bottom-block-right .info-player,
.plyaers-filter-grid .bottom-block-right .last-name {
    font-family: Hind, sans-serif;
    font-weight: 800;
    text-transform: uppercase
}

.plyaers-filter-grid .bottom-block-right .first-name {
    font-size: 10px;
    color: #848484
}

.plyaers-filter-grid .bottom-block-right .last-name {
    font-size: 22px;
    color: #2b2b2b
}

.plyaers-filter-grid .bottom-block-right .info-player {
    font-size: 10px
}

.plyaers-filter-grid .bottom-block-right .info-player .number {
    color: #9E8861
}

.plyaers-filter-grid .bottom-block-right .info-player .position {
    color: #2b2b2b
}

.player-tooltip {
    display: none;
    background: #fff;
    padding: 20px;
    bottom: 50px;
    left: 0;
    width: 100%;
    float: left
}

.player-tooltip .player-image-wrapper {
    margin-left: 0
}

.player-tooltip .player-image-wrapper img {
    width: 100%;
    height: auto;
    margin-right: 20px
}

.player-tooltip .player-info-tooltip,
.player-tooltip .player-lastname-tooltip,
.player-tooltip .player-name-tooltip,
.player-tooltip .player-position-tooltip {
    font-family: Hind, sans-serif;
    font-weight: 800;
    text-transform: uppercase
}

.player-tooltip .player-name-tooltip {
    color: #a6a6a6;
    font-size: 10px
}

.player-tooltip .player-lastname-tooltip {
    color: #2b2b2b;
    font-size: 22px
}

.player-tooltip .player-position-tooltip {
    color: #9E8861;
    font-size: 10px
}

.player-tooltip .player-position-tooltip span {
    color: #2b2b2b
}

.player-tooltip .player-info-tooltip {
    color: #a6a6a6;
    font-size: 8px;
    margin-top: 10px
}

.player-tooltip .player-info-tooltip span {
    font-size: 14px;
    clear: both;
    color: #2b2b2b;
    display: block;
    margin-bottom: 5px
}

.player-tooltip.deep-chart-tooltip {
    font-size: 14px;
    font-family: Hind, sans-serif;
    padding: 0
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-head {
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 5px
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-head.team-BC {
    background: #f05522
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-head.team-Wpg {
    background: #b99359
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-head.team-Mtl {
    background: #d70f27
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-head.team-Ham {
    background: #ffb614
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-head.team-Tor {
    background: #6890c8
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-head.team-Edm {
    background: #fcb42b
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-head.team-Cgy {
    background: #cb232e
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-head.team-Sas {
    background: #096140
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-head.team-Ott {
    background: #ab1e2d
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-content {
    padding: 20px 5px
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-player {
    display: table;
    margin-bottom: 10px
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-player .deep-chart-tooltip-player-main,
.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-player .player-image-wrapper {
    display: table-cell;
    vertical-align: middle
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-player .player-image-wrapper {
    width: 55px;
    padding-right: 10px;
    overflow: hidden;
    text-align: center
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-player .player-image-wrapper img {
    width: auto;
    max-height: 35px;
    margin: 0
}

.player-tooltip.deep-chart-tooltip .deep-chart-tooltip-player-sub {
    padding-left: 55px;
    color: #999
}

.player-tooltip.deep-chart-tooltip .player-number {
    font-weight: 600
}

.qtip-chart-tooltip {
    width: 300px;
    background-color: #fff;
    border-color: #e2e2e2;
    color: #454545;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15)
}

.table-wrapper,
table.mce-table,
table.responsive-table {
    display: inline-table;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
}

.table-wrapper .txt-left,
table.mce-table .txt-left,
table.responsive-table .txt-left {
    text-align: left!important;
    padding-left: 15px!important
}

.row-head {
    background-color: #373737
}

.row-head th {
    color: #848484;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle
}

.row-head th.sorting_asc,
.row-head th.sorting_asc:active,
.row-head th.sorting_asc:hover,
.row-head th.sorting_asc:visited,
.row-head th.sorting_desc,
.row-head th.sorting_desc:active,
.row-head th.sorting_desc:hover,
.row-head th.sorting_desc:visited {
    color: #fff
}

.row-head th.sorting_asc:after,
.row-head th.sorting_desc:after {
    background-image: url(/wp-content/themes/cfl.ca/images/main-nav-arrow-white-n@2x.png);
    content: "";
    display: inline-block;
    height: 7px;
    line-height: 1;
    margin-left: 5px;
    vertical-align: middle;
    width: 9px
}

.row-head th.sorting_desc:after {
    background-image: url(/wp-content/themes/cfl.ca/images/main-nav-arrow-white-s@2x.png)
}

table.mce-table {
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    margin-bottom: 20px
}

table.mce-table .row-head {
    background-color: #373737
}

table.mce-table .row-head th {
    color: #848484;
    cursor: pointer;
    font-weight: 700;
    text-align: center
}

table.mce-table tbody tr {
    background: #fff
}

table.mce-table tbody tr:first-child {
    background-color: #373737
}

table.mce-table tbody tr:first-child td {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle
}

table.mce-table tbody tr:first-child td:first-child {
    text-align: left
}

table.mce-table tbody tr:first-child td:nth-child(n+2) {
    text-align: right
}

table.mce-table tbody tr:nth-of-type(2n) {
    background: #f4f4f4
}

table.mce-table tbody td,
table.mce-table tbody th {
    line-height: 1;
    padding: 15px 10px;
    text-align: left;
    vertical-align: middle;
    white-space: normal
}

table.mce-table tbody td:nth-child(n+2),
table.mce-table tbody th:nth-child(n+2) {
    text-align: right
}

table.mce-table-with-thead tbody tr:first-child {
    background: #fff
}

table.mce-table-with-thead tbody tr:first-child td {
    color: inherit;
    cursor: auto;
    font-weight: 400;
    text-transform: inherit
}

table.responsive-table {
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    margin-bottom: 30px
}

table.responsive-table tbody tr {
    background: #fff
}

table.responsive-table tbody tr:nth-of-type(2n) {
    background: #f4f4f4
}

table.responsive-table tbody td,
table.responsive-table tbody th {
    line-height: 1;
    padding: 15px 10px;
    white-space: nowrap;
    vertical-align: middle
}

.dataTables_wrapper {
    font-size: 14px
}

.dataTables_wrapper .dataTables_filter {
    padding-bottom: 10px
}

.dataTables_wrapper .dt-buttons {
    float: left;
    padding-top: .25em
}

.dataTables_wrapper .dt-buttons button {
    color: #333!important;
    border: 1px solid #979797;
    background-color: #fff;
    background: linear-gradient(180deg, #fff 0, #dcdcdc);
    padding: 12px
}

table.data-table {
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    font-size: 14px
}

table.data-table thead tr {
    background-color: #373737
}

table.data-table thead tr th {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 15px 10px!important
}

table.data-table tbody tr {
    background: #fff
}

table.data-table tbody tr:nth-of-type(2n) {
    background: #f4f4f4
}

table.data-table tbody td,
table.data-table tbody th {
    line-height: 1;
    padding: 15px 10px!important;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle
}

table.data-table tbody td a,
table.data-table tbody th a {
    font-weight: 700
}

.table-wrapper tr,
.table-wrapper tr:first-child {
    background: #fff
}

.table-wrapper tr:first-child td {
    color: #2b2b2b;
    text-transform: none;
    font-weight: 400
}

.table-wrapper tr:nth-of-type(2n) {
    background: #f4f4f4
}

.table-wrapper .row-head,
.table-wrapper .row-head:first-child {
    background-color: #373737
}

.table-wrapper td,
.table-wrapper th {
    line-height: 1;
    padding: 15px 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle
}

.table-wrapper .align-left {
    text-align: left!important
}

.table-wrapper .player-name {
    color: #9E8861;
    font-weight: 600
}

.table-wrapper .player-name a {
    color: inherit;
    text-decoration: none
}

.table-wrapper .player-number {
    color: #2b2b2b;
    display: inline-block;
    padding-right: 10px;
    width: 40px
}

.table-wrapper .bold {
    font-weight: 700
}

.table-wrapper tfoot td {
    padding: 15px 0;
    color: #9E8861;
    box-sizing: border-box;
    line-height: 1.3;
    vertical-align: middle;
    text-align: center;
    font-weight: 700
}

.table-wrapper img {
    width: auto;
    height: 30px;
    vertical-align: middle
}

.table-wrapper.kicking-table td:nth-child(10),
.table-wrapper.kicking-table td:nth-child(11),
.table-wrapper.kicking-table td:nth-child(14),
.table-wrapper.kicking-table td:nth-child(15),
.table-wrapper.kicking-table td:nth-child(18),
.table-wrapper.kicking-table td:nth-child(19) {
    background: #e9e9e9
}

.table-wrapper.kicking-table th.col-even {
    background: #2b2b2b
}

.table-wrapper .pinned table td {
    text-align: left
}

table.sortable span.arrow {
    display: none!important
}

table.sortable td.sorted {
    font-weight: inherit
}

.profile-players-section .profile-teams {
    border-top: none;
    background-color: transparent
}

.profile-players-section .dropdown-wrapper {
    display: block;
    padding: 0 10px
}

.profile-players-section .dropdown-wrapper .btn-filter {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.profile-players-section .dropdown-wrapper .btn-filter .ico-filter {
    width: 10px
}

.profile-players-section .dropdown-wrapper.roaster {
    position: absolute;
    width: 100%;
    margin-top: 40px
}

.profile-teams {
    padding-top: 20px;
    padding-bottom: 40px
}

.news-landing-banner img {
    display: block;
    margin: 30px auto
}

.box-cell {
    background-color: #fff;
    width: 100%
}

.box-cell.box-grid-3 {
    max-width: 30.25%
}

.box-cell.box-grid-3.related-media-offset {
    margin: 0 3% 3% 0
}

.box-cell.box-grid-3.related-media-offset:hover .article-list-title a {
    color: #9E8861
}

.box-cell.box-grid-4 {
    position: relative;
    min-height: 275px;
    box-shadow: 0;
    transition: all .2s ease-out
}

.box-cell.box-grid-4:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.box-cell.box-grid-4:hover img {
    transform: scale(1.05)
}

.box-cell.box-grid-4:hover .top-block:after {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.box-cell.box-grid-4 .top-block {
    position: relative;
    overflow: hidden
}

.box-cell.box-grid-4 .top-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: all .2s ease-out
}

.box-cell.box-grid-4 .top-block img {
    transition: all .2s ease-out
}

.box-cell .bottom-block-right,
.box-cell .top-block-left {
    width: 100%;
    color: #2b2b2b;
    position: relative
}

.box-cell.black {
    background: #000
}

.veiw-list {
    display: block
}

.veiw-list,
.veiw-list .box-cell {
    margin: 0 auto
}

.veiw-list .box-cell[class*=box-grid],
.veiw-list .box-cell[class^=box-grid] {
    max-width: 100%
}

.veiw-list .box-cell .top-block-left {
    width: 40%;
    float: left
}

.veiw-list .box-cell .bottom-block-right {
    width: 60%;
    float: left
}

.veiw-blocks {
    margin-left: -3%;
    display: none
}

.veiw-blocks .veiw-list {
    display: none
}

.veiw-blocks .box-cell {
    margin: 0 0 3% 3%;
    float: left;
    clear: none
}

.veiw-blocks .box-cell.box-grid-3 {
    max-width: 30.25%
}

.veiw-blocks .box-cell.box-grid-4 {
    max-width: 22%
}

.icon-play-video {
    background-image: url(/wp-content/themes/cfl.ca/images/icon_play_video.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: block;
    transform: translate(-50%, -50%);
    max-width: 40px;
    max-height: 40px;
    height: 100%;
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%
}

.stats-section {
    display: none
}

.progress {
    background-color: #a6a6a6
}

.progress .indeterminate {
    background-color: #848484
}

.nf-form-cont .nf-form-fields-required {
    font-family: Hind, sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 20px
}

.nf-form-cont .nf-form-fields-required .ninja-forms-req-symbol {
    color: #1c1c1c;
    font-size: 12px
}

.nf-form-cont .checkbox-wrap label,
.nf-form-cont .mc4wp_optin-wrap label {
    font-weight: 400;
    font-size: 14px
}

.nf-form-cont .checkbox-wrap label:before,
.nf-form-cont .mc4wp_optin-wrap label:before {
    content: "";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    z-index: 2
}

.nf-form-cont .checkbox-wrap label.nf-checked-label:before,
.nf-form-cont .mc4wp_optin-wrap label.nf-checked-label:before {
    background-position: 50%;
    background-size: 80%;
    background-color: #9E8861;
    transition: background .2s ease-in
}

.nf-form-cont .checkbox-wrap input[type=checkbox],
.nf-form-cont .mc4wp_optin-wrap input[type=checkbox] {
    visibility: hidden
}

.nf-form-cont .checkbox-wrap .nf-field-label,
.nf-form-cont .mc4wp_optin-wrap .nf-field-label {
    padding-left: 5%
}

.nf-form-cont .mc4wp_optin-wrap .nf-field-element {
    width: 20px
}

.nf-form-cont .list-checkbox-wrap ul li label {
    padding-left: 1%;
    color: #2b2b2b;
    font-size: 14px;
    text-indent: 0;
    vertical-align: middle
}

.nf-form-cont .list-checkbox-wrap ul li label:before {
    content: "";
    position: absolute;
    left: 0;
    margin-top: 2px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    z-index: 2
}

.nf-form-cont .list-checkbox-wrap ul li label.nf-checked-label:before {
    background-position: 50%;
    background-size: 80%;
    background-color: #9E8861;
    color: #fff;
    transition: background .2s ease-in
}

.nf-form-cont .list-checkbox-wrap ul li input[type=checkbox] {
    visibility: hidden
}

.nf-form-cont .list-radio-wrap ul li label {
    padding-left: 1%;
    color: #2b2b2b;
    font-size: 14px;
    text-indent: 0;
    vertical-align: middle
}

.nf-form-cont .list-radio-wrap ul li label:before {
    content: "";
    position: absolute;
    left: 0;
    margin-top: 2px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    z-index: 2
}

.nf-form-cont .list-radio-wrap ul li label.nf-checked-label:before {
    border: 6px solid #9E8861;
    border-radius: 50%;
    transition: border .1s ease-in
}

.nf-form-cont .list-radio-wrap ul li input[type=radio] {
    visibility: hidden
}

.nf-form-cont input[type=button] {
    background: #9E8861;
    border: 0;
    transition: background-color .3s ease-out;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    height: auto;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    outline: none;
    padding: 10px 35px!important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.nf-form-cont .address-wrap,
.nf-form-cont .city-wrap,
.nf-form-cont .confirm-wrap,
.nf-form-cont .date-wrap,
.nf-form-cont .email-wrap,
.nf-form-cont .firstname-wrap,
.nf-form-cont .lastname-wrap,
.nf-form-cont .number-wrap,
.nf-form-cont .phone-wrap,
.nf-form-cont .quantity-wrap,
.nf-form-cont .spam-wrap,
.nf-form-cont .textarea-wrap,
.nf-form-cont .textbox-wrap,
.nf-form-cont .zip-wrap {
    line-height: 1;
    position: relative;
    width: 100%
}

.nf-form-cont .address-wrap label,
.nf-form-cont .city-wrap label,
.nf-form-cont .confirm-wrap label,
.nf-form-cont .date-wrap label,
.nf-form-cont .email-wrap label,
.nf-form-cont .firstname-wrap label,
.nf-form-cont .lastname-wrap label,
.nf-form-cont .number-wrap label,
.nf-form-cont .phone-wrap label,
.nf-form-cont .quantity-wrap label,
.nf-form-cont .spam-wrap label,
.nf-form-cont .textarea-wrap label,
.nf-form-cont .textbox-wrap label,
.nf-form-cont .zip-wrap label {
    color: #a6a6a6;
    font-family: Khand, sans-serif;
    font-size: 12px;
    font-weight: 600;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 1
}

.nf-form-cont .address-wrap input,
.nf-form-cont .address-wrap textarea,
.nf-form-cont .city-wrap input,
.nf-form-cont .city-wrap textarea,
.nf-form-cont .confirm-wrap input,
.nf-form-cont .confirm-wrap textarea,
.nf-form-cont .date-wrap input,
.nf-form-cont .date-wrap textarea,
.nf-form-cont .email-wrap input,
.nf-form-cont .email-wrap textarea,
.nf-form-cont .firstname-wrap input,
.nf-form-cont .firstname-wrap textarea,
.nf-form-cont .lastname-wrap input,
.nf-form-cont .lastname-wrap textarea,
.nf-form-cont .number-wrap input,
.nf-form-cont .number-wrap textarea,
.nf-form-cont .phone-wrap input,
.nf-form-cont .phone-wrap textarea,
.nf-form-cont .quantity-wrap input,
.nf-form-cont .quantity-wrap textarea,
.nf-form-cont .spam-wrap input,
.nf-form-cont .spam-wrap textarea,
.nf-form-cont .textarea-wrap input,
.nf-form-cont .textarea-wrap textarea,
.nf-form-cont .textbox-wrap input,
.nf-form-cont .textbox-wrap textarea,
.nf-form-cont .zip-wrap input,
.nf-form-cont .zip-wrap textarea {
    border: 1px solid #d9d9d9;
    color: #2b2b2b;
    font-family: Hind, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 20px 10px 5px
}

.nf-form-cont .address-wrap input:focus,
.nf-form-cont .address-wrap textarea:focus,
.nf-form-cont .city-wrap input:focus,
.nf-form-cont .city-wrap textarea:focus,
.nf-form-cont .confirm-wrap input:focus,
.nf-form-cont .confirm-wrap textarea:focus,
.nf-form-cont .date-wrap input:focus,
.nf-form-cont .date-wrap textarea:focus,
.nf-form-cont .email-wrap input:focus,
.nf-form-cont .email-wrap textarea:focus,
.nf-form-cont .firstname-wrap input:focus,
.nf-form-cont .firstname-wrap textarea:focus,
.nf-form-cont .lastname-wrap input:focus,
.nf-form-cont .lastname-wrap textarea:focus,
.nf-form-cont .number-wrap input:focus,
.nf-form-cont .number-wrap textarea:focus,
.nf-form-cont .phone-wrap input:focus,
.nf-form-cont .phone-wrap textarea:focus,
.nf-form-cont .quantity-wrap input:focus,
.nf-form-cont .quantity-wrap textarea:focus,
.nf-form-cont .spam-wrap input:focus,
.nf-form-cont .spam-wrap textarea:focus,
.nf-form-cont .textarea-wrap input:focus,
.nf-form-cont .textarea-wrap textarea:focus,
.nf-form-cont .textbox-wrap input:focus,
.nf-form-cont .textbox-wrap textarea:focus,
.nf-form-cont .zip-wrap input:focus,
.nf-form-cont .zip-wrap textarea:focus {
    outline: none
}

.nf-form-cont .address-wrap .ninja-forms-req-symbol,
.nf-form-cont .city-wrap .ninja-forms-req-symbol,
.nf-form-cont .confirm-wrap .ninja-forms-req-symbol,
.nf-form-cont .date-wrap .ninja-forms-req-symbol,
.nf-form-cont .email-wrap .ninja-forms-req-symbol,
.nf-form-cont .firstname-wrap .ninja-forms-req-symbol,
.nf-form-cont .lastname-wrap .ninja-forms-req-symbol,
.nf-form-cont .number-wrap .ninja-forms-req-symbol,
.nf-form-cont .phone-wrap .ninja-forms-req-symbol,
.nf-form-cont .quantity-wrap .ninja-forms-req-symbol,
.nf-form-cont .spam-wrap .ninja-forms-req-symbol,
.nf-form-cont .textarea-wrap .ninja-forms-req-symbol,
.nf-form-cont .textbox-wrap .ninja-forms-req-symbol,
.nf-form-cont .zip-wrap .ninja-forms-req-symbol {
    color: #a6a6a6
}

.nf-form-cont .textarea-wrap textarea {
    height: 170px;
    resize: vertical
}

.nf-form-cont .product-wrap .nf-field-qty {
    border: 1px solid #d9d9d9
}

.nf-form-cont .product-wrap .nf-field-qty:focus {
    outline: none
}

.nf-form-cont .list-multiselect-wrap,
.nf-form-cont .list-select-wrap,
.nf-form-cont .listcountry-wrap {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    line-height: 1;
    position: relative;
    padding: 20px 10px 5px;
    width: 100%
}

.nf-form-cont .list-multiselect-wrap label,
.nf-form-cont .list-select-wrap label,
.nf-form-cont .listcountry-wrap label {
    color: #a6a6a6;
    font-family: Khand, sans-serif;
    font-size: 12px;
    font-weight: 600;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 10px
}

.nf-form-cont .list-multiselect-wrap select,
.nf-form-cont .list-select-wrap select,
.nf-form-cont .listcountry-wrap select {
    background-color: #fafafa;
    line-height: normal;
    color: #2b2b2b;
    font-family: Hind, sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    border: none;
    height: 100%!important;
    left: 0;
    top: 0;
    width: 100%!important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.nf-form-cont .list-multiselect-wrap select option,
.nf-form-cont .list-select-wrap select option,
.nf-form-cont .listcountry-wrap select option {
    font-weight: 600
}

.nf-form-cont .list-multiselect-wrap select:focus,
.nf-form-cont .list-select-wrap select:focus,
.nf-form-cont .listcountry-wrap select:focus {
    outline: none
}

.nf-form-cont .list-select-wrap select,
.nf-form-cont .listcountry-wrap select {
    background-position: right 2px;
    background-size: 10px 6px
}

.nf-form-cont .nf-progress {
    background-color: #9E8861
}

.is-today .pika-button {
    color: #2b2b2b!important
}

.is-endrange .pika-button,
.is-startrange .pika-button {
    border-radius: 0!important
}

.is-selected .pika-button {
    box-shadow: none!important
}

.is-selected .pika-button,
.pika-button:hover {
    background-color: #9E8861!important;
    border-radius: 0!important
}

.stats-filters .stats-filter-row {
    padding: 0 0 5px;
    margin-left: 0
}

.stats-filters .stats-filter-row a.add-filter,
.stats-filters .stats-filter-row a.remove-filter {
    color: #373737;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 64px;
    height: 64px;
    padding: 5px 10px!important;
    display: inline-block
}

.stats-filters .stats-filter-row a.add-filter-desktop,
.stats-filters .stats-filter-row a.remove-filter-desktop {
    font-size: 16px;
    font-weight: 400;
    padding: 2px 5px!important;
    display: none
}

.stats-filters .stats-filter-row input {
    background: #fff;
    font-family: Khand, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    width: 200px;
    height: 64px;
    padding: 15px 16px 15px 12px;
    margin: 3px 0;
    float: left
}

.stats-filters .stats-filter-row .btn-grey {
    color: #fff;
    padding: 10px;
    font-weight: 400;
    border: none;
    background-color: #373737;
    font-size: 12px;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 3px
}

.stats-filters .stats-filter-row .button-selector,
.stats-filters .stats-filter-row .category-selector,
.stats-filters .stats-filter-row .groupby-selector,
.stats-filters .stats-filter-row .season-equals-selector,
.stats-filters .stats-filter-row .season-selector,
.stats-filters .stats-filter-row .season-text-selector {
    margin-right: 5px;
    padding: 3px 0
}

.stats-filters .category-select {
    width: 200px!important
}

.stats-filters .season-select,
.stats-filters .season-text-select {
    width: 200px
}

.stats-filters .and-select {
    width: 115px
}

.stats-filters .filter-select {
    width: 200px
}

.stats-filters .filter-equals-select,
.stats-filters .season-equals-select {
    width: 115px
}

.stats-filters .event-type-select,
.stats-filters .groupby-select,
.stats-filters .team-select {
    width: 200px
}

.stats-filters .btn-grey {
    color: #fff;
    padding: 10px;
    font-weight: 400;
    border: none;
    background-color: #373737;
    font-size: 12px;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px
}

.stats-filters .errors {
    color: #9E8861;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px
}

.stats-filters .current-search {
    font-size: 12px;
    padding-top: 20px
}

.stats-filters .success {
    font-size: 16px;
    padding-top: 20px;
    font-weight: 700
}

.stats-filters .filter-hidden {
    display: none
}

.stats-filters .filter-results-wrapper {
    height: 64px;
    line-height: 64px;
    padding: 3px 0
}

.article-wrap {
    overflow: visible
}

.article-wrap li {
    list-style-position: inside;
    margin: 10px 0
}

.article-wrap ol,
.article-wrap ul {
    margin: 20px 0
}

.article-wrap ul li {
    list-style-type: disc
}

.article-wrap ol li {
    list-style-type: decimal
}

.article-wrap ol ul,
.article-wrap ul ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px
}

.article-wrap ol ol,
.article-wrap ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px
}

.article-wrap strong {
    font-weight: 700;
    line-height: auto!important;
    font-size: 18px!important
}

.article-wrap h1 {
    font-size: 2em
}

.article-wrap h2 {
    font-size: 1.8em
}

.article-wrap h3 {
    font-size: 1.6em
}

.article-wrap h4 {
    font-size: 1.4em
}

.article-wrap h5 {
    font-size: 1.2em
}

.article-wrap h6 {
    font-size: 1em
}

.article-wrap h1,
.article-wrap h2,
.article-wrap h3,
.article-wrap h4,
.article-wrap h5,
.article-wrap h6 {
    margin-bottom: 25px
}

.article-meta-top {
    margin: 0 0 40px
}

.article-meta-top.grid-row {
    margin-left: -10px
}

.meta-author {
    font-family: Khand, sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

.meta-author .meta-author-name {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

.meta-author .meta-author-name a {
    color: #2b2b2b;
    text-decoration: none
}

.meta-author .meta-author-name a:hover {
    color: #9E8861
}

.meta-author .meta-author-title {
    line-height: 1.3;
    font-size: 16px
}

.meta-author .meta-author-site,
.meta-author a.meta-author-site {
    color: #202025;
    font-size: 12px;
    text-decoration: none
}

.meta-author .author-meta-image {
    max-width: 60px;
    width: 60px;
    overflow: hidden;
    border: 2px solid #848484;
    -webkit-border-radius: 100px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100px;
    -moz-background-clip: padding;
    border-radius: 100px;
    background-clip: padding-box
}

.meta-author .author-meta-image img {
    vertical-align: bottom
}

.article-header .header-hero,
.page-header .header-hero {
    max-height: 540px;
    overflow: hidden
}

.article-header .header-hero .header-hero-content,
.page-header .header-hero .header-hero-content {
    max-width: 1270px;
    padding: 0;
    left: 0
}

.article-header .header-hero,
.page-header .header-hero {
    position: relative
}

.article-header .header-hero.header-with-parallax,
.page-header .header-hero.header-with-parallax {
    height: 540px;
    z-index: 0
}

.article-header .header-hero.header-with-parallax img,
.page-header .header-hero.header-with-parallax img {
    width: auto
}

.article-header .header-hero .header-hero-content,
.page-header .header-hero .header-hero-content {
    bottom: 20px;
    color: #fff;
    font-family: Khand, sans-serif;
    font-weight: 500;
    position: absolute;
    width: 100%
}

.article-header .header-hero .header-hero-title,
.page-header .header-hero .header-hero-title {
    font-family: Khand, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    text-shadow: 0 2px 25px rgba(1, 2, 2, .75);
    text-transform: uppercase;
    width: 70%;
    background: none;
    *zoom: 1;
    display: block;
    background-size: auto;
    padding: 0
}

.article-header .header-hero .header-hero-title:after,
.article-header .header-hero .header-hero-title:before,
.page-header .header-hero .header-hero-title:after,
.page-header .header-hero .header-hero-title:before {
    content: "";
    display: table
}

.article-header .header-hero .header-hero-title:after,
.page-header .header-hero .header-hero-title:after {
    clear: both
}

.article-header .header-hero .header-hero-title a,
.page-header .header-hero .header-hero-title a {
    color: #fff;
    text-decoration: none
}

.article-header .header-hero .article-video-title,
.page-header .header-hero .article-video-title {
    padding: 15px 0
}

.article-header .header-hero .article-no-image-title,
.page-header .header-hero .article-no-image-title {
    text-shadow: none;
    width: 100%
}

.article-header .header-hero .article-pubdate,
.page-header .header-hero .article-pubdate {
    font-weight: 400;
    font-size: 11.2px;
    font-family: Hind, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
}

.article-header .header-hero .article-comments,
.page-header .header-hero .article-comments {
    color: #fff;
    margin-left: 20px
}

.article-header .header-hero .hero-image-author,
.page-header .header-hero .hero-image-author {
    position: absolute;
    right: 40px;
    bottom: 8px
}

.article-header .article-sponsored,
.page-header .article-sponsored {
    padding: 25px 0;
    text-align: left
}

.header-hero-credit {
    min-height: 15px;
    padding: 5px 0 0
}

.header-hero-credit h4 {
    color: #848484;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    text-align: center
}

.article-sponsored {
    background: #848484;
    text-align: right;
    padding: 10px 13px
}

.article-sponsored .sponsored-by {
    color: #2b2b2b;
    font-size: 10px;
    font-family: Khand, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 10px
}

.article-sponsored .sponsor-logo,
.article-sponsored .sponsored-by {
    display: inline-block;
    vertical-align: middle;
    margin-top: -65px
}

.article-sponsored .sponsor-logo {
    min-height: 17px
}

.article-sponsored-by {
    color: #848484;
    font-size: 12px;
    font-family: Khand, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase
}

.article-sponsored-by .media-flag,
.article-sponsored-by .media-flag-body {
    width: auto
}

.article-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.618;
    padding-bottom: 40px
}

.article-content a {
    color: #9E8861;
    text-decoration: none
}

.article-content p {
    margin-bottom: 20px
}

.article-content p a {
    font-weight: inherit
}

.article-content ol,
.article-content ul {
    margin-left: 40px;
    margin-bottom: 20px
}

.article-content h1 {
    color: #2b2b2b;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.article-content h2 {
    font-size: 24px
}

.article-content h2,
.article-content h3 {
    color: #2b2b2b;
    font-weight: 400;
    margin-bottom: 20px
}

.article-content h3 {
    font-size: 20px
}

.article-content blockquote {
    color: #3b3b3b;
    font-family: Khand, sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.1;
    vertical-align: middle;
    margin: 40px auto;
    max-width: 75%;
    padding: 0 30px 0 20px;
    border-left: 6px solid #9E8861;
    position: relative
}

.article-content blockquote .article-list-share {
    position: absolute;
    right: 0;
    bottom: 0
}

.article-content img {
    height: auto;
    max-width: 100%
}

.article-content iframe {
    max-width: 100%
}

.article-content .wp-caption {
    max-width: 100%;
    background-color: #fff
}

.article-content .wp-caption .wp-caption-text {
    padding: 0 10px 10px;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 14px;
    color: #777;
    font-weight: 600
}

.article-content .wp-caption .wp-caption-text em {
    font-style: normal
}

.article-content .article-media-card {
    margin: 40px 0;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
}

.article-content .article-media-card img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.article-content .article-media-card .media-description,
.article-content .article-media-card .video-description,
.article-content .article-media-card figcaption {
    position: relative;
    background: #fff;
    color: #848484;
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 20px;
    border: 1px solid #d9d9d9
}

.article-content .article-media-card .media-description .article-list-share,
.article-content .article-media-card .video-description .article-list-share,
.article-content .article-media-card figcaption .article-list-share {
    position: absolute;
    right: 10px;
    bottom: 37%
}

.article-content .media-image iframe {
    width: 100%;
    vertical-align: bottom
}

.article-content .ad-wrapp {
    margin: 40px 0
}

.article-content .foo-info-header {
    padding: 0;
    margin-bottom: 20px
}

.article-content .image-full-bleed {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    max-width: inherit
}

.article-content .image-full-bleed img {
    width: 100%
}

.article-content .image-full-bleed .wp-caption-text {
    text-align: center;
    font-size: 12px
}

.article-no-sidebar .article-meta-top {
    overflow: hidden
}

.card {
    background: #fff;
    position: relative
}

.card,
.card .card-image,
.card .media-object-img,
.card img {
    transition: all .2s ease-out
}

.card .merch-image-block,
.card .top-preformers-image {
    overflow: hidden
}

.media-object {
    *zoom: 1;
    position: relative
}

.media-object:after,
.media-object:before {
    content: "";
    display: table
}

.media-object:after {
    clear: both
}

.media-object-a {
    display: block
}

.news-landing-card .media-object-a .card-image {
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.media-object-img {
    background-color: #f4f4f4;
    height: auto;
    overflow: hidden;
    width: 100%
}

.media-object-img .card-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 56.25%
}

.media-object-img .video_play_btn {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-size: 40px
}

.media-object-body {
    padding: 10px
}

.article-list-item:hover,
.article-list-top-item:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    z-index: 1
}

.article-list-item:hover .article-list-hero:after,
.article-list-item:hover .media-object-a:after,
.article-list-item:hover .merch-image-block:after,
.article-list-item:hover .top-preformers-image:after,
.article-list-top-item:hover .article-list-hero:after,
.article-list-top-item:hover .media-object-a:after,
.article-list-top-item:hover .merch-image-block:after,
.article-list-top-item:hover .top-preformers-image:after {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.article-list-item:hover .article-list-hero .card-image,
.article-list-item:hover .article-list-hero img,
.article-list-item:hover .media-object-a .card-image,
.article-list-item:hover .media-object-a img,
.article-list-item:hover .merch-image-block .card-image,
.article-list-item:hover .merch-image-block img,
.article-list-item:hover .top-preformers-image .card-image,
.article-list-item:hover .top-preformers-image img,
.article-list-top-item:hover .article-list-hero .card-image,
.article-list-top-item:hover .article-list-hero img,
.article-list-top-item:hover .media-object-a .card-image,
.article-list-top-item:hover .media-object-a img,
.article-list-top-item:hover .merch-image-block .card-image,
.article-list-top-item:hover .merch-image-block img,
.article-list-top-item:hover .top-preformers-image .card-image,
.article-list-top-item:hover .top-preformers-image img {
    transform: scale(1.05)
}

.article-list-item:hover .video_play_btn,
.article-list-item:hover .vjs-big-play-button,
.article-list-top-item:hover .video_play_btn,
.article-list-top-item:hover .vjs-big-play-button {
    background-color: rgba(181, 38, 47, .9)
}

.article-list-item:hover .article-list-title,
.article-list-top-item:hover .article-list-title {
    color: #9E8861
}

.article-list-item {
    z-index: 0
}

.article-list-item .article-list-hero,
.article-list-item .media-object-a,
.article-list-item .merch-image-block,
.article-list-item .top-preformers-image {
    position: relative
}

.article-list-item .article-list-hero:after,
.article-list-item .media-object-a:after,
.article-list-item .merch-image-block:after,
.article-list-item .top-preformers-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: all .2s ease-out
}

.article-list-item .media-object-img {
    position: relative;
    background-color: #000
}

.article-list-item .item-overlay {
    bottom: 40px
}

.article-list-title {
    color: #202025;
    font-family: Khand, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase
}

.article-list-title a {
    color: inherit;
    text-decoration: none
}

.article-list-content {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: .02em
}

.article-list-author {
    font-family: Hind, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #9a9a9a;
    margin-bottom: 10px
}

.article-list-meta-mobile {
    display: none
}

.article-list-meta {
    position: absolute;
    max-height: 34px
}

.news-homepage-card .article-list-meta {
    bottom: 15px;
    left: 0;
    padding: 0 60px 0 20px;
    width: 100%;
    background-color: #fff
}

.article-list-meta .article-comments {
    margin: 0 0 0 20px;
    white-space: nowrap
}

.article-list-meta .article-comments:first-child {
    margin-left: 0
}

.article-list-share {
    position: absolute;
    right: 0;
    top: 4px
}

.article-list-share .ico.ico-share {
    margin: 0
}

.article-list-top-item {
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

.top-news-grid .article-list-top-item {
    height: 180px
}

.article-list-top-item .article-list-title {
    color: #fff;
    font-size: 20px;
    text-shadow: 0 2px 25px rgba(1, 2, 2, .75)
}

.article-list-top-item:hover .article-list-title {
    color: #fff
}

.article-list .article-list-hero {
    height: 0;
    overflow: hidden;
    padding-bottom: 52.5%;
    position: relative;
    z-index: 0
}

.article-list .article-list-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: all .2s ease-out
}

.article-list .article-list-hero img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: auto
}

.article-list-top-item .article-list-hero {
    position: relative;
    height: 100%
}

.article-list-top-item .article-list-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: all .2s ease-out
}

.article-list-top-item .article-list-hero .card-image {
    background-size: cover;
    background-position: 50%;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all .2s ease-out;
    top: 0;
    width: 100%
}

.article-list-top-item .video_play_btn {
    background-size: 60px;
    height: 60px;
    width: 60px
}

.article-list-top-item.news-article .video_play_btn {
    display: none
}

.article-list-top-item:hover .video_play_btn {
    background-color: rgba(181, 38, 47, .9)
}

.article-list-top-item .article-list-hero-content {
    bottom: 5px;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: 2
}

.article-list-top-item .article-list-meta .article-comments {
    color: #fff;
    margin: 0 0 0 20px;
    background-image: url(/wp-content/themes/cfl.ca/images/ico-comment.png)
}

.article-tag {
    display: inline-block;
    margin: 5px 10px 5px 0
}

.article-tag a {
    background: #d1dde8;
    color: #9E8861;
    display: block;
    font-family: Khand, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 5px 3px;
    transition: background-color .3s ease-out
}

.article-tag a:hover {
    background-color: #9E8861
}

.article-tag.article-tag-hot a {
    background: #fff;
    color: #9E8861;
    font-size: 14px;
    line-height: 22px;
    padding: 0 8px;
    margin-bottom: 10px;
    transition: background-color .3s ease-out
}

.article-tag.article-tag-hot a:hover {
    background-color: #fff
}

.article-tags {
    margin-left: 0!important;
    margin-top: 35px;
    clear: both
}

.article-tags>li:first-child a {
    background: #9E8861
}

.article-tags a {
    background: #454545
}

.article-tags .article-tag a {
    padding: 10px
}

.other-articles {
    background: #e9e9e9;
    padding: 50px 0
}

.other-articles .thumb-wrapp-crop {
    height: 31vw;
    max-height: 300px;
    margin: 0 auto 15px
}

.other-articles .other-articles-block {
    *zoom: 1;
    margin-bottom: 50px
}

.other-articles .other-articles-block:after,
.other-articles .other-articles-block:before {
    content: "";
    display: table
}

.other-articles .other-articles-block:after {
    clear: both
}

.other-articles .other-articles-block:last-child {
    margin-bottom: 0
}

.other-articles a {
    text-decoration: none
}

.other-articles .other-articles-item {
    height: 90px;
    display: block;
    clear: both
}

.other-articles .other-articles-item:first-child {
    margin-left: 0
}

.other-articles .other-articles-item .other-article-image {
    border: 1px solid #d9d9d9
}

.other-articles .other-articles-item .other-article-image .card-image {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: 50%;
    transition: all .2s ease-out
}

.other-articles .other-articles-item .other-article-title {
    color: #464646;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    font-family: Khand, sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all .2s ease-out
}

.other-articles.special-features-wrapp {
    margin-bottom: 75px
}

.other-articles.other-community-programs {
    padding: 70px 10px
}

.other-articles.other-community-programs .page-section-title {
    font-size: 18px;
    font-weight: 600;
    font-family: Khand, sans-serif;
    margin-bottm: 30px
}

.special-features-wrapp .top-news-grid {
    margin-bottom: 0
}

.article-title {
    text-transform: uppercase
}

.ad-wrapp {
    text-align: center;
    margin: 0 0 60px
}

.ad-wrapp .ad-block {
    display: inline-block;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
}

.ad-wrapp .ad-block img {
    height: auto;
    vertical-align: bottom
}

.ad-wrapp.ad-floating {
    float: right;
    margin: 0 0 40px 20px
}

.ad-wrapp.ad-wrapp-content-middle {
    margin: 45px 0
}

.sidebar .block-head {
    margin-bottom: 25px;
    text-align: left
}

.sidebar .ad-wrapp,
.sidebar .trending-block {
    margin-bottom: 40px
}

.sidebar .ad-block,
.sidebar .ad-block img {
    width: 100%
}

.arrow-right-double {
    font-size: 1.2em
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/wp-content/themes/cfl.ca/images/image-overlay.png) 0 100% repeat-x
}

.image-overlay.image-overlay-big {
    background-image: url(/wp-content/themes/cfl.ca/images/image-overlay-big.png)
}

.grid-row.ml-0 {
    margin-left: 0
}

h1.page-title,
h2.page-title {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #2b2b2b;
    text-transform: uppercase;
    font-family: Khand, sans-serif;
    font-weight: 600;
    line-height: 1
}

.page-content {
    position: relative;
    overflow: hidden
}

.page-content .page-the-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.page-section {
    margin: 0 auto;
    max-width: 1270px;
    position: relative
}

.page-section.article-list-wrapp {
    padding-top: 25px;
    padding-bottom: 25px
}

.front .page-section.article-list-wrapp {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 60px
}

.front .page-section.article-list-wrapp .section-title-orange {
    text-align: left;
    letter-spacing: -.25px
}

.page-section-title {
    font-family: Khand, sans-serif;
    color: #9c9c9c;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px
}

.header-hero img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.article-comments {
    color: #848484;
    font-family: Hind, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    padding-left: 21px;
    text-decoration: none
}

.header-hero .article-comments,
.top-news-grid .article-comments {
    background-image: url(/wp-content/themes/cfl.ca/images/ico-comment.png)
}

.header-hero .article-comments .ico,
.top-news-grid .article-comments .ico {
    display: none
}

.article-nav-holder {
    width: 1040px;
    height: 160px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: -30px;
    right: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    background: url(/wp-content/themes/cfl.ca/images/blank.gif) repeat
}

.article-nav-holder .article-nav-wrapper {
    padding: 0;
    max-width: 1040px;
    width: 100%;
    height: 160px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.article-nav-holder .article-nav-wrapper .article-nav {
    pointer-events: all
}

.article-nav-holder .article-nav-wrapper .article-nav:hover .article-nav-direction {
    background-color: #9E8861
}

.article-nav-holder .article-nav-wrapper .article-nav-content-wrapp {
    position: absolute;
    width: 280px;
    height: 100px;
    background: #fff
}

.article-nav-holder .article-nav-wrapper .article-nav-prev .article-nav-content-wrapp {
    right: -249px;
    transition: right .2s ease-out
}

.article-nav-holder .article-nav-wrapper .article-nav-prev:hover .article-nav-content-wrapp {
    right: 30px
}

.article-nav-holder .article-nav-wrapper .article-nav-next .article-nav-content-wrapp {
    left: -249px;
    transition: left .2s ease-out
}

.article-nav-holder .article-nav-wrapper .article-nav-next:hover .article-nav-content-wrapp {
    left: 30px
}

.article-nav-holder .article-nav-wrapper .media-object-img img {
    width: 100%!important;
    height: auto
}

.tag-page-header {
    background: #fff;
    color: #9E8861;
    font-family: Khand, sans-serif;
    font-weight: 500;
    font-size: 50px;
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: 1px solid #dfdfdf
}

.tag-page-header .title {
    height: 100%;
    width: 60%
}

.tag-page-header .title img {
    display: block
}

.tag-page-header .sponsor {
    float: right;
    height: 100%;
    width: 40%;
    text-align: right
}

.ico {
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat
}

.ico.ico-comments {
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/cfl.ca/images/ico-comment.png);
    margin-right: 8px
}

.ico.ico-comments.ico-comments-grey {
    width: 13px;
    height: 12px;
    background-image: url(/wp-content/themes/cfl.ca/images/ico-comment-grey.png)
}

.ico.ico-share {
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/cfl.ca/images/ico-share.png);
    background-size: 15px 13px;
    transition: all .2s ease-out
}

.ico.ico-share:hover {
    background-color: #9E8861;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}

.ico.ico-share.ico-share-dark {
    background-image: url(/wp-content/themes/cfl.ca/images/ico-share-dark.png)
}

.ico.ico-share.ico-share-dark:hover {
    background-image: url(/wp-content/themes/cfl.ca/images/ico-share.png)
}

.ico.ico-calendar {
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/cfl.ca/images/ico-calendar-2.png);
    transition: all .2s ease-out;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}

.ico.ico-calendar:hover {
    background-color: #9E8861;
    background-image: url(/wp-content/themes/cfl.ca/images/ico-calendar-2-light.png)
}

.btn .ico.ico-share {
    width: 15px;
    height: 15px;
    margin: -1px 0 0 5px
}

.t-left {
    text-align: left
}

.media-flag {
    display: table;
    width: 100%
}

.media-flag .media-object-img {
    margin-right: 15px
}

.media-flag .media-object-body {
    padding: 0
}

.media-flag:hover a,
.media-flag:hover h3 {
    color: #9E8861
}

.media-flag:hover a.btn,
.media-flag:hover h3.btn {
    color: #fff
}

.media-flag-body,
.media-flag-image {
    display: table-cell;
    vertical-align: middle
}

.media-flag-body .media-flag-top,
.media-flag-image .media-flag-top {
    vertical-align: top
}

.media-flag-body .media-flag-bottom,
.media-flag-image .media-flag-bottom {
    vertical-align: bottom
}

.media-flag-image {
    padding-right: 10px
}

.media-flag-image>img {
    display: block;
    max-width: none
}

.media-flag-image.media-flag-rev {
    padding-right: 0;
    padding-left: 10px
}

.media-flag-body {
    width: 100%
}

.media-flag-author {
    width: 70%
}

.media-flag-buttons {
    text-align: right
}

.media-flag-buttons .btn .icon-share-w {
    margin: -2px 0 0 5px
}

.page-error-wrapp {
    display: table;
    width: 100%;
    min-height: 425px
}

.page-error-wrapp .page-error-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.page-error-wrapp .page-error-content .paget-error-content-head {
    color: #2b2b2b;
    font-size: 2em;
    font-family: Hind, sans-serif;
    font-weight: 600
}

.page-error-wrapp .page-error-content a {
    color: #9E8861
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container {
    max-width: 1270px;
    margin: 0 auto;
    margin-top: 15px
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container input[type=email],
.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container input[type=text] {
    font-family: Hind, sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    border: 1px solid #d0d0d0
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container input[type=submit] {
    background: #9E8861;
    border: 0;
    border-radius: 4px;
    transition: background-color .3s ease-out;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: auto;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1;
    margin-bottom: 0;
    outline: none;
    padding: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container input[type=submit]:hover {
    transition: background-color .3s ease-out
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container input[type=submit]:hover:hover {
    background-color: #d53943
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields p {
    margin-bottom: 15px
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields p label {
    font-weight: 600
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section {
    padding-top: 20px
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section h2 {
    display: inline-block;
    font-size: 24px;
    font-family: Khand, sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-header {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 5px;
    margin-bottom: 30px;
    display: block
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-option {
    display: table;
    background-color: #fff;
    min-height: 125px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-option .subscribe-checkbox {
    display: table-cell;
    padding: 15px;
    width: 5%;
    vertical-align: middle;
    text-align: center
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-option .subscribe-checkbox .checkbox-border {
    vertical-align: middle;
    border: 1px solid #999;
    padding: 2px
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-option .subscribe-checkbox .checkbox-border input[type=checkbox] {
    -webkit-appearance: checkbox;
    width: 2.8em;
    height: 2.8em;
    background-color: #fff;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-option .subscribe-checkbox .checkbox-border input[type=checkbox]:checked {
    background-color: #000
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-option .subscribe-info {
    display: table-cell;
    padding: 20px 30px 20px 0
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-option .subscribe-info .subscribe-body {
    border-left: 1px solid #d0d0d0;
    padding-left: 30px
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-option .subscribe-info .subscribe-body .subscribe-tag {
    background: #000;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-family: Hind, sans-serif;
    font-size: 12px;
    vertical-align: text-top;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 4px 8px 1px
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-option .subscribe-info .subscribe-body .tag-new {
    background: #9E8861
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-option .subscribe-info .subscribe-body .subscribe-desc span {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #666
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-option-section .subscribe-option .subscribe-info .subscribe-body .subscribe-desc span a {
    color: #9E8861;
    text-decoration: none
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-submit-section .subscribe-footnotes {
    padding-top: 20px
}

.page-template-page-NEWSLETTER .page-content .page-section .newsletter-container .mc4wp-form-fields .subscribe-submit-section .subscribe-footnotes a {
    color: initial
}

.newsletter-sc-container {
    background-color: #fff;
    border-top: 2px solid #756247;
    display: table;
    width: 100%
}

.newsletter-sc-container .newsletter-icon-mail {
    display: table-cell;
    background-color: #756247;
    width: 15%
}

.newsletter-sc-container .newsletter-icon-mail img {
    display: block;
    margin: 0 auto
}

.newsletter-sc-container .newsletter-form-container {
    display: table-cell;
    padding: 15px;
    text-align: center
}

.newsletter-sc-container .newsletter-form-container .newsletter-title h2 {
    font-family: Khand, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 15px
}

.newsletter-sc-container .newsletter-form-container .newsletter-input input[type=text] {
    font-family: Hind, sans-serif;
    font-size: 14px;
    width: 45%;
    padding: 7px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 4px 0 0 4px;
    float: none
}

.newsletter-sc-container .newsletter-form-container .newsletter-input input[type=submit] {
    background-color: #9E8861;
    border: 0;
    border-radius: 0 4px 4px 0;
    margin-left: -6px;
    transition: background-color .3s ease-out;
    color: #fff;
    cursor: pointer;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 1;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 40%;
    display: inline-block;
    float: none
}

.container {
    transition: transform .3s ease-out
}

.mobile-nav-opend {
    height: 100%;
    overflow: hidden
}

.mobile-toggle-menu {
    display: block;
    float: left;
    padding: 7px 0;
    width: 25px
}

.mobile-toggle-calendar {
    display: block;
    float: right;
    height: 24px;
    padding: 5px 0;
    width: 21px
}

.main-nav-mobile-wrapper,
.mobile-nav-overlay,
.sub-nav-mobile-wrapper {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0
}

.calendar-nav-mobile-wrapper {
    display: block;
    height: 100%;
    left: 100%;
    position: fixed;
    top: 0
}

.main-nav-mobile-wrapper,
.sub-nav-mobile-wrapper {
    background: #1c1c1c;
    transform: translate3d(-270px, 0, 0)
}

.calendar-nav-mobile-wrapper,
.main-nav-mobile-wrapper,
.sub-nav-mobile-wrapper {
    overflow: auto;
    transition: transform .3s ease-out;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
    width: 270px
}

.calendar-nav-mobile-wrapper {
    background: #f4f4f4;
    transform: translateZ(0)
}

.mobile-calendar-opend {
    transition: transform .3s ease-out
}

.no-background-scroll {
    overflow: hidden
}

.mobile-nav-opend .main-nav-mobile-wrapper,
.mobile-subnav-opend .sub-nav-mobile-wrapper {
    transform: translateZ(0)
}

.mobile-calendar-opend .calendar-nav-mobile-wrapper {
    transform: translate3d(-270px, 0, 0)
}

.mobile-nav-overlay {
    background: rgba(28, 28, 28, 0);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: translate3d(-100%, 0, 0);
    transition: background .3s ease-out;
    width: 100%;
    z-index: 9999
}

.mobile-calendar-opend .mobile-nav-overlay,
.mobile-nav-opend .mobile-nav-overlay {
    background: rgba(28, 28, 28, .5);
    transform: translateZ(0)
}

.main-nav-mobile {
    position: relative;
    z-index: 0
}

.parent-list-item>a {
    color: #fff;
    font-weight: 800
}

.calendar-nav-mobile {
    position: relative;
    z-index: 0
}

.mobile-search-field {
    background: #1c1c1c url(/wp-content/themes/cfl.ca/images/icon-search-mobile.png) no-repeat 50%;
    border: 0;
    border-bottom: 1px solid #303030;
    color: #fff;
    height: 56px;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 500;
    outline: 0;
    text-align: center;
    width: 100%
}

.mobile-search-field:focus {
    background: #2b2b2b;
    border-bottom-color: #575757
}

.mobile-search-field.mobile-search-field-entered {
    background: none
}

.nav-wrapper {
    padding: 20px 0
}

.sidebar-nav li {
    margin-top: 2px;
    list-style: none
}

.sidebar-nav>li>a {
    background-color: #2b2b2b
}

.sidebar-nav>li .sub-menu li>a {
    box-shadow: 0 2px #2b2b2b;
    margin-left: 30px;
    margin-right: 77px;
    width: 80%;
    padding: 12px 10px 12px 0
}

.sidebar-nav>li .sub-menu li>ul a {
    box-shadow: 0 2px #2b2b2b;
    margin-left: 30px;
    width: 80%;
    padding: 12px 10px
}

.sidebar-nav .menu-item-has-children>a {
    /*background-image: url(/wp-content/themes/cfl.ca/images/icon_nav_expand.png);*/
    background-repeat: no-repeat;
    background-position: right 10px center
}

.sidebar-nav .menu-dropdown-expanded>a {
    /*background-image: url(/wp-content/themes/cfl.ca/images/icon_nav_shrink.png)!important;*/
    background-repeat: no-repeat!important;
    background-position: right 10px center!important
}

.sidebar-nav a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Khand, sans-serif;
    letter-spacing: .1em;
    width: 100%;
    line-height: 1;
    font-weight: 500;
    padding: 12px 10px 12px 20px
}

.sidebar-nav>a .menu-item ul {
    display: none
}

.sidebar-nav .main-nav-li,
.sidebar-nav>a .menu-item ul.show {
    display: block
}

.sidebar-nav .main-nav-active .main-nav-a {
    color: #9E8861
}

.sidebar-nav .main-nav-a:active,
.sidebar-subnav-a:active,
.sub-nav-title .back-link:active,
.submenu-wrapper a:active {
    background-color: #575757
}

.sidebar-subnav-ul {
    list-style: none
}

.sidebar-subnav-li {
    padding: 10px;
    margin-top: 2px;
    background-color: #2b2b2b
}

.sidebar-subnav-a,
.sidebar-subnav-lang {
    display: block;
    font-family: Khand, sans-serif;
    font-size: 14px;
    color: #737373;
    letter-spacing: .05em;
    line-height: 1;
    padding-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(/wp-content/themes/cfl.ca/images/icon_nav_arrow_right.png);
    background-repeat: no-repeat;
    background-position: right 10px center
}

.sidebar-subnav-lang {
    background: none
}

.sidebar-social {
    padding: 30px
}

.sidebar-social h3 {
    color: #fff;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .025em;
    text-transform: uppercase
}

.sidebar-copyright {
    padding: 0 30px
}

.sidebar-copyright p {
    color: #404040;
    font-size: 12px
}

.sub-nav-mobile {
    background: #1c1c1c;
    height: 100%;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform .3s ease-out;
    width: 100%
}

.sub-nav-mobile.active {
    transform: translateZ(0)
}

.sub-nav-title {
    border-bottom: 1px solid #2b2b2b;
    position: relative
}

.sub-nav-title .back-link {
    background: transparent url(/wp-content/themes/cfl.ca/images/nav-arrow-left-gray.png) no-repeat 20px;
    color: #fff;
    display: block;
    font-family: Khand, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 60px
}

.submenu-wrapper {
    padding: 20px 0;
    position: relative;
    overflow: hidden
}

.submenu-wrapper a {
    color: #fff;
    display: block;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 30px;
    letter-spacing: .8px;
    float: left;
    width: 100%
}

.submenu-wrapper a div {
    display: table;
    float: left;
    height: 40px;
    width: calc(100% - 85px)
}

.submenu-wrapper a div:only-child {
    width: 100%
}

.submenu-wrapper a div span {
    display: table-cell;
    vertical-align: middle
}

.submenu-wrapper a>span[class*=icon-logo-] {
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px
}

.submenu-wrapper .region-footer-box-5 {
    padding: 20px 0;
    float: left
}

.submenu-wrapper .region {
    padding: 0 140px 10px 10px;
    width: 120px;
    background: #1c1c1c
}

.submenu-wrapper .region h3 {
    color: #fff;
    font-family: Khand;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: .8px
}

.page-template-page-TICKETS .ticket-landing-head {
    margin-bottom: 10px
}

.page-template-page-TICKETS .ticket-landing-head .article-header #bgvid {
    width: 100%
}

.page-template-page-TICKETS .ticket-landing-head .article-header .header-hero .header-hero-image .header-img {
    display: none
}

.page-template-page-TICKETS .ticket-landing-head .ticket-assistance {
    padding: 30px 20px;
    max-width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #2e3032;
    vertical-align: middle
}

.page-template-page-TICKETS .ticket-landing-head .ticket-assistance a,
.page-template-page-TICKETS .ticket-landing-head .ticket-assistance span {
    vertical-align: middle;
    line-height: 20px
}

.page-template-page-TICKETS .ticket-landing-head .ticket-assistance .contacts-wrapper a {
    text-decoration: none
}

.page-template-page-TICKETS .ticket-landing-head .ticket-assistance .assistance-title {
    font-family: Hind, sans-serif;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    top: 2px
}

.page-template-page-TICKETS .ticket-landing-head .ticket-assistance .icon {
    padding-left: 30px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 0
}

.page-template-page-TICKETS .ticket-landing-head .ticket-assistance .assistance-form {
    color: #9E8861;
    background-image: url(/wp-content/themes/cfl.ca/images/icon-ticket-dark.svg);
    background-size: 10% 100%
}

.page-template-page-TICKETS .ticket-landing-head .ticket-assistance .assistance-form:hover {
    text-decoration: underline
}

.page-template-page-TICKETS .ticket-landing-head .ticket-assistance .assistance-phone {
    color: #9E8861;
    background-image: url(/wp-content/themes/cfl.ca/images/icon-phone-dark.svg);
    background-size: 10% 100%
}

.page-template-page-TICKETS .ticket-landing-head .ticket-assistance .assistance-mail {
    color: #9E8861;
    background-image: url(/wp-content/themes/cfl.ca/images/icon-mail-dark.svg);
    background-size: 8% 100%
}

.page-template-page-TICKETS .ticket-landing-head .ticket-assistance .assistance-mail:hover {
    text-decoration: underline
}

.page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section {
    width: 100%
}

.page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section .ticket-mobile-assistance {
    width: 100%;
    display: none
}

.page-template-page-TICKETS .ticket-landing-body .section-title-orange {
    background-color: #fff;
    margin-top: 0;
    padding: 20px 30px;
    color: #202025;
    text-align: center
}

.page-template-page-TICKETS .ticket-landing-body .article-list-title {
    font-size: 26px;
    letter-spacing: .05em;
    margin-top: 30px
}

.page-template-page-TICKETS .ticket-landing-body .ticket-option-section {
    background-color: #fff;
    margin-top: 10px
}

.page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box {
    position: relative;
    background-color: #dddcdc;
    height: 220px;
    text-align: center;
    margin-left: 0;
    border: 1px solid #fff
}

.page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box .ticket-option-desc {
    font-family: Hind, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 6px;
    padding: 10px
}

.page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box .ticket-option-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px
}

.page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box .ticket-option-btn a {
    font-family: Khand, sans-serif;
    background-color: #9E8861;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
    letter-spacing: .05em;
    font-size: 20px
}

.page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box .ticket-option-btn a:hover {
    background-color: #d53943
}

.page-template-page-TICKETS .ticket-landing-body .seat-option-section .title-section {
    background-color: #fff
}

.page-template-page-TICKETS .ticket-landing-body .seat-option-section .title-section .section-title-orange {
    margin: 0 auto;
    text-align: left;
    padding: 20px 10px;
    margin-bottom: 20px
}

.page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box {
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff
}

.page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box .seat-options-img-container {
    float: left;
    margin-right: 20px;
    width: 30%
}

.page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box .seat-options-body {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
    padding-left: 10px
}

.page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box .seat-options-body .seat-options-subtitle {
    font-family: Khand, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 20px
}

.page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box .seat-options-body .seat-option-btn {
    margin-top: 20px
}

.page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box .seat-options-body .seat-option-btn a {
    font-family: Khand, sans-serif;
    background-color: #9E8861;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
    letter-spacing: .05em;
    font-size: 20px
}

.page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box .seat-options-body .seat-option-btn a:hover {
    background-color: #d53943
}

.page-template-page-TICKETS .ticket-landing-body .seating-and-account-section {
    background-color: #202020
}

.page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box {
    display: table;
    border-top: none
}

.page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box .seating-and-account-info {
    text-align: center;
    display: table-cell;
    width: 50%
}

.page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box .seating-and-account-info .article-list-title {
    color: #fff;
    font-size: 24px;
    margin-top: 50px;
    font-weight: 600
}

.page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box .seating-and-account-info .seating-and-account-desc {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Khand, sans-serif;
    letter-spacing: .05em
}

.page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box .seating-and-account-info .seating-and-account-btn {
    margin-top: 30px;
    margin-bottom: 50px
}

.page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box .seating-and-account-info .seating-and-account-btn a {
    font-family: Khand, sans-serif;
    background-color: #fff;
    color: #202020;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
    letter-spacing: .05em;
    font-size: 20px
}

.page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box .seating-and-account-info .seating-and-account-btn a:hover {
    background-color: #cfcfcf
}

.page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box .seating-and-account-img {
    height: 100%;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 10px
}

.page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box .seating-and-account-img img {
    padding-top: 10px;
    max-height: 200px;
    max-width: 200px
}

.community-programs-list .item-list .pager-load-more li {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 0
}

.community-programs-list .item-list .pager-load-more li a {
    display: block
}

.community-programs-list-item {
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    margin-top: -1px;
    width: 100%;
    margin-bottom: 20px
}

.community-programs-list-item .media-object {
    margin: 0;
    padding: 0;
    min-height: 100px
}

.community-programs-list-item .media-object img {
    width: 100%!important;
    height: auto
}

.community-programs-list-item .community-programs-list-title {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 25px;
    padding-left: 30px;
    margin-bottom: 15px
}

.community-programs-list-item .community-programs-list-title a {
    color: #2b2b2b;
    text-decoration: none
}

.community-programs-list-item .community-programs-list-content {
    padding: 0 20px 20px 30px
}

.community-programs-list-item .community-programs-list-excerpt {
    display: inline-block;
    width: calc(100% - 39px)
}

.community-programs-list-item .community-programs-list-excerpt a {
    color: #848484;
    font-size: 12px;
    text-decoration: none
}

.community-programs-list-item .community-programs-share span {
    margin-top: 12px
}

.activities-content {
    padding: 60px 0 50px
}

.activities-content .section-title-orange {
    text-align: left
}

.activities_options {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    font-family: Khand, sans-serif;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
}

.activities_options .activities-img-holder {
    float: left;
    width: 35%
}

.activities_options .activities-img-holder img {
    height: auto;
    float: left;
    width: 100%
}

.activities_options .activities-img-holder .img-cover {
    width: 100%;
    min-height: 134px;
    background-position: 50%;
    background-size: cover
}

.activities_options .activities_pack {
    padding: 20px 25px;
    width: 65%;
    float: left
}

.activities_options .activities_pack .activities-list-title {
    margin-bottom: 15px
}

.activities_options .activities_pack .activities-list-title a {
    text-transform: uppercase;
    font-weight: 500;
    color: #2b2b2b;
    font-size: 24px;
    line-height: 1
}

.activities_options .activities_pack h3 {
    color: #a6a6a6;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500
}

.activities_options .activities_pack p {
    font-size: 14px;
    color: #848484;
    line-height: 1.3
}

.activities_options .activities-list-meta {
    padding: 0;
    width: 100%
}

.activities_options .activities-list-meta .date-tag {
    color: #888;
    font-family: Hind, sans-serif;
    font-size: 11px;
    font-weight: 400
}

.activities_options .activities-list-meta .activities-list-share {
    float: right
}

.request-appearance-block {
    padding: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    background: #9E8861;
    background-size: cover;
    box-shadow: 0
}

.request-appearance-block p {
    color: #fff;
    font-family: Khand, sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase
}

.request-appearance-block .media-flag {
    margin-bottom: 20px
}

.request-appearance-block .media-flag .media-flag-image {
    padding-right: 15px
}

.request-appearance-block .request-appearance-logo {
    display: block;
    width: 70px;
    height: 54px;
    background: url(/wp-content/themes/cfl.ca/images/footer-logo.png) 50% no-repeat;
    background-size: contain
}

.request-appearance-block .btn {
    width: 100%
}

.request-appearance-block .btn:hover {
    background-color: #252525
}

.landing-page .landing-page-header {
    position: fixed;
    display: block;
    width: 100%;
    background: #9E8861;
    z-index: 2
}

.landing-page .landing-page-header .d-cell img {
    max-width: 50px;
    margin-right: 10px;
    vertical-align: middle
}

.landing-page .landing-page-header .team_slogan {
    color: #fff;
    display: inline-block;
    text-transform: uppercase
}

.landing-page .landing-page-header .special_event {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 22px;
    font-family: Khand, sans-serif;
    font-weight: 500;
    padding-top: 12px
}

.landing-page .landing-page-header .continue-cell {
    text-align: right
}

.landing-page .landing-page-header .continue-cell .back_to_home {
    color: #fff;
    font-weight: 700;
    text-align: right;
    display: block;
    padding: 10px 0
}

.stream-header {
    margin-top: 100px
}

.stream-header .grid-col-8 {
    padding-top: 10px
}

.article_header {
    background: #f4f4f4
}

.block-head {
    text-align: left;
    margin-bottom: 5px
}

h1.article-title {
    color: #2b2b2b;
    font-family: Khand, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1
}

h1.article-title a {
    color: inherit
}

h2.article-title {
    color: #2b2b2b;
    font-family: Khand, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1
}

h2.article-title a {
    color: inherit
}

.landing-page .schedule,
.video-playback .schedule {
    color: #848484;
    font-size: 14px;
    font-family: Khand, sans-serif;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase
}

.team-sponsor-container {
    display: inline-block;
    float: right;
    margin: 10px 0 20px;
    text-align: right
}

.team-sponsor-container .sponsored-by {
    color: #2b2b2b;
    font-size: 9px;
    font-family: Hind, sans-serif;
    margin-right: 5px
}

.team-sponsor-container.mobile {
    display: none
}

.team-sponsor-container .team-sponsor {
    float: right
}

.sponsor-logo .sponsor1,
.sponsor-logo .sponsor2,
.sponsor-logo .sponsor3 {
    background-size: 127px;
    display: inline-block;
    height: 45px;
    vertical-align: middle
}

.sponsor1 {
    background: url(/wp-content/themes/cfl.ca/images/temp/logo-main-sponsor.png) no-repeat -78px 0;
    width: 50px
}

.sponsor2 {
    background: url(/wp-content/themes/cfl.ca/images/temp/logo-main-sponsor2.png) no-repeat 0 0
}

.sponsor2,
.sponsor3 {
    height: 45px;
    width: 123px
}

.sponsor3 {
    background: url(/wp-content/themes/cfl.ca/images/temp/article-sponsored.png) no-repeat -78px 0
}

.landing-page .media-flag-buttons {
    text-align: right;
    float: right
}

.landing-page .video-wrapper img {
    width: 100%
}

.landing-page .share-btn {
    padding: 12px 20px
}

.landing-page a span.ico.ico-share {
    margin-left: 0;
    margin-right: 8px
}

.landing-page .scribble_wrapper {
    margin: 0 0 65px;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
}

.landing-page .scribble_wrapper>img {
    width: 100%
}

.landing-page aside {
    margin-top: 15px
}

.landing-page aside .block-head {
    margin: 40px 0 20px;
    text-align: center
}

.landing-page aside .scribble_wrapper img,
.landing-page aside .video-wrapper img,
.landing-page aside aside img {
    max-width: 100%;
    height: auto
}

.no-live-event {
    padding: 50px 0;
    min-height: 400px
}

.featured-articles-top {
    background: #252525
}

.featured-articles-top.top-new-grid-big,
.featured-articles-top.top-new-grid-big .article-list-top-item-left-wrap,
.featured-articles-top.top-new-grid-big .article-list-top-item-right-wrap {
    padding: 0
}

.featured-articles-top.top-new-grid-big .article-list-top-item {
    margin-bottom: 0
}

.featured-articles-top.top-new-grid-big .article-list-hero {
    max-height: none
}

.featured-articles-top .top-news-grid {
    margin-bottom: 0
}

.featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-top-item {
    margin-top: 0;
    border: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box
}

.featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-top-item:last-child {
    margin-bottom: 0
}

.featured-articles-top .top-news-grid.top-new-grid-sideroll .media-object {
    margin: 0
}

.featured-articles-top .top-news-grid.top-new-grid-sideroll .media-object-img {
    max-width: 145px;
    margin: 0
}

.featured-articles-top .top-news-grid.top-new-grid-sideroll .media-object-body {
    padding: 15px
}

.featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-title {
    color: #2b2b2b;
    font-size: 14px;
    font-family: Khand, sans-serif;
    font-weight: 600
}

.featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-title a {
    color: #2b2b2b
}

.featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-top-item-right .time-bar {
    margin-bottom: 0;
    left: 97px;
    right: auto
}

.featured-articles-top .article-list-top-item-left .article-list-top-item {
    height: 440px
}

.featured-articles-top .article-list-top-item-left .video_play_btn {
    width: 60px;
    height: 60px;
    background-size: 60px
}

.featured-articles-top .article-list-top-item-right .article-list-top-item {
    height: 210px
}

.featured-articles-top .article-list-top-item-right .article-list-top-item .article-list-hero-title {
    font-size: 20px
}

.videos-section .article-list-top-item .article-list-hero-title {
    font-size: 24px
}

.videos-section .article-list-top-item.big .article-list-hero-title {
    font-size: 32px
}

.videos-section .article-list-top-item .article-list-meta .article-comments {
    margin: 0;
    right: 30px;
    position: absolute;
    bottom: 0
}

.videos-section .article-list-hero-title {
    width: 60%;
    display: block;
    float: left;
    margin-bottom: 5px
}

.videos-section .video-items-section {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0 0 10px
}

.videos-section .video-items-section .section-title-orange {
    float: left
}

.videos-section .game-higlights {
    background-color: #a6a6a6;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 0
}

.videos-section .game-higlights .article-sponsored-by {
    float: right
}

.videos-section .video_play_btn {
    width: 40px;
    height: 40px;
    background-size: 40px
}

.filter-container .btn-filter,
.video-landing-wrapp .btn-filter {
    width: 210px;
    padding-right: 0
}

.filter-container .btn-filter .text,
.video-landing-wrapp .btn-filter .text {
    width: 80%
}

.filter-container .btn-filter .text span,
.video-landing-wrapp .btn-filter .text span {
    font-size: 18px
}

.filter-container .btn-filter .ico-filter,
.video-landing-wrapp .btn-filter .ico-filter {
    margin-right: 0
}

.filter-container .dropdown-content,
.video-landing-wrapp .dropdown-content {
    margin-top: 2px;
    top: auto!important
}

.video-landing-wrapp {
    min-height: 350px
}

.video-landing-wrapp .btn-filter {
    margin-bottom: 25px
}

.video-landing-wrapp .dropdown-content {
    margin-top: -23px
}

.video-items-section .grid-col-12 {
    width: 100%
}

.landing-video-slider {
    margin-bottom: 0!important
}

.landing-video-slider:after,
.landing-video-slider:before {
    background: hsla(0, 0%, 96%, .9);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.landing-video-slider:before {
    margin-left: -20px;
    left: 125%
}

.landing-video-slider:after {
    right: 125%
}

.landing-video-slider .slick-next,
.landing-video-slider .slick-prev {
    height: 100%;
    opacity: 1;
    top: 0;
    transition: opacity .2s ease-out
}

.landing-video-slider .slick-next.slick-disabled,
.landing-video-slider .slick-prev.slick-disabled {
    display: none!important
}

.landing-video-slider .slick-next:before,
.landing-video-slider .slick-prev:before {
    content: ""
}

.landing-video-slider .slick-prev {
    left: auto
}

.landing-video-slider .slick-prev:hover:before {
    background: url(/wp-content/themes/cfl.ca/images/slick-arrow-left.png) 50% no-repeat;
    background-size: 12px 22px
}

.landing-video-slider .slick-next {
    margin-left: -20px;
    right: auto
}

.landing-video-slider .slick-next:hover:before {
    background: url(/wp-content/themes/cfl.ca/images/slick-arrow.png) 50% no-repeat;
    background-size: 12px 22px
}

.landing-video-cell .article-list-item,
.popular-wrapper .article-list-item {
    height: auto
}

.landing-video-cell {
    padding-right: 20px
}

.landing-video-cell .article-list-item {
    height: auto
}

.landing-video-cell .article-list-item .video_play_btn {
    z-index: 1
}

.landing-video-cell .article-list-item .time-bar {
    bottom: 1px;
    font-size: 16px;
    padding: 3px 6px 2px
}

#views-exposed-form-video-collection-page .form-type-select {
    position: static
}

#views-exposed-form-video-collection-page .views-exposed-widget {
    color: #2b2b2b;
    background: #fff url(/wp-content/themes/cfl.ca/images/arrow_filter_gray_down.png) no-repeat 90%;
    padding: 12px 50px 12px 25px;
    margin: 0 20px 0 0;
    text-align: left;
    position: relative;
    box-shadow: 1px 1px 4px #ccc
}

#views-exposed-form-video-collection-page .views-exposed-widget label {
    display: block;
    width: 100%;
    color: #848484;
    font-family: Khand, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}

#views-exposed-form-video-collection-page .views-exposed-widget .custom-select-button,
#views-exposed-form-video-collection-page .views-exposed-widget .custom-select-wrapper {
    display: block;
    width: 100%;
    color: #2b2b2b;
    font-family: Khand, sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase
}

#views-exposed-form-video-collection-page .views-exposed-widget .custom-select-button {
    position: relative;
    display: block;
    min-width: 120px;
    margin: -25px -50px -10px -25px;
    padding: 25px 50px 10px 25px;
    box-sizing: content-box
}

#views-exposed-form-video-collection-page .views-exposed-widget.views-submit-button {
    display: none
}

.videos-section .ad-wrapp.ad-wrapp-content-middle {
    margin: 30px 0
}

.video-list-grid .views-row {
    width: calc(25% - 20px);
    margin-left: 10px
}

.video-category #views-exposed-form-video-collection-page,
.video-tag .btn-filter {
    display: none
}

.video_play_btn,
.vjs-big-play-button {
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: hsla(0, 0%, 62%, .9)!important;
    background-image: url(/wp-content/themes/cfl.ca/images/video-play-general.png)!important;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-border-radius: 100px!important;
    -webkit-background-clip: padding-box!important;
    -moz-border-radius: 100px!important;
    -moz-background-clip: padding!important;
    border-radius: 100px!important;
    background-clip: padding-box!important;
    transition: all .2s ease-out!important
}

.article-list-top-item:hover .video_play_btn,
.article-list-top-item:hover .vjs-big-play-button,
.featured-img-wrapper:hover .video_play_btn,
.featured-img-wrapper:hover .vjs-big-play-button,
.generic-hero-img:hover .video_play_btn,
.generic-hero-img:hover .vjs-big-play-button,
.media-object-img:hover .video_play_btn,
.media-object-img:hover .vjs-big-play-button {
    box-shadow: none;
    background-color: rgba(181, 38, 47, .9)!important
}

.vjs-big-play-button {
    width: 60px!important;
    height: 60px!important;
    background-size: 60px!important
}

.vjs-big-play-button:before {
    display: none!important
}

.video-playback {
    padding-top: 0
}

.video-playback .article_header {
    background-color: #252525
}

.video-playback .article-sponsored {
    background-color: #fff;
    border: 1px solid #ddd;
    border-right-width: 0;
    padding-left: 52px;
    margin-left: 30px;
    text-align: left
}

.video-playback .article-main,
.video-playback .sidebar {
    margin-top: 35px;
    margin-bottom: 35px
}

.video-playback .article-main h2.article-list-title {
    margin-bottom: 0
}

.video-playback .article-content {
    padding: 0 0 12px
}

.video-playback .article-content,
.video-playback .article-content p {
    color: #2b2b2b;
    line-height: 1.44444444
}

.video-playback .article-main .btn.btn-cta.share-btn {
    padding: 12px 15px
}

.video-playback .sidebar .top-stories-block .top-story-block.featured {
    background-color: #e5e5e5;
    border-bottom: 2px solid #9E8861;
    display: inline-block
}

.video-playback .sidebar .media-object-img {
    max-width: 103px;
    height: auto;
    position: relative
}

.video-playback .sidebar .top-stories-block {
    margin-bottom: 0
}

.video-playback .sidebar .top-stories-block .media-object-body {
    font-weight: 600
}

.video-playback .popular .block-head {
    font-family: Hind, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .025em
}

.video-playback .other-articles-block .other-article-title {
    font-weight: 600
}

.video-playback .other-articles-block .other-article-image {
    display: block;
    position: relative
}

.video-playback .other-articles-block .photo-gallery-item,
.video-playback .other-articles-block .video_play_btn {
    background-size: 30px;
    width: 30px;
    height: 30px
}

#block-views-more-galleries-block .item-list .pager-load-more,
#block-views-video-playlist-block .item-list .pager-load-more,
.view-popular-videos .item-list .pager-load-more {
    margin-bottom: 0
}

#block-views-more-galleries-block .item-list .pager-load-more.pager-load-more-empty li,
#block-views-video-playlist-block .item-list .pager-load-more.pager-load-more-empty li,
.view-popular-videos .item-list .pager-load-more.pager-load-more-empty li {
    display: none
}

#block-views-more-galleries-block .item-list .pager-load-more .pager-next,
#block-views-video-playlist-block .item-list .pager-load-more .pager-next,
.view-popular-videos .item-list .pager-load-more .pager-next {
    margin: 0;
    padding: 0
}

#block-views-more-galleries-block .item-list .pager-load-more a,
#block-views-video-playlist-block .item-list .pager-load-more a,
.view-popular-videos .item-list .pager-load-more a {
    margin-bottom: 0
}

.video-category .item-list ul li {
    padding: 0;
    margin: 0
}

.video-category .item-list ul li a {
    width: 300px;
    text-transform: uppercase
}

.node-type-video .other-articles-block .other-article-title {
    font-weight: 600;
    height: 35px
}

.node-type-video .other-articles-block .other-article-image {
    display: block;
    position: relative
}

.node-type-video .other-articles-block .photo-gallery-item,
.node-type-video .other-articles-block .video_play_btn {
    background-size: 30px;
    width: 30px;
    height: 30px
}

.comments-section-mobile,
.comments-section-mobile-block,
.mobile-show-more,
.playlist-mobile {
    display: none
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    text-align: center
}

.video-wrapper .field-name-field-brightcove-video .video-js,
.video-wrapper .video-js,
.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-wrapper .field-name-field-brightcove-video .video-js,
.video-wrapper .video-js {
    width: 100%!important;
    height: 100%!important
}

.videos-wrapper {
    padding: 15px 0 0
}

.videos-wrapper .video-section {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    text-align: center
}

.videos-wrapper .video-section .field-name-field-brightcove-video .video-js,
.videos-wrapper .video-section .video-js,
.videos-wrapper .video-section embed,
.videos-wrapper .video-section iframe,
.videos-wrapper .video-section object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videos-wrapper .video-section .field-name-field-brightcove-video .video-js,
.videos-wrapper .video-section .video-js {
    width: 100%!important;
    height: 100%!important
}

.article_header .videos-wrapper {
    padding-top: 0
}

.article_header .videos-wrapper .video-section {
    padding: 0;
    height: auto
}

.featured-slider-preview .featured-img-wrapper .video-js {
    width: 100%!important;
    height: 100%!important
}

.ticket-video-head .ticket-video-wrapper .video-js {
    height: 100%!important;
    margin: auto;
    width: 100%;
    position: relative;
    padding-top: 0
}

.ticket-video-head .ticket-video-wrapper .vjs-control-bar {
    display: none
}

.vjs-big-play-button,
.vjs-play-progress,
.vjs-volume-level {
    background-color: #9E8861!important
}

.vjs-control-bar {
    height: 36px;
    border: 0!important;
    background-color: #1d1d1d!important;
    z-index: 10
}

.vjs-ad-control-bar {
    z-index: 9
}

.vjs-play-progress,
.vjs-volume-level {
    background-image: none!important
}

.vjs-load-progress,
.vjs-play-progress,
.vjs-progress-holder {
    height: 6px!important
}

.vjs-load-progress {
    background-color: #3f403f
}

.vjs-play-progress {
    margin-top: -6px!important
}

.gallery-thumbs {
    margin-bottom: 0
}

.gallery-thumbs .gallery-thumb-item {
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
    margin-right: 15px
}

.gallery-thumbs .gallery-thumb-item img {
    max-width: 100%;
    max-height: 50px;
    margin: 0 auto;
    opacity: .5;
    transition: all .2s ease-out
}

.gallery-thumbs .gallery-thumb-item .thumb-highlight {
    opacity: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #9E8861;
    transition: all .2s ease-out
}

.gallery-thumbs .gallery-thumb-item.slick-active-slide .thumb-highlight,
.gallery-thumbs .gallery-thumb-item.slick-active-slide img {
    opacity: 1
}

.gallery-thumbs .slick-list {
    overflow: visible
}

.gallery-block {
    margin: 0 auto;
    max-width: 1270px;
    position: relative
}

.gallery-block.article-list-wrapp {
    padding-top: 25px;
    padding-bottom: 25px
}

.gallery-block .slick-next,
.gallery-block .slick-prev {
    width: 25px;
    height: 45px;
    opacity: .5
}

.gallery-block .slick-next:before,
.gallery-block .slick-prev:before {
    content: "";
    width: 25px;
    height: 45px;
    display: block
}

.gallery-block .slick-next:hover,
.gallery-block .slick-prev:hover {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.gallery-block .slick-prev {
    left: -50px
}

.gallery-block .slick-next {
    right: -50px
}

.gallery-block .article-list-hero-description {
    float: left;
    color: #fff;
    font-family: Hind, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: left
}

.page-content.gallery-section {
    padding-top: 0;
    padding-bottom: 20px
}

.page-content.gallery-section .article-header .gallery-block {
    max-width: 740px
}

.page-content.gallery-section .article-header .gallery-block .slick-next,
.page-content.gallery-section .article-header .gallery-block .slick-prev {
    width: 12px;
    height: 24px
}

.page-content.gallery-section .article-header .gallery-block .slick-next:before,
.page-content.gallery-section .article-header .gallery-block .slick-prev:before {
    width: 12px;
    height: 24px;
    background-size: 12px 24px
}

.page-content.gallery-section .article-header .other-articles {
    background: #303030;
    padding: 35px 0;
    margin-bottom: 0;
    overflow: hidden
}

.page-content.gallery-section .article-main .article-content {
    clear: both;
    margin-top: 35px;
    padding-bottom: 15px
}

.page-content.gallery-section h2.article-title {
    color: #2b2b2b;
    font-family: Khand, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 10px
}

.page-content.gallery-section .schedule {
    color: #848484;
    font-size: 14px;
    font-family: Khand, sans-serif;
    font-weight: 500
}

.page-content.gallery-section .article-header .article-sponsored {
    text-align: left;
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.page-content.gallery-section .article-tags {
    margin-top: 20px
}

.page-content.gallery-section .comments-section-mobile {
    margin-top: 30px;
    margin-bottom: 30px
}

.page-content.gallery-section .article-list-title a {
    color: #2b2b2b
}

.page-content.gallery-section .gallery-stage .article-list-top-item {
    max-height: 450px;
    overflow: hidden
}

.page-content.gallery-section .more-galleries-block .media-object-img {
    overflow: hidden;
    min-width: 103px;
    max-height: 68px
}

.page-content.gallery-section .more-galleries-block .article-list-title {
    min-height: 30px;
    margin-top: 5px
}

.page-content.gallery-section .more-galleries-block .share-btn {
    float: right
}

.foo-info-header {
    padding: 0 20px;
    margin-bottom: -2px
}

.page-section-foo {
    padding: 0
}

.page-section-foo:hover .foo-arrow-next-onimage,
.page-section-foo:hover .foo-arrow-prev-onimage,
.page-section-foo:hover .foo-image-caption {
    opacity: .85
}

.grid-row.collapse {
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.article-content .photo-bg img {
    display: block;
    margin: 0 auto
}

.article-content .cfl-swiper-gallery {
    margin: 0
}

.flex-viewport {
    overflow: hidden;
    position: relative
}

.foo-lightbox-bg-blur {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    transform: scale(1);
    width: 100%;
    -moz-filter: blur(13px);
    -o-filter: blur(13px);
    -ms-filter: blur(13px);
    filter: blur(13px)
}

.foo-lightbox-bg-blur img {
    width: 100%;
    -ms-flex-align: stretch;
    align-items: stretch;
    transform: scale(1.23)
}

.foo-lightbox {
    width: 100%;
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0)
}

div[id*=gallery-lightbox] img,
div[id^=gallery-lightbox] img {
    max-height: 100%
}

#gallery-lightbox {
    height: 100%
}

#gallery-lightbox img {
    max-height: 100%
}

.slides ul {
    margin-left: 0
}

li[class*=flex-active-slide],
li[class^=".flex-active-slide"] {
    border-bottom: 5px solid #9E8861;
    margin-top: -5px;
    -moz-filter: brightness(1);
    -ms-filter: brightness(1);
    -o-filter: brightness(1);
    filter: brightness(1)
}

li[class*=flex-active-slide] img,
li[class^=".flex-active-slide"] img {
    margin-top: 5px
}

li[class*=flex-inactive-slide],
li[class^=".flex-inactive-slide"] {
    -moz-filter: brightness(.4);
    -ms-filter: brightness(.4);
    -o-filter: brightness(.4);
    filter: brightness(.4)
}

li[class*=flex-inactive-slide]:hover,
li[class^=".flex-inactive-slide"]:hover {
    cursor: pointer;
    -moz-filter: brightness(.9);
    -ms-filter: brightness(.9);
    -o-filter: brightness(.9);
    filter: brightness(.9)
}

.foo-image {
    width: 225px
}

.foo-arrow-prev-onimage {
    right: 62px
}

.foo-arrow-next-onimage,
.foo-arrow-prev-onimage {
    background-color: #f6f1ee;
    cursor: pointer;
    height: 60px;
    text-align: center;
    width: 60px;
    position: absolute;
    bottom: 180px;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.foo-arrow-next-onimage {
    right: 0
}

.foo-image-caption {
    background-color: #f2f2f2;
    min-height: 65px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.foo-image-caption-left-div {
    float: left;
    text-align: left;
    padding-left: 25px;
    padding-top: 20px;
    font-size: 18px
}

.foo-image-caption-right-div {
    text-align: left;
    padding-left: 65px;
    padding-top: 20px;
    background-color: #f2f2f2
}

.foo-image-caption-name {
    font-size: 18px;
    word-wrap: break-word
}

.foo-image-caption-author {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase
}

.foo-arrow-prev-ribbon {
    background-color: #9E8861;
    cursor: pointer;
    height: 127px;
    text-align: center;
    width: 40px;
    float: left
}

.foo-arrow-prev-ribbon span {
    margin-top: 52px
}

.foo-arrow-prev-ribbon:hover {
    background-color: #ca2a34;
    border-top-color: #ca2a34
}

.foo-arrow-next-ribbon {
    background-color: #9E8861;
    cursor: pointer;
    height: 127px;
    text-align: center;
    width: 40px;
    float: right
}

.foo-arrow-next-ribbon span {
    margin-top: 52px
}

.foo-arrow-next-ribbon:hover {
    background-color: #ca2a34;
    border-top-color: #ca2a34
}

.arrow_slider_gray_next {
    background: url(/wp-content/themes/cfl.ca/images/arrow_slider_gray_next.png);
    background-repeat: no-repeat;
    background-size: 10px
}

.arrow_slider_gray_next,
.arrow_slider_gray_prev {
    display: block;
    cursor: pointer;
    height: 65%;
    width: 59%;
    margin-left: 25px;
    margin-top: 21px
}

.arrow_slider_gray_prev {
    background: url(/wp-content/themes/cfl.ca/images/arrow_slider_gray_prev.png);
    background-repeat: no-repeat;
    background-size: 10px
}

.tribe-events-mobile {
    display: none
}

#tribe-events {
    padding-top: 65px
}

#tribe-events h2 {
    color: #9E8861;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

#tribe-events .tribe-events-cal-links a {
    background-color: #2b2b2b
}

#tribe-events .tribe-events-cal-links a:hover {
    background-color: #9E8861
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
    border: none
}

#tribe-events-content-wrapper #tribe-events-bar,
#tribe-events-content-wrapper .tribe-bar-disabled {
    display: none
}

#tribe-events-content-wrapper #tribe-events-content table.tribe-events-calendar {
    border: none
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-button {
    background-color: #9E8861
}

#tribe-events-content-wrapper #tribe-events-content #tribe-events-header {
    display: block
}

#tribe-events-content-wrapper #tribe-events-content #tribe-events-header .sub-nav-wrapper {
    max-width: 300px;
    margin: 0 auto
}

#tribe-events-content-wrapper #tribe-events-content #tribe-events-header .tribe-events-sub-nav li {
    display: block;
    margin-top: 5px
}

#tribe-events-content-wrapper #tribe-events-content #tribe-events-header .tribe-events-sub-nav li a {
    display: block
}

#tribe-events-content-wrapper #tribe-events-content #tribe-events-header .tribe-events-sub-nav li img {
    width: 15px
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-loop .tribe-events-list-event-description {
    float: none;
    position: relative
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-notices {
    background-color: #e2e2e2;
    border: 1px solid #d8d6d6;
    color: #848484
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar {
    font-family: Khand, sans-serif
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar thead tr th {
    background-color: transparent;
    border: none;
    color: #848484;
    font-family: Hind, sans-serif;
    font-size: 14px;
    font-weight: 600
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar td {
    text-transform: uppercase;
    border: 1px solid #e2e2e2
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] {
    background-color: transparent;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background-color: transparent;
    color: #2b2b2b
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar td:hover {
    background-color: #fff;
    box-shadow: none
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar .tribe-events-othermonth {
    background: #f9f9f9;
    color: #bcbcbc
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar .tribe-events-thismonth {
    background: #fff
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar div[id*=tribe-events-daynum-],
#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar div[id*=tribe-events-daynum-] a {
    color: #2b2b2b;
    font-size: 16px;
    background-color: transparent;
    font-weight: 400
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] a {
    font-family: Khand, sans-serif;
    color: #2b2b2b;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] a:hover {
    color: #9E8861
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .tribes-events-bullet {
    display: list-item;
    list-style: disc inside;
    color: #a6a6a6;
    float: left
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .tribe-events-tooltip h4 {
    color: #2b2b2b;
    font-size: 18px
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .tribe-events-tooltip .tribe-events-event-body {
    color: #767676;
    font-size: 16px
}

#tribe-events-content-wrapper #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] .tribe-events-tooltip .tribe-events-event-body .tribe-event-description {
    display: none
}

#tribe-list-mobile {
    font-family: Khand, sans-serif
}

#tribe-list-mobile h4 {
    font-size: 26px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto 0
}

#tribe-list-mobile hr {
    border-top: 1px solid #e9e9e9
}

#tribe-list-mobile ol {
    list-style-type: none;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    margin-left: 0;
    padding-top: 20px
}

#tribe-list-mobile ol li {
    display: -ms-flexbox;
    display: flex
}

#tribe-list-mobile ol li .date {
    float: left;
    font-size: 56px;
    font-weight: bolder;
    color: #848484;
    text-transform: uppercase;
    text-align: center;
    margin: auto 0;
    padding: 0 40px
}

#tribe-list-mobile ol li .title {
    padding: 0 5px
}

#tribe-list-mobile ol li .event-info {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.event-list-section {
    background-color: #fff;
    display: inline-block;
    margin-left: 0;
    width: 100%
}

.event-list-section .section-title-orange {
    padding-left: 20px;
    margin-top: 20px
}

.event-list-section .event-list-container ol {
    list-style-type: none;
    background-color: #fff;
    width: 100%;
    margin-left: 0
}

.event-list-section .event-list-container ol li {
    display: table;
    padding: 20px 10px 20px 0;
    border-bottom: 1px solid #dadada
}

.event-list-section .event-list-container ol li .date {
    display: table-cell;
    vertical-align: middle;
    float: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    color: #9E8861;
    text-transform: uppercase;
    width: 80px;
    text-align: center;
    margin: auto 0
}

.event-list-section .event-list-container ol li .event-info {
    display: table-cell;
    vertical-align: middle
}

.event-list-section .event-list-container ol li .details {
    font-family: Hind, sans-serif;
    font-size: 14px;
    color: #a6a6a6
}

.scoreboard-wrapper {
    position: absolute;
    width: 100%
}

.scoreboard-wrapper .scoreboard-container {
    margin: 0 auto;
    max-width: 1270px;
    position: relative
}

.scoreboard-wrapper [class*=gc-] {
    display: none
}

.scoreboard-wrapper .scoreboard-container {
    padding: 0 20px
}

.scoreboard-wrapper .scoreboard-inner {
    color: #fff;
    position: relative
}

.scoreboard-wrapper .scoreboard-inner .loading {
    background-color: #484848;
    border-top: 4px solid #9E8861;
    width: 100%;
    height: 140px;
    position: absolute;
    z-index: -1
}

.scoreboard-wrapper .scoreboard-contents {
    display: -ms-flexbox;
    display: flex
}

.scoreboard-wrapper .scoreboard-contents>div {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.scoreboard-wrapper .scoreboard-contents div.nav-next,
.scoreboard-wrapper .scoreboard-contents div.nav-prev {
    background-color: #9E8861;
    border-top: 4px solid #9E8861;
    cursor: pointer;
    height: 145px;
    text-align: center;
    width: 40px
}

.scoreboard-wrapper .scoreboard-contents div.nav-next.disabled span,
.scoreboard-wrapper .scoreboard-contents div.nav-prev.disabled span {
    opacity: .25
}

.scoreboard-wrapper .scoreboard-contents div.nav-next:not(.disabled):hover,
.scoreboard-wrapper .scoreboard-contents div.nav-prev:not(.disabled):hover {
    background-color: #ca2a34;
    border-top-color: #ca2a34
}

.scoreboard-wrapper .scoreboard-contents div.nav-next span,
.scoreboard-wrapper .scoreboard-contents div.nav-prev span {
    margin-top: 52px
}

.scoreboard-wrapper .scoreboard-contents div.nav-week {
    border-top: 4px solid #9E8861;
    height: 145px
}

.scoreboard-wrapper .scoreboard-contents div.games {
    background-color: #2e2e2e;
    border-top: 4px solid #9E8861;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 0;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.scoreboard-wrapper .scoreboard-contents .game {
    background-color: #191919;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: left;
    font-family: Khand;
    font-weight: 500;
    height: 140px;
    position: relative;
    text-transform: uppercase
}

.scoreboard-wrapper .scoreboard-contents .game:last-child .flyout,
.scoreboard-wrapper .scoreboard-contents .game:last-child .matchup {
    border-right: none
}

.scoreboard-wrapper .scoreboard-contents .game.expanded .look .icon-scoreboard-up {
    display: inline-block
}

.scoreboard-wrapper .scoreboard-contents .game.expanded .icon-scoreboard-down {
    display: none
}

.scoreboard-wrapper .scoreboard-contents .game .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 111px;
    background-color: #202020;
    opacity: 0;
    z-index: 1;
    text-decoration: none
}

.scoreboard-wrapper .scoreboard-contents .game .hover .inner {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 36px;
    color: #fff
}

.scoreboard-wrapper .scoreboard-contents .game .hover .inner .go-to {
    font-size: 13px;
    font-family: Hind, sans-serif
}

.scoreboard-wrapper .scoreboard-contents .game .hover .inner .game-tracker {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px
}

.scoreboard-wrapper .scoreboard-contents .game .hover:hover {
    opacity: .95
}

.scoreboard-wrapper .scoreboard-contents .game .matchup {
    display: block;
    border: 1px solid #2e2e2e;
    border-left: none;
    border-top: none;
    color: inherit;
    height: 112px;
    padding: 10px 15px;
    text-decoration: none
}

.scoreboard-wrapper .scoreboard-contents .game .matchup:hover {
    background-color: #262626
}

.scoreboard-wrapper .scoreboard-contents .game .top {
    *zoom: 1;
    font-size: 11px;
    position: relative
}

.scoreboard-wrapper .scoreboard-contents .game .top:after,
.scoreboard-wrapper .scoreboard-contents .game .top:before {
    content: "";
    display: table
}

.scoreboard-wrapper .scoreboard-contents .game .top:after {
    clear: both
}

.scoreboard-wrapper .scoreboard-contents .game .date,
.scoreboard-wrapper .scoreboard-contents .game .gc-location {
    float: left
}

.scoreboard-wrapper .scoreboard-contents .game .date,
.scoreboard-wrapper .scoreboard-contents .game .gc-location,
.scoreboard-wrapper .scoreboard-contents .game .status,
.scoreboard-wrapper .scoreboard-contents .game .time {
    font-size: 11px
}

.scoreboard-wrapper .scoreboard-contents .game .name {
    font-family: Hind;
    font-weight: 600
}

.scoreboard-wrapper .scoreboard-contents .game .flyout {
    *zoom: 1;
    border-right: 1px solid #2e2e2e;
    bottom: 0;
    font-size: 12px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    width: 100%
}

.scoreboard-wrapper .scoreboard-contents .game .flyout:after,
.scoreboard-wrapper .scoreboard-contents .game .flyout:before {
    content: "";
    display: table
}

.scoreboard-wrapper .scoreboard-contents .game .flyout:after {
    clear: both
}

.scoreboard-wrapper .scoreboard-contents .game .flyout>div {
    cursor: pointer;
    float: left
}

.scoreboard-wrapper .scoreboard-contents .game .flyout>div:first-child:nth-last-child(2),
.scoreboard-wrapper .scoreboard-contents .game .flyout>div:first-child:nth-last-child(2)~div {
    width: 100%
}

.scoreboard-wrapper .scoreboard-contents .game .flyout>div:first-child:nth-last-child(3),
.scoreboard-wrapper .scoreboard-contents .game .flyout>div:first-child:nth-last-child(3)~div {
    width: 50%
}

.scoreboard-wrapper .scoreboard-contents .game .look {
    color: #848484
}

.scoreboard-wrapper .scoreboard-contents .game .look:hover {
    background-color: #262626
}

.scoreboard-wrapper .scoreboard-contents .game .look span {
    margin: -1px 0 0 5px
}

.scoreboard-wrapper .scoreboard-contents .game .follow,
.scoreboard-wrapper .scoreboard-contents .game .look span.icon-scoreboard-up {
    display: none
}

.scoreboard-wrapper .scoreboard-contents .game .tickets {
    background-color: #2e2e2e;
    color: #fff
}

.scoreboard-wrapper .scoreboard-contents .game .tickets:hover {
    background-color: #3b3b3b
}

.scoreboard-wrapper .scoreboard-contents .game.live {
    background-color: #fff;
    border-right: none;
    border-top-width: 5px;
    color: #1c1c1c;
    height: 140px;
    margin-top: 0
}

.scoreboard-wrapper .scoreboard-contents .game.live .hover {
    height: 111px
}

.scoreboard-wrapper .scoreboard-contents .game.live .matchup {
    border-right: none
}

.scoreboard-wrapper .scoreboard-contents .game.live .matchup:hover {
    background-color: #f4f4f4
}

.scoreboard-wrapper .scoreboard-contents .game.live .top {
    margin: -10px -15px 0
}

.scoreboard-wrapper .scoreboard-contents .game.live .date,
.scoreboard-wrapper .scoreboard-contents .game.live .gc-location {
    margin: 6px 11px
}

.scoreboard-wrapper .scoreboard-contents .game.live .time {
    display: none
}

.scoreboard-wrapper .scoreboard-contents .game.live .status {
    background-color: #9E8861;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px
}

.scoreboard-wrapper .scoreboard-contents .game.live .flyout {
    border-right: none
}

.scoreboard-wrapper .scoreboard-contents .game.live .flyout .look {
    display: none
}

.scoreboard-wrapper .scoreboard-contents .game.live .flyout .follow {
    color: #848484;
    display: block;
    text-decoration: none
}

.scoreboard-wrapper .scoreboard-contents .game.live .flyout .follow span {
    margin: -1px 0 0 5px
}

.scoreboard-wrapper .scoreboard-contents .game.live .flyout .follow:hover {
    background-color: #f4f4f4
}

.scoreboard-wrapper:not(.league) .scoreboard-inner .links,
.scoreboard-wrapper:not(.league) .scoreboard-inner .nav-week,
.scoreboard-wrapper:not(.league) .scoreboard-inner .sponsor,
.scoreboard-wrapper:not(.league) .scoreboard-inner [class*=gc-] {
    display: none
}

.scoreboard-wrapper:not(.league) .scoreboard-inner .games {
    overflow: hidden
}

.scoreboard-wrapper:not(.league) .scoreboard-inner .name .long {
    display: none
}

.scoreboard-wrapper.league .scoreboard-inner .nav-week {
    background-color: #2e2e2e;
    text-align: center;
    width: 60px
}

.scoreboard-wrapper.league .scoreboard-inner .links,
.scoreboard-wrapper.league .scoreboard-inner .sponsor {
    display: none
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:last-child {
    width: 100%
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2),
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game {
    width: 50%
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3),
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game {
    width: 33.33%
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4),
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game {
    width: 25%
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5),
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game {
    width: 20%
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:last-child .name .short,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .name .short,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .name .short,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .name .long,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .name .long,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .name .long,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .name .long,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .name .long,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .name .long {
    display: none
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .status,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .time,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .status,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .time,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .status,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .time,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .status,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .time,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .status,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .time,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .status,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .time,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .status,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .time,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .status,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .time {
    float: right
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .visitor,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .visitor,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .visitor,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .visitor,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .visitor,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .visitor,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .visitor,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .visitor {
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .host>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .visitor>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .host>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .visitor>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .host>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .visitor>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .host>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .visitor>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .host>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .visitor>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .host>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .visitor>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .host>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .visitor>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .host>*,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .visitor>* {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .host,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .host {
    margin-bottom: 5px
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .name,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .name,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .name,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .name,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .name,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .name,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .name,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .name {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .versus,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .versus,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .versus,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .versus,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .versus,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .versus,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .versus,
.scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .versus {
    display: none
}

.scoreboard-wrapper.league .game:first-child:last-child,
.scoreboard-wrapper:not(.league) .game {
    width: 287px
}

.scoreboard-wrapper.league .game:first-child:last-child .top,
.scoreboard-wrapper:not(.league) .game .top {
    text-align: center
}

.scoreboard-wrapper.league .game:first-child:last-child .date,
.scoreboard-wrapper:not(.league) .game .date {
    left: 0;
    position: absolute;
    top: 0
}

.scoreboard-wrapper.league .game:first-child:last-child .status,
.scoreboard-wrapper.league .game:first-child:last-child .time,
.scoreboard-wrapper:not(.league) .game .status,
.scoreboard-wrapper:not(.league) .game .time {
    margin: 0 auto;
    width: 60px
}

.live .scoreboard-wrapper.league .game:first-child:last-child .status,
.live .scoreboard-wrapper:not(.league) .game .status {
    font-size: 12px
}

.scoreboard-wrapper.league .game:first-child:last-child .middle,
.scoreboard-wrapper:not(.league) .game .middle {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px
}

.scoreboard-wrapper.league .game:first-child:last-child .middle > div,
.scoreboard-wrapper:not(.league) .game .middle>div {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.scoreboard-wrapper.league .game:first-child:last-child .host,
.scoreboard-wrapper.league .game:first-child:last-child .visitor,
.scoreboard-wrapper:not(.league) .game .host,
.scoreboard-wrapper:not(.league) .game .visitor {
    *zoom: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    width: 45%
}

.scoreboard-wrapper.league .game:first-child:last-child .host:after,
.scoreboard-wrapper.league .game:first-child:last-child .host:before,
.scoreboard-wrapper.league .game:first-child:last-child .visitor:after,
.scoreboard-wrapper.league .game:first-child:last-child .visitor:before,
.scoreboard-wrapper:not(.league) .game .host:after,
.scoreboard-wrapper:not(.league) .game .host:before,
.scoreboard-wrapper:not(.league) .game .visitor:after,
.scoreboard-wrapper:not(.league) .game .visitor:before {
    content: "";
    display: table
}

.scoreboard-wrapper.league .game:first-child:last-child .host:after,
.scoreboard-wrapper.league .game:first-child:last-child .visitor:after,
.scoreboard-wrapper:not(.league) .game .host:after,
.scoreboard-wrapper:not(.league) .game .visitor:after {
    clear: both
}

.scoreboard-wrapper.league .game:first-child:last-child .host [class*="icon-logo-"],
.scoreboard-wrapper.league .game:first-child:last-child .visitor [class*="icon-logo-"],
.scoreboard-wrapper:not(.league) .game .host [class*=icon-logo-],
.scoreboard-wrapper:not(.league) .game .visitor [class*=icon-logo-] {
    height: 40px;
    width: 40px
}

.scoreboard-wrapper.league .game:first-child:last-child .host .score,
.scoreboard-wrapper.league .game:first-child:last-child .visitor .score,
.scoreboard-wrapper:not(.league) .game .host .score,
.scoreboard-wrapper:not(.league) .game .visitor .score {
    position: absolute
}

.scoreboard-wrapper.league .game:first-child:last-child .visitor,
.scoreboard-wrapper:not(.league) .game .visitor {
    float: left
}

.scoreboard-wrapper.league .game:first-child:last-child .visitor .name,
.scoreboard-wrapper.league .game:first-child:last-child .visitor [class*="icon-logo-"],
.scoreboard-wrapper:not(.league) .game .visitor .name,
.scoreboard-wrapper:not(.league) .game .visitor [class*=icon-logo-] {
    float: left;
    clear: both
}

.scoreboard-wrapper.league .game:first-child:last-child .visitor .score,
.scoreboard-wrapper:not(.league) .game .visitor .score {
    right: 5px;
    top: 10px
}

.scoreboard-wrapper.league .game:first-child:last-child .host,
.scoreboard-wrapper:not(.league) .game .host {
    float: right
}

.scoreboard-wrapper.league .game:first-child:last-child .host .name,
.scoreboard-wrapper.league .game:first-child:last-child .host [class*="icon-logo-"],
.scoreboard-wrapper:not(.league) .game .host .name,
.scoreboard-wrapper:not(.league) .game .host [class*=icon-logo-] {
    float: right;
    clear: both
}

.scoreboard-wrapper.league .game:first-child:last-child .host .score,
.scoreboard-wrapper:not(.league) .game .host .score {
    left: 5px;
    top: 10px
}

.scoreboard-wrapper.league .game:first-child:last-child .name,
.scoreboard-wrapper:not(.league) .game .name {
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
    width: 40px
}

.scoreboard-wrapper.league .game:first-child:last-child .score,
.scoreboard-wrapper:not(.league) .game .score {
    font-size: 28px
}

.scoreboard-wrapper.league .game:first-child:last-child .versus,
.scoreboard-wrapper:not(.league) .game .versus {
    font-size: 11px
}

.scoreboard-wrapper.league .game:first-child:last-child.live .score,
.scoreboard-wrapper:not(.league) .game.live .score {
    top: 5px
}

.scoreboard-wrapper.league.greycup .gc-sponsor {
    background-color: #2e2e2e;
    border-top: 4px solid #9E8861;
    color: #d9d9d9;
    display: block;
    font-family: Khand, sans-serif;
    font-weight: 500;
    font-size: 12px;
    height: 140px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    width: 140px
}

.scoreboard-wrapper.league.greycup .gc-sponsor>div {
    border-left: 1px solid #373737;
    height: 100%;
    padding: 10px 8px;
    width: 100%
}

.scoreboard-wrapper.league.greycup .gc-links {
    display: none;
    height: 140px;
    width: 200px;
    background-color: #2e2e2e;
    border-top: 4px solid #9E8861;
    font-family: Khand, sans-serif;
    font-weight: 500;
    font-size: 12px;
    overflow: hidden;
    padding: 6px 8px;
    text-transform: uppercase
}

.scoreboard-wrapper.league.greycup .gc-links ul {
    overflow: hidden
}

.scoreboard-wrapper.league.greycup .gc-links ul li {
    display: block;
    border-bottom: 1px solid #a6a6a6;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.scoreboard-wrapper.league.greycup .gc-links ul li:last-child {
    border-bottom: none;
    margin-bottom: none
}

.scoreboard-wrapper.league.greycup .gc-links a {
    color: #d9d9d9;
    display: block;
    max-height: 34px;
    overflow: hidden;
    text-decoration: none;
    width: 100%
}

.scoreboard-wrapper.league.greycup .game .gc-location {
    display: block
}

.scoreboard-wrapper.league.greycup .game .gc-title {
    color: #848484;
    display: block;
    font-family: Khand, sans-serif;
    font-weight: 600;
    font-size: 22px
}

.scoreboard-wrapper.league.greycup .game .gc-title .subtext {
    font-size: 12px
}

.scoreboard-wrapper.league.greycup .game .gc-nickname {
    display: block;
    clear: both;
    color: #848484;
    font-family: Hind, sans-serif;
    font-size: 11px;
    font-weight: 700
}

.scoreboard-wrapper.league.greycup .game .versus {
    display: none
}

.scoreboard-wrapper.league.greycup .game .gc-status {
    color: #848484;
    display: block;
    font-family: Khand, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-top: -15px;
    text-align: center;
    width: 30px
}

.scoreboard-wrapper.league.greycup .game .date {
    display: none
}

.scoreboard-wrapper.league.greycup .game .host,
.scoreboard-wrapper.league.greycup .game .visitor {
    margin-top: -40px
}

.scoreboard-wrapper.league.greycup .game .host .name,
.scoreboard-wrapper.league.greycup .game .visitor .name {
    line-height: 1;
    width: auto!important
}

.scoreboard-wrapper.league.greycup .game .host .name .long,
.scoreboard-wrapper.league.greycup .game .visitor .name .long {
    font-family: Hind, sans-serif;
    font-size: 14px;
    font-weight: 700
}

.scoreboard-wrapper.league.greycup .game .host .score,
.scoreboard-wrapper.league.greycup .game .visitor .score {
    margin-top: 15px
}

.scoreboard-wrapper.league.greycup .game .visitor .name {
    text-align: left
}

.scoreboard-wrapper.league.greycup .game .host .name {
    text-align: right
}

.scoreboard-placeholder {
    display: none;
    width: 100%;
    height: 145px;
    background-color: #9E8861
}

.draftboard-wrapper {
    font-family: Khand, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    background-color: #9E8861
}

.draftboard-wrapper .draftboard-container {
    margin: 0 auto;
    max-width: 1270px;
    padding: 0 20px;
    position: relative
}

.draftboard-wrapper .draftboard-inner {
    color: #fff;
    position: relative
}

.draftboard-wrapper .draftboard-inner .loading {
    background-color: #484848;
    border-top: 4px solid #9E8861;
    width: 100%;
    height: 140px;
    position: absolute;
    z-index: -1
}

.draftboard-wrapper .draftboard-contents {
    display: -ms-flexbox;
    display: flex
}

.draftboard-wrapper .draftboard-contents>div {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.draftboard-wrapper .draftboard-contents div.nav-next,
.draftboard-wrapper .draftboard-contents div.nav-prev {
    background-color: #9E8861;
    border-top: 4px solid #9E8861;
    cursor: pointer;
    height: 140px;
    text-align: center;
    width: 40px
}

.draftboard-wrapper .draftboard-contents div.nav-next.disabled span,
.draftboard-wrapper .draftboard-contents div.nav-prev.disabled span {
    opacity: .25
}

.draftboard-wrapper .draftboard-contents div.nav-next:not(.disabled):hover,
.draftboard-wrapper .draftboard-contents div.nav-prev:not(.disabled):hover {
    background-color: #d32c37;
    border-top-color: #d32c37
}

.draftboard-wrapper .draftboard-contents div.nav-next span,
.draftboard-wrapper .draftboard-contents div.nav-prev span {
    margin-top: 52px
}

.draftboard-wrapper .draftboard-contents div.draft-round {
    background-color: #2e2e2e;
    border-top: 4px solid #9E8861;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 140px;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 60px
}

.draftboard-wrapper .draftboard-contents div.draft-round .draft {
    font-size: 15px;
    margin-top: -10px
}

.draftboard-wrapper .draftboard-contents div.draft-round .round {
    font-family: Hind, sans-serif;
    font-size: 8px;
    margin: 20px 0 -10px
}

.draftboard-wrapper .draftboard-contents div.draft-round .number {
    font-size: 41px
}

.draftboard-wrapper .draftboard-contents div.picks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 140px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    overflow: hidden;
    border-top: 4px solid #9E8861;
    background-color: #2e2e2e
}

.draftboard-wrapper .draftboard-contents .pick {
    background-color: #191919;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: left;
    font-family: Khand, sans-serif;
    font-weight: 400;
    height: 140px;
    position: relative;
    width: 215px
}

.draftboard-wrapper .draftboard-contents .pick:hover {
    background-color: #2b2b2b;
    border-top-color: #d32c37
}

.draftboard-wrapper .draftboard-contents .pick:first-child .player,
.draftboard-wrapper .draftboard-contents .pick:first-child .team {
    border-left: none
}

.draftboard-wrapper .draftboard-contents .pick.latest {
    padding-top: 5px;
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1);
    background-color: #fff;
    border-right: none;
    border-top-width: 5px;
    color: #1c1c1c;
    height: 150px;
    margin-top: 0
}

.draftboard-wrapper .draftboard-contents .pick.latest .player,
.draftboard-wrapper .draftboard-contents .pick.latest .team {
    border-left: none
}

.draftboard-wrapper .draftboard-contents .pick.latest:hover {
    background-color: #f2f2f2;
    border-top-color: #a0222a
}

.draftboard-wrapper .draftboard-contents .pick.latest+.pick .player,
.draftboard-wrapper .draftboard-contents .pick.latest+.pick .team {
    border-left: none
}

.draftboard-wrapper .draftboard-contents .pick.latest .team .picknumber {
    color: #1c1c1c
}

.draftboard-wrapper .draftboard-contents .pick.latest .watermark {
    background-size: 125px 125px;
    height: 100px;
    width: 100px
}

.draftboard-wrapper .draftboard-contents .pick a {
    color: inherit;
    text-decoration: none
}

.draftboard-wrapper .draftboard-contents .pick .watermark {
    background-position: right -25px bottom -25px;
    background-size: 100px 100px;
    bottom: 0;
    height: 85px;
    opacity: .075;
    position: absolute;
    right: 0;
    width: 85px
}

.draftboard-wrapper .draftboard-contents .pick .team {
    -ms-flex-line-pack: center;
    align-content: center;
    border-left: 1px solid #2e2e2e;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px
}

.draftboard-wrapper .draftboard-contents .pick .team>span {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.draftboard-wrapper .draftboard-contents .pick .team [class*=logo-] {
    width: 20px;
    height: 20px
}

.draftboard-wrapper .draftboard-contents .pick .team .name {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 5px;
    padding: 0 5px
}

.draftboard-wrapper .draftboard-contents .pick .team .picknumber {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    margin: 1px 0;
    padding: 0 5px
}

.draftboard-wrapper .draftboard-contents .pick .player {
    -ms-flex-align: end;
    align-items: flex-end;
    border-left: 1px solid #2e2e2e;
    display: -ms-flexbox;
    display: flex;
    height: 86px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 10px;
    position: relative
}

.draftboard-wrapper .draftboard-contents .pick .player .position {
    color: #9E8861;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    line-height: .95;
    min-width: 45px;
    padding: 0 5px;
    text-align: right
}

.draftboard-wrapper .draftboard-contents .pick .player .ontheclock {
    bottom: 10px;
    display: block;
    font-size: 22px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.draftboard-wrapper .draftboard-contents .pick .player .details {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.draftboard-wrapper .draftboard-contents .pick .player .details .name {
    line-height: 1
}

.draftboard-wrapper .draftboard-contents .pick .player .details .school {
    color: #676767;
    font-size: 14px;
    display: none
}

.page-content.fqa .orange-page-header {
    margin-bottom: 37px
}

.page-content.fqa .accordion {
    margin-bottom: 30px
}

.page-content.fqa .accordion-section-title {
    display: inline-block;
    width: 100%;
    padding: 32px 55px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #202025;
    transition: all .2s ease-out
}

.page-content.fqa .accordion-section-title:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 50px;
    height: 80px;
    background: url(/wp-content/themes/cfl.ca/images/arrow.png) 50%/7px 13px no-repeat;
    transform: rotate(0deg);
    transition: all .2s ease-out
}

.page-content.fqa .accordion-section-title.active:before {
    transform: rotate(90deg)
}

.page-content.fqa .accordion-section-content {
    display: none;
    color: #848484;
    font-family: Hind, sans-serif;
    line-height: 1.5;
    padding: 0 55px 32px
}

.page-content.fqa .accordion-section-content a {
    color: #9E8861;
    text-decoration: underline
}

.page-content.fqa .accordion-section {
    position: relative
}

.page-content.fqa .email-info-section p {
    font-family: Hind, sans-serif;
    font-size: 18px;
    color: #848484;
    line-height: 1.5
}

.page-content.fqa .email-info-section p:first-child {
    margin-bottom: 15px
}

.page-content.fqa .faq-siedebar {
    padding: 0 30px;
    margin-bottom: 30px
}

.btn-grid {
    display: table;
    margin: 0 auto
}

.btn-grid .btn,
.btn-grid .btn-label {
    display: table-cell;
    width: auto;
    height: auto;
    float: none;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background-color: #848484;
    color: #373737;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-grid .btn,
.btn-grid .btn-label,
.btn-grid .btn-label.btn-first,
.btn-grid .btn.btn-first {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.btn-grid .btn-label.btn-first,
.btn-grid .btn.btn-first {
    border-left: 1px solid #bfbfbf;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.btn-grid .btn-label.btn-last,
.btn-grid .btn.btn-last {
    border-right: 1px solid #bfbfbf;
    -webkit-border-radius: 0 3px 3px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 3px 0;
    -moz-background-clip: padding;
    border-radius: 0 3px 3px 0;
    background-clip: padding-box
}

.btn-grid .btn-label.btn-active,
.btn-grid .btn.btn-active {
    cursor: default;
    background-color: #373737;
    color: #fff
}

.btn-grid .btn-label {
    background: none;
    border: none
}

.search-top-bar {
    background: #a6a6a6;
    padding: 20px 0;
    margin-bottom: 20px
}

.search-form {
    position: relative;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    min-height: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box
}

.search-form,
.search-form:hover {
    box-shadow: none
}

.search-form .form-text,
.search-form .form-text[type=text] {
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle
}

.search-form .form-clear {
    padding: 10px;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 10px;
    color: #373737;
    transform: translateY(-50%)
}

.search-section {
    margin-bottom: 40px
}

.search-reults-count {
    font-size: 11px;
    font-family: Khand, sans-serif;
    color: #373737;
    margin-bottom: 10px
}

.search-result-paging .item-list .pager li {
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 100%
}

.search-result-paging .item-list .pager li a {
    margin: 0
}

.view-filters {
    margin-bottom: 20px
}

.page-standings .container {
    background: #e9e9e9
}

.page-standings .east_div,
.page-standings .west_div {
    padding: 15px 20px;
    background-color: #c00712;
    font-family: Hind, sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700
}

.page-standings .east_div {
    background-color: #06407c
}

.page-standings .league-standing .table-wrapper img {
    width: 30px;
    height: auto;
    margin-right: 15px
}

.page-standings .league-standing .table-wrapper .align-left {
    text-align: left
}

.page-standings .league-standing .table-wrapper sup {
    margin-left: 2px;
    font-size: 9px;
    vertical-align: super
}

.page-standings .league-standing .table-wrapper td {
    height: 50px;
    font-weight: 400
}

.page-standings .league-standing .table-wrapper td.cell-position-cell,
.page-standings .league-standing .table-wrapper td.cell-team-cell,
.page-standings .league-standing .table-wrapper td[class*=sorting] {
    font-weight: 700
}

.page-standings .league-standing .table-wrapper td.cell-position-cell a,
.page-standings .league-standing .table-wrapper td.cell-team-cell a,
.page-standings .league-standing .table-wrapper td[class*=sorting] a {
    color: #262626
}

.page-standings .league-standing .btn-cta {
    padding: 17px 20px;
    background-color: #9E8861;
    font-size: 15px;
    float: right
}

.page-standings .league-standing .btn-cta .ico {
    margin: -2px 10px 0 0
}

.page-standings .league-standing .btn-cta .ico:hover {
    background-color: transparent
}

.page-standings .league-standing .btn-cta:hover {
    background-color: #d53943
}

.page-standings .league-standing .div-legend {
    margin-bottom: 30px
}

.page-standings .league-standing .div-legend p {
    display: inline;
    font-family: Hind, sans-serif;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 500
}

.page-standings .league-standing .div-legend p:first-child {
    margin-right: 15px
}

.page-standings .league-standing .div-legend p span {
    font-weight: 600
}

.page-standings .league-standing .swich-btn {
    width: auto;
    height: auto
}

.page-standings .league-standing .swich-btn a {
    padding: 15px 20px;
    font-size: 18px;
    width: auto;
    height: auto
}

.page-standings .league-standing .swich-btn a:hover {
    background-color: #9e9e9e
}

.page-standings .league-standing .swich-btn a.active:hover {
    background-color: #454545
}

.page-standings .league-standing .crossover {
    margin: 30px 0
}

.page-standings .league-standing .btn-filter {
    float: left
}

.page-standings .cell-team-cell {
    width: 20%
}

.gametracker-wrapper .loading {
    clear: both;
    height: 200px;
    position: relative
}

.gametracker-wrapper .tabs-container {
    text-align: center
}

.gametracker-wrapper .tabs-container .gt-tabs {
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    display: inline-block;
    font-size: 0;
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    width: auto!important
}

.gametracker-wrapper .tabs-container .gt-tabs .tab {
    border-right: 1px solid #bfbfbf;
    display: inline-block;
    width: 120px!important
}

.gametracker-wrapper .tabs-container .gt-tabs .tab:last-child {
    border-right: none
}

.gametracker-wrapper .tabs-container .gt-tabs .tab.disabled a {
    background-color: #f4f4f4;
    color: #d9d9d9;
    cursor: default
}

.gametracker-wrapper .tabs-container .gt-tabs .tab:not(.disabled) a {
    background-color: #e9e9e9;
    color: #373737
}

.gametracker-wrapper .tabs-container .gt-tabs .tab:not(.disabled) a:hover:not(.active) {
    color: #9E8861
}

.gametracker-wrapper .tabs-container .gt-tabs .tab:not(.disabled) a.active {
    background-color: #2b2b2b;
    color: #fff
}

.gametracker-wrapper .tabs-container .gt-tabs .tab a {
    display: block;
    font-family: Khand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 1;
    padding: 15px;
    text-transform: uppercase;
    text-decoration: none
}

.gametracker-wrapper .gt-panel {
    margin-top: 50px
}

.gametracker-wrapper .preview-tab .article-content {
    padding: 0
}

.gametracker-wrapper .preview-tab .article-content .preview-sponsor {
    margin: 0 0 20px
}

.gametracker-wrapper .preview-tab .article-content .article-tags {
    margin-bottom: 30px
}

.gametracker-wrapper .preview-tab .article-content .preview-tag-link a {
    background: none;
    color: #9E8861;
    font-family: Hind, sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 0
}

.gametracker-wrapper .preview-tab .article-content .icon-double-chevron {
    margin: -5px 0 0 5px
}

.gametracker-wrapper .preview-tab .article-content .preview-header-title {
    font-family: Khand, sans-serif;
    font-weight: 500;
    line-height: 1;
    margin: 10px 0 0;
    text-transform: uppercase
}

.gametracker-wrapper .preview-tab .article-content .article-pubdate {
    color: #848484;
    font-family: Khand, sans-serif;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase
}

.gametracker-wrapper .preview-tab .article-content .preview-article-body .media-flag-author {
    margin: 30px 0;
    padding: 20px 0
}

.gametracker-card {
    margin-bottom: 28px;
    overflow: hidden
}

.gametracker-card:not(.playbyplay) {
    border-top-width: 3px;
    border-top-style: solid
}

.gametracker-card.lions {
    border-top-color: #f05522
}

.gametracker-card.alouettes {
    border-top-color: #d70f27
}

.gametracker-card.argonauts {
    border-top-color: #6890c8
}

.gametracker-card.bluebombers {
    border-top-color: #b99359
}

.gametracker-card.eskimos {
    border-top-color: #fcb42b
}

.gametracker-card.redblacks {
    border-top-color: #ab1e2d
}

.gametracker-card.roughriders {
    border-top-color: #096140
}

.gametracker-card.stampeders {
    border-top-color: #cb232e
}

.gametracker-card.tiger-cats {
    border-top-color: #ffb614
}

.gametracker-card.playbyplay {
    clear: both
}

.gametracker-card.playbyplay td,
.gametracker-card.playbyplay th {
    text-align: center
}

.gametracker-card.playbyplay td.details,
.gametracker-card.playbyplay th.details {
    text-align: left;
    white-space: normal
}

.gametracker-card-title {
    padding: 15px
}

.gametracker-card-title.playbyplay {
    padding: 30px 30px 20px
}

.gametracker-card-title h2 {
    font-family: Khand, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase
}

.gametracker-card-body {
    overflow-y: visible;
    overflow-x: auto;
    margin: 0 15px 15px 150px
}

.gametracker-card-body.playbyplay {
    margin: 0;
    padding: 0 30px 30px
}

.gametracker-card-table {
    box-shadow: none;
    font-family: Hind, sans-serif;
    font-size: 14px
}

.gametracker-card-table .headcol {
    left: 15px;
    position: absolute;
    top: auto;
    width: 125px
}

.gametracker-card-table .headcol .namediv a {
    color: #000
}

.gametracker-card-table thead .headcol,
.gametracker-card-table thead tr,
.gametracker-card-table thead tr.row-head:first-child {
    background-color: #202025
}

.gametracker-card-table thead tr th {
    color: #fff
}

.gametracker-card-table thead tr th:nth-child(2) {
    background-color: #202025
}

.gametracker-card-table thead tr th .sign.arrow {
    margin-top: 8px
}

.gametracker-card-table thead tr th .sign.arrow.up {
    margin-top: 4px
}

.gametracker-card-table thead tr td:nth-child(2) {
    background: #fff
}

.gametracker-card-table thead tr:nth-of-type(2n) td:nth-child(2) {
    background: #f4f4f4
}

.gametracker-card-table tbody .headcol {
    white-space: normal
}

.gametracker-card-table tbody .headcol img {
    display: none
}

.gametracker-card-table tbody .headcol img+div {
    display: inline-block
}

.gametracker-card-table tbody tr:nth-of-type(odd),
.gametracker-card-table tbody tr:nth-of-type(odd) .headcol {
    background: #f9f9f9
}

.gametracker-card-table tbody tr:nth-of-type(2n),
.gametracker-card-table tbody tr:nth-of-type(2n) .headcol {
    background: #fff
}

.gametracker-card-table td,
.gametracker-card-table th {
    box-shadow: 0 0 0 rgba(1, 1, 2, .1);
    padding: 12px 5px;
    transition: box-shadow .2s ease-out
}

.gametracker-card-table td:first-child,
.gametracker-card-table th:first-child {
    text-align: left!important;
    padding-left: 10px
}

.gametracker-card-table td:last-child,
.gametracker-card-table th:last-child {
    padding-right: 10px
}

.gametracker-card-table .got-shadow {
    box-shadow: 0 3px 8px rgba(1, 1, 2, .3)
}

.gametracker-card-table sup {
    font-size: 9px;
    margin-left: 2px;
    vertical-align: super
}

.gametracker-card-table.injured-table td {
    padding: 0 15px 0 0
}

.gametracker-card-table:not(.playbyplay) tbody tr td,
.gametracker-card-table:not(.playbyplay) thead tr th {
    box-sizing: content-box
}

.gametracker-card-table.playbyplay tr.score td {
    font-weight: 600
}

.gametracker-card-table.playbyplay td:first-child,
.gametracker-card-table.playbyplay th:first-child {
    text-align: center!important
}

.gametracker-card-table.playbyplay tbody tr,
.gametracker-card-table.playbyplay thead tr {
    border-left-width: 3px;
    border-left-style: solid
}

.gametracker-card-table.playbyplay tbody tr.lions {
    border-left-color: #f05522
}

.gametracker-card-table.playbyplay tbody tr.alouettes {
    border-left-color: #d70f27
}

.gametracker-card-table.playbyplay tbody tr.argonauts {
    border-left-color: #6890c8
}

.gametracker-card-table.playbyplay tbody tr.bluebombers {
    border-left-color: #b99359
}

.gametracker-card-table.playbyplay tbody tr.eskimos {
    border-left-color: #fcb42b
}

.gametracker-card-table.playbyplay tbody tr.redblacks {
    border-left-color: #ab1e2d
}

.gametracker-card-table.playbyplay tbody tr.roughriders {
    border-left-color: #096140
}

.gametracker-card-table.playbyplay tbody tr.stampeders {
    border-left-color: #cb232e
}

.gametracker-card-table.playbyplay tbody tr.tiger-cats {
    border-left-color: #ffb614
}

.playtype-selector {
    margin-bottom: 20px
}

.gt-section-wrapper .mobile-tabpanel {
    *zoom: 1
}

.gt-section-wrapper .mobile-tabpanel:after,
.gt-section-wrapper .mobile-tabpanel:before {
    content: "";
    display: table
}

.gt-section-wrapper .mobile-tabpanel:after {
    clear: both
}

.boxscore-stats-wrapper,
.matchup-stats-wrapper {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    font-family: Khand, sans-serif;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.boxscore-stats-wrapper .team-legend,
.matchup-stats-wrapper .team-legend {
    border-top-style: solid;
    border-top-width: 3px;
    float: left;
    width: 50%
}

.boxscore-stats-wrapper .team-legend.lions,
.matchup-stats-wrapper .team-legend.lions {
    border-top-color: #f05522
}

.boxscore-stats-wrapper .team-legend.alouettes,
.matchup-stats-wrapper .team-legend.alouettes {
    border-top-color: #d70f27
}

.boxscore-stats-wrapper .team-legend.argonauts,
.matchup-stats-wrapper .team-legend.argonauts {
    border-top-color: #6890c8
}

.boxscore-stats-wrapper .team-legend.bluebombers,
.matchup-stats-wrapper .team-legend.bluebombers {
    border-top-color: #b99359
}

.boxscore-stats-wrapper .team-legend.eskimos,
.matchup-stats-wrapper .team-legend.eskimos {
    border-top-color: #fcb42b
}

.boxscore-stats-wrapper .team-legend.redblacks,
.matchup-stats-wrapper .team-legend.redblacks {
    border-top-color: #ab1e2d
}

.boxscore-stats-wrapper .team-legend.roughriders,
.matchup-stats-wrapper .team-legend.roughriders {
    border-top-color: #096140
}

.boxscore-stats-wrapper .team-legend.stampeders,
.matchup-stats-wrapper .team-legend.stampeders {
    border-top-color: #cb232e
}

.boxscore-stats-wrapper .team-legend.tiger-cats,
.matchup-stats-wrapper .team-legend.tiger-cats {
    border-top-color: #ffb614
}

.boxscore-stats-wrapper .heading,
.matchup-stats-wrapper .heading {
    float: left;
    width: 33.33%
}

.boxscore-stats-wrapper .heading h2,
.matchup-stats-wrapper .heading h2 {
    font-size: 26px;
    font-weight: 500
}

.boxscore-stats-wrapper .watermark,
.matchup-stats-wrapper .watermark {
    background-size: 340px 340px;
    height: 200px;
    opacity: .1;
    position: absolute;
    width: 260px
}

.boxscore-stats-wrapper .watermark.visitor,
.matchup-stats-wrapper .watermark.visitor {
    background-position: left -80px bottom -140px;
    bottom: 0;
    left: 0
}

.boxscore-stats-wrapper .watermark.host,
.matchup-stats-wrapper .watermark.host {
    background-position: right -80px bottom -140px;
    bottom: 0;
    right: 0
}

.boxscore-stats-wrapper .stats-table,
.matchup-stats-wrapper .stats-table {
    margin-bottom: 30px;
    width: 100%
}

.boxscore-stats-wrapper .stats-table td,
.boxscore-stats-wrapper .stats-table th,
.matchup-stats-wrapper .stats-table td,
.matchup-stats-wrapper .stats-table th {
    padding: 5px 0
}

.boxscore-stats-wrapper .stats-table th,
.matchup-stats-wrapper .stats-table th {
    font-size: 24px;
    font-weight: 500
}

.boxscore-stats-wrapper .stats-table tbody,
.matchup-stats-wrapper .stats-table tbody {
    font-size: 16px;
    font-weight: 400
}

.boxscore-stats-wrapper .stats-table tbody tr:nth-child(odd),
.matchup-stats-wrapper .stats-table tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .025)
}

.boxscore-stats-wrapper .stats-table .invisible,
.matchup-stats-wrapper .stats-table .invisible {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.matchup-stats-wrapper .stats-table {
    margin-bottom: 0
}

.matchup-stats-wrapper .stats-table tbody {
    font-size: 18px;
    font-weight: 400
}

.matchup-stats-wrapper .stats-table tbody tr:nth-child(odd) {
    background-color: transparent
}

.matchup-stats-wrapper .stats-table tbody td {
    padding: 0
}

.matchup-stats-wrapper .stats-table tbody td:nth-child(2) {
    font-weight: 500
}

.matchup-stats-wrapper .stats-table tbody td span {
    display: block;
    line-height: .9;
    margin: 0 0 30px;
    padding: 0 20px
}

.matchup-stats-wrapper .stats-table tbody td .visitor {
    border-right-width: 3px;
    border-right-style: solid;
    border-left: 3px solid transparent
}

.matchup-stats-wrapper .stats-table tbody td .visitor.lions {
    border-right-color: #f05522
}

.matchup-stats-wrapper .stats-table tbody td .visitor.alouettes {
    border-right-color: #d70f27
}

.matchup-stats-wrapper .stats-table tbody td .visitor.argonauts {
    border-right-color: #6890c8
}

.matchup-stats-wrapper .stats-table tbody td .visitor.bluebombers {
    border-right-color: #b99359
}

.matchup-stats-wrapper .stats-table tbody td .visitor.eskimos {
    border-right-color: #fcb42b
}

.matchup-stats-wrapper .stats-table tbody td .visitor.redblacks {
    border-right-color: #ab1e2d
}

.matchup-stats-wrapper .stats-table tbody td .visitor.roughriders {
    border-right-color: #096140
}

.matchup-stats-wrapper .stats-table tbody td .visitor.stampeders {
    border-right-color: #cb232e
}

.matchup-stats-wrapper .stats-table tbody td .visitor.tiger-cats {
    border-right-color: #ffb614
}

.matchup-stats-wrapper .stats-table tbody td .host {
    border-left-width: 3px;
    border-left-style: solid;
    border-right: 3px solid transparent
}

.matchup-stats-wrapper .stats-table tbody td .host.lions {
    border-left-color: #f05522
}

.matchup-stats-wrapper .stats-table tbody td .host.alouettes {
    border-left-color: #d70f27
}

.matchup-stats-wrapper .stats-table tbody td .host.argonauts {
    border-left-color: #6890c8
}

.matchup-stats-wrapper .stats-table tbody td .host.bluebombers {
    border-left-color: #b99359
}

.matchup-stats-wrapper .stats-table tbody td .host.eskimos {
    border-left-color: #fcb42b
}

.matchup-stats-wrapper .stats-table tbody td .host.redblacks {
    border-left-color: #ab1e2d
}

.matchup-stats-wrapper .stats-table tbody td .host.roughriders {
    border-left-color: #096140
}

.matchup-stats-wrapper .stats-table tbody td .host.stampeders {
    border-left-color: #cb232e
}

.matchup-stats-wrapper .stats-table tbody td .host.tiger-cats {
    border-left-color: #ffb614
}

.matchup-heading {
    font-family: Khand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase
}

.matchup-canvas-section .canvas-row {
    margin-bottom: 50px
}

.matchup-canvas-section .canvas-wrapper {
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .4);
    background-color: #fff;
    border: 1px solid #d9d9d9;
    float: left;
    margin: 0 1% 0 0
}

.matchup-canvas-section .canvas-wrapper:last-child {
    margin: 0
}

.matchup-canvas-section .canvas-inner {
    margin-bottom: -10px;
    padding: 0 30%
}

.matchup-canvas-section .canvas-footer {
    *zoom: 1;
    border-top: 1px solid #d9d9d9;
    font-family: Khand, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px;
    text-transform: uppercase
}

.matchup-canvas-section .canvas-footer:after,
.matchup-canvas-section .canvas-footer:before {
    content: "";
    display: table
}

.matchup-canvas-section .canvas-footer:after {
    clear: both
}

.matchup-canvas-section .canvas-footer .text {
    float: left
}

.matchup-canvas-section .canvas-footer .social-share {
    float: right
}

.matchup-team-leaders {
    font-family: Khand, sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase
}

.matchup-team-leaders .team-legend {
    border-top-style: solid;
    border-top-width: 3px;
    float: left;
    width: 50%
}

.matchup-team-leaders .team-legend.lions {
    border-top-color: #f05522
}

.matchup-team-leaders .team-legend.alouettes {
    border-top-color: #d70f27
}

.matchup-team-leaders .team-legend.argonauts {
    border-top-color: #6890c8
}

.matchup-team-leaders .team-legend.bluebombers {
    border-top-color: #b99359
}

.matchup-team-leaders .team-legend.eskimos {
    border-top-color: #fcb42b
}

.matchup-team-leaders .team-legend.redblacks {
    border-top-color: #ab1e2d
}

.matchup-team-leaders .team-legend.roughriders {
    border-top-color: #096140
}

.matchup-team-leaders .team-legend.stampeders {
    border-top-color: #cb232e
}

.matchup-team-leaders .team-legend.tiger-cats {
    border-top-color: #ffb614
}

.matchup-team-leaders .team-leaders-heading {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-top: none;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0 5px;
    text-align: center
}

.matchup-team-leaders .team-leaders-inner {
    *zoom: 1;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-top: none
}

.matchup-team-leaders .team-leaders-inner:after,
.matchup-team-leaders .team-leaders-inner:before {
    content: "";
    display: table
}

.matchup-team-leaders .team-leaders-inner:after {
    clear: both
}

.matchup-team-leaders .leader {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: left;
    width: 50%
}

.matchup-team-leaders .leader.visitor {
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: right
}

.matchup-team-leaders .leader.visitor .details {
    border-right: 1px solid #e9e9e9;
    margin-right: -1px;
    padding-right: 20px
}

.matchup-team-leaders .leader.host {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left
}

.matchup-team-leaders .leader.host .details {
    border-left: 1px solid #e9e9e9;
    padding-left: 20px
}

.matchup-team-leaders .leader>div {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.matchup-team-leaders .leader .image {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: auto
}

.matchup-team-leaders .leader .image img {
    height: 100%;
    width: auto
}

.matchup-team-leaders .leader .number {
    display: none
}

.matchup-team-leaders .leader .details {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-weight: 400;
    line-height: 1.1
}

.matchup-team-leaders .leader .details .name a {
    color: #2b2b2b;
    text-decoration: none
}

.matchup-team-leaders .leader .details .stats {
    color: #848484
}

.teams-tab .mobile-switcher-tabs {
    margin-bottom: 30px
}

.teams-tab .depthchart-title {
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase
}

.teams-tab .depthchart-text {
    margin-bottom: 20px
}

.teams-tab .depthchart-wrapper {
    *zoom: 1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px
}

.teams-tab .depthchart-wrapper:after,
.teams-tab .depthchart-wrapper:before {
    content: "";
    display: table
}

.teams-tab .depthchart-wrapper:after {
    clear: both
}

.teams-tab .injured-wrapper {
    *zoom: 1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin-bottom: 20px
}

.teams-tab .injured-wrapper:after,
.teams-tab .injured-wrapper:before {
    content: "";
    display: table
}

.teams-tab .injured-wrapper:after {
    clear: both
}

.teams-tab .lineup-selector {
    background-image: linear-gradient(180deg, #f4f4f4, #f5f5f5);
    padding: 20px 15px 0
}

.teams-tab .lineup-selector .btn {
    padding-bottom: 10px;
    width: 100%
}

.teams-tab .team-column {
    border-top-width: 3px;
    border-top-style: solid
}

.teams-tab .team-column.lions {
    border-top-color: #f05522
}

.teams-tab .team-column.lions .tooltip .main-player .number {
    color: #f05522
}

.teams-tab .team-column.lions .player {
    background-color: #f05522;
    border: 1px solid #d13e0e
}

.teams-tab .team-column.lions .player:hover {
    background-color: #a1300b;
    border-color: #712208
}

.teams-tab .team-column.lions .heading .position {
    color: #f05522
}

.teams-tab .team-column.alouettes {
    border-top-color: #d70f27
}

.teams-tab .team-column.alouettes .tooltip .main-player .number {
    color: #d70f27
}

.teams-tab .team-column.alouettes .player {
    background-color: #d70f27;
    border: 1px solid #a70c1e
}

.teams-tab .team-column.alouettes .player:hover {
    background-color: #780816;
    border-color: #48050d
}

.teams-tab .team-column.alouettes .heading .position {
    color: #d70f27
}

.teams-tab .team-column.argonauts {
    border-top-color: #6890c8
}

.teams-tab .team-column.argonauts .tooltip .main-player .number {
    color: #6890c8
}

.teams-tab .team-column.argonauts .player {
    background-color: #6890c8;
    border: 1px solid #4475b9
}

.teams-tab .team-column.argonauts .player:hover {
    background-color: #365d94;
    border-color: #28466f
}

.teams-tab .team-column.argonauts .heading .position {
    color: #6890c8
}

.teams-tab .team-column.bluebombers {
    border-top-color: #b99359
}

.teams-tab .team-column.bluebombers .tooltip .main-player .number {
    color: #b99359
}

.teams-tab .team-column.bluebombers .player {
    background-color: #b99359;
    border: 1px solid #9d7942
}

.teams-tab .team-column.bluebombers .player:hover {
    background-color: #795d33;
    border-color: #554224
}

.teams-tab .team-column.bluebombers .heading .position {
    color: #b99359
}

.teams-tab .team-column.eskimos {
    border-top-color: #fcb42b
}

.teams-tab .team-column.eskimos .tooltip .main-player .number {
    color: #fcb42b
}

.teams-tab .team-column.eskimos .player {
    background-color: #fcb42b;
    border: 1px solid #f19f03
}

.teams-tab .team-column.eskimos .player:hover {
    background-color: #be7e03;
    border-color: #8c5c02
}

.teams-tab .team-column.eskimos .heading .position {
    color: #fcb42b
}

.teams-tab .team-column.redblacks {
    border-top-color: #ab1e2d
}

.teams-tab .team-column.redblacks .tooltip .main-player .number {
    color: #ab1e2d
}

.teams-tab .team-column.redblacks .player {
    background-color: #ab1e2d;
    border: 1px solid #801622
}

.teams-tab .team-column.redblacks .player:hover {
    background-color: #540f16;
    border-color: #29070b
}

.teams-tab .team-column.redblacks .heading .position {
    color: #ab1e2d
}

.teams-tab .team-column.roughriders {
    border-top-color: #096140
}

.teams-tab .team-column.roughriders .tooltip .main-player .number {
    color: #096140
}

.teams-tab .team-column.roughriders .player {
    background-color: #096140;
    border: 1px solid #053221
}

.teams-tab .team-column.roughriders .player:hover {
    background-color: #000402;
    border-color: #000
}

.teams-tab .team-column.roughriders .heading .position {
    color: #096140
}

.teams-tab .team-column.stampeders {
    border-top-color: #cb232e
}

.teams-tab .team-column.stampeders .tooltip .main-player .number {
    color: #cb232e
}

.teams-tab .team-column.stampeders .player {
    background-color: #cb232e;
    border: 1px solid #a01c24
}

.teams-tab .team-column.stampeders .player:hover {
    background-color: #74141a;
    border-color: #490d10
}

.teams-tab .team-column.stampeders .heading .position {
    color: #cb232e
}

.teams-tab .team-column.tiger-cats {
    border-top-color: #ffb614
}

.teams-tab .team-column.tiger-cats .tooltip .main-player .number {
    color: #ffb614
}

.teams-tab .team-column.tiger-cats .player {
    background-color: #ffb614;
    border: 1px solid #e09a00
}

.teams-tab .team-column.tiger-cats .player:hover {
    background-color: #ad7700;
    border-color: #7a5400
}

.teams-tab .team-column.tiger-cats .heading .position {
    color: #ffb614
}

.teams-tab .team-column-inner {
    border: 1px solid #e9e9e9;
    border-top: none;
    border-bottom: none
}

.teams-tab .lineup-map {
    background-image: url(/wp-content/themes/cfl.ca/images/gametracker-field-map-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding-bottom: 60%;
    position: relative
}

.teams-tab .lineup-map .player {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .8);
    transition: all .3s ease-out;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    cursor: default;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    height: 11%;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 6.5%
}

.teams-tab .lineup-map .player:hover {
    transform: scale(1.15) translate(-43%, -43%)
}

.teams-tab .lineup-map .player span {
    cursor: default
}

.teams-tab .lineup-map.offence-standard .defence1,
.teams-tab .lineup-map.offence-standard .defence2,
.teams-tab .lineup-map.offence-standard .offence2 {
    display: none
}

.teams-tab .lineup-map.offence-standard .player.c {
    left: 50%;
    top: 65%
}

.teams-tab .lineup-map.offence-standard .player.qb {
    left: 50%;
    top: 45.5%
}

.teams-tab .lineup-map.offence-standard .player.g1 {
    left: 39%;
    top: 65%
}

.teams-tab .lineup-map.offence-standard .player.g2 {
    left: 61%;
    top: 65%
}

.teams-tab .lineup-map.offence-standard .player.t1 {
    left: 28%;
    top: 65%
}

.teams-tab .lineup-map.offence-standard .player.t2 {
    left: 72%;
    top: 65%
}

.teams-tab .lineup-map.offence-standard .player.rb1 {
    left: 40%;
    top: 26%
}

.teams-tab .lineup-map.offence-standard .player.rb2 {
    left: 60%;
    top: 26%
}

.teams-tab .lineup-map.offence-standard .player.wr1 {
    left: 17%;
    top: 45.5%
}

.teams-tab .lineup-map.offence-standard .player.wr2 {
    left: 25%;
    top: 45.5%
}

.teams-tab .lineup-map.offence-standard .player.wr3 {
    left: 75%;
    top: 45.5%
}

.teams-tab .lineup-map.offence-standard .player.wr4 {
    left: 83%;
    top: 45.5%
}

.teams-tab .lineup-map.offence-5-wide-receivers .defence1,
.teams-tab .lineup-map.offence-5-wide-receivers .defence2,
.teams-tab .lineup-map.offence-5-wide-receivers .offence1 {
    display: none
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.c {
    left: 50%;
    top: 65%
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.qb {
    left: 50%;
    top: 45.5%
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.g1 {
    left: 40%;
    top: 65%
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.g2 {
    left: 60%;
    top: 65%
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.t1 {
    left: 30%;
    top: 65%
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.t2 {
    left: 70%;
    top: 65%
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.rb1 {
    left: 50%;
    top: 26%
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.wr1 {
    left: 15%;
    top: 45.5%
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.wr2 {
    left: 23%;
    top: 45.5%
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.wr3 {
    left: 31%;
    top: 45.5%
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.wr4 {
    left: 73%;
    top: 45.5%
}

.teams-tab .lineup-map.offence-5-wide-receivers .player.wr5 {
    left: 81%;
    top: 45.5%
}

.teams-tab .lineup-map.defence-4-3 .defence2,
.teams-tab .lineup-map.defence-4-3 .offence1,
.teams-tab .lineup-map.defence-4-3 .offence2 {
    display: none
}

.teams-tab .lineup-map.defence-4-3 .player.s {
    left: 50%;
    top: 26%
}

.teams-tab .lineup-map.defence-4-3 .player.mlb {
    left: 50%;
    top: 50%
}

.teams-tab .lineup-map.defence-4-3 .player.dt1 {
    left: 39%;
    top: 65%
}

.teams-tab .lineup-map.defence-4-3 .player.dt2 {
    left: 61%;
    top: 65%
}

.teams-tab .lineup-map.defence-4-3 .player.de1 {
    left: 28%;
    top: 65%
}

.teams-tab .lineup-map.defence-4-3 .player.de2 {
    left: 72%;
    top: 65%
}

.teams-tab .lineup-map.defence-4-3 .player.cb1 {
    left: 20%;
    top: 39%
}

.teams-tab .lineup-map.defence-4-3 .player.cb2 {
    left: 80%;
    top: 39%
}

.teams-tab .lineup-map.defence-4-3 .player.lb1 {
    left: 34%;
    top: 50%
}

.teams-tab .lineup-map.defence-4-3 .player.lb2 {
    left: 66%;
    top: 50%
}

.teams-tab .lineup-map.defence-4-3 .player.db1 {
    left: 30%;
    top: 32%
}

.teams-tab .lineup-map.defence-4-3 .player.db2 {
    left: 70%;
    top: 32%
}

.teams-tab .lineup-map.defence-3-4 .defence1,
.teams-tab .lineup-map.defence-3-4 .offence1,
.teams-tab .lineup-map.defence-3-4 .offence2 {
    display: none
}

.teams-tab .lineup-map.defence-3-4 .player.s {
    left: 50%;
    top: 26%
}

.teams-tab .lineup-map.defence-3-4 .player.nt {
    left: 50%;
    top: 65%
}

.teams-tab .lineup-map.defence-3-4 .player.de1 {
    left: 40%;
    top: 65%
}

.teams-tab .lineup-map.defence-3-4 .player.de2 {
    left: 60%;
    top: 65%
}

.teams-tab .lineup-map.defence-3-4 .player.cb1 {
    left: 20%;
    top: 39%
}

.teams-tab .lineup-map.defence-3-4 .player.cb2 {
    left: 80%;
    top: 39%
}

.teams-tab .lineup-map.defence-3-4 .player.lb1 {
    left: 34%;
    top: 50%
}

.teams-tab .lineup-map.defence-3-4 .player.lb2 {
    left: 45%;
    top: 50%
}

.teams-tab .lineup-map.defence-3-4 .player.lb3 {
    left: 55%;
    top: 50%
}

.teams-tab .lineup-map.defence-3-4 .player.lb4 {
    left: 66%;
    top: 50%
}

.teams-tab .lineup-map.defence-3-4 .player.db1 {
    left: 30%;
    top: 32%
}

.teams-tab .lineup-map.defence-3-4 .player.db2 {
    left: 70%;
    top: 32%
}

.teams-tab .player-table {
    background-color: #fff;
    list-style: none
}

.teams-tab .player-row {
    transition: background-color .3s ease-out;
    background-color: #fff;
    font-family: Hind, sans-serif;
    font-size: 12.99998px;
    font-weight: 600
}

.teams-tab .player-row.active {
    background-color: #f4f4f4
}

.teams-tab .player-row.active .icon-dropdown {
    display: none
}

.teams-tab .player-row.active .additional-player {
    background-color: #e9e9e9
}

.teams-tab .player-row:not(.active) .icon-collapse {
    display: none
}

.teams-tab .player-row .additional-player,
.teams-tab .player-row .heading {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.teams-tab .player-row .additional-player>div,
.teams-tab .player-row .heading>div {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.teams-tab .player-row .additional-player .image,
.teams-tab .player-row .heading .image {
    margin-right: 10px
}

.teams-tab .player-row .additional-player .number,
.teams-tab .player-row .heading .number {
    margin-right: 10px;
    text-align: right;
    width: 30px
}

.teams-tab .player-row .additional-player .name,
.teams-tab .player-row .heading .name {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-weight: 400
}

.teams-tab .player-row .heading {
    cursor: default;
    height: 40px
}

.teams-tab .player-row .heading .image {
    height: 40px;
    width: auto
}

.teams-tab .player-row .heading .position {
    text-align: center;
    width: 25px
}

.teams-tab .player-row .heading .expand {
    margin-right: 15px
}

.teams-tab .player-row .heading .expand .icon-collapse,
.teams-tab .player-row .heading .expand .icon-dropdown {
    height: 6px;
    width: 10px
}

.teams-tab .player-row .additional-player {
    border-bottom: 1px solid #f4f4f4;
    height: 30px
}

.teams-tab .player-row .additional-player:last-child {
    border-bottom: none
}

.teams-tab .player-row .additional-player .image-spacer {
    margin-right: 10px;
    width: 60px
}

.teams-tab .player-row .additional-player .position-spacer {
    width: 25px
}

.teams-tab .player-row .additional-player .icon-spacer {
    margin-right: 15px;
    width: 10px
}

.teams-tab .injured-title {
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase
}

.teams-tab .team-column.injured {
    background-color: #fff
}

.teams-tab .injured-player-cell {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.teams-tab .injured-player-cell>div {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.teams-tab .injured-player-cell .player-cell-image {
    height: 40px;
    margin-right: 10px;
    width: auto
}

.teams-tab .injured-player-cell .player-cell-details {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-weight: 400
}

.gametracker-lineup-map-tooltip {
    display: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    font-family: Hind, sans-serif;
    padding: 15px 15px 5px;
    width: 280px;
    z-index: 1;
    margin-left: 115px
}

.gametracker-lineup-map-tooltip .main-player {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-contents: space-between;
    margin-bottom: 10px;
    text-transform: uppercase
}

.gametracker-lineup-map-tooltip .main-player .image {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    margin-right: 10px;
    width: 60px
}

.gametracker-lineup-map-tooltip .main-player .details {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-weight: 700;
    line-height: 1
}

.gametracker-lineup-map-tooltip .main-player .details .firstname {
    color: #848484;
    font-size: 9px
}

.gametracker-lineup-map-tooltip .main-player .details .lastname {
    font-size: 16px
}

.gametracker-lineup-map-tooltip .main-player .details .number {
    font-size: 9px
}

.gametracker-lineup-map-tooltip .additional-player {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    justify-contents: space-between
}

.gametracker-lineup-map-tooltip .additional-player .number {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    margin-right: 10px;
    text-align: right;
    width: 30px
}

.gametracker-lineup-map-tooltip .additional-player .name {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-weight: 400
}

.gametracker-lineup-map-tooltip .pointer {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #fff;
    bottom: -15px;
    display: block;
    height: 0;
    position: relative;
    width: 0;
    left: 56px
}

.league-leaders .table-wrapper {
    margin-bottom: 4%
}

.league-leaders .table-wrapper thead tr th {
    padding: 25px 17px 15px;
    font-family: Khand, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #b5262e;
    text-align: left;
    text-transform: uppercase
}

.league-leaders .table-wrapper .leader-all-btn {
    position: relative;
    height: 45px;
    text-transform: uppercase
}

.league-leaders .table-wrapper .leader-all-btn a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 3;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #444344
}

.league-leaders .table-wrapper .leader-all-btn a:hover {
    color: #9E8861
}

.league-leaders .player-tooltip-wrapper {
    border: 0
}

.league-leaders .player-tooltip-wrapper:first-child td {
    font-size: 18px
}

.league-leaders .player-tooltip-wrapper:first-child .avatar-cell img {
    height: 70px
}

.league-leaders .player-tooltip-wrapper:first-child .leaders-stat {
    font-size: 30px
}

.league-leaders .player-tooltip-wrapper td {
    padding: 17px 0 16px
}

.league-leaders .player-tooltip-wrapper td:first-child {
    width: 10%;
    padding: 0;
    text-align: center
}

.league-leaders .player-tooltip-wrapper td:first-child.team-cell {
    padding-left: 10px
}

.league-leaders .player-tooltip-wrapper .avatar-cell {
    display: none
}

.league-leaders .player-tooltip-wrapper .team-cell {
    width: 20%;
    padding: 0
}

.league-leaders .player-tooltip-wrapper .team-cell img {
    height: 30px
}

.league-leaders .player-tooltip-wrapper .leaders-stat {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 24px
}

.league-leaders .player-tooltip-wrapper .team-stat {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 18px
}

.league-leaders .player-tooltip-wrapper .txt-left a {
    text-decoration: none;
    color: #1c1c1c
}

.league-leaders .player-tooltip-wrapper .team-stat-leader {
    display: table;
    margin: 0 auto
}

.league-leaders .player-tooltip-wrapper .team-stat-leader .logo {
    width: 50;
    float: left;
    text-align: right;
    padding: 10px
}

.league-leaders .player-tooltip-wrapper .team-stat-leader .logo span {
    width: 75px;
    height: 75px
}

.league-leaders .player-tooltip-wrapper .team-stat-leader .team-stat {
    width: 50;
    float: left;
    text-align: left;
    padding: 10px
}

.league-leaders .player-tooltip-wrapper .team-stat-leader .team-stat .location {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.league-leaders .player-tooltip-wrapper .team-stat-leader .team-stat .nickname {
    text-transform: uppercase;
    font-weight: 700
}

.league-leaders .player-tooltip-wrapper .team-stat-leader .team-stat .stat {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    margin-top: 10px
}

.league-leaders h1 {
    margin-top: 30px;
    font-family: Khand, sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: 202020;
    text-transform: uppercase
}

.dt-herodate {
    background: #2b2b2b;
    border-top: 3px solid #9E8861;
    padding: 16px 16px 20px
}

.dt-herodate-date,
.dt-herodate-title {
    font-family: Khand, sans-serif;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1;
    text-transform: uppercase
}

.dt-herodate-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 34px;
    position: relative
}

.dt-herodate-title:after {
    border-bottom: 2px solid #424242;
    bottom: -16px;
    content: "";
    position: absolute;
    left: 0;
    right: 20px
}

.dt-herodate-draft {
    display: block;
    font-size: 30px
}

.dt-herodate-date {
    color: #848484;
    font-size: 22px
}

.dt-seasonselect,
.dt-teamselect {
    margin-bottom: 25px
}

.dt-teamselect {
    float: right
}

.dt-refresh {
    margin-bottom: 14px;
    padding: 13px
}

.dt-refresh p {
    font-size: 16px
}

.dt-refresh .dt-refresh-title {
    color: #9E8861;
    font-family: Khand, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.08333333;
    margin-bottom: 12px;
    text-transform: uppercase
}

.dt-round {
    margin-bottom: 22px;
    padding: 15px 0 13px
}

.dt-round .dt-round-title {
    color: #9E8861;
    font-family: Khand, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.08333333;
    margin-bottom: 12px;
    padding: 0 13px;
    text-transform: uppercase
}

.dt-round .dt-round-content-wrap {
    overflow: hidden
}

.dt-round .dt-round-content-wrap .dt-round-content {
    overflow: auto
}

.dt-round .dt-round-content-wrap .dt-round-content .table-wrapper tr:first-child td {
    width: 0
}

.dt-round .dt-round-content-wrap .dt-round-content .table-wrapper tr:nth-of-type(2n) {
    background: #fff
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table {
    min-width: 100%;
    width: auto
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table td,
.dt-round .dt-round-content-wrap .dt-round-content .dt-table th {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table th.cell-th {
    color: #fff
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table th.player-th {
    width: 40%
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table .overall-num-cell {
    border-right: 2px solid #f0f1f1;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table span[class*=icon-logo-] {
    width: 75px;
    height: 75px;
    padding: 0
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table .draft-player-cell {
    padding-bottom: 5px
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table .draft-player-cell span {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 16px
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table .draft-school-cell {
    text-transform: uppercase
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table .draft-dob-cell,
.dt-round .dt-round-content-wrap .dt-round-content .dt-table .draft-height-cell,
.dt-round .dt-round-content-wrap .dt-round-content .dt-table .draft-position-cell,
.dt-round .dt-round-content-wrap .dt-round-content .dt-table .draft-weight-cell {
    font-size: 18px
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table .draft-notes-cell {
    border-bottom: 2px solid #f4f4f4
}

.dt-round .dt-round-content-wrap .dt-round-content .dt-table .draft-notes-row-cell {
    border-bottom: 2px solid #f4f4f4;
    padding-top: 0;
    padding-bottom: 20px
}

.standings-section {
    padding-top: 20px!important
}

.standings-meta-top .share {
    display: none
}

.standings-meta-top .standings-ad {
    float: right
}

.standings-switch {
    font-size: 0;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

.standings-switch .button {
    border: 1px solid #bfbfbf;
    display: inline-block;
    color: #444344;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 1;
    padding: 16px 25px;
    text-align: center;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none
}

.standings-switch .active {
    background: #2b2b2b!important;
    color: #fff
}

.standings-switch #btn-standings {
    background: #e9e9e9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.standings-switch #btn-crossover {
    background: #e9e9e9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.page-template-page-STANDINGS .standings-content .standings-card {
    border: 0;
    margin-bottom: 28px;
    overflow: hidden
}

.page-template-page-STANDINGS .standings-content .standings-card-title {
    padding: 15px
}

.page-template-page-STANDINGS .standings-content .standings-card-title h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.page-template-page-STANDINGS .standings-content .west-division {
    background-color: #c00712
}

.page-template-page-STANDINGS .standings-content .east-division {
    background-color: #06407c
}

.page-template-page-STANDINGS .standings-content .crossover-division {
    background-color: #848484
}

.page-template-page-STANDINGS .standings-content .out-division {
    background-color: #202025
}

.page-template-page-STANDINGS .standings-content .standings-card-body {
    overflow: auto
}

.standings-card-table {
    min-width: 697px
}

.standings-card-table tr th:nth-child(2) {
    background-color: #373737
}

.standings-card-table tr td:nth-child(2) {
    background: #fff
}

.standings-card-table tr:nth-of-type(2n) td:nth-child(2) {
    background: #f4f4f4
}

.standings-card-table td,
.standings-card-table th {
    box-shadow: 0 0 0 rgba(1, 1, 2, .1);
    transition: box-shadow .2s ease-out
}

.standings-card-table .got-shadow {
    box-shadow: 0 3px 8px rgba(1, 1, 2, .3)
}

.standings-card-table sup {
    font-size: 9px;
    margin-left: 2px;
    vertical-align: super
}

.standings-card-table .cell-team-cell {
    width: 25%;
    min-width: 25%
}

.standings-card-table .cell-team-cell a {
    color: inherit;
    font-weight: 600;
    text-decoration: none
}

.standings-card-table .cell-team-logo {
    margin-right: 15px;
    width: 30px
}

.standings-card-table .cell-team-img {
    height: auto;
    margin: -8px 0;
    width: 100%
}

.ajax-score-container .filters {
    width: 100px;
    position: absolute;
    left: 90px;
    z-index: 100;
    background: #252525;
    border-top: 4px solid #9E8861;
    top: 10px;
    padding: 10px;
    padding-bottom: 30px
}

.ajax-score-container .filters .head,
.ajax-score-container .filters a {
    text-transform: uppercase;
    font-family: Khand;
    font-size: 14px;
    color: #868686;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block
}

.ajax-score-container .filters .head {
    color: #fff;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    border-top: 1px solid #868686;
    border-bottom: 1px solid #868686
}

.ajax-score-container .filters a.active {
    color: #fff
}

.ajax-score-container .filters .filters-bottom-arrow {
    height: 30px;
    width: 100%;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    border-top: 1px solid #2f2f2f
}

.ajax-score-container .filters .filters-bottom-arrow:before {
    content: "\25b2";
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 20%
}

.ajax-score-container .filters .filters-bottom-arrow.down:before {
    content: "\25bc";
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 20%
}

.ajax-score-container .filters.closed {
    height: 117px;
    overflow: hidden;
    width: 60px;
    padding-top: 5px
}

.ajax-score-container .filters.closed a {
    display: none
}

.ajax-score-container .filters.closed a.active {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 700
}

.ajax-score-container .filters.closed .head {
    border: none;
    padding-left: 4px;
    text-align: center
}

.header.header-with-scb .slick-list {
    margin-left: 120px
}

.grey-cup {
    width: 60px;
    height: 117px;
    position: absolute;
    right: 90px;
    z-index: 100;
    background: #252525;
    border-top: 4px solid #9E8861;
    top: 10px;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 30px
}

.grey-cup .grey-cup-head {
    text-transform: uppercase;
    font-family: Khand;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 0;
    display: block;
    color: #fff;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 4px;
    text-align: center
}

.grey-cup .grey-cup-image {
    margin-left: -3px;
    margin-right: -3px
}

.grey-cup .grey-cup-image img {
    width: 100%
}

.grey-cup .bottom-link {
    height: 30px;
    width: 100%;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    border-top: 1px solid #2f2f2f
}

.grey-cup .bottom-link .grey-cup-link {
    height: 100%
}

.grey-cup .bottom-link .grey-cup-link a {
    position: relative;
    display: block;
    height: 100%;
    font-weight: 500;
    font-family: Khand;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
    color: #676767;
    background: transparent;
    text-align: center;
    transition: all .2s ease-out
}

.grey-cup .bottom-link .grey-cup-link a:hover {
    color: #fff;
    background: #2f2f2f
}

.schedule-wrapper {
    padding-top: 20px
}

.schedule-wrapper .filters {
    *zoom: 1
}

.schedule-wrapper .filters:after,
.schedule-wrapper .filters:before {
    content: "";
    display: table
}

.schedule-wrapper .filters:after {
    clear: both
}

.schedule-wrapper .season-selector {
    margin-bottom: 0;
    float: left
}

.schedule-wrapper .timezone-selector,
.schedule-wrapper .week-selector {
    display: none
}

.schedule-wrapper .pdf-selector {
    display: none;
    margin-top: 10px
}

.schedule-wrapper .calendar-download-selector {
    float: left
}

.schedule-wrapper .pdf-btn {
    display: none
}

.schedule-wrapper .schedule-week {
    clear: both;
    margin-top: 40px
}

.schedule-wrapper .schedule-week:last-child {
    margin-bottom: 40px
}

.schedule-wrapper .schedule-week .week-info {
    *zoom: 1;
    color: #848484;
    font-family: Khand, sans-serif;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.schedule-wrapper .schedule-week .week-info:after,
.schedule-wrapper .schedule-week .week-info:before {
    content: "";
    display: table
}

.schedule-wrapper .schedule-week .week-info:after {
    clear: both
}

.schedule-wrapper .schedule-week .week-info h2 {
    float: left;
    font-size: 24px;
    font-weight: 500
}

.schedule-wrapper .schedule-week .week-info .sponsor {
    float: right;
    font-size: 14px;
    font-weight: 500
}

.schedule-wrapper .week-block {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0
}

.schedule-wrapper .week-block:after,
.schedule-wrapper .week-block:before {
    content: "";
    display: table
}

.schedule-wrapper .week-block:after {
    clear: both
}

.schedule-wrapper .week-row {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin-bottom: 10px
}

.schedule-wrapper .heading {
    *zoom: 1;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    position: relative;
    width: 100%
}

.schedule-wrapper .heading:after,
.schedule-wrapper .heading:before {
    content: "";
    display: table
}

.schedule-wrapper .heading:after {
    clear: both
}

.schedule-wrapper .heading.live .status {
    color: #9E8861
}

.schedule-wrapper .heading>div {
    cursor: default;
    float: left;
    padding: 10px;
    text-align: center;
    vertical-align: middle
}

.schedule-wrapper .heading.active div.controls .icon-chevron-up {
    display: inline-block
}

.schedule-wrapper .heading.active .icon-chevron-down,
.schedule-wrapper .heading .sponsored,
.schedule-wrapper .heading div.controls {
    display: none
}

.schedule-wrapper .heading div.date-time {
    *zoom: 1;
    font-family: Khand, sans-serif;
    position: relative;
    text-align: left;
    width: 100%
}

.schedule-wrapper .heading div.date-time:after,
.schedule-wrapper .heading div.date-time:before {
    content: "";
    display: table
}

.schedule-wrapper .heading div.date-time:after {
    clear: both
}

.schedule-wrapper .heading div.date-time .date {
    color: #848484;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    padding: 12px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap
}

.schedule-wrapper .heading div.date-time .status,
.schedule-wrapper .heading div.date-time .time {
    font-size: 16px;
    font-weight: 500;
    left: 50%;
    padding-top: 2px;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap
}

.schedule-wrapper .heading div.date-time .status,
.schedule-wrapper .heading div.date-time .time {
    color: #1c1c1c
}

.schedule-wrapper .heading div.matchup {
    *zoom: 1;
    margin-top: 20px;
    width: 100%
}

.schedule-wrapper .heading div.matchup:after,
.schedule-wrapper .heading div.matchup:before {
    content: "";
    display: table
}

.schedule-wrapper .heading div.matchup:after {
    clear: both
}

.schedule-wrapper .heading div.matchup>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.schedule-wrapper .heading div.matchup>div>span {
    float: left;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 60px
}

.schedule-wrapper .heading div.matchup .host,
.schedule-wrapper .heading div.matchup .visitor {
    font-family: Hind, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

.schedule-wrapper .heading div.matchup .host span[class*=icon-],
.schedule-wrapper .heading div.matchup .visitor span[class*=icon-] {
    display: block;
    height: 40px;
    margin: 0 auto;
    width: 40px
}

.schedule-wrapper .heading div.matchup .host span[class*=icon-]:after,
.schedule-wrapper .heading div.matchup .visitor span[class*=icon-]:after {
    content: "\A"
}

.schedule-wrapper .heading div.matchup .host span.text,
.schedule-wrapper .heading div.matchup .visitor span.text {
    display: block;
    margin: 5px auto 0;
    text-transform: uppercase;
    width: 40px
}

.schedule-wrapper .heading div.matchup .host .text:first-child {
    display: none
}

.schedule-wrapper .heading div.matchup .host-score,
.schedule-wrapper .heading div.matchup .visitor-score {
    font-family: Khand, sans-serif;
    font-size: 42px;
    font-weight: 500;
    width: 40px
}

.schedule-wrapper .heading div.matchup .versus {
    color: #848484;
    font-family: Khand, sans-serif;
    font-size: 18px;
    font-weight: 500
}

.schedule-wrapper .heading div.action {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.schedule-wrapper .heading div.action a {
    display: block;
    text-decoration: none
}

.schedule-wrapper .heading div.action .btn {
    display: none
}

.schedule-wrapper .heading div.action .act-buy-tickets {
    float: right;
    width: 55px;
    padding-right: 5px
}

.schedule-wrapper .heading div.action .act-buy-tickets img {
    vertical-align: top
}

.schedule-wrapper .heading div.action .gametracker .btn {
    background: #575757;
    transition: all .3s ease-out
}

.schedule-wrapper .heading div.action .gametracker .btn:hover {
    background-color: #717171
}

.schedule-wrapper .quicklook-wrapper .article-loading {
    display: none
}

.roster-table-wrap {
    box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
}

.roster-table-wrap tr td:nth-child(2),
.roster-table-wrap tr th:nth-child(2) {
    display: none
}

.single-player #profile a,
.single-player #profile a:visited {
    color: #9E8861;
    text-decoration: none
}

.quicklook-wrapper .matchup {
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    text-transform: uppercase
}

.quicklook-wrapper .matchup>div {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.quicklook-wrapper .matchup .host,
.quicklook-wrapper .matchup .visitor {
    font-family: Hind, sans-serif;
    font-weight: 700
}

.quicklook-wrapper .matchup .visitor {
    margin: 40px 0 0 20px;
    text-align: left
}

.quicklook-wrapper .matchup .visitor>div {
    float: left
}

.quicklook-wrapper .matchup .visitor .logo {
    margin-right: 20px
}

.quicklook-wrapper .matchup .host {
    margin: 40px 20px 0 0;
    text-align: right
}

.quicklook-wrapper .matchup .host>div {
    float: right
}

.quicklook-wrapper .matchup .host .logo {
    margin-left: 20px
}

.quicklook-wrapper .matchup .logo span {
    height: 70px;
    width: 70px
}

.quicklook-wrapper .matchup .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 70px;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1
}

.quicklook-wrapper .matchup .city {
    font-size: 12px
}

.quicklook-wrapper .matchup .team {
    font-size: 21px;
    clear: both
}

.quicklook-wrapper .matchup .host-score,
.quicklook-wrapper .matchup .visitor-score {
    font-family: Khand, sans-serif;
    font-size: 52px;
    font-weight: 500;
    margin-top: 40px
}

.quicklook-wrapper .matchup .game-data {
    font-family: Khand, sans-serif;
    font-weight: 500
}

.quicklook-wrapper .matchup .game-data table {
    margin: 10px auto 0
}

.quicklook-wrapper .matchup .game-data thead {
    font-size: 12px
}

.quicklook-wrapper .matchup .game-data thead th {
    font-weight: 500
}

.quicklook-wrapper .matchup .game-data tbody {
    font-size: 16px
}

.quicklook-wrapper .matchup .game-data tbody td {
    border: 1px solid #e9e9e9;
    padding: 2px 10px 0
}

.quicklook-wrapper .matchup .game-data tbody td:first-child {
    padding: 2px 4px 0
}

.quicklook-wrapper .matchup .status {
    font-family: Khand, sans-serif;
    font-weight: 600;
    font-size: 18px
}

.quicklook-wrapper .top {
    *zoom: 1;
    border-bottom: 1px solid #d9d9d9;
    /*height: 100px;*/
    padding-top: 30px;
    position: relative
}

.quicklook-wrapper .top:after,
.quicklook-wrapper .top:before {
    content: "";
    display: table
}

.quicklook-wrapper .top:after {
    clear: both
}

.quicklook-wrapper .countdown {
    font-family: Khand, sans-serif;
    font-weight: 600;
    line-height: 1;
    text-align: center
}

.quicklook-wrapper .countdown>div {
    display: inline-block
}

.quicklook-wrapper .countdown .number {
    font-size: 39px;
    line-height: .8;
    width: 50px
}

.quicklook-wrapper .countdown .text {
    color: #848484;
    font-family: Hind, sans-serif;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase
}

.quicklook-wrapper .countdown .separator {
    display: inline-block;
    font-size: 34px;
    vertical-align: top
}

.quicklook-wrapper .special {
    color: #848484;
    font-family: Khand, sans-serif;
    font-size: 20px;
    font-weight: 400;
    left: 60px;
    position: absolute;
    text-transform: uppercase;
    top: 30px
}

.quicklook-wrapper .invite {
    background: #575757;
    right: 50px;
    padding: 12px 17px;
    position: absolute;
    top: 26px;
    transition: all .3s ease-out
}

.quicklook-wrapper .invite:hover {
    background-color: #717171
}

.quicklook-wrapper .invite a {
    color: #fff
}

.quicklook-wrapper .article-loading {
    border-top: 1px solid #d9d9d9;
    height: 211px;
    position: relative
}

.quicklook-wrapper .article {
    border-top: 1px solid #d9d9d9;
    padding: 30px
}

.quicklook-wrapper .article .copy h3 a {
    font-family: Khand, sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-decoration: none
}

.quicklook-wrapper .article .copy p {
    font-family: Hind, sans-serif;
    font-size: 13px;
    font-weight: 400
}

.quicklook-wrapper .video-link {
    overflow: hidden;
    position: relative
}

.quicklook-wrapper .video-link a {
    display: block;
    height: 100%
}

.quicklook-wrapper .video-link .card-image {
    background-size: cover;
    height: 150px
}

.quicklook-wrapper .video-link .video_play_btn {
    width: 40px;
    height: 40px;
    background-size: cover
}

.quicklook-wrapper .whotowatch {
    padding: 30px 50px
}

.quicklook-wrapper .whotowatch h3 {
    font-family: Khand, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

.quicklook-wrapper .whotowatch .stat {
    margin-bottom: 20px
}

.quicklook-wrapper .whotowatch .stat:last-child {
    margin-bottom: 0
}

.quicklook-wrapper .whotowatch .stat:last-child .compare {
    border-bottom: none
}

.quicklook-wrapper .whotowatch .player {
    display: -ms-flexbox;
    display: flex;
    font-family: Khand, sans-serif;
    font-weight: 600;
    font-size: 12px
}

.quicklook-wrapper .whotowatch .player.visitor img {
    float: left
}

.quicklook-wrapper .whotowatch .player.visitor .details {
    float: left;
    margin-left: 20px;
    text-align: left
}

.quicklook-wrapper .whotowatch .player.host {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.quicklook-wrapper .whotowatch .player.host img {
    float: right
}

.quicklook-wrapper .whotowatch .player.host .details {
    float: right;
    margin-right: 20px;
    text-align: right
}

.quicklook-wrapper .whotowatch .player img {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 56px;
    width: 53px
}

.quicklook-wrapper .whotowatch .player .details {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 56px;
    line-height: 1;
    padding-top: 15px
}

.quicklook-wrapper .whotowatch .player .name {
    font-size: 16px;
    text-transform: uppercase
}

.quicklook-wrapper .whotowatch .player .number {
    color: #b7242a
}

.quicklook-wrapper .whotowatch .player .position {
    color: #848484
}

.quicklook-wrapper .whotowatch .compare {
    *zoom: 1;
    border-bottom: 1px solid #d9d9d9;
    color: #848484;
    font-family: Khand, sans-serif;
    font-size: 22px;
    font-weight: 500;
    height: 56px;
    text-transform: uppercase
}

.quicklook-wrapper .whotowatch .compare:after,
.quicklook-wrapper .whotowatch .compare:before {
    content: "";
    display: table
}

.quicklook-wrapper .whotowatch .compare:after {
    clear: both
}

.quicklook-wrapper .whotowatch .compare div {
    float: left;
    line-height: 56px;
    text-align: center;
    width: 33.33%
}

.quicklook-wrapper .whotowatch .compare .type {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 600
}

.quicklook-wrapper .game-footer {
    *zoom: 1;
    background-color: #fafafa;
    border-top: 1px solid #d9d9d9
}

.quicklook-wrapper .game-footer:after,
.quicklook-wrapper .game-footer:before {
    content: "";
    display: table
}

.quicklook-wrapper .game-footer:after {
    clear: both
}

.quicklook-wrapper .share {
    float: right;
    border-left: 1px solid #d9d9d9;
    padding: 8px 12px
}

.quicklook-wrapper .where {
    border-right: 1px solid #d9d9d9;
    float: left;
    font-family: Khand, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    padding: 0 12px;
    text-transform: uppercase
}

.quicklook-wrapper .where a {
    color: #1c1c1c;
    text-decoration: none
}

.quicklook-wrapper .calendar-add {
    float: right;
    border-left: 1px solid #d9d9d9;
    padding: 8px 12px
}

.schedule-wrapper .content .triangle,
.scoreboard-wrapper .qlook {
    display: none
}

.scoreboard-wrapper .qlook.expanded {
    display: block
}

.scoreboard-wrapper .quicklook-wrapper {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin-top: 10px
}

.triangle {
    display: none
}

.expanded .triangle {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    bottom: -34px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    position: relative;
    width: 0
}

.related-links-container {
    margin-bottom: 50px
}

.related-links-container .related-links-title {
    border-top: 1px solid #c9cacc;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #a1a3a5;
    font-family: Hind, sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.related-links-container .related-links-body {
    border-bottom: 1px solid #c9cacc;
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 15px
}

.related-links-container .related-links-body .related-link-1 {
    margin-left: 0
}

.related-links-container .related-links-body .related-link-2 {
    margin-left: 20px
}

.related-links-container .related-links-body .related-topic-title {
    color: #9E8861;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    font-family: Khand, sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all .2s ease-out;
    letter-spacing: .04em
}

#div_cheerleader .info-header {
    font-family: Khand, sans-serif;
    padding: 70px 0 0;
    background-color: #202020;
    background-size: cover;
    background-position: 50%
}

#div_cheerleader .info-header .flex-row .controls {
    display: none;
    margin: auto;
    height: 500px
}

#div_cheerleader .info-header .flex-row .controls img {
    opacity: 1!important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

#div_cheerleader .info-header .flex-row .controls-right {
    text-align: right
}

#div_cheerleader .info-header .flex-row .image {
    text-align: center
}

#div_cheerleader .info-header .flex-row .name-block {
    text-transform: uppercase;
    line-height: 1.1;
    text-align: left
}

#div_cheerleader .info-header .flex-row .name-block .year {
    font-weight: 700;
    font-size: 20px;
    color: #a6a6a6;
    letter-spacing: 1px
}

#div_cheerleader .info-header .flex-row .name-block .first-name {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    letter-spacing: 2px
}

#div_cheerleader .info-header .flex-row .name-block .last-name {
    font-weight: 700;
    font-size: 24px;
    color: #9E8861;
    letter-spacing: 2px
}

#div_cheerleader .info-header .flex-row .vitals-block {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left
}

#div_cheerleader .info-header .flex-row .vitals-block .vitals-pair {
    padding-top: 25px
}

#div_cheerleader .info-header .flex-row .vitals-block .vitals-pair .key {
    color: #a6a6a6
}

#div_cheerleader .info-header .flex-row .vitals-block .vitals-pair .value {
    color: #fff;
    font-size: 21.6px
}

#div_cheerleader .info-header #cheerleader-lightbox {
    text-align: center
}

#div_cheerleader .info-header #cheerleader-lightbox img {
    max-width: 100%;
    opacity: 0;
    transition: opacity 1s
}

#div_cheerleader .thumbnails-section {
    padding: 25px;
    background-color: #000
}

#div_cheerleader .thumbnails-section .slides {
    list-style: none
}

#div_cheerleader .thumbnails-section .slides li {
    float: left;
    margin-right: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid #9E8861;
    opacity: .5;
    transition: opacity 1s
}

#div_cheerleader .thumbnails-section .slides li:hover {
    opacity: 1
}

#div_cheerleader .thumbnails-section .slides li img {
    cursor: pointer
}

#div_cheerleader .thumbnails-section .slides .flex-active-slide {
    opacity: 1
}

#div_cheerleader .content {
    padding-top: 60px
}

#div_cheerleader .content h2 {
    color: #9E8861;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 30px
}

.page-cheerleaders-listing .cheerleader {
    margin-bottom: 20px
}

.page-cheerleaders-listing .cheerleader .image {
    background-color: #e4e4e4;
    padding: 10px 10px 0;
    height: 250px;
    overflow: hidden
}

.page-cheerleaders-listing .cheerleader .name-block {
    background-color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 10px 20px;
    height: 80px
}

.page-cheerleaders-listing .cheerleader .name-block .year {
    font-weight: 700;
    font-size: 14px;
    color: #a6a6a6
}

.page-cheerleaders-listing .cheerleader .name-block .first-name {
    font-weight: 700;
    font-size: 24px;
    color: #1c1c1c
}

.page-cheerleaders-listing .cheerleader .name-block .last-name {
    font-weight: 700;
    font-size: 14px;
    color: #9E8861
}

.page-landing .page-landing-title {
    font-family: Khand, sans-serif;
    font-size: 46px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 20px
}

.page-landing .page-landing-contents {
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin: 0 10px
}

.page-landing .page-landing-subtitle {
    font-family: Khand, sans-serif;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase
}

.page-landing .section-row .section-item {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 0
}

.page-landing .section-row .item-image {
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background-size: cover
}

.page-landing .section-row .item-text {
    background-color: #fff;
    padding: 20px
}

.page-landing .section-row .item-text a {
    color: #1c1c1c
}

.page-landing .section-row .item-text .item-title {
    color: #1c1c1c;
    font-family: Khand, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase
}

.page-landing .section-row .item-description {
    color: #666;
    font-size: 14px;
    padding-top: 20px
}

.page-landing .section-row .grid-col-4,
.page-landing .section-row .grid-col-6 {
    -ms-flex: 1;
    flex: 1
}

.gametrackerboard-wrapper {
    text-transform: uppercase;
    width: 100%
}

.gametrackerboard-wrapper.pre .game-data {
    margin: 0
}

.gametrackerboard-wrapper.pre .location {
    padding: 0 30px
}

.gametrackerboard-wrapper .gametrackerboard-container {
    margin: 0 auto;
    max-width: 1270px;
    padding: 0 20px;
    position: relative
}

.gametrackerboard-wrapper .gametrackerboard-inner {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    position: relative
}

.gametrackerboard-wrapper .gametrackerboard-inner .loading {
    width: 100%;
    height: 100%;
    min-height: 180px;
    position: absolute;
    z-index: 0
}

.gametrackerboard-wrapper .team-legend {
    float: left;
    text-align: center;
    width: 50%
}

.gametrackerboard-wrapper .team-legend.lions {
    border-top: 3px solid #f05522
}

.gametrackerboard-wrapper .team-legend.alouettes {
    border-top: 3px solid #d70f27
}

.gametrackerboard-wrapper .team-legend.argonauts {
    border-top: 3px solid #6890c8
}

.gametrackerboard-wrapper .team-legend.bluebombers {
    border-top: 3px solid #b99359
}

.gametrackerboard-wrapper .team-legend.eskimos {
    border-top: 3px solid #fcb42b
}

.gametrackerboard-wrapper .team-legend.redblacks {
    border-top: 3px solid #ab1e2d
}

.gametrackerboard-wrapper .team-legend.roughriders {
    border-top: 3px solid #096140
}

.gametrackerboard-wrapper .team-legend.stampeders {
    border-top: 3px solid #cb232e
}

.gametrackerboard-wrapper .team-legend.tiger-cats {
    border-top: 3px solid #ffb614
}

.gametrackerboard-wrapper .team-legend span {
    display: block;
    font-family: Hind, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 0
}

.gametrackerboard-wrapper .matchup {
    *zoom: 1;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px 15px;
    width: 100%;
    min-height: 135px
}

.gametrackerboard-wrapper .matchup:after,
.gametrackerboard-wrapper .matchup:before {
    content: "";
    display: table
}

.gametrackerboard-wrapper .matchup:after {
    clear: both
}

.gametrackerboard-wrapper .matchup>div {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.gametrackerboard-wrapper .matchup .host,
.gametrackerboard-wrapper .matchup .visitor {
    *zoom: 1;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    font-family: Hind, sans-serif
}

.gametrackerboard-wrapper .matchup .host:after,
.gametrackerboard-wrapper .matchup .host:before,
.gametrackerboard-wrapper .matchup .visitor:after,
.gametrackerboard-wrapper .matchup .visitor:before {
    content: "";
    display: table
}

.gametrackerboard-wrapper .matchup .host:after,
.gametrackerboard-wrapper .matchup .visitor:after {
    clear: both
}

.gametrackerboard-wrapper .matchup .host .logo,
.gametrackerboard-wrapper .matchup .visitor .logo {
    display: block
}

.gametrackerboard-wrapper .matchup .host .logo span,
.gametrackerboard-wrapper .matchup .visitor .logo span {
    height: 100%;
    width: 100%
}

.gametrackerboard-wrapper .matchup .host .text>div,
.gametrackerboard-wrapper .matchup .visitor .text>div {
    display: table-cell;
    line-height: 1;
    vertical-align: middle
}

.gametrackerboard-wrapper .matchup .host .text .city,
.gametrackerboard-wrapper .matchup .host .text .team,
.gametrackerboard-wrapper .matchup .visitor .text .city,
.gametrackerboard-wrapper .matchup .visitor .text .team {
    font-weight: 700
}

.gametrackerboard-wrapper .matchup .host .text .record,
.gametrackerboard-wrapper .matchup .visitor .text .record {
    color: #848484;
    font-weight: 600
}

.gametrackerboard-wrapper .matchup .visitor {
    text-align: left
}

.gametrackerboard-wrapper .matchup .visitor .logo,
.gametrackerboard-wrapper .matchup .visitor .text {
    float: left
}

.gametrackerboard-wrapper .matchup .visitor .text>div {
    text-align: left
}

.gametrackerboard-wrapper .matchup .host {
    text-align: right
}

.gametrackerboard-wrapper .matchup .host .logo,
.gametrackerboard-wrapper .matchup .host .text {
    float: right
}

.gametrackerboard-wrapper .matchup .host .text>div {
    text-align: right
}

.gametrackerboard-wrapper .matchup .host-score,
.gametrackerboard-wrapper .matchup .visitor-score {
    font-family: Khand, sans-serif;
    font-weight: 500;
    position: relative;
    text-align: center;
    width: 60px
}

.gametrackerboard-wrapper .matchup .host-score .icon-possession,
.gametrackerboard-wrapper .matchup .visitor-score .icon-possession {
    bottom: 0;
    position: absolute
}

.gametrackerboard-wrapper .matchup .game-data {
    font-family: Khand, sans-serif;
    font-weight: 500;
    margin: 0 -35px
}

.gametrackerboard-wrapper .matchup .game-data .game-progress {
    font-size: 18px;
    line-height: 1;
    text-align: center
}

.gametrackerboard-wrapper .matchup .game-data .date-time {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center
}

.gametrackerboard-wrapper .matchup .game-data .status {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center
}

.gametrackerboard-wrapper .matchup .game-data .location {
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px;
    text-align: center
}

.gametrackerboard-wrapper .matchup .game-data .date {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center
}

.gametrackerboard-wrapper .matchup .game-data table {
    margin: 30px auto 0
}

.gametrackerboard-wrapper .matchup .game-data thead {
    font-size: 12px
}

.gametrackerboard-wrapper .matchup .game-data thead th {
    font-weight: 500
}

.gametrackerboard-wrapper .matchup .game-data tbody {
    font-size: 16px
}

.gametrackerboard-wrapper .matchup .game-data tbody td {
    border: 1px solid #e9e9e9;
    padding: 2px 10px 0
}

.gametrackerboard-wrapper .matchup .game-data tbody td:first-child {
    padding: 2px 4px 0
}

.gametrackerboard-wrapper .matchup .countdown {
    clear: both;
    font-family: Khand, sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
    text-align: center
}

.gametrackerboard-wrapper .matchup .countdown>div {
    display: inline-block
}

.gametrackerboard-wrapper .matchup .countdown .text {
    color: #676767;
    font-family: Hind, sans-serif;
    font-size: 8.004px;
    margin-top: 0
}

.gametrackerboard-wrapper .matchup .countdown .number {
    font-size: 31.992px;
    line-height: .8;
    width: 55px
}

.gametrackerboard-wrapper .matchup .countdown .separator {
    color: #676767;
    display: inline-block;
    font-size: 28px;
    margin-top: -5px;
    vertical-align: top
}

.gametrackerboard-wrapper .game-actions {
    *zoom: 1;
    transition: max-height .3s ease-out;
    border-top: 1px solid #d9d9d9;
    max-height: 46px;
    overflow: hidden;
    position: relative
}

.gametrackerboard-wrapper .game-actions:after,
.gametrackerboard-wrapper .game-actions:before {
    content: "";
    display: table
}

.gametrackerboard-wrapper .game-actions:after {
    clear: both
}

.gametrackerboard-wrapper .game-actions.expanded {
    max-height: 250px
}

.gametrackerboard-wrapper .game-actions.expanded .list-expand .icon-chevron-up {
    display: inline-block
}

.gametrackerboard-wrapper .game-actions.expanded .list-expand .icon-chevron-down,
.gametrackerboard-wrapper .game-actions:not(.expanded) .list-expand .icon-chevron-up {
    display: none
}

.gametrackerboard-wrapper .game-actions:not(.expanded) .list-expand .icon-chevron-down {
    display: inline-block
}

.gametrackerboard-wrapper .game-actions li {
    border-top: 1px solid #d9d9d9;
    font-family: Khand, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 46px;
    padding-left: 20px
}

.gametrackerboard-wrapper .game-actions li:first-child {
    border-top: none
}

.gametrackerboard-wrapper .game-actions li a,
.gametrackerboard-wrapper .game-actions li span {
    color: inherit;
    cursor: pointer;
    display: block;
    text-decoration: none
}

.gametrackerboard-wrapper .game-actions .list-expand {
    position: absolute;
    right: 0;
    top: 0
}

.gametrackerboard-wrapper .game-actions .list-expand>div {
    border-left: 1px solid #d9d9d9;
    display: table-cell;
    height: 46px;
    position: relative;
    width: 46px;
    text-align: center;
    vertical-align: middle
}

.gametrackerboard-wrapper .game-actions .non-pregame-share {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

.gametrackerboard-wrapper .game-actions .non-pregame-share>div {
    border-left: 1px solid #d9d9d9;
    display: table-cell;
    height: 46px;
    position: relative;
    width: 46px;
    text-align: center;
    vertical-align: middle
}

.gametrackerboard-wrapper .game-footer {
    *zoom: 1;
    background-color: #fafafa;
    border-top: 1px solid #d9d9d9;
    position: relative
}

.gametrackerboard-wrapper .game-footer:after,
.gametrackerboard-wrapper .game-footer:before {
    content: "";
    display: table
}

.gametrackerboard-wrapper .game-footer:after {
    clear: both
}

.gametrackerboard-wrapper .share {
    cursor: pointer;
    float: right;
    border-left: 1px solid #d9d9d9;
    padding: 8px 12px
}

.gametrackerboard-wrapper .where {
    border-right: 1px solid #d9d9d9;
    float: left;
    font-family: Khand, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    padding: 0 12px;
    text-transform: uppercase
}

.gametrackerboard-wrapper .where a {
    color: #1c1c1c;
    text-decoration: none
}

.gametrackerboard-wrapper .game-buttons {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    pointer-events: none
}

.gametrackerboard-wrapper .game-buttons .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 3px 0;
    pointer-events: auto
}

.gametrackerboard-wrapper .calendar-add {
    float: right;
    border-left: 1px solid #d9d9d9;
    padding: 8px 12px
}

.alert_container,
.alert_post {
    background-color: #9E8861
}

.alert_post {
    padding: 10px 0;
    margin: 0 auto;
    max-width: 1270px;
    position: relative
}

.alert_post div {
    display: table-cell;
    vertical-align: middle
}

.alert_post div.alert_left {
    width: 10%;
    font-family: Khand, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    white-space: nowrap;
    padding-left: 30px
}

.alert_post div.alert_right {
    width: 30%;
    padding-right: 25px;
    font-family: Hind, sans-serif;
    color: #fff
}

.alert_post div.alert_right a {
    font-family: Hind, sans-serif;
    color: #fff;
    text-decoration: none
}

.polldaddy-poll {
    background-color: #1f1f1f;
    background-image: url(/wp-content/themes/cfl.ca/images/poll/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto
}

.div-poll-shortcode {
    padding: 20px 0
}

.div-poll-shortcode .pds-box-inner {
    padding: 20px 25px
}

.pds-box-inner {
    padding: 65px 50px;
    color: #fff;
    font-family: Khand, sans-serif;
    text-transform: uppercase
}

.pds-highlight {
    background-color: #505050;
    transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out
}

.pds-title {
    color: #bd2328;
    font-size: 24px;
    font-family: Hind, sans-serif;
    font-weight: 700
}

.pds-question {
    color: #fff;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: -10px;
    font-weight: 500
}

.pds-question .pds-question-top {
    position: relative
}

.pds-question .pds-question-top .pds-question-title {
    color: #9E8861;
    font-size: 24px;
    font-weight: 700
}

.pds-question .pds-question-top .pds-question-text {
    text-align: center;
    padding: 10px 0;
    line-height: 1
}

.pds-answer-group {
    background-color: #383838;
    padding: 15px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    float: left;
    transition-duration: 1s;
    text-decoration: none;
    overflow: hidden;
    position: relative
}

.pds-answer-group:after {
    content: "";
    background: #383838;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 120%;
    margin-left: -20px!important;
    margin-top: -50%;
    opacity: 0;
    transition: all 1s
}

.pds-answer-group:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.pds-answer-group .pds-text-wrap {
    display: inline-block
}

.pds-answer-group .pds-answer-span {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-top: 15px
}

.pds-answer-group .pds-vote-circle {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background: #9E8861;
    display: inline-block;
    float: right;
    margin: 0 10px 0 0;
    padding-top: 16px;
    text-align: center
}

.pds-answer-group .pds-answer-input {
    display: none
}

.pds-answer-group:last-child {
    border-bottom: none
}

.grid-item {
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out
}

.pds-highlight {
    background-color: #505050!important
}

.pds-answer-group:hover {
    background-color: #505050;
    transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out
}

.pds-answer {
    margin-bottom: 30px
}

.pds-answer span {
    display: block
}

.pds-feedback-group {
    background: #383838;
    padding: 27px 10px 24px 20px;
    margin-bottom: 10px;
    max-height: 76px;
    position: relative;
    float: left
}

.pds-feedback-group:after {
    content: "\A";
    position: absolute;
    background: #9E8861;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    animation: b 1s ease-in-out
}

.pds-feedback-group:last-child {
    border-bottom: none
}

.pds-vote {
    display: none
}

.pds-feedback-result.hidden-xs {
    font-size: 48px;
    float: right;
    margin-top: -22px;
    position: relative;
    z-index: 2
}

.pds-red-bar {
    background-color: #bd2328;
    position: relative;
    height: 76px;
    width: 0;
    margin: -27px -19px
}

.pds-answer-text {
    position: absolute;
    z-index: 1
}

.pds-reset {
    width: 66px;
    height: 22px;
    background: url(/wp-content/themes/cfl.ca/images/poll/reset.png);
    cursor: pointer;
    margin-top: 20px
}

.pds-reset:hover {
    box-shadow: inset 0 0 100px 100px hsla(0, 0%, 100%, .1)
}

.pds-answer-feedback {
    display: none
}

@keyframes b {
    0% {
        width: 0
    }
}

.author_container {
    background-color: #fff
}

.author_container .author_left {
    float: left;
    width: 20%
}

.author_container .author_left img {
    width: 170px;
    margin-top: 20px
}

.author_container .author_right {
    float: right;
    width: 75%
}

.author_container .author_header {
    display: inline-block;
    width: 100%;
    margin-top: 20px
}

.author_container .author_header_left {
    float: left;
    width: 50%
}

.author_container .author_header_right {
    float: right;
    width: 50%
}

.author_container .author_title {
    font-size: 24px;
    color: #000;
    margin-top: 5px;
    line-height: 32px
}

.author_container .author_displayname {
    font-size: 30px;
    color: #9E8861;
    margin-top: 20px;
    line-height: 32px
}

.author_container .author_bio {
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    margin-top: -10px
}

.author_container .social-author {
    text-align: right
}

.author_container .author_site_text {
    font-size: 20px;
    color: #000
}

.author_container .article-list-top-item {
    display: none
}

.author_container .tag-page-header {
    min-height: 215px
}

.team-stats table.responsive-table .separator,
.team-stats table.sortable .separator {
    background-color: #373737;
    width: 2px;
    height: 100%;
    display: inline-block;
    padding: 0
}

.team-stats table.responsive-table tbody tr td a,
.team-stats table.sortable tbody tr td a {
    color: #9E8861;
    text-decoration: none
}

.ltp-main {
    width: 100%;
    max-width: 960px;
    height: 400px;
    margin: 0 auto
}

.ltp-main .ltp-title {
    color: #bc2d30;
    width: 950px;
    margin: 0 auto;
    padding: 0 0 20px;
    font-family: Khand, sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    display: table
}

.ltp-main .ltp-title .section-title-orange {
    margin-left: 10px
}

.ltp-main .ltp-title .text {
    float: left
}

.ltp-main .ltp-title .ad {
    float: right
}

.ltp-main .ltp-players {
    width: 950px;
    margin: 0 auto
}

.ltp-main .ltp-players .ltp-player {
    float: left;
    width: 305px;
    border: 1px solid #dadada;
    background-color: #fff
}

.ltp-main .ltp-players .ltp-player .ltp-player-img {
    background-color: #d8d8d8;
    height: 172px;
    text-align: center
}

.ltp-main .ltp-players .ltp-player .ltp-player-img-src {
    max-width: 100%;
    max-height: 100%
}

.ltp-main .ltp-players .ltp-player .ltp-player-url {
    text-decoration: none
}

.ltp-main .ltp-players .ltp-player .ltp-number {
    color: #a9a9a9;
    font-family: Khand, sans-serif;
    font-weight: 700;
    font-size: 35px;
    width: 62px;
    padding-top: 5px;
    height: 100px;
    float: left;
    text-align: center
}

.ltp-main .ltp-players .ltp-player .ltp-name {
    font-family: Khand, sans-serif;
    font-weight: 700
}

.ltp-main .ltp-players .ltp-player .ltp-first-name {
    color: #2b2b2b;
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase
}

.ltp-main .ltp-players .ltp-player .ltp-last-name {
    color: #2b2b2b;
    margin-top: -10px;
    font-size: 30px;
    text-transform: uppercase
}

.ltp-main .ltp-players .ltp-player .ltp-logo {
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    width: 30px
}

.ltp-main .ltp-players .ltp-player .ltp-player-num-city {
    font-family: Khand, sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-top: -10px;
    text-transform: uppercase
}

.ltp-main .ltp-player-number {
    color: #bc2d30
}

.ltp-main .ltp-player-city {
    color: #1a1a1a
}

.ltp-main .ltp-divider {
    color: #1a1a1a;
    margin-left: 7px;
    margin-right: 7px;
    font-size: 5px
}

.ltp-main .ltp-description {
    color: #a9a9a9;
    font-family: Khand, sans-serif;
    font-size: 15px
}

.ltp-main .ltp-number-mobile {
    background: #202020;
    color: #d6d6d6;
    font-family: Khand, sans-serif;
    font-size: 25px;
    position: absolute;
    width: 40px;
    text-align: center;
    margin-left: 5%;
    margin-top: 5%;
    display: none
}

.ttp-main {
    width: 100%;
    max-width: 960px;
    height: 610px;
    margin: 0 auto
}

.ttp-main .ttp-link {
    color: #9E8861;
    text-decoration: none
}

.ttp-main .ttp-link:hover {
    color: #f07148
}

.ttp-main .ttp-left {
    float: left;
    width: 318px;
    font-family: Khand, sans-serif;
    font-weight: 700;
    text-align: right;
    margin: 40px 40px 0 0
}

.ttp-main .ttp-image {
    width: 253px
}

.ttp-main .ttp-first-name {
    color: #9d9d9d;
    font-size: 25px;
    text-transform: uppercase
}

.ttp-main .ttp-last-name {
    color: #2b2b2b;
    font-size: 40px;
    margin-top: -10px;
    text-transform: uppercase
}

.ttp-main .ttp-number {
    color: #9E8861
}

.ttp-main .ttp-number,
.ttp-main .ttp-position {
    margin-top: -10px;
    font-size: 20px;
    margin-bottom: 20px
}

.ttp-main .ttp-position {
    color: #2b2b2b;
    text-transform: uppercase
}

.ttp-main .ttp-view-profile-link {
    margin-top: 5px;
    text-decoration: none;
    color: #fff;
    display: block;
    background: #9E8861;
    border-radius: 3px;
    width: 106px;
    height: 36px;
    text-align: center;
    float: right;
    line-height: 40px;
    text-transform: uppercase
}

.ttp-main .ttp-view-profile-link:hover {
    background-color: #f07148
}

.ttp-main .ttp-middle {
    float: left
}

.ttp-main .ttp-right {
    float: right;
    width: 325px;
    margin-top: 30px
}

.ttp-main .ttp-label {
    font-family: Khand, sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase
}

.ttp-main .ttp-label-age,
.ttp-main .ttp-label-height,
.ttp-main .ttp-label-weight {
    width: 80px;
    float: left
}

.ttp-main .ttp-stat {
    font-family: Khand, sans-serif;
    font-weight: 700;
    color: #1d1d1d;
    font-size: 20px;
    text-transform: uppercase
}

.ttp-main .ttp-clear {
    clear: both
}

.ttp-main .ttp-label-city {
    width: 110px;
    float: left
}

.ttp-main .ttp-label-school {
    width: 200px;
    float: left
}

.ttp-main .ttp-spacer {
    margin-top: 10px
}

.ttp-main .ttp-social {
    margin-top: -10px
}

.ttp-main .ttp-social-mobile {
    text-align: center
}

.ttp-main .ttp-carousel {
    width: 900px;
    height: 112px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.ttp-main .ttp-carousel-arrow {
    width: 40px;
    height: 92px;
    cursor: pointer;
    top: 0;
    position: absolute
}

.ttp-main .ttp-carousel-arrow:hover {
    border: 1px solid #d6d6d6
}

.ttp-main .ttp-carousel-left {
    background: url(/wp-content/themes/cfl.ca/images/top-performers/arrow-left.png);
    left: 0;
    top: 10px;
    z-index: 1
}

.ttp-main .ttp-carousel-right {
    background: url(/wp-content/themes/cfl.ca/images/top-performers/arrow-right.png);
    right: 0;
    top: 10px;
    z-index: 2
}

.ttp-main .ttp-carousel-item {
    width: 273px;
    height: 92px;
    background: #fff;
    display: block;
    border: 1px solid #d6d6d6;
    border-top: 5px solid #d6d6d6;
    position: absolute;
    top: 10px;
    cursor: pointer
}

.ttp-main .ttp-carousel-item:hover {
    opacity: .8
}

.ttp-main .ttp-carousel-item .ttp-carousel-thumb {
    float: left;
    margin: 15px 20px 0 15px;
    max-width: 50px;
    cursor: pointer
}

.ttp-main .ttp-carousel-item .ttp-carousel-bio {
    font-family: Khand, sans-serif;
    font-weight: 700;
    color: #2b2b2b;
    margin-top: 12px
}

.ttp-main .ttp-carousel-item .ttp-carousel-first-name {
    font-size: 15px;
    text-transform: uppercase
}

.ttp-main .ttp-carousel-item .ttp-carousel-last-name {
    font-size: 20px;
    margin-top: -5px;
    text-transform: uppercase
}

.ttp-main .ttp-carousel-item .ttp-carousel-info {
    font-size: 15px;
    margin-top: -8px
}

.ttp-main .ttp-carousel-item .ttp-carousel-number {
    color: #9E8861
}

.ttp-main .ttp-carousel-item .ttp-carousel-divider {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 5px
}

.ttp-main .ttp-carousel-item .ttp-carousel-position {
    text-transform: uppercase
}

.ttp-main .ttp-carousel-selected {
    top: 0;
    height: 112px;
    border: 0;
    border-top: 6px solid #9E8861;
    border-bottom: 2px solid #d6d6d6;
    padding-top: 10px
}

.ttp-main .ttp-mobile {
    display: none
}

.header-thin-container {
    border-top: 3px solid #9E8861;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -5px;
    background: #191919 url(/wp-content/themes/cfl.ca/images/header-bckg.jpg) no-repeat bottom
}

.header-thin-container .menu-logo {
    float: left;
    margin-left: 50px
}

.header-thin-container .menu-logo .thin-header-logo {
    margin-top: -10px;
    height: 30px;
    width: 30px
}

.header-thin-container .user-options-container-thin {
    max-width: 1270px;
    margin: 0 auto;
    position: relative;
    text-align: right;
    z-index: 1;
    margin-top: -10px
}

.header-thin-container .user-options-container-thin:after {
    background: #252525;
    content: "";
    display: block;
    height: 34px;
    left: 100%;
    position: absolute;
    top: 0;
    width: 50%
}

.header-thin-container .user-options-container-thin .user-options-thin {
    border-top: 34px solid #252525;
    border-left: 10px solid transparent;
    display: inline-block;
    height: 0
}

.header-thin-container .user-options-container-thin .user-options-thin .top-nav {
    margin-top: -34px;
    margin-right: 25px;
    padding-left: 10px;
    font-size: 0
}

.header-thin-container .user-options-container-thin .user-options-thin .top-nav-li {
    display: inline-block
}

.header-thin-container .user-options-container-thin .user-options-thin .top-nav-li:hover {
    background: transparent
}

.header-thin-container .user-options-container-thin .user-options-thin .top-nav-a {
    color: #676767;
    display: block;
    font-family: Hind, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase
}

.header-thin-container .user-options-container-thin .user-options-thin .top-nav-a:hover {
    color: #fff
}

.header-thin-container .user-options-container-thin .user-options-thin .top-nav-follow {
    background: url(/site/images/icon-follow.png) no-repeat 12px 11px;
    color: #fff;
    padding-left: 30px
}

.header-thin-container .user-options-container-thin .user-options-thin .top-nav-search {
    background: transparent url(/wp-content/themes/cfl.ca/images/icon-search.png?_t=1) no-repeat 12px 11px;
    color: #fff;
    padding-left: 30px
}

.page-template-page-LIVEEVENT .hero-container,
.single-live-event .hero-container {
    display: inline-block;
    width: 100%
}

.page-template-page-LIVEEVENT .hero-container .article-header,
.single-live-event .hero-container .article-header {
    padding-top: 0
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero,
.single-live-event .hero-container .article-header .header-hero {
    float: left;
    min-height: 200px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: 100%;
    max-height: none
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero .image-overlay,
.single-live-event .hero-container .article-header .header-hero .image-overlay {
    box-shadow: inset 440px 90px 200px rgba(0, 0, 0, .6);
    -webkit-box-shadow: inset 440px 90px 200px rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 440px 90px 200px rgba(0, 0, 0, .6)
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content,
.single-live-event .hero-container .article-header .header-hero-content {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row,
.single-live-event .hero-container .article-header .header-hero-content .grid-row {
    width: 40%
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-title,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-title {
    margin-bottom: 0
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-location,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-location {
    color: #848484;
    font-family: Khand, sans-serif;
    font-size: 16px;
    letter-spacing: .07em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-description,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-description {
    color: #fff;
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .08em;
    padding-bottom: 15px
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container {
    border-left: 4px solid #9E8861;
    margin-bottom: 15px
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container .header-hero-countdown,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container .header-hero-countdown {
    font-family: Hind, sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: .1em;
    margin-left: 8px
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container .header-hero-event-date,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container .header-hero-event-date {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Hind, sans-serif;
    margin-left: 8px
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-one-box,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-one-box {
    display: inline-block;
    margin: 5px 10px 5px 0
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-one-box .header-hero-btn-one,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-one-box .header-hero-btn-one {
    background: #9E8861;
    font-size: 16px;
    color: #fff;
    letter-spacing: .08em;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
    transition: background-color .3s ease-out;
    border: 2px solid #9E8861
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-one-box .header-hero-btn-one:hover,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-one-box .header-hero-btn-one:hover {
    background: transparent;
    color: #fff
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-two-box,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-two-box {
    display: inline-block;
    margin: 5px 10px 5px 0
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-two-box .header-hero-btn-two,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-two-box .header-hero-btn-two {
    background: transparent;
    font-size: 16px;
    color: #fff;
    letter-spacing: .08em;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 40px;
    transition: background-color .3s ease-out;
    border: 2px solid #fff
}

.page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-two-box .header-hero-btn-two:hover,
.single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-two-box .header-hero-btn-two:hover {
    background: #fff;
    color: #000
}

.page-template-page-LIVEEVENT .article-title-link,
.single-live-event .article-title-link {
    text-decoration: none
}

.page-template-page-LIVEEVENT #tabs-2,
.single-live-event #tabs-2 {
    display: none
}

.page-template-page-LIVEEVENT .events-section-container,
.single-live-event .events-section-container {
    margin-top: 30px
}

.page-template-page-LIVEEVENT .events-section-container .events-section,
.single-live-event .events-section-container .events-section {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 10px
}

.page-template-page-LIVEEVENT .events-section-container .events-section .events-title-container,
.single-live-event .events-section-container .events-section .events-title-container {
    padding-bottom: 30px
}

.page-template-page-LIVEEVENT .events-section-container .events-section .events-title-container a.events-title-past.active,
.page-template-page-LIVEEVENT .events-section-container .events-section .events-title-container a.events-title-past.active:hover,
.page-template-page-LIVEEVENT .events-section-container .events-section .events-title-container a.events-title-upcoming.active,
.page-template-page-LIVEEVENT .events-section-container .events-section .events-title-container a.events-title-upcoming.active:hover,
.single-live-event .events-section-container .events-section .events-title-container a.events-title-past.active,
.single-live-event .events-section-container .events-section .events-title-container a.events-title-past.active:hover,
.single-live-event .events-section-container .events-section .events-title-container a.events-title-upcoming.active,
.single-live-event .events-section-container .events-section .events-title-container a.events-title-upcoming.active:hover {
    color: #2b2b2b
}

.page-template-page-LIVEEVENT .events-section-container .events-section .events-title-container a.events-title-upcoming,
.single-live-event .events-section-container .events-section .events-title-container a.events-title-upcoming {
    text-transform: uppercase;
    font-family: Khand, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: 1px;
    color: #9b9b9b
}

.page-template-page-LIVEEVENT .events-section-container .events-section .events-title-container a.events-title-upcoming:hover,
.single-live-event .events-section-container .events-section .events-title-container a.events-title-upcoming:hover {
    color: #6f6f6f
}

.page-template-page-LIVEEVENT .events-section-container .events-section .events-title-container a.events-title-past,
.single-live-event .events-section-container .events-section .events-title-container a.events-title-past {
    text-transform: uppercase;
    font-family: Khand, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: 1px;
    color: #9b9b9b
}

.page-template-page-LIVEEVENT .events-section-container .events-section .events-title-container a.events-title-past:hover,
.single-live-event .events-section-container .events-section .events-title-container a.events-title-past:hover {
    color: #6f6f6f
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-list-item,
.single-live-event .events-section-container .events-section .event-list-item {
    margin-bottom: 15px;
    box-shadow: none
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-list-item .event-image,
.single-live-event .events-section-container .events-section .event-list-item .event-image {
    margin-left: 40px;
    width: 20%
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-list-item .event-list-item-body,
.single-live-event .events-section-container .events-section .event-list-item .event-list-item-body {
    width: 75%;
    padding: 28px 15px 15px;
    float: right
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-list-item .event-list-item-body .event-list-item-title,
.single-live-event .events-section-container .events-section .event-list-item .event-list-item-body .event-list-item-title {
    color: #202025;
    font-family: Khand, sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 20px;
    text-transform: uppercase
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-list-item .event-list-item-body .event-list-item-title a,
.single-live-event .events-section-container .events-section .event-list-item .event-list-item-body .event-list-item-title a {
    font-size: 28px;
    color: inherit;
    text-decoration: none
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-list-item .event-list-item-body .event-list-item-description,
.single-live-event .events-section-container .events-section .event-list-item .event-list-item-body .event-list-item-description {
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    letter-spacing: .02em
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item,
.single-live-event .events-section-container .events-section .event-card-item {
    box-shadow: none;
    margin-bottom: 15px
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container {
    background-color: #343434;
    min-height: 400px
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-content,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-content {
    padding: 25px 60px 20px 25px;
    width: 35%;
    float: left
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-title,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-title {
    color: #fff;
    font-size: 28px;
    letter-spacing: 4px;
    font-weight: 600
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-time,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-time {
    color: #fff;
    font-size: 13.006px;
    line-height: 1;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 600
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-location,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-location {
    color: #848484;
    font-family: Khand, sans-serif;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-seperator,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-seperator {
    color: #fff;
    font-family: Khand, sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
    margin-top: -10px
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-date,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-date {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-description,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-description {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .08em;
    padding-bottom: 15px
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-image-section,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-image-section {
    right: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 65%
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-image-section .event-card-img,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-image-section .event-card-img {
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-btn-box,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-btn-box {
    display: inline-block;
    margin: 5px 10px 5px 0
}

.page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-btn-box .event-card-btn,
.single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-btn-box .event-card-btn {
    background: #9E8861;
    font-family: Hind, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: .08em;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 30px;
    transition: background-color .3s ease-out
}

.page-template-page-LIVEEVENT .reminder-container,
.single-live-event .reminder-container {
    width: 100%;
    max-width: 555px;
    height: auto;
    top: 50%;
    left: 50%;
    background-color: #fff;
    display: none;
    padding: 10px 0
}

.page-template-page-LIVEEVENT .reminder-container .b-close,
.single-live-event .reminder-container .b-close {
    float: right;
    font-size: 30px;
    cursor: pointer;
    margin-top: -5px;
    color: #999;
    padding: 5px 15px 0 0;
    text-transform: uppercase
}

.page-template-page-LIVEEVENT .reminder-container .reminder-text-section,
.single-live-event .reminder-container .reminder-text-section {
    width: 100%;
    height: 125px;
    display: table;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center
}

.page-template-page-LIVEEVENT .reminder-container .reminder-text-section .reminder-title,
.single-live-event .reminder-container .reminder-text-section .reminder-title {
    margin: 0 auto;
    display: table;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase
}

.page-template-page-LIVEEVENT .reminder-container .reminder-text-section .reminder-description,
.single-live-event .reminder-container .reminder-text-section .reminder-description {
    margin-top: 10px
}

.page-template-page-LIVEEVENT .reminder-container .reminder-btn-section,
.single-live-event .reminder-container .reminder-btn-section {
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center
}

.page-template-page-LIVEEVENT .reminder-container .reminder-btn-section a,
.single-live-event .reminder-container .reminder-btn-section a {
    font-size: 14px;
    color: #fff;
    letter-spacing: .08em;
    display: block;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 30px;
    transition: background-color .3s ease-out;
    font-family: Hind, sans-serif;
    margin-bottom: 10px
}

.page-template-page-LIVEEVENT .reminder-container .reminder-btn-section .icalendar-btn,
.single-live-event .reminder-container .reminder-btn-section .icalendar-btn {
    background: #c03
}

.page-template-page-LIVEEVENT .reminder-container .reminder-btn-section .outlook-btn,
.single-live-event .reminder-container .reminder-btn-section .outlook-btn {
    background: #06c
}

.page-template-page-LIVEEVENT .reminder-container .reminder-btn-section .google-calendar-btn,
.single-live-event .reminder-container .reminder-btn-section .google-calendar-btn {
    background: #36f
}

.page-template-page-LIVEEVENT .share-container,
.single-live-event .share-container {
    width: 100%;
    max-width: 555px;
    height: auto;
    top: 50%;
    left: 50%;
    background-color: #fff;
    display: none;
    padding: 10px 0
}

.page-template-page-LIVEEVENT .share-container .b-close,
.single-live-event .share-container .b-close {
    float: right;
    cursor: pointer;
    margin-top: -5px;
    color: #999;
    padding: 5px 15px 0 0;
    text-transform: uppercase
}

.page-template-page-LIVEEVENT .share-container .share-text-section,
.single-live-event .share-container .share-text-section {
    width: 100%;
    height: 125px;
    display: table;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center
}

.page-template-page-LIVEEVENT .share-container .share-text-section .share-title,
.single-live-event .share-container .share-text-section .share-title {
    margin: 0 auto;
    display: table;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase
}

.page-template-page-LIVEEVENT .share-container .share-text-section .share-url,
.single-live-event .share-container .share-text-section .share-url {
    width: 91%;
    border: 1px solid #999;
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    padding: 10px 0
}

.page-template-page-LIVEEVENT .share-container .share-btn-section,
.single-live-event .share-container .share-btn-section {
    width: 80%;
    margin: 0 auto;
    height: 45%;
    margin-top: 40px
}

.page-template-page-LIVEEVENT .share-container .share-btn-section a,
.single-live-event .share-container .share-btn-section a {
    font-size: 14px;
    color: #fff;
    letter-spacing: .08em;
    display: block;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 0;
    transition: background-color .3s ease-out;
    font-family: Hind, sans-serif
}

.page-template-page-LIVEEVENT .share-container .share-btn-section .share-btn-one,
.single-live-event .share-container .share-btn-section .share-btn-one {
    width: 49%;
    text-align: center;
    float: left;
    margin: 5px 0
}

.page-template-page-LIVEEVENT .share-container .share-btn-section .share-btn-one a,
.single-live-event .share-container .share-btn-section .share-btn-one a {
    background: #369
}

.page-template-page-LIVEEVENT .share-container .share-btn-section .share-btn-two,
.single-live-event .share-container .share-btn-section .share-btn-two {
    width: 49%;
    text-align: center;
    float: right;
    margin: 5px 0
}

.page-template-page-LIVEEVENT .share-container .share-btn-section .share-btn-two a,
.single-live-event .share-container .share-btn-section .share-btn-two a {
    background: #69f
}

.page-template-page-LIVEEVENT .share-container .share-btn-section .share-btn-three,
.single-live-event .share-container .share-btn-section .share-btn-three {
    width: 49%;
    text-align: center;
    float: left;
    margin: 5px 0
}

.page-template-page-LIVEEVENT .share-container .share-btn-section .share-btn-three a,
.single-live-event .share-container .share-btn-section .share-btn-three a {
    background: #455a64
}

.page-template-page-LIVEEVENT .share-container .share-btn-section .share-btn-four,
.single-live-event .share-container .share-btn-section .share-btn-four {
    width: 49%;
    text-align: center;
    float: right;
    margin: 5px 0
}

.page-template-page-LIVEEVENT .share-container .share-btn-section .share-btn-four a,
.single-live-event .share-container .share-btn-section .share-btn-four a {
    background: #ccc
}

.page-template-page-YOUMAKETHECALLRESULTS,
.page-template-page-YOUMAKETHECALLVIDEO {
    background-color: #aa2630
}

.page-template-page-YOUMAKETHECALLRESULTS .page-section,
.page-template-page-YOUMAKETHECALLVIDEO .page-section {
    max-width: 1680px
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video {
    color: #efefef;
    background-color: #2f2f2f;
    padding-top: 40px;
    padding-bottom: 80px
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video .ref,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video .ref {
    display: none
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video .title h1,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video .title h1 {
    font-family: Khand, sans-serif;
    color: #efefef;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video .title h2,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video .title h2 {
    font-family: Hind, sans-serif;
    color: #efefef;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video .make-the-call,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video .make-the-call {
    font-family: Khand, sans-serif;
    color: #efefef;
    font-size: 35px;
    font-weight: 700
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video #question-and-answer .ruling-on-field,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video #question-and-answer .ruling-on-field {
    font-family: Hind, sans-serif;
    color: #efefef;
    font-size: 22px;
    font-weight: 400
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video #question-and-answer .options,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video #question-and-answer .options {
    margin-top: 10px
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video #question-and-answer .options .article-tag a,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video #question-and-answer .options .article-tag a {
    font-size: 32px;
    padding: 10px 40px
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video #question-and-answer .options .option-1,
.page-template-page-YOUMAKETHECALLRESULTS .title-and-video #question-and-answer .options .option-2,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video #question-and-answer .options .option-1,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video #question-and-answer .options .option-2 {
    width: 100%;
    text-align: center
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video #question-and-answer #div_timer,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video #question-and-answer #div_timer {
    font-family: Khand, sans-serif;
    margin-top: 20px;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    border: 1px solid #f0f0f0
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video .show-rule,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video .show-rule {
    padding-top: 20px
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video .show-rule .show-button,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video .show-rule .show-button {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video .show-rule .show-button a,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video .show-rule .show-button a {
    color: #fff;
    text-decoration: none
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video .show-rule .show-button img,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video .show-rule .show-button img {
    vertical-align: middle;
    margin-right: 5px
}

.page-template-page-YOUMAKETHECALLRESULTS .title-and-video .show-rule #show-hide-area,
.page-template-page-YOUMAKETHECALLVIDEO .title-and-video .show-rule #show-hide-area {
    display: none;
    font-size: 18px;
    padding-top: 40px
}

.page-template-page-YOUMAKETHECALLRESULTS .results,
.page-template-page-YOUMAKETHECALLVIDEO .results {
    margin-top: 40px
}

.page-template-page-YOUMAKETHECALLRESULTS .results .half-page,
.page-template-page-YOUMAKETHECALLVIDEO .results .half-page {
    display: -ms-flexbox;
    display: flex
}

.page-template-page-YOUMAKETHECALLRESULTS .results .half-page .readout,
.page-template-page-YOUMAKETHECALLVIDEO .results .half-page .readout {
    position: relative;
    width: 100%
}

.page-template-page-YOUMAKETHECALLRESULTS .results .half-page .readout .holder,
.page-template-page-YOUMAKETHECALLVIDEO .results .half-page .readout .holder {
    padding-left: 20px
}

.page-template-page-YOUMAKETHECALLRESULTS .results .half-page .readout .holder .subhead,
.page-template-page-YOUMAKETHECALLVIDEO .results .half-page .readout .holder .subhead {
    color: #c60227;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700
}

.page-template-page-YOUMAKETHECALLRESULTS .results .half-page .readout .holder .answer,
.page-template-page-YOUMAKETHECALLVIDEO .results .half-page .readout .holder .answer {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700
}

.page-template-page-YOUMAKETHECALLRESULTS .results .scoreboard table,
.page-template-page-YOUMAKETHECALLRESULTS .results .scoreboard table tr,
.page-template-page-YOUMAKETHECALLVIDEO .results .scoreboard table,
.page-template-page-YOUMAKETHECALLVIDEO .results .scoreboard table tr {
    width: 100%
}

.page-template-page-YOUMAKETHECALLRESULTS .results .scoreboard table tr td,
.page-template-page-YOUMAKETHECALLRESULTS .results .scoreboard table tr th,
.page-template-page-YOUMAKETHECALLVIDEO .results .scoreboard table tr td,
.page-template-page-YOUMAKETHECALLVIDEO .results .scoreboard table tr th {
    text-align: left;
    text-transform: uppercase;
    font-size: 22px
}

.page-template-page-YOUMAKETHECALLRESULTS .results .scoreboard table tr td:nth-child(n+3),
.page-template-page-YOUMAKETHECALLRESULTS .results .scoreboard table tr th:nth-child(n+3),
.page-template-page-YOUMAKETHECALLVIDEO .results .scoreboard table tr td:nth-child(n+3),
.page-template-page-YOUMAKETHECALLVIDEO .results .scoreboard table tr th:nth-child(n+3) {
    text-align: right
}

.page-template-page-YOUMAKETHECALLRESULTS .play-again,
.page-template-page-YOUMAKETHECALLVIDEO .play-again {
    margin-top: 40px
}

.page-template-page-YOUMAKETHECALLRESULTS .play-again .again-button a,
.page-template-page-YOUMAKETHECALLVIDEO .play-again .again-button a {
    font-size: 32px;
    padding: 10px 40px
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section {
    background-size: cover!important;
    height: 100vh
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section {
    text-align: center
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section .step-icon-one {
    margin-left: 40px;
    width: 90px;
    position: absolute
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section .step-icon-two {
    margin-left: 65px;
    width: 90px;
    position: absolute
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section .step-icon-three {
    margin-left: 55px;
    width: 90px;
    position: absolute
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section .step-container {
    width: 17%;
    margin-right: 20px;
    margin-top: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section .step-container .step-number {
    font-family: Khand, sans-serif;
    color: #c33;
    font-size: 200px;
    font-weight: 700;
    text-align: left;
    line-height: .8em;
    position: relative
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section .step-container .step-title {
    text-transform: uppercase;
    color: #fff;
    font-family: Khand, sans-serif;
    font-size: 39px;
    line-height: .9em;
    font-weight: 500
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section .step-container .step-desc {
    text-transform: uppercase;
    color: #fff;
    font-family: Hind, sans-serif;
    font-size: 16px
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section .name-field {
    width: 58%;
    margin: 0 auto;
    margin-top: 30px
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section .name-field input {
    width: 100%;
    font-size: 24px
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section .ymtc-start-btn {
    background-color: #534d4d;
    width: 58%;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: Hind, sans-serif;
    padding: 5px;
    letter-spacing: 2px;
    font-size: 22px;
    margin-top: 30px;
    color: #fff
}

.page-template-page-YOUMAKETHECALLLANDING .ymtc-section .step-section .ymtc-start-btn a {
    color: #fff;
    text-decoration: none
}

.footer-ymtc {
    background-color: #aa2630;
    padding: 20px 0
}

table.combine {
    display: inline-table;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

table.combine tr {
    background-color: #fff
}

table.combine tr:first-child {
    background-color: #373737
}

table.combine tr:first-child th {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle
}

table.combine tr:nth-of-type(2n) {
    background-color: #f4f4f4
}

table.combine tr td,
table.combine tr th {
    text-align: left
}

table.combine tr td:nth-child(n+2),
table.combine tr th:nth-child(n+2) {
    text-align: right
}

table.combine td.name {
    color: maroon!important;
    font-weight: 700!important
}

body.page-template-page-FOOTBALLOPS {
    background-color: #ececec
}

body.page-template-page-FOOTBALLOPS .article-tag a {
    background: #a63435;
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    padding: 6px 8px
}

body.page-template-page-FOOTBALLOPS .fb-ops-list-item {
    margin: 0 auto
}

body.page-template-page-FOOTBALLOPS .header-containers-wrap {
    margin-bottom: 15px
}

body.page-template-page-FOOTBALLOPS .fb-ops-header .fb-ops-nav-container {
    background-color: #191919;
    width: unset;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

body.page-template-page-FOOTBALLOPS .fb-ops-header .fb-ops-menu {
    height: 100%;
    text-align: left
}

body.page-template-page-FOOTBALLOPS .fb-ops-header .fb-ops-menu.grid-col-centered {
    display: inherit;
    margin: 0 auto
}

body.page-template-page-FOOTBALLOPS .fb-ops-header .fb-ops-menu .fb-ops-logo {
    color: #e4e4e4;
    font-family: Khand, sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    vertical-align: middle;
    display: inline-block
}

body.page-template-page-FOOTBALLOPS .fb-ops-header .fb-ops-menu .fb-ops-headline {
    color: #e4e4e4;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 75px;
    text-align: right;
    letter-spacing: 2px
}

body.page-template-page-FOOTBALLOPS .fb-ops-list-title {
    padding: 10px 0
}

body.page-template-page-FOOTBALLOPS .fb-ops-list-title a {
    color: #333;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none
}

body.page-template-page-FOOTBALLOPS .fb-ops-list-content {
    color: #666;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: .02em
}

body.page-template-page-FOOTBALLOPS .news-homepage-card .media-object-body {
    padding: 20px 20px 0
}

body.page-template-page-FOOTBALLOPS .article-list-item {
    height: unset;
    margin-bottom: 0
}

body.page-template-page-FOOTBALLOPS .article-list-item:hover {
    box-shadow: none
}

body.page-template-page-FOOTBALLOPS .fb-ops-post {
    letter-spacing: .02em;
    padding: 30px 30px 50px
}

body.page-template-page-FOOTBALLOPS .fb-ops-post strong {
    color: #333
}

body.page-template-page-FOOTBALLOPS .fb-ops-post a {
    color: #666;
    text-decoration: none
}

body.page-template-page-FOOTBALLOPS .fb-ops-post a.more-link {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 60px;
    background-color: #ececec;
    margin-top: 30px;
    display: inline-block
}

body.page-template-page-FOOTBALLOPS .fb-ops-post p {
    margin-bottom: 20px
}

body.page-template-page-FOOTBALLOPS .fb-ops-post .wp-caption-text {
    color: #666;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em
}

body.page-template-page-FOOTBALLOPS .fb-ops-post .wp-caption.alignnone,
body.page-template-page-FOOTBALLOPS .fb-ops-post img.alignnone {
    width: 100%!important
}

body.page-template-page-FOOTBALLOPS .fb-ops-post .alignnone img {
    height: auto;
    width: 100%
}

body.page-template-page-FOOTBALLOPS .fb-ops-pagination {
    margin: 0 auto 80px;
    text-align: center
}

body.page-template-page-FOOTBALLOPS .page-numbers {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #cbcbcb;
    padding: 8px 15px
}

body.page-template-page-FOOTBALLOPS .page-numbers.current {
    color: #999;
    background-color: #fff
}

body.page-template-page-FOOTBALLOPS .page-numbers .icon-scoreboard-next,
body.page-template-page-FOOTBALLOPS .page-numbers .icon-scoreboard-prev {
    width: 13px;
    height: 13px;
    background-position: 50%
}

body.page-template-page-FOOTBALLOPS a.page-numbers {
    text-decoration: none
}

body.page-template-page-FOOTBALLOPS .twitter-sidebar-header {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px
}

body.page-template-page-FOOTBALLOPS .fb-ops-tweet {
    padding: 20px 20px 30px
}

body.page-template-page-FOOTBALLOPS .fb-ops-tweet-post {
    letter-spacing: .02em;
    padding: 10px 20px
}

body.page-template-page-FOOTBALLOPS .tweet-logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 20px 10px 0 20px
}

body.page-template-page-FOOTBALLOPS .tweet-info {
    display: inline-block;
    float: left
}

body.page-template-page-FOOTBALLOPS .tweet-info .tweet-name {
    font-family: Open Sans, sans-serif;
    color: #191919;
    font-size: 18px;
    font-weight: 700;
    text-align: left
}

body.page-template-page-FOOTBALLOPS .tweet-info .tweet-user {
    padding-top: 6px
}

body.page-template-page-FOOTBALLOPS .tweet-info .tweet-user a {
    font-family: Open Sans, sans-serif;
    color: #191919;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    text-decoration: none
}

body.page-template-page-FOOTBALLOPS .tweet-body {
    font-family: Open Sans, sans-serif;
    color: #191919;
    font-size: 14px;
    font-weight: 400
}

body.page-template-page-FOOTBALLOPS .tweet-body p {
    padding-bottom: 20px
}

body.page-template-page-FOOTBALLOPS .tweet-body a,
body.page-template-page-FOOTBALLOPS .tweet-body a:hover,
body.page-template-page-FOOTBALLOPS .tweet-body a:visited {
    font-family: Open Sans, sans-serif;
    color: #00acec
}

body.page-template-page-FOOTBALLOPS .tweet-body img {
    padding: 20px 0;
    max-width: 100%
}

body.page-template-page-FOOTBALLOPS .tweet-date-time {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    float: right
}

body.page-template-page-FOOTBALLOPS .tweet-date-time a {
    color: #666;
    text-decoration: none
}

body.page-template-page-FOOTBALLOPS .sidebar-header-text {
    display: inline-block;
    line-height: 24px
}

body.page-template-page-FOOTBALLOPS .tweet-follow {
    text-align: right;
    line-height: 24px;
    display: inline-block;
    float: right
}

body.page-template-page-FOOTBALLOPS .tweet-follow button {
    font-family: Open Sans, sans-serif;
    color: #999;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: none;
    padding: 3px 10px;
    cursor: pointer
}

body.page-template-page-FOOTBALLOPS .tweet-follow button:focus {
    outline: none
}

body.page-template-page-FOOTBALLOPS .tweet-follow button .social-twitter {
    background-image: url(/wp-content/themes/cfl.ca/images/social-twitter.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle
}

body.page-template-page-FOOTBALLOPS .tweet-follow button .follow-text {
    display: inline-block;
    padding: 0 0 0 3px;
    vertical-align: middle;
    line-height: 13px
}

body.page-template-page-FOOTBALLOPS .speech-bubble {
    position: relative
}

body.page-template-page-FOOTBALLOPS .speech-bubble.fb-ops-list-item {
    margin: 0 auto 40px
}

body.page-template-page-FOOTBALLOPS .speech-bubble.grid-col-centered {
    display: inherit
}

body.page-template-page-FOOTBALLOPS .speech-bubble:after {
    content: "";
    background-image: url(/wp-content/themes/cfl.ca/images/speech-bubble.png);
    background-repeat: no-repeat;
    background-size: 40%;
    position: absolute;
    top: 100%;
    left: 10%;
    width: 100px;
    height: 50px
}

.page-template-page-CENTERED .page-content>.page-section {
    padding: 0
}

.single-game-ticket-title {
    line-height: 65px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #9E8861;
    color: #fff
}

.single-game-tickets-footer {
    color: #2b2b2b;
    background-color: #fff;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS {
    padding-top: 0;
    text-align: center
}

.container .page-section.page-template-page-SINGLEGAMETICKETS.single-game-tickets-inner-footer {
    display: table;
    width: 100%;
    height: 100px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS.single-game-tickets-inner-footer .ticket-table {
    display: table-row
}

.container .page-section.page-template-page-SINGLEGAMETICKETS.single-game-tickets-inner-footer .ticket-table .assistance {
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 15px;
    color: #000;
    line-height: 22px;
    display: table-cell
}

.container .page-section.page-template-page-SINGLEGAMETICKETS.single-game-tickets-inner-footer .ticket-table .assistance-info {
    vertical-align: middle;
    padding-right: 10px;
    text-align: left;
    display: table-cell
}

.container .page-section.page-template-page-SINGLEGAMETICKETS.single-game-tickets-inner-footer .ticket-table .assistance-info .lbl-ticket-phone-number {
    display: inline-block
}

.container .page-section.page-template-page-SINGLEGAMETICKETS.single-game-tickets-inner-footer .ticket-table .assistance-info .lbl-ticket-phone-number .text-phone {
    color: #000;
    font-size: .8rem
}

.container .page-section.page-template-page-SINGLEGAMETICKETS.single-game-tickets-inner-footer .ticket-table .assistance-info .lbl-ticket-text-mail {
    display: inline-block
}

.container .page-section.page-template-page-SINGLEGAMETICKETS.single-game-tickets-inner-footer .ticket-table .assistance-info .lbl-ticket-text-mail .text-mail {
    color: #000;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    top: 3px;
    font-size: 1.4em
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box {
    height: 406px;
    margin: auto auto 15px;
    padding: 0 5%;
    text-align: left;
    display: table;
    min-width: 337px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row1 {
    height: 71px;
    background-color: #efefef;
    display: table-row
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row1 .date-box {
    margin-top: 14px;
    width: 60%;
    margin-left: 8%;
    float: left
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row1 .date-box .lbl-day-of-week {
    font-size: 16px;
    display: block;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: #595959
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row1 .date-box .lbl-month-day {
    font-size: 38px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 41px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row1 .game-highlight-image {
    float: left;
    width: 32%;
    height: 71px;
    background-color: #2b2b2b
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row1 .game-highlight-image .game-highlight-image-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 64px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 {
    height: 115px;
    background-color: #efefef;
    overflow: hidden;
    display: table-row
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box {
    margin-left: 8%;
    width: 60%;
    float: left
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box .time-box {
    height: 42px;
    overflow: hidden
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box .time-box .time {
    font-size: 20px;
    color: #909090;
    text-transform: uppercase;
    font-weight: 700
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box .opponent-info {
    height: 50px;
    display: table;
    overflow: hidden
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box .opponent-info .opponent-info-row {
    display: table-row
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box .opponent-info .opponent-info-row .vs {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box .opponent-info .opponent-info-row div.logo {
    padding: 0 7px;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box .opponent-info .opponent-info-row div.logo span.tickets-icon-logo {
    width: 50px;
    height: 50px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box .opponent-info .opponent-info-row .lbl-team {
    display: table-cell;
    vertical-align: middle;
    color: #595959;
    width: 130px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box .opponent-info .opponent-info-row .lbl-team span.location {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box .opponent-info .opponent-info-row .lbl-team span.nickname {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    line-height: 18px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .price-box {
    float: left;
    width: 32%;
    height: 115px;
    background-color: #2b2b2b;
    overflow: hidden;
    color: #fff;
    padding: 15px 10px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .price-box .lbl-tickets-starting-at {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .price-box .lbl-ticket-price {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    height: 42px;
    overflow: hidden
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .price-box .lbl-ticket-price span.dollarsign {
    font-size: .6em;
    position: relative;
    top: -10px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row3 {
    background-color: #fff;
    display: table-row
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row3 .game-highlights-box {
    height: 158px;
    padding: 15px 3%;
    width: 68%;
    float: left;
    line-height: 1.4em;
    font-size: 16px;
    display: table-cell;
    overflow: hidden
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row3 .game-highlights-box.game-highlights-full-width {
    width: 100%
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row3 .game-highlights-box .game-highlight {
    color: #2b2b2b;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-size: 18px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row3 .more-info-box {
    float: left;
    height: 165px;
    width: 32%;
    background-color: #f8f8f8;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row3 .more-info-box.more-info-hide {
    display: none
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row3 .more-info-box a.more-info {
    position: relative;
    top: 65px;
    text-decoration: none;
    padding: 6px 9px;
    display: inline-block;
    background-color: #9E8861;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row4 {
    height: 50px;
    display: table-row;
    background-color: #9E8861;
    text-align: center
}

.container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row4 a.buy-now {
    font-size: 26px;
    padding-top: 7px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

table.sortable span.sign,
table.sortable th:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 3px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1
}

table.sortable th.arrow:after {
    content: ""
}

span.reversed,
table.sortable span.arrow,
th.arrow.down:after,
th.arrow.up:after,
th.reversedarrow.down:after,
th.reversedarrow.up:after {
    border-style: solid;
    border-width: 4px;
    font-size: 0;
    border-color: #a6a6a6 transparent transparent;
    line-height: 0;
    height: 0;
    width: 0;
    margin-top: -3px
}

table.sortable span.arrow.up,
table.sortable span.reversed,
th.arrow.up:after,
th.reversedarrow.down:after {
    border-color: transparent transparent #a6a6a6;
    margin-top: -7px
}

table.sortable span.reversed.up,
th.reversedarrow.up:after {
    border-color: #a6a6a6 transparent transparent;
    margin-top: -2px
}

table.sortable span.az:before,
th.az.down:after {
    content: "a .. z"
}

table.sortable span.az.up:before,
th.az.up:after {
    content: "z .. a"
}

table.sortable th.az.nosort:after,
th._19.nosort:after,
th.AZ.nosort:after,
th.month.nosort:after {
    content: ".."
}

table.sortable span.AZ:before,
th.AZ.down:after {
    content: "A .. Z"
}

table.sortable span.AZ.up:before,
th.AZ.up:after {
    content: "Z .. A"
}

table.sortable span._19:before,
th._19.down:after {
    content: "1 .. 9"
}

table.sortable span._19.up:before,
th._19.up:after {
    content: "9 .. 1"
}

table.sortable span.month:before,
th.month.down:after {
    content: "jan .. dec"
}

table.sortable span.month.up:before,
th.month.up:after {
    content: "dec .. jan"
}

table.sortable thead th:not([data-defaultsort=disabled]) {
    cursor: pointer
}

table.sortable thead th:hover:not([data-defaultsort=disabled]) {
    background: #575757;
    color: #fff
}

.sortable th,
table.sortable thead th div.mozilla {
    position: relative
}

th.sorted {
    color: #e9e9e9
}

td.sorted {
    font-weight: 600
}

.google-ads {
    position: fixed;
    top: 0
}

@media screen and (min-width:767px) {
    html {
        font-size: 100%
    }
    .grid-row {
        margin-left: -10px
    }
    .ad-grid {
        padding-left: 10px;
        padding-right: 310px;
        position: relative
    }
    .ad-col {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
        z-index: 1
    }
    .hide-for-tablet-up {
        display: none;
        opacity: 0
    }
    .hide-for-tablet-up-table-row {
        display: none!important;
        opacity: 0
    }
    .icon-logo,
    .icon-logo-alt,
    .icon-logo-fr {
        width: 63px;
        height: 70px
    }
    .icon-logo-alt.small,
    .icon-logo-fr.small,
    .icon-logo.small {
        width: 33px;
        height: 37px
    }
    .icon-logo-alt.main,
    .icon-logo-fr.main,
    .icon-logo.main {
        width: 54px;
        height: 60px
    }
    .icon-logo-alt.footer-logo,
    .icon-logo-fr.footer-logo,
    .icon-logo.footer-logo {
        display: inline-block;
        width: 110px;
        height: 110px
    }
    .btn-ghost:hover {
        color: #fff
    }
    .btn-ghost:hover span[class*=icon-share-] {
        margin: -1px 5px 0 0
    }
    .btn-ghost:hover span[class*=icon-share-].icon-share-w {
        display: inline-block
    }
    .btn-ghost:hover span[class*=icon-share-].icon-share-blk {
        display: none
    }
    .watch-banner .bg .content .border .message .message-desktop {
        display: visible
    }
    .watch-banner .bg .content .border .message .message-mobile {
        display: none
    }
    .header:not(.header-with-scb) {
        background: #191919 url(/wp-content/themes/cfl.ca/images/header-bckg.jpg) no-repeat bottom
    }
    .header.header-with-scb {
        position: relative;
        z-index: 100;
        background-color: #191919
    }
    .header.header-with-scb .region-under-header {
        position: static;
        transition: all .3s
    }
    .header.header-with-scb .scb-carousel-section {
        display: none;
        width: 100%
    }
    .header.header-with-scb.header-with-gametrackerboard {
        padding-bottom: 60px
    }
    .header.header-with-scb.header-with-gametrackerboard+div>div:first-child:not(.header-hero):not(.social-sticky-header) {
        padding-top: 180px
    }
    .header .top-banner {
        min-height: 120px;
        background: url(/site/images/top.jpg) no-repeat;
    }
    .header-container .page-section {
        height: 75px
    }
    .header-containers.header-containers-sticky {
        background: #191919 url(/wp-content/themes/cfl.ca/images/header-bckg.jpg) no-repeat bottom;
        left: 0;
        padding-bottom: 0;
        position: fixed;
        top: 0;
        z-index: 2
    }
    .header-containers.header-containers-sticky .branding,
    .header-containers.header-containers-sticky .schedule-game-section,
    .header-containers.header-containers-sticky .score-container,
    .header-containers.header-containers-sticky .user-options-container {
        display: none
    }
    .header-containers.header-containers-sticky .region-main-menu {
        margin-right: -140px;
        float: left
    }
    .header-containers.header-containers-sticky .region-main-menu .logo-sticky {
        display: inline-block
    }
    .header-containers.header-containers-sticky .logo-sticky {
        margin-top: 10px
    }
    .header-containers.header-containers-sticky .logo-sticky .icon-logo {
        width: 37px;
        height: 37px;
        background-position: 50%
    }
    .logo-sticky {
        padding-right: 20px;
        line-height: 75px
    }
    .main-nav-container {
        width: 100%
    }
    .main-nav-li:hover .main-nav-a {
        background-color: #fff;
        color: #1c1c1c
    }
    .main-nav-li:hover .dropdown-menu {
        opacity: 1;
        overflow: visible;
        transform: translate3d(0, -1px, 0);
        visibility: visible
    }
    .dropdown-menu-li {
        line-height: 18px
    }
    .featured-slider-wrapper {
        margin: 0 0 80px 20px
    }
    .featured-slider-wrapper .grid-col-9 {
        width: 75%
    }
    .featured-slider-wrapper .grid-col-3 {
        height: 100%;
        overflow: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 25%
    }
    .time-bar {
        font-size: 14px;
        padding: 8px
    }
    .featured-description {
        padding: 25px
    }
    .featured-title-thumb {
        font-size: 24px
    }
    .featured-slider-cells {
        border-width: 0 0 1px 1px
    }
    .featured-slider-cells .video_play_btn {
        display: none
    }
    .featured-slider-cells .featured-title-thumb {
        font-size: 18px;
        padding-left: 15px
    }
    .mid-hero .header-hero-content .header-hero-title {
        font-size: 32px;
        letter-spacing: .075em
    }
    .top-news-grid {
        margin-top: 20px
    }
    .players-preview-cells .player-img-wrapper {
        max-width: 270px;
        width: 23.6%;
        position: absolute;
        left: 38.5%
    }
    .player-info-header.player-info-parallax-wrapp .player-info-head-bgr {
        height: 465px
    }
    .player-info-header.player-info-parallax-wrapp .player-info-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 70px 0 30px
    }
    .player-info-header .players-preview-cells .player-stats-block {
        position: absolute;
        bottom: 20px;
        right: 0
    }
    .players-preview-cells .player-vitals-block {
        height: 275px
    }
    .players-preview-cells .player-name-block {
        position: absolute;
        bottom: 20px;
        left: 0
    }
    .profile-sections {
        padding-top: 30px
    }
    .related-media-section .box-cell .bottom-block-right {
        border: 1px solid #d9d9d9;
        border-top-width: 0;
        padding: 15px;
        min-height: 115px;
        height: 100%
    }
    .plyaers-filter-grid .head-section {
        float: right
    }
    .box-cell,
    .plyaers-filter-grid .players-fitelr {
        float: left
    }
    .stats-filters .stats-filter-row {
        padding: 0 0 3px
    }
    .article-header .header-hero .header-hero-content,
    .page-header .header-hero .header-hero-content {
        bottom: 40px;
        left: 65px
    }
    .article-header .header-hero .header-hero-title,
    .page-header .header-hero .header-hero-title {
        font-size: 58px;
        margin-bottom: 15px;
        width: auto
    }
    .article-header .header-hero .article-video-title,
    .page-header .header-hero .article-video-title {
        font-size: 64px;
        padding: 15px 0 0
    }
    .article-header .header-hero .article-no-image-title,
    .page-header .header-hero .article-no-image-title {
        font-size: 64px
    }
    .article-header .header-hero .article-pubdate,
    .page-header .header-hero .article-pubdate {
        font-weight: 700;
        font-size: 14px
    }
    .article-content {
        padding: 10px 15px 35px
    }
    .news-landing-card .media-object-a {
        width: 32.3%
    }
    .media-object-img,
    .news-landing-card .media-object-a {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0
    }
    .media-object-img {
        padding: 0
    }
    .news-homepage-card .media-object-img .card-image {
        padding-bottom: 216.66666667%
    }
    .video-landing-card .media-object-img .card-image {
        padding-bottom: 56.25%
    }
    .media-object-body {
        padding: 25px 25px 50px
    }
    .video-landing-card .media-object-body {
        float: none;
        padding: 15px 30px 50px 15px;
        width: 100%;
        height: 175px
    }
    .article-list-title {
        font-size: 24px;
        margin-bottom: 5px;
        line-height: 1.08333333
    }
    .video-landing-card .article-list-meta {
        bottom: 10px;
        left: 0;
        padding: 0 60px 0 15px;
        width: 100%
    }
    .article-list .article-list-share {
        right: 20px;
        top: 2px
    }
    .article-list-top-item {
        margin-bottom: 20px
    }
    .top-news-grid .article-list-top-item {
        height: 240px
    }
    .article-list .article-list-hero {
        padding-bottom: 43.87755102%
    }
    .article-list .article-list-hero img {
        height: auto;
        width: 100%
    }
    .other-articles .other-articles-item {
        height: auto;
        clear: none
    }
    .other-articles .other-articles-item .other-article-image .card-image {
        height: 150px
    }
    h1.page-title,
    h2.page-title {
        font-size: 64px
    }
    .page-section {
        padding: 0 10px
    }
    .calendar-nav-mobile-wrapper,
    .logo-mobile,
    .main-nav-mobile-wrapper,
    .mobile-nav-overlay,
    .mobile-toggle-calendar,
    .mobile-toggle-menu {
        display: none
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-assistance .contacts-wrapper {
        float: right
    }
    .landing-page .landing-page-header .d-cell {
        padding: 15px 10px 15px 0;
        vertical-align: middle;
        width: 50%
    }
    .landing-page .landing-page-header .special_event {
        display: none
    }
    h1.article-title,
    h2.article-title {
        font-size: 40px
    }
    .landing-page .video-wrapper {
        margin-top: 25px;
        margin-bottom: 45px
    }
    .featured-articles-top {
        padding: 20px 0
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll {
        padding: 10px 0
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-top-item-right {
        margin-bottom: 18px
    }
    .landing-video-slider .slick-list {
        overflow: hidden
    }
    .landing-video-slider .slick-prev:focus,
    .landing-video-slider .slick-prev:hover {
        background: linear-gradient(90deg, #f4f4f4, #f4f4f4 20%, hsla(0, 0%, 96%, 0))
    }
    .landing-video-slider .slick-next:focus,
    .landing-video-slider .slick-next:hover {
        background: linear-gradient(270deg, #f4f4f4, #f4f4f4 20%, hsla(0, 0%, 96%, 0))
    }
    .landing-video-slider:focus .slick-prev:before,
    .landing-video-slider:hover .slick-prev:before {
        background: url(/wp-content/themes/cfl.ca/images/slick-arrow-left.png) no-repeat 50%;
        background-size: 12px 22px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .landing-video-slider:focus .slick-next:before,
    .landing-video-slider:hover .slick-next:before {
        background: url(/wp-content/themes/cfl.ca/images/slick-arrow.png) no-repeat 50%;
        background-size: 12px 22px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .landing-video-cell .article-list-item .article-list-content-wrap {
        min-height: 80px
    }
    .landing-video-cell .article-list-item .article-list-share {
        right: 16px;
        top: 5px
    }
    .videos-section .top-new-grid-to-scroll h2 {
        width: 70%;
        position: absolute;
        bottom: 0;
        left: 0
    }
    .videos-section .top-new-grid-to-scroll .article-list-meta {
        width: 30%;
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: right
    }
    .videos-section .top-new-grid-to-scroll .article-list-meta .article-list-share,
    .videos-section .top-new-grid-to-scroll .article-list-meta .time-bar {
        position: relative
    }
    .videos-section .top-new-grid-to-scroll .article-list-meta .time-bar {
        margin-top: 6px;
        margin-right: 5px
    }
    .video-playback .popular .article-list-item .article-list-content-wrap {
        height: 100px
    }
    .video-playback .other-articles-block .other-articles-item {
        margin-bottom: 60px
    }
    #block-views-more-galleries-block .item-list,
    #block-views-video-playlist-block .item-list,
    .view-popular-videos .item-list {
        display: none
    }
    .node-type-video .other-articles-block .other-articles-item {
        margin-bottom: 45px
    }
    .gallery-block {
        padding: 0 10px
    }
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game [class*=icon-logo-] {
        height: 20px;
        width: 20px;
        margin-right: 5px
    }
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .name {
        font-size: 12px
    }
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .score {
        font-size: 20px
    }
    .scoreboard-wrapper.league .game:first-child:last-child .visitor,
    .scoreboard-wrapper:not(.league) .game .visitor {
        padding-left: 5px
    }
    .scoreboard-wrapper.league .game:first-child:last-child .host,
    .scoreboard-wrapper:not(.league) .game .host {
        padding-right: 5px
    }
    .scoreboard-wrapper.league .game:first-child:last-child.live [class*="icon-logo-"],
    .scoreboard-wrapper:not(.league) .game.live [class*=icon-logo-] {
        height: 40px;
        width: 40px
    }
    .scoreboard-wrapper.league .game:first-child:last-child.live .name,
    .scoreboard-wrapper:not(.league) .game.live .name {
        width: 40px
    }
    .scoreboard-wrapper.league .game:first-child:last-child.live .score,
    .scoreboard-wrapper:not(.league) .game.live .score {
        font-size: 36.8px
    }
    .scoreboard-placeholder {
        display: block
    }
    .draftboard-wrapper .draftboard-contents .pick .player .details .name {
        font-size: 18px
    }
    .page-content.fqa .accordion {
        margin-bottom: 80px
    }
    .page-content.fqa .faq-siedebar {
        padding: 5px 30px 0 15px;
        margin-bottom: 30px
    }
    .mobile-tabs-container {
        display: none
    }
    .gametracker-wrapper .mobile {
        display: none!important
    }
    .gametracker-wrapper .preview-tab .article-content .preview-header-title {
        font-size: 42px
    }
    .gametracker-wrapper .preview-tab .article-content .article-pubdate {
        font-size: 14px
    }
    .playtype-selector {
        float: right;
        width: 33.33%
    }
    .playtype-selector .btn {
        width: 100%
    }
    .gt-section-wrapper .mobile-tablist {
        display: none
    }
    .gt-section-wrapper .mobile-tabpanel .desktop-unhide {
        display: block!important
    }
    .boxscore-stats-wrapper .stats-inner,
    .matchup-stats-wrapper .stats-inner {
        padding: 30px 10% 40px
    }
    .boxscore-stats-wrapper .stats-table td,
    .boxscore-stats-wrapper .stats-table th,
    .matchup-stats-wrapper .stats-table td,
    .matchup-stats-wrapper .stats-table th {
        width: 33.33%
    }
    .matchup-stats-wrapper .stats-inner {
        padding: 40px 33.33%
    }
    .matchup-heading {
        font-size: 24px
    }
    .matchup-canvas-section .canvas-row-inner {
        width: 100%
    }
    .matchup-canvas-section .canvas-wrapper {
        width: 32.66%
    }
    .matchup-team-leaders .team-leaders-heading {
        font-size: 18px
    }
    .matchup-team-leaders .leader {
        margin-top: -5px
    }
    .matchup-team-leaders .leader.visitor .details {
        padding-right: 30px
    }
    .matchup-team-leaders .leader.host .details {
        padding-left: 30px
    }
    .matchup-team-leaders .leader .image {
        height: 65px
    }
    .matchup-team-leaders .leader .number {
        color: #d9d9d9;
        display: block;
        font-size: 50px;
        font-weight: 400;
        line-height: 1.25;
        padding-right: 10px
    }
    .matchup-team-leaders .leader .number .hash {
        display: inline-block;
        font-size: 27.6px;
        padding-right: 5px;
        vertical-align: middle
    }
    .matchup-team-leaders .leader .details .name {
        font-size: 20px
    }
    .matchup-team-leaders .leader .details .stats {
        font-size: 18px
    }
    .teams-tab .tabpanel-column.right .team-column-inner {
        margin-left: -1px
    }
    .teams-tab .player-table {
        padding: 0 20px 15px
    }
    .teams-tab .team-column.injured .team-column-inner {
        padding: 15px 20px
    }
    .teams-tab .injured-subtitle {
        font-family: Khand, sans-serif;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 10px;
        text-align: center;
        text-transform: uppercase
    }
    .dt-header .header-hero .header-hero-content {
        bottom: 20px;
        left: 0;
        padding: 0 20px
    }
    .dt-header .grid-col-8 .header-hero-title {
        bottom: 0;
        left: 20px;
        position: absolute
    }
    .dt-seasonselect,
    .dt-teamselect {
        margin-bottom: 30px
    }
    .dt-refresh {
        margin-bottom: 22px;
        padding: 20px
    }
    .dt-refresh .dt-refresh-title {
        margin-bottom: 18px
    }
    .dt-round {
        margin-bottom: 25px;
        padding: 26px 0 0
    }
    .dt-round .dt-round-title {
        margin-bottom: 18px;
        padding: 0 20px
    }
    .dt-round .dt-round-content-wrap .dt-round-content .dt-table span[class*=icon-logo-] {
        padding: 0 40px
    }
    .page-template-page-STANDINGS .standings-content {
        padding-top: 20px
    }
    .schedule-wrapper .season-selector {
        margin-bottom: 10px
    }
    .schedule-wrapper .week-selector {
        display: block;
        float: left
    }
    .schedule-wrapper .pdf-selector,
    .schedule-wrapper .timezone-selector {
        display: block;
        float: right
    }
    .schedule-wrapper .pdf-selector {
        margin-top: 0;
        margin-right: 10px
    }
    .schedule-wrapper .calendar-download-selector {
        display: block;
        float: right;
        padding-left: 10px
    }
    .schedule-wrapper .pdf-btn {
        display: inline-block;
        float: right;
        font-family: Khand, sans-serif;
        font-size: 14px;
        font-weight: 600;
        margin: 0 10px 0 0
    }
    .schedule-wrapper .pdf-btn .icon-download {
        margin-right: 5px
    }
    .schedule-wrapper .heading {
        display: -ms-flexbox;
        display: flex;
        position: static
    }
    .schedule-wrapper .heading.live .status {
        color: #1c1c1c
    }
    .schedule-wrapper .heading>div {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .schedule-wrapper .heading div.controls {
        background-color: #fafafa;
        border-right: 1px solid #d9d9d9;
        cursor: pointer;
        display: block;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        line-height: 60px;
        width: 60px
    }
    .schedule-wrapper .heading div.controls .icon-chevron-up {
        display: none
    }
    .schedule-wrapper .heading .sponsored {
        display: block;
        margin: auto
    }
    .schedule-wrapper .heading .sponsored div {
        margin: auto
    }
    .schedule-wrapper .heading div.date-time {
        line-height: 1.2;
        padding-top: 20px;
        position: static;
        text-align: center;
        width: auto
    }
    .schedule-wrapper .heading div.date-time .date {
        display: block;
        padding: 0;
        position: static
    }
    .schedule-wrapper .heading div.date-time .date:after {
        content: "\A"
    }
    .schedule-wrapper .heading div.date-time .status,
    .schedule-wrapper .heading div.date-time .time {
        font-size: 20px;
        padding: 0;
        position: static;
        transform: none
    }
    .schedule-wrapper .heading div.matchup {
        -ms-flex-positive: 3;
        flex-grow: 3;
        -ms-flex-negative: 2;
        flex-shrink: 2;
        margin: 0;
        width: auto
    }
    .schedule-wrapper .heading div.matchup .host,
    .schedule-wrapper .heading div.matchup .visitor {
        font-size: 20px;
        line-height: 60px;
        width: 130px
    }
    .schedule-wrapper .heading div.matchup .host span[class*=icon-],
    .schedule-wrapper .heading div.matchup .visitor span[class*=icon-] {
        display: inline-block;
        height: 50px;
        margin: auto;
        width: 50px
    }
    .schedule-wrapper .heading div.matchup .host span[class*=icon-]:after,
    .schedule-wrapper .heading div.matchup .visitor span[class*=icon-]:after {
        content: ""
    }
    .schedule-wrapper .heading div.matchup .host span.text,
    .schedule-wrapper .heading div.matchup .visitor span.text {
        display: inline;
        margin: auto;
        width: auto
    }
    .schedule-wrapper .heading div.matchup .visitor span[class*=icon-] {
        margin-right: 10px
    }
    .schedule-wrapper .heading div.matchup .host span[class*=icon-] {
        margin-left: 10px
    }
    .schedule-wrapper .heading div.matchup .host .text:first-child {
        display: inline
    }
    .schedule-wrapper .heading div.matchup .host .text:last-child {
        display: none
    }
    .schedule-wrapper .heading div.action {
        height: auto;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: static;
        margin: 10px 10px 0 0;
        text-align: right;
        white-space: nowrap;
        width: 170px
    }
    .schedule-wrapper .heading div.action .btn {
        display: inline-block;
        margin-right: 20px;
        padding: 12px 17px
    }
    .schedule-wrapper .heading div.action .icon-chevron-right {
        float: none
    }
    .schedule-wrapper .heading div.action .act-buy-tickets {
        display: none
    }
    .roster-table-wrap {
        margin-bottom: 64px
    }
    .quicklook-wrapper {
        background-color: #fff;
        border: 1px solid #d9d9d9;
        border-top: none;
        clear: both
    }
    #div_cheerleader .info-header .flex-row .controls {
        display: block
    }
    #div_cheerleader .info-header #cheerleader-lightbox {
        height: 500px
    }
    #div_cheerleader .info-header #cheerleader-lightbox img {
        max-height: 500px
    }
    .page-landing .page-landing-title {
        font-size: 64px;
        line-height: 64px
    }
    .page-landing .page-landing-subtitle {
        font-size: 42px
    }
    .page-landing .section-row {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px
    }
    .page-landing .section-row .section-item {
        margin-bottom: 0
    }
    .page-landing .full-height {
        display: -ms-flexbox;
        display: flex
    }
    .gametrackerboard-wrapper {
        position: absolute
    }
    .gametrackerboard-wrapper.pre .matchup {
        padding-top: 50px
    }
    .gametrackerboard-wrapper .mobile-only {
        display: none!important
    }
    .gametrackerboard-wrapper .matchup {
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 30px 15px
    }
    .gametrackerboard-wrapper .matchup .host,
    .gametrackerboard-wrapper .matchup .visitor {
        width: 280px
    }
    .gametrackerboard-wrapper .matchup .host .logo,
    .gametrackerboard-wrapper .matchup .visitor .logo {
        height: 60px;
        width: 60px
    }
    .gametrackerboard-wrapper .matchup .host .text,
    .gametrackerboard-wrapper .matchup .host .text>div,
    .gametrackerboard-wrapper .matchup .visitor .text,
    .gametrackerboard-wrapper .matchup .visitor .text>div {
        height: 60px
    }
    .gametrackerboard-wrapper .matchup .host .text .city,
    .gametrackerboard-wrapper .matchup .visitor .text .city {
        font-size: 9.6px
    }
    .gametrackerboard-wrapper .matchup .host .text .team,
    .gametrackerboard-wrapper .matchup .visitor .text .team {
        font-size: 16px
    }
    .gametrackerboard-wrapper .matchup .host .text .record,
    .gametrackerboard-wrapper .matchup .visitor .text .record {
        font-size: 11.2px
    }
    .gametrackerboard-wrapper .matchup .visitor .logo {
        margin-right: 10px
    }
    .gametrackerboard-wrapper .matchup .host .logo {
        margin-left: 10px
    }
    .gametrackerboard-wrapper .matchup .host-score,
    .gametrackerboard-wrapper .matchup .visitor-score {
        font-size: 41.4px
    }
    .gametrackerboard-wrapper .matchup .host-score .icon-possession,
    .gametrackerboard-wrapper .matchup .visitor-score .icon-possession {
        left: 33px
    }
    .gametrackerboard-wrapper .matchup .game-data {
        margin: auto
    }
    .gametrackerboard-wrapper .matchup .game-data .date-time {
        margin: -40px 0 0
    }
    .gametrackerboard-wrapper .matchup .game-data table {
        margin: 10px auto 0
    }
    .gametrackerboard-wrapper .matchup .countdown .text {
        font-size: 9px
    }
    .gametrackerboard-wrapper .matchup .countdown .number {
        font-size: 48px;
        width: 65px
    }
    .gametrackerboard-wrapper .matchup .countdown .separator {
        font-size: 41px
    }
    .page-template-page-LIVEEVENT .hero-container .article-header .header-hero,
    .single-live-event .hero-container .article-header .header-hero {
        min-height: 500px
    }
    .page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content,
    .single-live-event .hero-container .article-header .header-hero-content {
        bottom: 0
    }
    .page-template-page-YOUMAKETHECALLRESULTS .title-and-video .ref,
    .page-template-page-YOUMAKETHECALLVIDEO .title-and-video .ref {
        display: block
    }
    body.page-template-page-FOOTBALLOPS .fb-ops-list-title a {
        font-size: 24px
    }
    body.page-template-page-FOOTBALLOPS .news-homepage-card .media-object-body {
        padding: 20px 20px 0
    }
    body.page-template-page-FOOTBALLOPS .fb-ops-post {
        padding: 30px 50px 50px
    }
    body.page-template-page-FOOTBALLOPS .tweet-follow {
        margin-right: 10px
    }
    .single-game-ticket-title {
        font-size: 32px;
        margin-bottom: 32px
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS.grid-row {
        margin-left: auto
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS.single-game-tickets-inner-footer .ticket-table .assistance {
        padding-left: 60px;
        padding-right: 0;
        line-height: 30px
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS.single-game-tickets-inner-footer .ticket-table .assistance-info {
        text-align: right;
        padding-right: 30px
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS.single-game-tickets-inner-footer .ticket-table .assistance-info .lbl-ticket-phone-number {
        margin-right: 45px
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box {
        padding: 0;
        height: 441px;
        margin-left: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row1 {
        height: 85px
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row1 .date-box {
        margin-top: 28px;
        width: 60%;
        margin-left: 8%
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row1 .game-highlight-image {
        width: 32%;
        height: 85px
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row1 .game-highlight-image .game-highlight-image-inner {
        height: 73px
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .opponent-box {
        margin-left: 8%;
        width: 60%
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row2 .price-box {
        width: 32%;
        padding: 15px 20px
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row3 .game-highlights-box {
        height: 158px;
        padding: 0;
        padding: 28px 7.5%;
        width: 68%
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row3 .game-highlights-box.game-highlights-full-width {
        width: 100%
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row3 .more-info-box {
        height: 186px;
        width: 32%
    }
    .container .page-section.page-template-page-SINGLEGAMETICKETS .tickets-box .row3 .more-info-box a.more-info {
        top: 75px;
        font-size: 14px
    }
}

@media screen and (min-width:1250px) {
    html {
        font-size: 100%
    }
    .hide-for-desktop {
        display: none
    }
    .grid-col-lg-12 {
        width: calc(100% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-12 {
        margin-left: calc(100% + 10px)
    }
    .grid-col-lg-push-12 {
        position: relative;
        left: calc(100% + 10px)
    }
    .grid-col-lg-pull-12 {
        position: relative;
        left: calc((100% + 10px) * -1)
    }
    .grid-col-lg-11 {
        width: calc(91.66666666666667% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-11 {
        margin-left: calc(91.66666666666667% + 10px)
    }
    .grid-col-lg-push-11 {
        position: relative;
        left: calc(91.66666666666667% + 10px)
    }
    .grid-col-lg-pull-11 {
        position: relative;
        left: calc((91.66666666666667% + 10px) * -1)
    }
    .grid-col-lg-10 {
        width: calc(83.33333333333333% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-10 {
        margin-left: calc(83.33333333333333% + 10px)
    }
    .grid-col-lg-push-10 {
        position: relative;
        left: calc(83.33333333333333% + 10px)
    }
    .grid-col-lg-pull-10 {
        position: relative;
        left: calc((83.33333333333333% + 10px) * -1)
    }
    .grid-col-lg-9 {
        width: calc(75% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-9 {
        margin-left: calc(75% + 10px)
    }
    .grid-col-lg-push-9 {
        position: relative;
        left: calc(75% + 10px)
    }
    .grid-col-lg-pull-9 {
        position: relative;
        left: calc((75% + 10px) * -1)
    }
    .grid-col-lg-8 {
        width: calc(66.66666666666667% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-8 {
        margin-left: calc(66.66666666666667% + 10px)
    }
    .grid-col-lg-push-8 {
        position: relative;
        left: calc(66.66666666666667% + 10px)
    }
    .grid-col-lg-pull-8 {
        position: relative;
        left: calc((66.66666666666667% + 10px) * -1)
    }
    .grid-col-lg-7 {
        width: calc(58.333333333333336% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-7 {
        margin-left: calc(58.333333333333336% + 10px)
    }
    .grid-col-lg-push-7 {
        position: relative;
        left: calc(58.333333333333336% + 10px)
    }
    .grid-col-lg-pull-7 {
        position: relative;
        left: calc((58.333333333333336% + 10px) * -1)
    }
    .grid-col-lg-6 {
        width: calc(50% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-6 {
        margin-left: calc(50% + 10px)
    }
    .grid-col-lg-push-6 {
        position: relative;
        left: calc(50% + 10px)
    }
    .grid-col-lg-pull-6 {
        position: relative;
        left: calc((50% + 10px) * -1)
    }
    .grid-col-lg-5 {
        width: calc(41.666666666666664% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-5 {
        margin-left: calc(41.666666666666664% + 10px)
    }
    .grid-col-lg-push-5 {
        position: relative;
        left: calc(41.666666666666664% + 10px)
    }
    .grid-col-lg-pull-5 {
        position: relative;
        left: calc((41.666666666666664% + 10px) * -1)
    }
    .grid-col-lg-4 {
        width: calc(33.333333333333336% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-4 {
        margin-left: calc(33.333333333333336% + 10px)
    }
    .grid-col-lg-push-4 {
        position: relative;
        left: calc(33.333333333333336% + 10px)
    }
    .grid-col-lg-pull-4 {
        position: relative;
        left: calc((33.333333333333336% + 10px) * -1)
    }
    .grid-col-lg-3 {
        width: calc(25% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-3 {
        margin-left: calc(25% + 10px)
    }
    .grid-col-lg-push-3 {
        position: relative;
        left: calc(25% + 10px)
    }
    .grid-col-lg-pull-3 {
        position: relative;
        left: calc((25% + 10px) * -1)
    }
    .grid-col-lg-2 {
        width: calc(16.666666666666668% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-2 {
        margin-left: calc(16.666666666666668% + 10px)
    }
    .grid-col-lg-push-2 {
        position: relative;
        left: calc(16.666666666666668% + 10px)
    }
    .grid-col-lg-pull-2 {
        position: relative;
        left: calc((16.666666666666668% + 10px) * -1)
    }
    .grid-col-lg-1 {
        width: calc(8.333333333333334% - 10px);
        min-height: 1px
    }
    .grid-col-lg-offset-1 {
        margin-left: calc(8.333333333333334% + 10px)
    }
    .grid-col-lg-push-1 {
        position: relative;
        left: calc(8.333333333333334% + 10px)
    }
    .grid-col-lg-pull-1 {
        position: relative;
        left: calc((8.333333333333334% + 10px) * -1)
    }
    .hide-for-lg {
        display: none
    }
    .mid-hero .header-hero-content .header-hero-title {
        font-size: 32px;
        font-size: 56px
    }
    .home-center-section .latest-news-list .latest-news-hero .latest-news-hero-title-container .latest-news-hero-title a {
        font-size: 40px
    }
    .player-info-header .players-preview-cells .player-stats-block .live,
    .player-info-header .players-preview-cells .player-stats-block .sizes {
        display: table
    }
    .stats-filters,
    .stats-filters .stats-filter-row {
        padding: 0
    }
    .stats-filters .stats-filter-row a.add-filter,
    .stats-filters .stats-filter-row a.remove-filter {
        display: none
    }
    .stats-filters .stats-filter-row a.add-filter-desktop,
    .stats-filters .stats-filter-row a.remove-filter-desktop {
        display: inline-block
    }
    .stats-filters .season-select,
    .stats-filters .season-text-select,
    .stats-filters .stats-filter-row input {
        width: 300px
    }
    .stats-filters .and-select {
        width: 200px
    }
    .stats-filters .event-type-select,
    .stats-filters .filter-select,
    .stats-filters .team-select {
        width: 300px
    }
    .article-header .header-hero .header-hero-content .grid-col-5,
    .page-header .header-hero .header-hero-content .grid-col-5 {
        width: calc(66.66666666666667% - 20px)
    }
    .news-homepage-card .media-object-img .card-image {
        padding-bottom: 56.25%
    }
    .news-homepage-card .media-object-body {
        float: none;
        padding: 18px 30px 50px 20px;
        width: 100%
    }
    .article-list-item {
        margin-bottom: 15px;
        height: 500px
    }
    .media-card .article-list-title {
        font-size: 24px;
        line-height: 1.08333333
    }
    .featured-articles-top .article-list-meta {
        float: right;
        font-size: 0
    }
    .featured-articles-top .article-list-meta .article-list-share,
    .featured-articles-top .article-list-meta .time-bar {
        display: inline-block;
        position: relative;
        vertical-align: middle
    }
    .featured-articles-top .article-list-meta .time-bar {
        margin: 0 11px
    }
    .top-news-grid .article-list-top-item {
        height: 280px
    }
    .page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box {
        width: 33.333333333333336%
    }
    .page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box:not(:first-child) {
        border-left: 1px solid #fff
    }
    .landing-video-slider .slick-list {
        overflow: visible
    }
    .landing-video-slider .slick-prev {
        background: linear-gradient(90deg, #f4f4f4, #f4f4f4 20%, hsla(0, 0%, 96%, 0));
        right: 100%;
        padding-right: 20px
    }
    .landing-video-slider .slick-prev:hover:before {
        background-position-x: 60%
    }
    .landing-video-slider .slick-next {
        background: linear-gradient(270deg, #f4f4f4, #f4f4f4 20%, hsla(0, 0%, 96%, 0));
        left: 100%;
        padding-left: 20px
    }
    .landing-video-slider .slick-next:hover:before {
        background-position-x: 40%
    }
    .landing-video-slider:focus .slick-prev:before,
    .landing-video-slider:hover .slick-prev:before {
        background-position-x: 60%
    }
    .landing-video-slider:focus .slick-next:before,
    .landing-video-slider:hover .slick-next:before {
        background-position-x: 40%
    }
    .page-section-foo .photo-bg {
        height: 529px
    }
    #article-body .photo-bg {
        height: 422px
    }
    div[id*=gallery-lightbox],
    div[id^=gallery-lightbox] {
        height: 529px
    }
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) [class*=icon-logo-],
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game [class*=icon-logo-] {
        height: 25px;
        width: 25px;
        margin-right: 15px
    }
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .name,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .name {
        font-size: 14px
    }
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2) .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(2)~.game .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3) .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(3)~.game .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4) .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(4)~.game .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5) .score,
    .scoreboard-wrapper.league .scoreboard-inner .game:first-child:nth-last-child(5)~.game .score {
        font-size: 24px
    }
    .scoreboard-wrapper.league .game:first-child:last-child .visitor,
    .scoreboard-wrapper:not(.league) .game .visitor {
        padding-left: 15px
    }
    .scoreboard-wrapper.league .game:first-child:last-child .host,
    .scoreboard-wrapper:not(.league) .game .host {
        padding-right: 15px
    }
    .scoreboard-wrapper.league .game:first-child:last-child.live [class*="icon-logo-"],
    .scoreboard-wrapper:not(.league) .game.live [class*=icon-logo-] {
        height: 50px;
        width: 50px
    }
    .scoreboard-wrapper.league .game:first-child:last-child.live .name,
    .scoreboard-wrapper:not(.league) .game.live .name {
        width: 50px
    }
    .scoreboard-wrapper.league .game:first-child:last-child.live .score,
    .scoreboard-wrapper:not(.league) .game.live .score {
        font-size: 46px
    }
    .scoreboard-wrapper.league.greycup .gc-links {
        display: block
    }
    .draftboard-wrapper .draftboard-contents .pick .team .name {
        margin: 0 10px
    }
    .draftboard-wrapper .draftboard-contents .pick .player .details .name {
        font-size: 24px
    }
    .draftboard-wrapper .draftboard-contents .pick .player .details .school {
        display: block
    }
    .matchup-team-leaders .leader.visitor .details {
        padding-right: 40px
    }
    .matchup-team-leaders .leader.host .details {
        padding-left: 40px
    }
    .matchup-team-leaders .leader .image {
        height: 108px
    }
    .matchup-team-leaders .leader .number {
        font-size: 80px
    }
    .matchup-team-leaders .leader .number .hash {
        font-size: 43.7px
    }
    .matchup-team-leaders .leader .details .name {
        font-size: 24px
    }
    .league-leaders .player-tooltip-wrapper .avatar-cell {
        display: block;
        width: 20%;
        padding: 0;
        vertical-align: bottom
    }
    .league-leaders .player-tooltip-wrapper .avatar-cell img {
        height: 50px
    }
    .standings-meta-top .share {
        display: block;
        text-align: right
    }
    .standings-meta-top .standings-ad {
        float: left
    }
    .standings-switch #btn-crossover,
    .standings-switch #btn-standings {
        width: 50%
    }
    .gametrackerboard-wrapper .matchup .host .logo,
    .gametrackerboard-wrapper .matchup .visitor .logo {
        height: 75px;
        width: 75px
    }
    .gametrackerboard-wrapper .matchup .host .text,
    .gametrackerboard-wrapper .matchup .host .text>div,
    .gametrackerboard-wrapper .matchup .visitor .text,
    .gametrackerboard-wrapper .matchup .visitor .text>div {
        height: 75px
    }
    .gametrackerboard-wrapper .matchup .host .text .city,
    .gametrackerboard-wrapper .matchup .visitor .text .city {
        font-size: 12px
    }
    .gametrackerboard-wrapper .matchup .host .text .team,
    .gametrackerboard-wrapper .matchup .visitor .text .team {
        font-size: 21px
    }
    .gametrackerboard-wrapper .matchup .host .text .record,
    .gametrackerboard-wrapper .matchup .visitor .text .record {
        font-size: 14px
    }
    .gametrackerboard-wrapper .matchup .visitor .logo {
        margin-right: 20px
    }
    .gametrackerboard-wrapper .matchup .host .logo {
        margin-left: 20px
    }
    .gametrackerboard-wrapper .matchup .host-score,
    .gametrackerboard-wrapper .matchup .visitor-score {
        font-size: 51.9984px
    }
    .pds-question {
        font-size: 46px;
        line-height: 49px
    }
    .pds-question .pds-question-top .pds-question-text {
        text-align: left;
        padding: 0 0 10px
    }
    .team-stats table.responsive-table {
        margin-bottom: 30px
    }
}

@media screen and (max-width:1250px) {
    html {
        font-size: 100%
    }
    .ad-grid .grid-col-4 {
        width: calc(0.5 - @grid-col-gutter)
    }
    .hide-for-tablet {
        opacity: 0
    }
    .header-sponsor-wrap,
    .hide-for-tablet {
        display: none
    }
    .team-stats-sub-nav-wrapper .team-stats-sub-nav ul {
        margin-left: 0
    }
    #modal2 .btn.newsletter-submit,
    #modal3 .btn.newsletter-submit {
        padding: 12px 25px;
        position: static
    }
    .region-team-footer-box-1 {
        margin-left: 0
    }
    #modal2 {
        top: 5%!important
    }
    #modal2 .newsletter-form {
        padding: 0 15px 15px
    }
    #modal2 .input_button_block {
        margin: 11px 0 0
    }
    #modal2 .btn {
        margin-top: 10px;
        float: none;
        position: static;
        width: 100%
    }
    #modal2 .btn input {
        padding: 15px 25px
    }
    #modal2 h1 {
        padding: 15px 15px 0
    }
    #modal3 {
        top: 5%!important
    }
    #modal3 .newsletter-form {
        padding: 0 15px 15px
    }
    #modal3 .input_button_block {
        margin: 11px 0 0
    }
    #modal3 .btn {
        margin-top: 10px;
        float: none;
        position: static;
        width: 100%
    }
    #modal3 .btn input {
        padding: 15px 25px
    }
    #modal3 h1 {
        padding: 15px 15px 0
    }
    .mid-hero .header-hero-content .header-hero-excerpt {
        font-size: 14px;
        margin-bottom: 22px
    }
    .mid-hero .header-hero-content .read {
        font-size: 16px
    }
    .player-tooltip {
        display: none!important
    }
    .datatables-scroll {
        overflow-x: scroll;
        width: 100%
    }
    .landing-video-slider .slick-next,
    .landing-video-slider .slick-prev {
        width: 12%
    }
    .landing-video-slider .slick-next:before,
    .landing-video-slider .slick-prev:before {
        background-image: none;
        background-size: 12px 22px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .landing-video-slider .slick-prev {
        background: linear-gradient(90deg, #f4f4f4, #f4f4f4 20%, hsla(0, 0%, 96%, 0));
        right: calc(100% - 30px)
    }
    .landing-video-slider .slick-next {
        background: linear-gradient(270deg, #f4f4f4, #f4f4f4 20%, hsla(0, 0%, 96%, 0));
        left: calc(100% - 30px)
    }
    .page-content.gallery-section .article-header .gallery-block {
        padding: 20px 20px 0
    }
    .page-content.gallery-section .article-header .other-articles {
        padding: 0
    }
    .page-content.gallery-section .article-header .other-articles .slick-slider {
        margin-bottom: 13px
    }
    .page-section-foo .photo-bg {
        height: 401px
    }
    #article-body .photo-bg {
        height: 332px
    }
    .tribe-events-desktop {
        display: none
    }
    .tribe-events-mobile {
        display: block
    }
    #tribe-events h2 {
        font-size: 28px;
        margin-top: -3px
    }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-header:after,
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-header:before {
        display: none
    }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-header .sub-nav-wrapper {
        max-width: 400px
    }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-header .tribe-events-sub-nav li {
        width: auto;
        margin-top: 5px
    }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-header .tribe-events-sub-nav li a {
        background-color: transparent;
        color: #9E8861
    }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-footer:after,
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-footer:before {
        display: none
    }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-footer .tribe-events-sub-nav li a {
        background-color: transparent;
        color: #9E8861
    }
    #tribe-events-content-wrapper #tribe-events-content .tribe-events-notices #tribe-events-header {
        display: block
    }
    .scoreboard-wrapper .scoreboard-contents .game .flyout>div.look {
        display: none
    }
    .scoreboard-wrapper .scoreboard-contents .game .flyout>div.tickets {
        width: 100%!important
    }
    .pds-title {
        margin-top: 130px;
        text-align: center
    }
    .pds-question {
        margin-top: 10px;
        text-align: center
    }
    .pds-answer-group {
        border-bottom: 1px solid #505050;
        font-size: 28px;
        background-position: right 20px center
    }
    .pds-answer-group .pds-answer-span {
        font-size: 28px;
        line-height: 30px;
        vertical-align: middle;
        padding-top: 0;
        display: inline-block;
        float: none
    }
    .pds-answer-group .pds-vote-circle {
        border-radius: 7px;
        margin: 0 10px 0 0;
        padding-top: 22px;
        width: 139px;
        height: 80px
    }
    .pds-answer {
        margin-bottom: 10px
    }
    .pds-feedback-group {
        padding: 47px 10px 77px 20px;
        border-bottom: 1px solid #505050;
        font-size: 28px;
        display: inline-block
    }
    .pds-red-bar {
        margin: -47px -19px;
        height: 124px;
        max-width: 100%
    }
    .pds-answer-text {
        font-size: 26px;
        width: 80%;
        margin-top: -8px
    }
    .header-thin-container .menu-logo {
        float: none;
        margin: 0;
        text-align: center
    }
    .header-thin-container .menu-logo .thin-header-logo {
        margin-top: 0
    }
    .header-thin-container .user-options-container-thin {
        display: none
    }
    body.page-template-page-FOOTBALLOPS .fb-ops-header .fb-ops-menu .fb-ops-headline {
        font-size: 10px
    }
}

@media screen and (max-width:1250px) and (min-width:767px) {
    html {
        font-size: 100%
    }
    .stats-filters .category-select {
        width: 130px!important
    }
    .stats-filters .and-select {
        width: 130px
    }
    .stats-filters .filter-select {
        width: 200px!important
    }
    .stats-filters .groupby-select {
        width: 130px
    }
    .featured-articles-top .article-list-top-item-left .article-list-top-item {
        height: 42.8vw
    }
    .featured-articles-top .article-list-top-item-right .article-list-top-item {
        height: 19vw
    }
    .pds-answer-group .pds-text-wrap {
        line-height: 80px;
        width: 70%
    }
    body.page-template-page-FOOTBALLOPS .fb-ops-header .fb-ops-menu .fb-ops-logo {
        font-size: 20px
    }
}

@media screen and (max-width:767px) {
    html {
        font-size: 100%
    }
    [class*=" grid-col"],
    [class^=grid-col] {
        display: block;
        float: none;
        margin-left: 0;
        padding: 0 10px;
        width: 100%!important;
        zoom: 1
    }
    [class*=" grid-col"]:after,
    [class*=" grid-col"]:before,
    [class^=grid-col]:after,
    [class^=grid-col]:before {
        content: "";
        display: table
    }
    [class*=" grid-col"]:after,
    [class^=grid-col]:after {
        clear: both
    }
    [class*=" grid-col"] [class*=" grid-col"],
    [class*=" grid-col"] [class^=grid-col],
    [class^=grid-col] [class*=" grid-col"],
    [class^=grid-col] [class^=grid-col] {
        padding: 0
    }
    .article-list-wrapp .content-col {
        padding: 0 10px
    }
    .hide-for-xs {
        display: none
    }
    .btn-load-more,
    .pager-load-more a {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .8px;
        box-shadow: 0 2px 3px rgba(1, 2, 2, .1)
    }
    .btn-load-more {
        margin: 0;
        border: 1px solid #848484
    }
    .watch-banner .bg {
        padding: 15px
    }
    .watch-banner .bg .content .border {
        width: 100%
    }
    .watch-banner .bg .content .border .message {
        margin: 10px;
        font-size: 11px
    }
    .watch-banner .bg .content .border .message .message-desktop {
        display: none
    }
    .watch-banner .bg .content .border .message .message-mobile {
        display: visible
    }
    .watch-banner .bg .content .border .message-ch img {
        width: 40px
    }
    .watch-banner .bg .content .border .details {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .header .header-container {
        padding: 10px
    }
    .header.header-with-scb.header-with-gametrackerboard+div>div:first-child:not(.header-hero):not(.social-sticky-header) {
        padding-top: 0
    }
    .header-containers {
        left: 0;
        padding-bottom: 0;
        top: 0;
        z-index: 2
    }
    .header-containers,
    .header-containers.header-containers-sticky {
        background-color: #191919
    }
    .schedule-game-container .schedule-game-section {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0)
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item {
        background: #1c1c1c url(images/header-bckg.png) no-repeat bottom;
        height: auto;
        margin: 10px
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .scb-carousel-item-content {
        height: auto;
        padding-top: 14px;
        text-align: center
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .scb-carousel-item-content-top {
        float: none;
        display: inline-block;
        width: auto;
        margin: 0 0 20px
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .scb-carousel-item-content-top span {
        top: -7px
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .scb-carousel-item-scores {
        width: 100%;
        display: table;
        float: none;
        margin: 15px 0 0
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-score-cell {
        font-size: 5.5vw;
        vertical-align: middle;
        padding: 0
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-score-cell .scb-carousel-item-score-vs {
        display: inline;
        color: #676767;
        font-size: 5.5vw
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-team-cell img {
        height: 12vw;
        max-width: 100%
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .underline {
        display: inline-block;
        width: 12vw;
        height: 2px;
        margin: 0 auto;
        background-color: #676767
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section {
        float: none;
        width: auto;
        margin-top: 20px;
        text-align: center;
        font-size: 3vw
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .game-date {
        font-size: 4.5vw
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .game-date .scb-carousel-item-score-vs {
        color: #676767
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .remaining-time-section {
        font-size: 5.3vw
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .remaining-time-section .countdown-period {
        font-size: 3vw
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .remaining-time-section span {
        display: inline-block
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .remaining-time-section .num-info {
        display: block;
        font-size: 3vw;
        color: #676767
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .remaining-time-section .scb-carousel-item-score-vs {
        margin-left: 20px;
        vertical-align: 47%;
        color: #676767
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .remaining-time-section .countdown-section:nth-child(3):after {
        display: block
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .remaining-time-section .countdown-section:nth-child(4) {
        display: inline-block
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .remaining-time-section .countdown-show1 .countdown-section:first-child:after,
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .remaining-time-section .countdown-show2 .countdown-section:nth-child(2):after,
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .remaining-time-section .countdown-show3 .countdown-section:nth-child(3):after {
        display: none
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .date-and-time-section .countdown-section:after {
        font-size: 5.3vw;
        top: .5vw;
        right: -.4vw
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .btn {
        width: auto;
        float: none;
        padding: 4vw 27vw;
        display: inline-block;
        text-align: center;
        font-size: 4.5vw
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .vertical-line {
        display: none
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .sponsor {
        width: auto;
        max-width: none;
        float: none;
        height: auto;
        padding: 20px 0;
        font-size: 3.8vw;
        color: #676767
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .sponsor span {
        width: auto;
        display: inline-block;
        float: none;
        padding-top: 0
    }
    .schedule-game-container .schedule-game-section .scb-carousel-item .sponsor img {
        height: 10vw;
        margin-left: 15px;
        vertical-align: middle
    }
    .headroom--not-top {
        padding: 7px
    }
    .footer1 {
        padding: 40px 25px
    }
    .footer1 .grid-col-1,
    .footer2 {
        display: none
    }
    .social-icons {
        margin-top: 0;
        margin-bottom: 40px;
        position: relative
    }
    .social-icons li {
        height: 32px;
        width: 32px
    }
    .social-icons li a {
        border-radius: 16px
    }
    .footer .region-team-footer-box-2 {
        margin: 0
    }
    .footer .team-logo {
        display: none
    }
    .section-title-orange {
        font-size: 18px;
        font-family: Hind, sans-serif;
        font-weight: 800;
        text-align: left;
        margin-bottom: 15px;
        padding-left: 10px
    }
    .featured-info {
        display: none
    }
    .article-header.home-hero .header-hero,
    .page-header.home-hero .header-hero {
        margin-top: 10px
    }
    .mid-hero {
        margin: 0;
        height: 400px
    }
    .mid-hero .img-responsive-16by9 {
        height: 400px!important;
        padding-bottom: 0!important
    }
    .mid-hero .header-hero img {
        transform: scale(2.3);
        margin-top: 100px
    }
    .mid-hero .header-hero .header-hero-image {
        height: 400px
    }
    .mid-hero .header-hero-content .header-hero-title {
        font-size: 24px;
        letter-spacing: .075em
    }
    .top-news-grid .top-news-bigger-article {
        margin-top: 10px
    }
    .home-center-section .latest-news-list .latest-news-hero .latest-news-hero-title-container {
        margin-bottom: 3px
    }
    .generic-section .section-title-orange {
        padding: 20px 0 0 20px
    }
    .generic-section .generic-list-container .generic-list-img-container {
        display: block;
        padding: 0
    }
    .generic-section .generic-list-container .generic-list-body {
        padding: 10px
    }
    .generic-section .generic-list-container .generic-list-body .article-list-title {
        font-size: 20px
    }
    .generic-section .generic-hero-body {
        padding: 10px
    }
    .players-preview-cells .player-img-wrapper {
        max-width: 60%;
        width: 100%;
        margin: 0 auto 24%;
        float: none;
        clear: both
    }
    .players-preview-cells .player-name-block,
    .players-preview-cells .player-stats-block {
        opacity: 0;
        transition: all .5s
    }
    .players-preview-cells .player-name-block {
        padding: 0;
        width: 100%;
        float: none;
        clear: both;
        text-align: center
    }
    .players-preview-cells .player-name-block .social-icons {
        margin-top: 0
    }
    .players-preview-cells .player-stats-block {
        padding-top: 8%;
        width: 100%;
        text-align: center
    }
    .players-preview-cells .player-stats-block .live,
    .players-preview-cells .player-stats-block .sizes {
        margin: 0 auto 8%;
        float: none;
        clear: both
    }
    .players-preview-cells .player-stats-block .live>div,
    .players-preview-cells .player-stats-block .sizes>div {
        margin: 0;
        display: inline-block;
        float: none
    }
    .players-preview-cells .player-stats-block .live>div span,
    .players-preview-cells .player-stats-block .sizes>div span {
        display: block;
        text-align: left
    }
    .players-preview-cells .player-stats-block .live>div:nth-child(2n),
    .players-preview-cells .player-stats-block .sizes>div:nth-child(2n) {
        margin: 0 15%
    }
    .players-preview-cells .player-stats-block .live div {
        width: 28%;
        vertical-align: top
    }
    .players-preview-cells .player-stats-block .live div:nth-child(2n) {
        margin: 0 0 0 15%
    }
    .players-preview-cells .player-stats-block .btn {
        display: inline-block
    }
    .player-info-header {
        padding: 30px 0 0
    }
    .player-info-header.player-info-parallax-wrapp {
        background-position: 50%
    }
    .player-info-header.player-info-parallax-wrapp .player-info-parallax {
        display: none
    }
    .player-info-header .players-preview-cells .article-list-share {
        opacity: 1
    }
    .player-info-header .players-preview-cells .player-img-wrapper {
        max-width: 60%;
        width: 100%;
        margin: 0 auto 18px;
        float: none;
        clear: both
    }
    .player-info-header .players-preview-cells .player-name-block,
    .player-info-header .players-preview-cells .player-stats-block {
        width: 100%;
        float: none;
        opacity: 1;
        text-align: center
    }
    .player-info-header .players-preview-cells .player-name-block {
        padding: 0;
        margin: 0 auto 32px
    }
    .player-info-header .players-preview-cells .player-name-block .first-name {
        font-size: 17px
    }
    .player-info-header .players-preview-cells .player-name-block .last-name {
        font-size: 46px
    }
    .player-info-header .players-preview-cells .player-name-block .info-player {
        margin-bottom: 0;
        font-size: 17px
    }
    .player-info-header .players-preview-cells .player-stats-block {
        padding-top: 0;
        margin-bottom: 24px
    }
    .player-info-header .players-preview-cells .player-stats-block .live,
    .player-info-header .players-preview-cells .player-stats-block .sizes {
        margin: 0 auto 8%;
        float: none;
        clear: both
    }
    .player-info-header .players-preview-cells .player-stats-block .live div,
    .player-info-header .players-preview-cells .player-stats-block .sizes div {
        margin: 0;
        display: inline-block;
        float: none
    }
    .player-info-header .players-preview-cells .player-stats-block .live div:nth-child(2n),
    .player-info-header .players-preview-cells .player-stats-block .sizes div:nth-child(2n) {
        margin: 0 15%
    }
    .player-info-header .players-preview-cells .player-stats-block .live div span,
    .player-info-header .players-preview-cells .player-stats-block .sizes div span {
        display: block;
        text-align: left
    }
    .player-info-header .players-preview-cells .player-stats-block .live div:nth-child(2n) {
        margin: 0 0 0 15%
    }
    .player-info-header .players-preview-cells .player-stats-block .follow {
        float: none;
        margin: 0 auto;
        text-align: center
    }
    .player-info-header .players-preview-cells .player-game-stats {
        background-color: #000;
        max-width: 767px;
        overflow-x: auto;
        overflow-y: hidden
    }
    .players-preview-cells .player-name-block .last-name {
        font-size: 24px
    }
    .players-preview-cells .player-game-stats .player-game-stats-wrapper div {
        float: left
    }
    .profile-sections .interactive-row {
        margin-bottom: 18px
    }
    .profile-sections .swich-btn {
        margin: 0 auto;
        float: none
    }
    .related-media-section .box-cell {
        border: 1px solid #d9d9d9;
        border-bottom: none;
        padding: 3.4%
    }
    .related-media-section .box-cell:last-child {
        border-bottom: 1px solid #d9d9d9
    }
    .related-media-section .box-cell.box-grid-3.related-media-offset {
        margin: 0
    }
    .related-media-section .box-cell .top-block-left {
        width: 36.2%
    }
    .related-media-section .box-cell .bottom-block-right {
        margin: 0 0 0 3.4%;
        width: 60.4%
    }
    .related-media-section .box-cell .bottom-block-right .article-list-title {
        width: 70%;
        min-height: 12vw;
        height: inherit;
        margin-bottom: 3%;
        font-size: 3.8vw
    }
    .related-media-section .box-cell .bottom-block-right .article-list-share {
        right: 0;
        bottom: 4px
    }
    .plyaers-filter-grid .filters-head {
        margin-bottom: 75px
    }
    .plyaers-filter-grid .head-section .grid-view {
        position: absolute;
        top: 0;
        right: 0
    }
    .plyaers-filter-grid .table-wrapper {
        margin-bottom: 27px
    }
    .plyaers-filter-grid .table-wrapper .row-head th.pos {
        min-width: 55px
    }
    .stats-section .full-width {
        width: 100%
    }
    .stats-section .full-width .ico-filter {
        width: 20px
    }
    .profile-players-section {
        padding: 0 0 22px
    }
    .profile-teams .filter-wrapper {
        text-align: center
    }
    .profile-teams .filter-wrapper .btn-filter {
        width: 145px;
        margin: 0
    }
    .profile-teams .filter-wrapper .btn-filter:first-child {
        margin-right: 5px
    }
    .profile-teams .filter-wrapper .btn-filter span.text {
        font-size: 10px
    }
    .profile-teams .filter-wrapper .btn-filter span.text span {
        font-size: 18px
    }
    .grids-wrapper .head-row {
        margin: 0 auto;
        width: 100%
    }
    .box-cell[class*=box-grid],
    .box-cell[class^=box-grid] {
        width: auto;
        max-width: 100%
    }
    .box-cell .top-block-left {
        float: left;
        height: 60px;
        width: 60%
    }
    .box-cell .bottom-block-right {
        float: left;
        height: 60px;
        width: 40%
    }
    .grid-blocks {
        margin-left: 0
    }
    .grid-blocks .box-cell {
        max-height: inherit;
        margin: 0 0 3%
    }
    .grid-blocks .box-cell[class*=box-grid],
    .grid-blocks .box-cell[class^=box-grid] {
        min-width: 100%
    }
    .grid-blocks .box-cell .top-block-left {
        width: 100%;
        height: auto;
        float: none
    }
    .grid-blocks .box-cell .bottom-block-right {
        font-weight: 800;
        height: inherit;
        line-height: 1;
        padding: 0 0 8% 8.3%;
        text-transform: uppercase;
        width: 100%
    }
    .grid-blocks .box-cell .bottom-block-right .first-name {
        font-size: 24px
    }
    .grid-blocks .box-cell .bottom-block-right .last-name {
        font-size: 36px
    }
    .grid-blocks .box-cell .bottom-block-right .info-player {
        font-size: 24px
    }
    .icon-play-video {
        max-width: 30px;
        max-height: 30px
    }
    .article-header .header-hero.header-with-parallax,
    .page-header .header-hero.header-with-parallax {
        height: 270px
    }
    .article-header .header-hero .header-hero-title,
    .page-header .header-hero .header-hero-title {
        padding-top: 10px!important;
        width: 90%
    }
    .article-header .header-hero .hero-image-author,
    .page-header .header-hero .hero-image-author {
        display: block;
        float: right;
        position: static;
        padding-left: 20px
    }
    .article-header.home-hero,
    .page-header.home-hero {
        background: #fff;
        padding-bottom: 10px;
        margin: 0
    }
    .article-header.home-hero .header-hero,
    .page-header.home-hero .header-hero {
        box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .5)
    }
    .article-header.home-hero .header-hero .header-hero-content,
    .page-header.home-hero .header-hero .header-hero-content {
        bottom: 10px;
        padding: 5px
    }
    .article-header.home-hero .header-hero .header-hero-content .article-share,
    .page-header.home-hero .header-hero .header-hero-content .article-share {
        float: right;
        margin: 18px 8px 0 0
    }
    .article-header.home-hero .header-hero .header-hero-title,
    .page-header.home-hero .header-hero .header-hero-title {
        font-size: 22px
    }
    .article-header.home-hero .header-hero .header-hero-title a,
    .page-header.home-hero .header-hero .header-hero-title a {
        background-size: 1px 7px
    }
    .article-header .article-sponsored,
    .page-header .article-sponsored {
        text-align: right;
        padding: 10px 0
    }
    .article-content .article-media-card,
    .article-content blockquote {
        margin: 20px 0
    }
    .article-content blockquote {
        max-width: 100%;
        border-left: 6px solid #9E8861
    }
    .article-content blockquote br {
        display: none
    }
    .article-content .article-meta-top {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .article-content .media-flag-buttons {
        float: left;
        text-align: right;
        width: 100%
    }
    .news-landing-card .media-object-a .card-image {
        height: 0;
        padding-bottom: 91.79487179%
    }
    .article-list-item .item-overlay {
        right: 40px
    }
    .article-list-content {
        display: none
    }
    .article-list-author {
        margin-bottom: 0
    }
    .article-list-meta-mobile {
        display: block;
        position: absolute;
        left: 10px;
        bottom: 5px
    }
    .article-list-meta {
        display: none
    }
    .other-articles {
        padding: 30px 0 0
    }
    .other-articles .thumb-wrapp-crop {
        width: 33%;
        margin-right: 12px;
        float: left
    }
    .other-articles .thumb-wrapp-crop .other-article-image {
        width: 100%;
        margin-right: 0;
        float: none
    }
    .other-articles .other-articles-block {
        margin-bottom: 35px
    }
    .other-articles .other-articles-item .other-article-image {
        width: 90px;
        margin-right: 12px;
        margin-bottom: 20px;
        float: left
    }
    .other-articles .other-articles-item .other-article-image .article-comments {
        display: none
    }
    .other-articles .other-articles-item .other-article-title {
        margin-bottom: 25px;
        overflow: hidden
    }
    .other-articles.special-features-wrapp {
        margin-bottom: 33px
    }
    .other-articles .page-section-title {
        margin-bottom: 13px
    }
    .comments-section {
        padding-top: 30px
    }
    .comments-section img {
        width: 100%
    }
    .ad-wrapp {
        margin: 30px 0
    }
    .ad-wrapp .ad-block img {
        width: 100%
    }
    .ad-wrapp.ad-floating {
        display: none
    }
    .ad-wrapp.ad-wrapp-content-middle {
        margin: 20px 10px 45px
    }
    .page-content {
        overflow: visible
    }
    .page-header .page-section {
        padding: 0 10px
    }
    .page-section.article-list-wrapp {
        padding-top: 10px;
        padding-bottom: 0
    }
    .article-list .article-comments {
        display: none
    }
    .tag-page-header {
        font-size: 32px;
        padding: 10px
    }
    .tag-page-header h1 {
        font-weight: 500
    }
    .tag-page-header .title img {
        max-height: 50px
    }
    .newsletter-sc-container .newsletter-form-container .newsletter-input input[type=text] {
        border-radius: 4px
    }
    .newsletter-sc-container .newsletter-form-container .newsletter-input input[type=submit] {
        margin-top: 5px;
        border-radius: 4px;
        margin-left: 0
    }
    .logo-desktop,
    .main-nav,
    .team-sponsor,
    .user-options,
    .user-options-container {
        display: none
    }
    .logo-mobile {
        display: block
    }
    .mobile-sub-nav {
        opacity: 1;
        visibility: visible;
        box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, .5)
    }
    .mobile-sub-nav .mobile-sub-nav-wrap {
        position: static;
        overflow: auto
    }
    .page-template-page-TICKETS .ticket-landing-head .article-header .header-hero {
        display: none
    }
    .page-template-page-TICKETS .ticket-landing-head .article-header .header-hero .header-hero-image .header-img {
        display: block;
        height: 300px;
        width: auto
    }
    .page-template-page-TICKETS .ticket-landing-head .article-header .header-hero .header-hero-image .header-vid,
    .page-template-page-TICKETS .ticket-landing-head .ticket-assistance {
        display: none
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section .ticket-mobile-assistance {
        display: table
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section .ticket-mobile-assistance .page-section {
        width: 100%;
        text-align: center
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section .ticket-mobile-assistance .assistance-title {
        background-color: #fff;
        padding: 20px
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section .ticket-mobile-assistance .assistance-title span {
        font-family: Hind, sans-serif;
        font-weight: 800;
        position: relative;
        text-transform: uppercase;
        top: 2px
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section .ticket-mobile-assistance .contacts-wrapper {
        display: -ms-flexbox;
        display: flex
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section .ticket-mobile-assistance .contacts-wrapper .assistance-block-btn {
        width: 33.3%;
        display: table-cell;
        background-color: #fff
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section .ticket-mobile-assistance .contacts-wrapper .assistance-block-btn:not(:first-child) {
        border-left: 1px solid #fff
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section .ticket-mobile-assistance .contacts-wrapper .assistance-block-btn a {
        color: #9E8861;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: Hind, sans-serif;
        text-decoration: none
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section .ticket-mobile-assistance .contacts-wrapper .assistance-block-btn .assistance-block-img {
        background-color: #dddcdc;
        height: 80px
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-mobile-assistance-section .ticket-mobile-assistance .contacts-wrapper .assistance-block-btn .assistance-block-img img {
        height: 50px;
        margin-top: 15px
    }
    .page-template-page-TICKETS .ticket-landing-body .article-list-title {
        margin-top: 5px
    }
    .page-template-page-TICKETS .ticket-landing-body .ticket-option-section {
        padding: 0
    }
    .page-template-page-TICKETS .ticket-landing-body .ticket-option-section .section-title-orange {
        margin-bottom: 0
    }
    .page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box {
        padding-top: 20px;
        height: 100%
    }
    .page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box .ticket-option-desc {
        width: 80%;
        font-size: 16px
    }
    .page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box .ticket-option-btn {
        position: relative;
        bottom: 0;
        padding-bottom: 30px;
        padding-top: 15px
    }
    .page-template-page-TICKETS .ticket-landing-body .seat-option-section {
        padding: 0
    }
    .page-template-page-TICKETS .ticket-landing-body .seat-option-section .title-section .section-title-orange {
        margin: 0;
        width: 100%;
        text-align: center
    }
    .page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box {
        padding: 0;
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
        overflow: visible
    }
    .page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box .seat-options-img-container {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box .seat-options-img-container .seat-options-img-holder {
        float: none;
        width: 100%
    }
    .page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box .seat-options-img-container .seat-options-img-holder img {
        width: 100%
    }
    .page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box .seat-options-body {
        text-align: center;
        float: none;
        max-width: 100%;
        width: 100%;
        padding: 20px 10px;
        margin-bottom: 0;
        margin-top: 0;
        background-color: #dddcdc
    }
    .page-template-page-TICKETS .ticket-landing-body .seat-option-section .seat-option-box .seat-options-body .seat-option-btn {
        position: relative
    }
    .page-template-page-TICKETS .ticket-landing-body .seating-and-account-section {
        padding: 0
    }
    .page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box {
        border-top: 1px solid #fff;
        border-left: none
    }
    .activities_options .ico.ico-share,
    .community-programs-list-item .ico.ico-share {
        margin: 0
    }
    .activities_options {
        margin-bottom: 0
    }
    .activities_options .activities-img-holder {
        padding: 10px
    }
    .activities_options .activities_pack {
        padding: 10px 10px 10px 0
    }
    .landing-page .landing-page-header {
        border-top: 1px solid #f29e82
    }
    .landing-page .landing-page-header .d-table {
        display: block;
        padding: 15px 10px
    }
    .landing-page .landing-page-header .d-cell {
        display: block;
        text-align: left
    }
    .landing-page .landing-page-header .d-cell img,
    .landing-page .landing-page-header .team_slogan {
        display: none
    }
    .landing-page .landing-page-header .continue-cell .back_to_home {
        font-size: 11px;
        padding: 0;
        margin-top: 5px;
        text-align: left
    }
    .landing-page .landing-page-header .ad-wrapp {
        display: none
    }
    .landing-page .media-flag-buttons {
        margin-top: 15px;
        padding-left: 10px;
        text-align: left
    }
    .landing-page .scribble_wrapper {
        margin-bottom: 25px
    }
    .landing-page aside .block-head {
        text-align: left
    }
    .landing-page .team-sponsor-container {
        display: none
    }
    .landing-page .team-sponsor-container.mobile {
        display: block;
        width: 100%;
        height: 50px;
        text-align: left
    }
    .landing-page .stream-header {
        margin: 0
    }
    .landing-page .stream-header .media-flag-buttons {
        margin-bottom: 30px;
        padding-left: 0
    }
    .videos-section {
        padding-top: 0
    }
    header.videos-section {
        position: relative
    }
    header.videos-section .landing-page-header {
        background: #9E8861;
        color: #fff;
        display: block;
        height: 50px;
        text-align: center
    }
    header.videos-section .landing-page-header h3 {
        color: #fff;
        font-size: 32px;
        height: 50px;
        width: 100%;
        margin-top: 9px;
        vertical-align: middle
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-top-item .article-list-share {
        margin: 13px 6px 0 0
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-top-item .article-list-share .ico-share {
        background-image: url(images/ico-share.png)
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .media-object {
        position: relative
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .media-object-img {
        max-height: 180px;
        max-width: 280px
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .media-object-body {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        padding: 0;
        font-family: Khand, sans-serif;
        font-weight: 500
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-title,
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .contact-list-title {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
        display: block;
        width: 60%;
        float: left;
        margin-bottom: 5px;
        text-transform: uppercase;
        text-shadow: 0 2px 25px rgba(1, 2, 2, .75)
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-title a,
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .contact-list-title a {
        color: #fff;
        text-decoration: none;
        background: none;
        zoom: 1;
        background-size: auto;
        display: block;
        padding: 0
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-title a:after,
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-title a:before,
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .contact-list-title a:after,
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .contact-list-title a:before {
        content: "";
        display: table
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-title a:after,
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .contact-list-title a:after {
        clear: both
    }
    .featured-articles-top .top-news-grid.top-new-grid-sideroll .article-list-top-item-right .time-bar {
        left: auto;
        right: 30px
    }
    #views-exposed-form-video-collection-page .views-exposed-widget {
        float: none;
        margin-right: 0
    }
    .video-list-grid .views-row {
        width: 100%;
        margin-left: 0
    }
    .videos-section .top-new-grid-to-scroll {
        overflow: scroll;
        width: 100%
    }
    .videos-section .top-new-grid-to-scroll>.grid-row {
        width: 270%
    }
    .videos-section .top-new-grid-to-scroll .article-list-top-item-left-wrap {
        width: 33.33%!important
    }
    .videos-section .top-new-grid-to-scroll .article-list-top-item-right-wrap {
        width: 66.67%!important
    }
    .videos-section .top-new-grid-to-scroll .article-list-top-item-left {
        width: 100%!important
    }
    .videos-section .top-new-grid-to-scroll .article-list-top-item-right {
        width: 50%!important
    }
    .videos-section .top-new-grid-to-scroll .article-list-top-item-left-wrap,
    .videos-section .top-new-grid-to-scroll .article-list-top-item-right-wrap {
        float: left;
        padding: 0
    }
    .videos-section .top-new-grid-to-scroll .article-list-top-item-left-wrap .article-list-top-item-left,
    .videos-section .top-new-grid-to-scroll .article-list-top-item-left-wrap .article-list-top-item-right,
    .videos-section .top-new-grid-to-scroll .article-list-top-item-right-wrap .article-list-top-item-left,
    .videos-section .top-new-grid-to-scroll .article-list-top-item-right-wrap .article-list-top-item-right {
        float: left;
        padding: 10px
    }
    .videos-section .top-new-grid-to-scroll .article-list-top-item-left-wrap .article-list-top-item-left .video_play_btn,
    .videos-section .top-new-grid-to-scroll .article-list-top-item-left-wrap .article-list-top-item-right .video_play_btn,
    .videos-section .top-new-grid-to-scroll .article-list-top-item-right-wrap .article-list-top-item-left .video_play_btn,
    .videos-section .top-new-grid-to-scroll .article-list-top-item-right-wrap .article-list-top-item-right .video_play_btn {
        width: 40px;
        height: 40px;
        background-size: 40px
    }
    .videos-section .top-new-grid-to-scroll .article-list-top-item {
        margin-bottom: 0;
        height: 0;
        padding-bottom: 65%
    }
    .videos-section .top-new-grid-to-scroll .article-list-top-item h2.article-list-hero-title {
        font-size: 20px
    }
    .videos-section .top-new-grid-to-scroll .article-list-hero,
    .videos-section .top-new-grid-to-scroll .card-image {
        height: 0;
        padding-bottom: 65%
    }
    .videos-section .article-list-hero-content {
        position: relative;
        width: 92%
    }
    .videos-section .article-list-hero-content h2.article-list-title {
        bottom: 0;
        font-family: Khand;
        font-size: 20px;
        font-weight: 600;
        left: 0;
        position: absolute;
        width: 70%
    }
    .videos-section .article-list-hero-content h2.article-list-title.section-title-orange {
        margin-bottom: 20px
    }
    .videos-section .article-list-meta {
        bottom: 0;
        position: absolute;
        right: 0;
        text-align: right
    }
    .videos-section .article-list-meta .article-list-share {
        float: right
    }
    .videos-section .article-list-meta .article-tag {
        float: left
    }
    .videos-section .article-list-meta .time-bar {
        margin-top: 6px;
        margin-right: 5px
    }
    .videos-section .video-items-section {
        margin: 20px 0
    }
    .videos-section .game-higlights .article-sponsored-by {
        float: none;
        clear: both
    }
    .videos-section .btn-filter {
        width: 100%;
        margin-bottom: 20px
    }
    .videos_collection .ad-wrapp-content-middle {
        display: none
    }
    .filter-container .dropdown-content,
    .video-landing-wrapp .dropdown-content {
        margin-top: -17px
    }
    .video-playback .article_header {
        padding: 10px 0 35px
    }
    .video-playback .popular .block-head {
        font-size: 18px;
        margin-bottom: 25px
    }
    .node-type-video .other-articles-block .page-section-title,
    .video-playback .other-articles-block .page-section-title {
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 25px
    }
    .gallery-block.article-list-wrapp {
        padding-top: 10px;
        padding-bottom: 0
    }
    .page-content.gallery-section .article-header .gallery-block .article-list-hero {
        max-height: 200px
    }
    .page-content.gallery-section .article-header .other-articles {
        padding: 20px
    }
    .page-content.gallery-section .article-main .article-content {
        padding: 0 10px
    }
    .page-content.gallery-section .top-stories-block {
        margin-bottom: 0
    }
    .foo-info-header {
        padding: 0
    }
    .page-section-foo:hover .foo-image-caption {
        opacity: 1
    }
    #article-body .photo-bg,
    .grid-row.collapse {
        height: auto
    }
    .flex-viewport {
        overflow: visible
    }
    #gallery-lightbox {
        height: auto;
        min-height: 140px
    }
    .foo-arrow-next-onimage,
    .foo-arrow-prev-onimage {
        display: none
    }
    .foo-image-caption {
        position: relative;
        opacity: 1;
        background-color: #f2f2f2;
        min-height: 85px
    }
    .foo-image-caption-left-div {
        float: none
    }
    .foo-image-caption-right-div {
        padding-left: 25px;
        background-color: #f2f2f2;
        padding-top: 0
    }
    .foo-arrow-next-ribbon,
    .foo-arrow-prev-ribbon {
        display: none
    }
    .tag-page-header .title {
        width: 100%
    }
    #tribe-events h2 {
        font-size: 24px;
        margin-top: 5px
    }
    #tribe-events #tribe-events-bar {
        display: none
    }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-header .tribe-events-sub-nav li {
        margin-top: 0
    }
    #tribe-events-content-wrapper #tribe-events-content #tribe-events-footer .tribe-events-sub-nav li {
        width: 50%
    }
    .draftboard-wrapper,
    .scoreboard-wrapper {
        display: none
    }
    .mobile-tabs-container {
        background-color: #1c1c1c;
        border-top: 1px solid #2b2b2b;
        position: relative
    }
    .mobile-tabs-container .gt-next,
    .mobile-tabs-container .gt-prev {
        cursor: pointer;
        height: 50px;
        position: absolute;
        top: 0;
        width: 50px
    }
    .mobile-tabs-container .gt-prev {
        background-image: linear-gradient(90deg, #1c1c1c, #1c1c1c 30%, transparent);
        left: 0;
        margin-right: -30px
    }
    .mobile-tabs-container .gt-next {
        background-image: linear-gradient(270deg, #1c1c1c, #1c1c1c 30%, transparent);
        margin-left: -30px;
        right: 0
    }
    .mobile-tabs-container .gt-controls {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-transform: uppercase;
        white-space: nowrap;
        width: 100%
    }
    .mobile-tabs-container .gt-controls .tab {
        display: inline-block;
        line-height: 50px
    }
    .mobile-tabs-container .gt-controls .tab.disabled div {
        color: #676767;
        cursor: default
    }
    .mobile-tabs-container .gt-controls .tab:first-child div {
        padding-left: 15px
    }
    .mobile-tabs-container .gt-controls .tab:last-child div {
        padding-right: 15px
    }
    .mobile-tabs-container .gt-controls .tab div {
        color: #848484;
        cursor: pointer;
        font-family: Khand, sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .025em;
        padding: 0 10px
    }
    .mobile-tabs-container .gt-controls .tab div.active {
        color: #9E8861
    }
    .gametracker-wrapper .desktop {
        display: none!important
    }
    .gametracker-wrapper .tabs-container {
        display: none
    }
    .gametracker-wrapper .gt-panel {
        margin-top: 10px
    }
    .gametracker-wrapper .preview-tab .article-content .preview-header-title {
        font-size: 24px
    }
    .gametracker-wrapper .preview-tab .article-content .article-pubdate {
        font-size: 11px
    }
    .gametracker-card-title.playbyplay {
        padding: 10px
    }
    .gametracker-card-body.playbyplay {
        padding: 0
    }
    .gametracker-card-table.playbyplay {
        font-size: 13.000001px
    }
    .gametracker-card-table.playbyplay td,
    .gametracker-card-table.playbyplay th {
        display: inline-block;
        width: 12.5%
    }
    .gametracker-card-table.playbyplay td.away,
    .gametracker-card-table.playbyplay td.home,
    .gametracker-card-table.playbyplay td.play,
    .gametracker-card-table.playbyplay th.away,
    .gametracker-card-table.playbyplay th.home,
    .gametracker-card-table.playbyplay th.play {
        width: 7.5%
    }
    .gametracker-card-table.playbyplay td.type,
    .gametracker-card-table.playbyplay th.type {
        width: 27.5%
    }
    .gametracker-card-table.playbyplay td.details,
    .gametracker-card-table.playbyplay th.details {
        width: 100%;
        padding: 0 10px 10px
    }
    .gametracker-card-table.playbyplay th {
        font-size: 11px
    }
    .gametracker-card-table.playbyplay td.type {
        white-space: normal;
        word-break: break-word
    }
    .gametracker-card-table.playbyplay thead tr .details {
        display: none
    }
    .playtype-selector,
    .playtype-selector .btn {
        width: 100%
    }
    .gt-section-wrapper .mobile-tablist {
        border: 1px solid #bfbfbf;
        border-radius: 4px;
        display: inline-block;
        font-size: 0;
        list-style: none;
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
        width: auto!important
    }
    .gt-section-wrapper .mobile-tablist .tab {
        border-right: 1px solid #bfbfbf;
        display: inline-block;
        width: 120px!important
    }
    .gt-section-wrapper .mobile-tablist .tab:last-child {
        border-right: none
    }
    .gt-section-wrapper .mobile-tablist .tab.disabled a {
        background-color: #f4f4f4;
        color: #d9d9d9;
        cursor: default
    }
    .gt-section-wrapper .mobile-tablist .tab:not(.disabled) a {
        background-color: #e9e9e9;
        color: #373737
    }
    .gt-section-wrapper .mobile-tablist .tab:not(.disabled) a:hover:not(.active) {
        color: #9E8861
    }
    .gt-section-wrapper .mobile-tablist .tab:not(.disabled) a.active {
        background-color: #2b2b2b;
        color: #fff
    }
    .gt-section-wrapper .mobile-tablist .tab a {
        display: block;
        font-family: Khand, sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .025em;
        line-height: 1;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none
    }
    .boxscore-stats-wrapper .stats-inner,
    .matchup-stats-wrapper .stats-inner {
        padding: 20px 0
    }
    .boxscore-stats-wrapper .heading,
    .boxscore-stats-wrapper .watermark,
    .matchup-stats-wrapper .heading,
    .matchup-stats-wrapper .watermark {
        display: none
    }
    .boxscore-stats-wrapper .stats-table td,
    .boxscore-stats-wrapper .stats-table th,
    .matchup-stats-wrapper .stats-table td,
    .matchup-stats-wrapper .stats-table th {
        width: 60%
    }
    .boxscore-stats-wrapper .stats-table td:first-child,
    .boxscore-stats-wrapper .stats-table td:last-child,
    .boxscore-stats-wrapper .stats-table th:first-child,
    .boxscore-stats-wrapper .stats-table th:last-child,
    .matchup-stats-wrapper .stats-table td:first-child,
    .matchup-stats-wrapper .stats-table td:last-child,
    .matchup-stats-wrapper .stats-table th:first-child,
    .matchup-stats-wrapper .stats-table th:last-child {
        width: 20%
    }
    .matchup-stats-wrapper .stats-inner {
        padding: 20px 0 0
    }
    .matchup-stats-wrapper .stats-table tbody td,
    .matchup-stats-wrapper .stats-table tbody td:first-child,
    .matchup-stats-wrapper .stats-table tbody td:last-child,
    .matchup-stats-wrapper .stats-table tbody th,
    .matchup-stats-wrapper .stats-table tbody th:first-child,
    .matchup-stats-wrapper .stats-table tbody th:last-child {
        width: 33.33%
    }
    .matchup-canvas-section .canvas-row {
        overflow: scroll
    }
    .matchup-canvas-section .canvas-row-inner {
        width: 300%
    }
    .matchup-canvas-section .canvas-wrapper {
        width: 30%
    }
    .matchup-team-leaders .leader {
        margin-top: 20px
    }
    .matchup-team-leaders .leader .image {
        height: 54px
    }
    .matchup-team-leaders .leader .details {
        margin-bottom: 20px
    }
    .matchup-team-leaders .leader .details .name {
        font-size: 14px;
        font-weight: 500
    }
    .matchup-team-leaders .leader .details .stats {
        font-size: 12px
    }
    .teams-tab .team-column.injured .team-column-inner {
        border: none
    }
    .teams-tab .team-column.injured .team-column-inner tbody {
        border: 1px solid #e9e9e9;
        border-top: none
    }
    .teams-tab .injured-subtitle {
        display: none
    }
    .tax-game .material-tooltip {
        z-index: -10
    }
    .league-leaders .player-tooltip-wrapper td:first-child {
        width: 7%
    }
    .dt-header {
        margin-bottom: 28px
    }
    .dt-header .header-hero {
        max-height: 100%
    }
    .dt-header .header-hero .header-hero-content {
        bottom: auto;
        position: relative
    }
    .dt-header .header-hero-image {
        left: 0;
        position: absolute;
        top: 62px;
        width: 100%;
        z-index: 0
    }
    .dt-header .image-overlay {
        display: none
    }
    .dt-header .grid-col-8 {
        background: #9E8861;
        padding: 16px 22px;
        margin-bottom: 44.6875%
    }
    .dt-header .grid-col-8 .header-hero-title {
        color: #fff;
        font-size: 32px;
        line-height: 1;
        text-shadow: none;
        width: 100%
    }
    .dt-header .grid-col-2 {
        float: left;
        width: 50%!important
    }
    .dt-seasonselect,
    .dt-teamselect {
        width: calc(50% - 10px)
    }
    .dt-round .dt-round-content-wrap .dt-round-content .dt-table .draft-notes-row-cell {
        display: none
    }
    .standings-meta-top .grid-col-4 {
        padding: 10px
    }
    .standings-meta-top .switch .button {
        width: 50%;
        text-align: center
    }
    .standings-card-table .cell-team-cell {
        width: 15%;
        min-width: 15%
    }
    .schedule-wrapper .heading.live {
        border-top: 2px solid #9E8861
    }
    .schedule-wrapper .heading div.action a {
        height: 100%
    }
    .schedule-wrapper .heading div.action .icon-chevron-right {
        float: right;
        height: 20px;
        width: 9px;
        margin-top: 4px
    }
    .quicklook-wrapper {
        display: none!important
    }
    .related-links-container .related-links-body {
        margin-left: 0
    }
    .related-links-container .related-links-body .related-link-1 {
        margin-left: 0;
        width: 47%!important;
        float: left;
        display: inline-block
    }
    .related-links-container .related-links-body .related-link-2 {
        width: 47%!important;
        float: right;
        margin-left: 0;
        display: inline-block
    }
    #div_cheerleader .info-header .flex-row .vitals-block .vitals-pair .value {
        padding-bottom: 15px
    }
    .gametrackerboard-wrapper {
        background-color: #fff;
        padding-top: 10px;
        position: relative
    }
    .gametrackerboard-wrapper .not-mobile {
        display: none!important
    }
    .gametrackerboard-wrapper .gametrackerboard-container {
        padding: 0 10px
    }
    .gametrackerboard-wrapper .matchup .host .logo,
    .gametrackerboard-wrapper .matchup .visitor .logo {
        height: 40px;
        width: 40px
    }
    .gametrackerboard-wrapper .matchup .host .text,
    .gametrackerboard-wrapper .matchup .host .text>div,
    .gametrackerboard-wrapper .matchup .visitor .text,
    .gametrackerboard-wrapper .matchup .visitor .text>div {
        height: 40px
    }
    .gametrackerboard-wrapper .matchup .host .text .city,
    .gametrackerboard-wrapper .matchup .visitor .text .city {
        font-size: 12px
    }
    .gametrackerboard-wrapper .matchup .host .text .team,
    .gametrackerboard-wrapper .matchup .visitor .text .team {
        font-size: 21px
    }
    .gametrackerboard-wrapper .matchup .host .text .record,
    .gametrackerboard-wrapper .matchup .visitor .text .record {
        font-size: 14px
    }
    .gametrackerboard-wrapper .matchup .visitor {
        margin-right: 10px
    }
    .gametrackerboard-wrapper .matchup .host {
        margin-left: 10px
    }
    .gametrackerboard-wrapper .matchup .host-score,
    .gametrackerboard-wrapper .matchup .visitor-score {
        font-size: 27px
    }
    .gametrackerboard-wrapper .matchup .host-score .icon-possession,
    .gametrackerboard-wrapper .matchup .visitor-score .icon-possession {
        left: 13px
    }
    .alert_post div.alert_left {
        display: none
    }
    .alert_post div.alert_right {
        margin-left: 20px;
        margin-right: 20px;
        padding: 0;
        width: 90%;
        display: block;
        vertical-align: baseline
    }
    .pds-box-inner {
        padding: 30px 20px 20px
    }
    .pds-answer-group .pds-text-wrap {
        width: 100%
    }
    .pds-answer-group .pds-answer-span {
        width: 100%;
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        font-size: 22px;
        float: none
    }
    .pds-answer-group .pds-vote-circle {
        margin: 5px auto 10px;
        padding-top: 5px;
        width: 90%;
        height: 50px;
        float: none;
        display: block
    }
    .pds-feedback-group {
        padding: 30px 10px 53px 20px!important
    }
    .pds-answer-text {
        font-size: 22px;
        width: 65%
    }
    .author_container {
        background-color: inherit
    }
    .author_container .author_left {
        float: none;
        width: 100%;
        text-align: center
    }
    .author_container .author_left img {
        margin-top: 0
    }
    .author_container .author_right {
        float: none;
        width: 100%;
        text-align: center
    }
    .author_container .author_header {
        margin-top: 0
    }
    .author_container .author_header_left {
        float: none;
        width: 100%;
        text-align: center
    }
    .author_container .author_header_right {
        float: none;
        width: 100%
    }
    .author_container .social-author {
        text-align: center
    }
    .author_container .tag-page-header {
        background-color: inherit;
        border-bottom: none
    }
    .ltp-main {
        width: 100%;
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        height: auto
    }
    .ltp-main .ltp-title {
        text-align: center;
        width: 100%
    }
    .ltp-main .ltp-players {
        width: 100%;
        height: auto
    }
    .ltp-main .ltp-players .ltp-player {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .ltp-main .ltp-players .ltp-player .ltp-player-img {
        width: 100%;
        height: auto
    }
    .ltp-main .ltp-players .ltp-player .ltp-logo {
        margin-right: 3%;
        margin-top: 20px;
        width: 70px
    }
    .ltp-main .ltp-players .ltp-player .ltp-number {
        width: 33%;
        padding-top: 0;
        font-size: 64px
    }
    .ltp-main .ltp-players .ltp-player .ltp-first-name {
        font-size: 30px
    }
    .ltp-main .ltp-players .ltp-player .ltp-last-name {
        font-size: 40px
    }
    .ltp-main .ltp-description {
        font-size: 25px;
        margin-bottom: 20px
    }
    .ltp-main .ltp-number-mobile {
        display: inline
    }
    .page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row,
    .single-live-event .hero-container .article-header .header-hero-content .grid-row {
        width: 100%;
        margin-left: 10px
    }
    .page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-title,
    .single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-title {
        font-size: 24px
    }
    .page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-description,
    .single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-description {
        padding-bottom: 5px;
        font-size: 13px;
        line-height: 1;
        width: 95%;
        letter-spacing: .05em
    }
    .page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container,
    .single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container {
        margin-bottom: 5px
    }
    .page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container .header-hero-countdown,
    .single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container .header-hero-countdown {
        font-size: 18px
    }
    .page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container .header-hero-event-date,
    .single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-date-container .header-hero-event-date {
        font-size: 12px
    }
    .page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-one-box .header-hero-btn-one,
    .page-template-page-LIVEEVENT .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-two-box .header-hero-btn-two,
    .single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-one-box .header-hero-btn-one,
    .single-live-event .hero-container .article-header .header-hero-content .grid-row .header-hero-btn-two-box .header-hero-btn-two {
        font-size: 14px
    }
    .page-template-page-LIVEEVENT .events-section-container .events-section .events-title-container,
    .single-live-event .events-section-container .events-section .events-title-container {
        text-align: center
    }
    .page-template-page-LIVEEVENT .events-section-container .events-section .event-list-item .event-image,
    .single-live-event .events-section-container .events-section .event-list-item .event-image {
        margin-left: 15px
    }
    .page-template-page-LIVEEVENT .events-section-container .events-section .event-list-item .event-list-item-body,
    .single-live-event .events-section-container .events-section .event-list-item .event-list-item-body {
        width: 73%;
        padding: 15px 10px 0 0
    }
    .page-template-page-LIVEEVENT .events-section-container .events-section .event-list-item .event-list-item-body .event-list-item-title a,
    .single-live-event .events-section-container .events-section .event-list-item .event-list-item-body .event-list-item-title a {
        font-size: 20px
    }
    .page-template-page-LIVEEVENT .events-section-container .events-section .event-list-item .event-list-item-body .event-list-item-description,
    .single-live-event .events-section-container .events-section .event-list-item .event-list-item-body .event-list-item-description {
        font-size: 14px
    }
    .page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-content,
    .single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-content {
        padding: 25px 15px 20px;
        width: 100%;
        float: none;
        margin-top: 200px
    }
    .page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-title,
    .single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-content .event-card-title {
        font-size: 24px
    }
    .page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-image-section,
    .single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-image-section {
        width: 100%;
        height: 200px
    }
    .page-template-page-LIVEEVENT .events-section-container .events-section .event-card-item .event-card-container .event-card-btn-box .event-card-btn,
    .single-live-event .events-section-container .events-section .event-card-item .event-card-container .event-card-btn-box .event-card-btn {
        padding: 7px 25px
    }
    body.page-template-page-FOOTBALLOPS .fb-ops-header .fb-ops-menu {
        text-align: center
    }
    body.page-template-page-FOOTBALLOPS .fb-ops-header .fb-ops-menu .fb-ops-logo {
        font-size: 22px;
        line-height: 75px
    }
    body.page-template-page-FOOTBALLOPS .fb-ops-header .fb-ops-menu .fb-ops-headline {
        text-align: center
    }
    body.page-template-page-FOOTBALLOPS .fb-ops-post img {
        height: auto;
        width: 100%
    }
    body.page-template-page-FOOTBALLOPS .tweet-info .tweet-name {
        font-size: 16px
    }
    .mobile-head-title {
        color: #fff;
        font-size: 32px;
        font-family: Khand, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        padding: 15px 10px;
        background: #9E8861
    }
    .mobile-head-title.hide-for-desktop {
        display: block
    }
    .mobile-article-sponsored-by {
        display: block;
        padding: 15px 10px;
        margin: 10px 0
    }
    .mobile-article-sponsored-by.hide-for-desktop {
        display: block
    }
    .hide-ad-mobile {
        display: none!important
    }
    .social-live .social-live-col {
        width: 47.9%!important;
        float: left
    }
    .social-live .social-live-col .card {
        margin: 0
    }
    .social-live .social-live-col+.social-live-col {
        margin: 0 0 4.2% 4.2%
    }
    .social-live .social-feed-item.social-feed-item-image img {
        width: 100%
    }
    .scb-carousel .scb-carousel-item,
    .scb-carousel .slick-list,
    .scb-carousel .slick-track {
        height: 280px
    }
    .scb-carousel-item {
        font-family: Khand, sans-serif;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: .4px;
        overflow: hidden;
        transition: all .1s
    }
    .scb-carousel-item .scb-carousel-item-content-top {
        margin-bottom: 60px;
        position: relative
    }
    .scb-carousel-item .scb-carousel-item-content-top .scb-carousel-item-game-date {
        position: absolute;
        left: 3px;
        top: 0
    }
    .scb-carousel-item .scb-carousel-item-content-top .scb-carousel-item-game-status {
        text-align: center;
        text-transform: uppercase
    }
    .scb-carousel-item .scb-carousel-item-content-top .scb-carousel-item-game-status span {
        background: #9E8861;
        color: #fff;
        padding: 4px 10px;
        font-size: 14px;
        position: relative;
        top: -2px
    }
    .scb-carousel-item .scb-carousel-item-content {
        height: 225px;
        position: relative;
        padding: 9px 10px 0
    }
    .scb-carousel-item .scb-carousel-item-content a {
        color: #1c1c1c
    }
    .scb-carousel-item .scb-carousel-item-scores {
        width: 100%;
        display: table;
        text-align: center
    }
    .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-team-cell {
        display: table-cell;
        vertical-align: middle
    }
    .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-score-cell {
        font-size: 50px;
        display: table-cell;
        vertical-align: middle
    }
    .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-score-cell .scb-carousel-item-score-vs {
        font-size: 12px;
        color: #676767;
        vertical-align: middle
    }
    .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-score-cell .vs-in-progress {
        vertical-align: super
    }
    .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-team-name {
        font-size: 18px
    }
    .slick-next,
    .slick-prev {
        height: 286px;
        top: 0
    }
    .sb-right {
        padding: 0 20px;
        background-color: #f4f4f4;
        box-shadow: inset 10px 0 10px 0 rgba(0, 0, 0, .2)
    }
    .sb-right .schedule-filter {
        float: none;
        clear: both
    }
    .sb-right .schedule-filter select {
        height: auto;
        display: block;
        background-color: transparent;
        font-family: Hind, sans-serif;
        font-size: 18px;
        color: #1c1c1c;
        outline: none
    }
    .main-nav-schedule-wrapp {
        font-family: Khand, sans-serif;
        padding: 8px 10px 20px 8px;
        box-sizing: border-box
    }
    .main-nav-schedule-wrapp .schedule-filter {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 15px
    }
    .main-nav-schedule-wrapp .schedule-filter .schedule-filter-select {
        display: block;
        background: none;
        border: 0;
        padding: 0;
        position: relative;
        left: -3px;
        font-size: 19px;
        text-transform: uppercase;
        font-family: khand;
        font-weight: 500;
        background-image: linear-gradient(45deg, transparent 50%, gray 0), linear-gradient(135deg, gray 50%, transparent 0);
        background-position: 93% 0.7em, 97% 0.7em, 65.5% 5.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat
    }
    .main-nav-schedule-wrapp .schedule-filter .schedule-filter-select:focus {
        outline: none
    }
    .main-nav-schedule-wrapp .schedule-title-section {
        color: #9c9c9c;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.2;
        margin: 22px 0 8px
    }
    .main-nav-schedule-wrapp .scb-carousel-item {
        position: relative;
        float: none;
        clear: both;
        height: 114px;
        border: 1px solid #d9d9d9;
        border-top: 2px solid #9E8861;
        background-color: #fff;
        margin-bottom: 8px;
        color: #1c1c1c;
        box-shadow: 0 3px 2px rgba(1, 2, 2, .1)
    }
    .main-nav-schedule-wrapp .scb-carousel-item:before {
        content: "";
        width: 12px;
        height: 22px;
        background: url(/wp-content/themes/cfl.ca/images/arrow_she_schedule_right.png) 0 0 no-repeat;
        background-size: 50%;
        position: absolute;
        top: 10px;
        right: 12px
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-content {
        height: auto
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-content-top {
        margin-bottom: 14px
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-content-top .scb-carousel-item-game-date {
        font-size: 14px;
        text-transform: uppercase;
        color: #1c1c1c;
        text-align: center
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-content-top .scb-carousel-item-game-status {
        text-align: center
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-content-top .scb-carousel-item-game-status span {
        padding: 4px 10px;
        background: transparent;
        font-size: 14px;
        color: #9E8861;
        top: 0
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-game-final {
        text-align: center
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-game-final span {
        padding: 4px 10px;
        background: transparent;
        font-size: 14px;
        text-transform: uppercase;
        color: #1c1c1c;
        top: 0
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-no-margin-bottom {
        margin-bottom: 0
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-score-cell {
        width: 50%
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-score-cell .number {
        font-size: 40px;
        vertical-align: top
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-score-cell .letters {
        font-size: 24px;
        vertical-align: middle
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-team-cell {
        position: relative;
        width: 25%;
        padding-bottom: 10px;
        overflow: hidden;
        min-width: 20px;
        height: 45px
    }
    .main-nav-schedule-wrapp .scb-carousel-item .scb-carousel-item-team-cell img {
        height: auto
    }
    .main-nav-schedule-wrapp .scb-carousel-item .quick-look-live-ball {
        font-size: 28px;
        color: #9E8861;
        width: 100%;
        position: absolute;
        bottom: -10px
    }
    .main-nav-schedule-wrapp .schedule-menu .schedule-upcoming .scb-carousel-item {
        height: auto;
        border-top: 1px solid #d9d9d9
    }
    .main-nav-schedule-wrapp .schedule-menu .schedule-upcoming .scb-carousel-item+.scb-carousel-item {
        margin-top: 10px
    }
    .main-nav-schedule-wrapp .schedule-menu .schedule-upcoming .scb-carousel-item .scb-carousel-item-scores {
        margin-bottom: 5px
    }
    .main-nav-schedule-wrapp .schedule-menu .schedule-upcoming .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-score-cell {
        font-size: 24px;
        text-transform: uppercase
    }
    .main-nav-schedule-wrapp .schedule-menu .schedule-upcoming .scb-carousel-item .scb-carousel-item-scores .scb-carousel-item-score-cell .letters {
        font-size: 21px
    }
    .main-nav-schedule-wrapp .schedule-menu .schedule-upcoming .scb-carousel-item .btn {
        color: #fff;
        width: 100%;
        margin: 10px 0
    }
    .main-nav-schedule-wrapp .schedule-menu .schedule-upcoming .scb-carousel-item .scb-carousel-item-game-status {
        text-align: center;
        font-size: 14px
    }
    .main-nav-schedule-wrapp .schedule-menu .schedule-upcoming .scb-carousel-item .scb-carousel-item-game-status span {
        color: #1c1c1c
    }
    .main-nav-schedule-wrapp .schedule-menu .schedule-upcoming .scb-carousel-item .scb-carousel-item-team-cell {
        padding-bottom: 0
    }
    .main-nav-schedule-wrapp .schedule-menu a {
        text-decoration: none
    }
    .main-nav-schedule-wrapp .scb-no-border-top {
        border-top: 0
    }
    .grid-col-12.remove-padding {
        padding: 0
    }
    #mobile-active-2 {
        display: none
    }
    .div-cell,
    .table-6-cols .div-cell,
    .table-12-cols .div-cell,
    .table-12-cols .div-row div:first-child {
        width: 33%
    }
    .comments-section-mobile,
    .mobile-show-more {
        display: block
    }
    .comments-section-mobile {
        background: #fff;
        padding: 20px 10px;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        margin: 0 -10px
    }
    .comments-section-mobile .show-comments-btn {
        width: 100%;
        padding: 15px;
        font-family: Khand, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        background: #9E8861
    }
    .comments-section-mobile .comments-section-mobile-block {
        padding: 25px 0 0
    }
    .article_header {
        padding: 0
    }
    .page-taxonomy-term .region-under-header,
    .page-video-category .region-under-header,
    .page-video-tag .region-under-header,
    .page-videos .region-under-header {
        display: none
    }
    .page-taxonomy-term .article-list-wrapp,
    .page-video-category .article-list-wrapp,
    .page-video-tag .article-list-wrapp,
    .page-videos .article-list-wrapp {
        padding-top: 0
    }
    .playlist-mobile {
        display: block;
        margin: 45px 0
    }
    .playlist-mobile .top-stories-block {
        margin-bottom: 0
    }
    .playlist-mobile .block-head {
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 25px
    }
    .playlist-mobile .block-head .arrow-right-double {
        display: none
    }
    .js-scroll-pane.scroll-pane-mobile {
        height: auto;
        max-height: none
    }
    .js-scroll-pane.top-stories-block.scroll-pane-mobile {
        background: none;
        border: 0;
        box-shadow: none
    }
    .js-scroll-pane.top-stories-block.top-stories-block .top-story-block {
        margin-bottom: 20px;
        border-bottom: 0
    }
    .js-scroll-pane.top-stories-block.top-stories-block .top-story-block .media-object {
        margin: 0;
        padding: 0
    }
    .js-scroll-pane.top-stories-block.top-stories-block .top-story-block .share-btn {
        float: none
    }
    .js-scroll-pane.top-stories-block.top-stories-block .top-story-block.featured {
        background: none;
        border: 0 none
    }
    .js-scroll-pane.more-galleries-blocks,
    .js-scroll-pane.top-playlists-block,
    .js-scroll-pane.top-stories-block {
        margin-top: 25px;
        margin-bottom: 0
    }
    .mobile-head-title {
        display: block
    }
    .mobile-head-title.align-left {
        text-align: left
    }
    .mobile-show-partial>div {
        display: none
    }
    .orange-page-header {
        padding: 18px;
        margin-bottom: 30px
    }
    .orange-page-header h1 {
        font-size: 32px
    }
    .hide-for-tablet-up {
        display: block;
        opacity: 1
    }
    .hide-for-tablet-up-table-row {
        display: table-row;
        opacity: 1
    }
    .hide-for-mobile {
        display: none;
        opacity: 0
    }
    #modal2 .info,
    #modal2 h1 {
        padding: 5px 15px 0
    }
    #modal2 h1 {
        font-size: 30px
    }
    #modal2 p {
        padding: 5px 15px 0
    }
    #modal2 .newsletter-form-wrap {
        height: 440px;
        overflow: auto
    }
    .ico.ico-share {
        margin-top: -7px;
        margin-right: -10px
    }
    .social-sticky-header.sticked-translated {
        transform: translate(0)
    }
    .social-sticky-header .news-title {
        display: table-cell;
        padding-left: 2%;
        float: none;
        max-width: 74%;
        margin-left: 2%;
        font-size: 19px;
        vertical-align: middle
    }
    .social-sticky-header .btn-cta {
        padding: 10px 6px;
        margin-top: 1px;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #9E8861;
        font-size: 15px;
        color: #fff
    }
    .social-sticky-header .btn-cta .ico.ico-share {
        background-image: url(/wp-content/themes/cfl.ca/images/ico-share@2x.png);
        background-repeat: no-repeat;
        background-size: 13px 11px;
        color: #2b2b2b;
        margin: -2px 0 0 5px
    }
    .social-sticky-header .share-wrapper {
        display: table-cell;
        width: 80px;
        float: none;
        vertical-align: middle
    }
    .social-sticky-header .news-sticky-wrapper {
        display: table;
        width: 100%
    }
    .video-category .item-list ul li a {
        width: 100%
    }
    .video-category .mobile-show-more {
        display: none!important
    }
    .tabs-content-players {
        display: none
    }
    .tabs-content-players.active {
        display: block
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .grid-col-sm-12 {
        width: calc(100% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-12 {
        margin-left: calc(100% + 10px)
    }
    .grid-col-sm-push-12 {
        left: calc(100% + 10px)
    }
    .grid-col-sm-pull-12 {
        left: calc((100% + 10px) * -1)
    }
    .grid-col-sm-11 {
        width: calc(91.66666666666667% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-11 {
        margin-left: calc(91.66666666666667% + 10px)
    }
    .grid-col-sm-push-11 {
        left: calc(91.66666666666667% + 10px)
    }
    .grid-col-sm-pull-11 {
        left: calc((91.66666666666667% + 10px) * -1)
    }
    .grid-col-sm-10 {
        width: calc(83.33333333333333% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-10 {
        margin-left: calc(83.33333333333333% + 10px)
    }
    .grid-col-sm-push-10 {
        left: calc(83.33333333333333% + 10px)
    }
    .grid-col-sm-pull-10 {
        left: calc((83.33333333333333% + 10px) * -1)
    }
    .grid-col-sm-9 {
        width: calc(75% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-9 {
        margin-left: calc(75% + 10px)
    }
    .grid-col-sm-push-9 {
        left: calc(75% + 10px)
    }
    .grid-col-sm-pull-9 {
        left: calc((75% + 10px) * -1)
    }
    .grid-col-sm-8 {
        width: calc(66.66666666666667% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-8 {
        margin-left: calc(66.66666666666667% + 10px)
    }
    .grid-col-sm-push-8 {
        left: calc(66.66666666666667% + 10px)
    }
    .grid-col-sm-pull-8 {
        left: calc((66.66666666666667% + 10px) * -1)
    }
    .grid-col-sm-7 {
        width: calc(58.333333333333336% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-7 {
        margin-left: calc(58.333333333333336% + 10px)
    }
    .grid-col-sm-push-7 {
        left: calc(58.333333333333336% + 10px)
    }
    .grid-col-sm-pull-7 {
        left: calc((58.333333333333336% + 10px) * -1)
    }
    .grid-col-sm-6 {
        width: calc(50% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-6 {
        margin-left: calc(50% + 10px)
    }
    .grid-col-sm-push-6 {
        left: calc(50% + 10px)
    }
    .grid-col-sm-pull-6 {
        left: calc((50% + 10px) * -1)
    }
    .grid-col-sm-5 {
        width: calc(41.666666666666664% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-5 {
        margin-left: calc(41.666666666666664% + 10px)
    }
    .grid-col-sm-push-5 {
        left: calc(41.666666666666664% + 10px)
    }
    .grid-col-sm-pull-5 {
        left: calc((41.666666666666664% + 10px) * -1)
    }
    .grid-col-sm-4 {
        width: calc(33.333333333333336% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-4 {
        margin-left: calc(33.333333333333336% + 10px)
    }
    .grid-col-sm-push-4 {
        left: calc(33.333333333333336% + 10px)
    }
    .grid-col-sm-pull-4 {
        left: calc((33.333333333333336% + 10px) * -1)
    }
    .grid-col-sm-3 {
        width: calc(25% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-3 {
        margin-left: calc(25% + 10px)
    }
    .grid-col-sm-push-3 {
        left: calc(25% + 10px)
    }
    .grid-col-sm-pull-3 {
        left: calc((25% + 10px) * -1)
    }
    .grid-col-sm-2 {
        width: calc(16.666666666666668% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-2 {
        margin-left: calc(16.666666666666668% + 10px)
    }
    .grid-col-sm-push-2 {
        left: calc(16.666666666666668% + 10px)
    }
    .grid-col-sm-pull-2 {
        left: calc((16.666666666666668% + 10px) * -1)
    }
    .grid-col-sm-1 {
        width: calc(8.333333333333334% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-1 {
        margin-left: calc(8.333333333333334% + 10px)
    }
    .grid-col-sm-push-1 {
        left: calc(8.333333333333334% + 10px)
    }
    .grid-col-sm-pull-1 {
        left: calc((8.333333333333334% + 10px) * -1)
    }
    .hide-for-sm {
        display: none
    }
    .home-center-section .latest-news-list .latest-news-hero .latest-news-hero-title-container .latest-news-hero-title a {
        font-size: 34px
    }
    .generic-section .must-watch-container .generic-list-item .article-list-title {
        font-size: 20px;
        margin-top: 10px;
        margin-right: 10px
    }
    .article-list-item {
        margin-bottom: 15px;
        height: 575px
    }
    .page-template-page-TICKETS .ticket-landing-head .ticket-assistance {
        padding: 30px 10px
    }
    .page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box {
        width: 50%
    }
    .page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box .ticket-option-btn {
        bottom: 25px
    }
    .page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box:not(:first-child) {
        border-left: 1px solid #fff
    }
    .landing-video-cell .article-list-item .article-list-title {
        font-size: 20px
    }
}

@media screen and (min-width:1024px) and (max-width:1249px) {
    .grid-col-md-12 {
        width: calc(100% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-12 {
        margin-left: calc(100% + 10px)
    }
    .grid-col-md-push-12 {
        left: calc(100% + 10px)
    }
    .grid-col-md-pull-12 {
        left: calc((100% + 10px) * -1)
    }
    .grid-col-md-11 {
        width: calc(91.66666666666667% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-11 {
        margin-left: calc(91.66666666666667% + 10px)
    }
    .grid-col-md-push-11 {
        left: calc(91.66666666666667% + 10px)
    }
    .grid-col-md-pull-11 {
        left: calc((91.66666666666667% + 10px) * -1)
    }
    .grid-col-md-10 {
        width: calc(83.33333333333333% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-10 {
        margin-left: calc(83.33333333333333% + 10px)
    }
    .grid-col-md-push-10 {
        left: calc(83.33333333333333% + 10px)
    }
    .grid-col-md-pull-10 {
        left: calc((83.33333333333333% + 10px) * -1)
    }
    .grid-col-md-9 {
        width: calc(75% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-9 {
        margin-left: calc(75% + 10px)
    }
    .grid-col-md-push-9 {
        left: calc(75% + 10px)
    }
    .grid-col-md-pull-9 {
        left: calc((75% + 10px) * -1)
    }
    .grid-col-md-8 {
        width: calc(66.66666666666667% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-8 {
        margin-left: calc(66.66666666666667% + 10px)
    }
    .grid-col-md-push-8 {
        left: calc(66.66666666666667% + 10px)
    }
    .grid-col-md-pull-8 {
        left: calc((66.66666666666667% + 10px) * -1)
    }
    .grid-col-md-7 {
        width: calc(58.333333333333336% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-7 {
        margin-left: calc(58.333333333333336% + 10px)
    }
    .grid-col-md-push-7 {
        left: calc(58.333333333333336% + 10px)
    }
    .grid-col-md-pull-7 {
        left: calc((58.333333333333336% + 10px) * -1)
    }
    .grid-col-md-6 {
        width: calc(50% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-6 {
        margin-left: calc(50% + 10px)
    }
    .grid-col-md-push-6 {
        left: calc(50% + 10px)
    }
    .grid-col-md-pull-6 {
        left: calc((50% + 10px) * -1)
    }
    .grid-col-md-5 {
        width: calc(41.666666666666664% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-5 {
        margin-left: calc(41.666666666666664% + 10px)
    }
    .grid-col-md-push-5 {
        left: calc(41.666666666666664% + 10px)
    }
    .grid-col-md-pull-5 {
        left: calc((41.666666666666664% + 10px) * -1)
    }
    .grid-col-md-4 {
        width: calc(33.333333333333336% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-4 {
        margin-left: calc(33.333333333333336% + 10px)
    }
    .grid-col-md-push-4 {
        left: calc(33.333333333333336% + 10px)
    }
    .grid-col-md-pull-4 {
        left: calc((33.333333333333336% + 10px) * -1)
    }
    .grid-col-md-3 {
        width: calc(25% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-3 {
        margin-left: calc(25% + 10px)
    }
    .grid-col-md-push-3 {
        left: calc(25% + 10px)
    }
    .grid-col-md-pull-3 {
        left: calc((25% + 10px) * -1)
    }
    .grid-col-md-2 {
        width: calc(16.666666666666668% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-2 {
        margin-left: calc(16.666666666666668% + 10px)
    }
    .grid-col-md-push-2 {
        left: calc(16.666666666666668% + 10px)
    }
    .grid-col-md-pull-2 {
        left: calc((16.666666666666668% + 10px) * -1)
    }
    .grid-col-md-1 {
        width: calc(8.333333333333334% - 10px);
        min-height: 1px
    }
    .grid-col-sm-offset-1 {
        margin-left: calc(8.333333333333334% + 10px)
    }
    .grid-col-md-push-1 {
        left: calc(8.333333333333334% + 10px)
    }
    .grid-col-md-pull-1 {
        left: calc((8.333333333333334% + 10px) * -1)
    }
    .hide-for-md {
        display: none
    }
    .home-center-section .latest-news-list .latest-news-hero .latest-news-hero-title-container .latest-news-hero-title a {
        font-size: 48px
    }
    .article-list-item {
        margin-bottom: 15px;
        height: 500px
    }
    .page-template-page-TICKETS .ticket-landing-body .ticket-option-section .ticket-option-container .ticket-option-box {
        width: 50%
    }
    .page-template-page-TICKETS .ticket-landing-body .seating-and-account-section .seating-and-account-box:not(:first-child) {
        border-left: 1px solid #fff
    }
}

@media (max-width:844px) {
    .latest-news-hero-game div.latest-news-hero-game-wrapper .home-team,
    .latest-news-hero-game div.latest-news-hero-game-wrapper .visitor-team {
        height: 65px
    }
    .latest-news-hero-game div.latest-news-hero-game-wrapper .home-team-score,
    .latest-news-hero-game div.latest-news-hero-game-wrapper .visitor-team-score {
        font-size: 1.8rem
    }
    .latest-news-hero-game div.latest-news-hero-game-wrapper .game-status span {
        font-size: .7rem
    }
}

@media only screen and (max-width:376px) {
    .stats-filters .stats-filter-row a.add-filter,
    .stats-filters .stats-filter-row a.remove-filter {
        padding: 5px 15px!important
    }
}

@media screen and (max-device-width:640px) {
    .header .main a#main-sponsor {
        display: none
    }
    .header .main a#main-sponsor,
    .top-nav {
        display: none;
        border: 0
    }
    .top-banner {
        min-height: 80px
    }
    .header .main .logo {
        margin-left: 0
    }
    .header .main .logo img {
        max-width: 50px
    }
    .header .main .grid-row>div {
        height: 55px;
        width: 100%;
        text-align: center
    }
    .header .main-nav li a {
        margin: 0 7px
    }
    .sb-toggle-left {
        background: transparent url(/wp-content/themes/cfl.ca/images/ico-sb-toggle-left.png) no-repeat 0;
        background-size: 50%;
        left: 20px
    }
    .sb-toggle-left,
    .sb-toggle-right {
        top: 0;
        height: 50px;
        width: 44px;
        position: absolute
    }
    .sb-toggle-right {
        background: transparent url(/wp-content/themes/cfl.ca/images/ico-sb-toggle-right.png) no-repeat 100%;
        background-size: 50%;
        right: 20px
    }
    .grid-col-2 {
        margin-left: 0;
        width: 100%
    }
    input.mobile-search-field[type=search] {
        background: #1c1c1c url(/wp-content/themes/cfl.ca/images/icon-search-mobile.png) no-repeat 50%;
        background-size: 17%;
        border: none;
        border-bottom: 1px solid #303030;
        height: 57px;
        width: 100%
    }
    input[type=search]:focus {
        background: transparent;
        border: none;
        color: #fff;
        border-bottom: 1px solid #303030;
        font-size: 22px;
        text-indent: 20px
    }
    .nav a,
    .tb-megamenu .nav>li>a {
        display: block;
        color: #fff;
        line-height: 55px;
        border-right: 0;
        font-family: Khand, sans-serif;
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0
    }
    .header .main-nav li.active a,
    .nav li.active a,
    .tb-megamenu .nav>li.active>a {
        color: #f2540b
    }
    .header .main-nav li a {
        line-height: 1;
        padding: 0
    }
    .sb-slidebar .main-nav li {
        float: none
    }
    div.main-nav.secc-level {
        display: block;
        text-align: center
    }
    div.main-nav.secc-level ul {
        margin: 13px auto
    }
    .header .main-nav .secc-level li a {
        font-size: 18px
    }
}

@media screen and (max-width:736px) {
    .page-section.search-form-wrapper,
    .page-section.search-section {
        padding: 0 20px
    }
    .page-standings .league-standing .btn-cta {
        float: none
    }
    .page-standings .league-standing .swich-btn {
        margin: 20px 0
    }
    .page-standings .league-standing .btn-filter {
        float: none;
        margin: 0
    }
}

@media screen and (min-width:355px) {
    .gametracker-card-body {
        margin-left: 170px
    }
    .gametracker-card-table .headcol {
        width: 150px
    }
    .gametracker-card-table tbody .headcol img {
        display: inline-block
    }
    .gametracker-card-table tbody .headcol img+div {
        padding: 6px 0;
        width: 110px;
        vertical-align: middle
    }
    .gametracker-card-table:not(.playbyplay) tbody tr td {
        height: 30px
    }
}

@media screen and (max-width:960px) {
    .ttp-main {
        height: 190vw
    }
    .ttp-main .ttp-title {
        font-size: 8vw;
        width: 100%
    }
    .ttp-main .ttp-carousel,
    .ttp-main .ttp-left {
        display: none
    }
    .ttp-main .ttp-right {
        float: none;
        width: 80%;
        margin: 0 auto
    }
    .ttp-main .ttp-label {
        font-size: 3vw
    }
    .ttp-main .ttp-label-height,
    .ttp-main .ttp-label-weight {
        width: 30vw
    }
    .ttp-main .ttp-label-age {
        width: 10vw
    }
    .ttp-main .ttp-stat {
        font-size: 4vw
    }
    .ttp-main .ttp-label-city {
        width: 33vw
    }
    .ttp-main .ttp-label-school {
        width: 30vw
    }
    .ttp-main .ttp-social {
        display: none
    }
    .ttp-main .ttp-social-mobile {
        display: inline
    }
    .ttp-main .ttp-follow {
        display: none
    }
    .ttp-main .ttp-spacer {
        margin-top: 5vw
    }
    .ttp-main .ttp-mobile {
        display: inline
    }
    .ttp-main .ttp-mobile-name {
        font-family: Khand, sans-serif;
        font-weight: 700;
        width: 80%;
        margin: 0 auto;
        text-align: center
    }
    .ttp-main .ttp-mobile-first-name {
        font-size: 4vw
    }
    .ttp-main .ttp-mobile-last-name {
        font-size: 8vw
    }
    .ttp-main .ttp-mobile-number,
    .ttp-main .ttp-mobile-position {
        font-size: 4vw
    }
    .ttp-main .ttp-view-profile-mobile {
        font-size: 4vw;
        width: 30%;
        height: 6vw;
        font-family: Khand, sans-serif;
        font-weight: 300;
        margin: 0 auto;
        line-height: 6.4vw;
        float: none
    }
    .ttp-main .ttp-desktop {
        display: none
    }
    .ttp-main .ttp-image {
        width: 60vw;
        margin: 0 20vw
    }
    .ttp-main .ttp-mobile-carousel {
        width: 100%;
        height: 70vw;
        display: block;
        position: relative;
        left: -50vw
    }
    .ttp-main .ttp-mobile-image {
        position: absolute;
        width: 40vw;
        margin-top: 10vw;
        transition: all .5s;
        -webkit-transition: all .5s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .ttp-main .ttp-mobile-image-selected {
        width: 60vw;
        margin-top: 0;
        margin-left: 10vw;
        transition: all .5s;
        -webkit-transition: all .5s
    }
}

@media screen and (min-width:1370px) {
    .page-template-page-YOUMAKETHECALLLANDING .ymtc-section {
        margin-bottom: -129px
    }
}

@media (max-width:320px) {
    body.page-template-page-FOOTBALLOPS .fb-ops-header .fb-ops-menu .logo-sticky {
        padding-top: 20px
    }
    body.page-template-page-FOOTBALLOPS .tweet-date-time {
        font-size: 10px
    }
}

@media screen and screen and (max-width:767px) {
    body.page-template-page-FOOTBALLOPS .fb-ops-post a.more-link {
        width: 100%;
        text-align: center
    }
}

@media (max-width:400px) {
    body.page-template-page-FOOTBALLOPS .tweet-info .tweet-name {
        font-size: 16px
    }
    body.page-template-page-FOOTBALLOPS .tweet-info .tweet-user a {
        font-size: 13px
    }
}

@media (max-width:350px) {
    body.page-template-page-FOOTBALLOPS .tweet-info .tweet-name {
        font-size: 14px
    }
    body.page-template-page-FOOTBALLOPS .tweet-info .tweet-user a {
        font-size: 11px
    }
}
