html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}
body {
  background-color: #FFF;
  color: #000;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
}
a {
  color: #202020;
  font-weight: bolder;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
li {
  font-size: 14px;
  padding: 0 0 16px 0;
  line-height: 16px;
}

/** Night Mode Switch CSS **/
.switch {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 15px;
    float: left;
    margin-top: 7px;
}
.switch input {
  opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.search-function > input {
  opacity: 0;
  width: 30px;
  height: 30px;
  top: -7px;
  position: absolute;
}
.slider {
  position: absolute;
    cursor: pointer;
    top: 0;
  left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 3px;
    bottom: 3px;
    background-color: #FFF;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
  background-color: #FFF;
}
input:focus + .slider {
  box-shadow: 0 0 1px #FFF;
}
input:checked + .slider:before {
  background-color: #000;
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
  transform: translateX(11px);
}
.header .search-container {
  width: 0;
  -moz-transition: width .25s ease;
  -o-transition: width .25s ease;
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
}
input:checked + .search-container{
  width: 250px !important;
  -moz-transition: width .25s ease;
  -o-transition: width .25s ease;
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
  opacity: 1 !important;
}
.moon{
  color: #000;
  float: left;
  margin-left: 8px;
  margin-top: 3px;
  width: 15px;
}
#night-mode-switch {
    display: inline-block;
    float: right;
    margin-left: 10px;
    width: 52px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 41px;
}

.slider.round:before {
  border-radius: 50%;
}
/*End Nightmode Switch*/

/*Category Header Styles*/
.category-menu {
  width: 996px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 9px;
  background-color: #333E48;
  border-bottom: rgba(112, 112, 112, 0.22) solid 1px;
  max-width: 100%;
  z-index: 3000;
}
.primary-category-boston-red-sox .category-menu, .primary-category-new-england-patriots .category-menu {
  background-color:  #002156;
}
.primary-category-boston-bruins .category-menu {
  background-color: #ffb736;
}
.primary-category-boston-bruins .category-header a {
  color: #000;
}
.primary-category-boston-celtics .category-menu {
  background-color: #008348;
}
.category-header {
  position: relative;
  padding: 0px 13px;
}
.category-header:before {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.author .category-menu {
  width: 100% !important;
}
/*Temporary Category Header Edits - to replace with category options after solution evaluation*/
.boston-red-sox.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/boston-red-sox-logo.svg);
  width: 25px;
}
.boston-bruins.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/boston-bruins.svg);
  width: 25px;
}
.new-england-patriots.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/new-england-patriots.png);
  width: 55px;
}
.boston-celtics.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/boston-celtics.svg);
  width: 25px;
}
.new-england-patriots.category-header h3 {
  margin-left: 60px !important;
}
.boston-red-sox.category-header h3,
.boston-bruins.category-header h3,
.boston-celtics.category-header h3,
.liverpool-fc.category-header h3,
.mlb.category-header h3,
.nfl.category-header h3,
.nhl.category-header h3,
.nba.category-header h3,
.wwe.category-header h3,
.ufc.category-header h3,
.soccer.category-header h3 {
  margin-left: 25px !important;
}
.mlb.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/mlb-logo.png);
  width: 25px;
}
.nfl.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/nfl-logo.png);
  width: 25px;
}
.nhl.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/nhl-logo.png);
  width: 25px;
}
.nba.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/nba-logo.png);
  width: 25px;
}
.wwe.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/wwe-logo.png);
  width: 25px;
}
.ufc.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/ufc-logo.png);
  width: 25px;
}
.soccer.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/nesn-soccer-logo.jpg);
  width: 25px;
}
.liverpool-fc.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/liverpool-logo.png);
  width: 25px;
}
.category-header:before {
  margin-left: 10px;
}
.category-header a {
  color: #fff;
}
.category-header h3 {
  background-color: transparent !important;
  float: left;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}
.category-header h3, .category-header h3 a {
  font-weight: 600;
  font-size: 17px;
  transition: all .1s ease;
}
.category-header ul.nav {
  float: right;
  margin: 0px;
  padding: 0px;
}
.category-header ul.nav li, .related-links ul.nav li {
  border: 0px;
  display: inline-block;
  list-style-type: none;
  padding: 0px 8px;
  margin-bottom: 0;
}
.category-header ul.nav li:first-child, .related-links ul.nav li:first-child{
  border-left: 0px;
  padding-left: 0px;
}
.category-header ul.nav li a{
  font-size: 12px;
  font-weight: 600;
  position: relative;
  padding: 0 5px;
}
.category-header ul.nav li:last-child a {
  padding-right: 0px;
}
.category-header ul.nav li a.active:before {
  content: "";
  height: 100%;
  width: 1px;
  transform: skew(-10deg, -10deg);
  background-color: #004276;
  right: 0;
  top: 0;
  position: absolute;
}
.category-header ul.nav li a.active:after {
  content: "";
  height: 100%;
  width: 1px;
  transform: skew(-10deg, -10deg);
  background-color: #004276;
  left: 0;
  top: 0;
  position: absolute;
}
/*End Category Header*/

.related-links li {
  padding: 0 0 15px 0;
  list-style-type: none;
  line-height: 15px;
}
#container {
  background: #FFF;
  clear: both;
  margin: 0px auto;
  padding: 0px 13px !important;
  width: 970px;
}
#right-column ul.related-links li.underline h3, #left-column ul.related-links li.underline h3, span.section-title h3, #common-above-footer .underline h3 {
  background-color: transparent;
  color: #808080;
  display: inline;
  font-size: 11px;
  height: 11px;
  line-height: 11px;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.entry-data {
  text-transform: uppercase;
  position: relative;
}
.pub-date:before {
  content: '';
  height: 14px;
  width: 3px;
  background-color: #2e3e69;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0%, -50%);
}
.pub-date {
  padding-left: 14px;
    position: relative;
}
.entry-data, .entry-data a {
  color: #7d828e;
  font-size: 12px;
  font-weight: lighter;
  display: inline;
}
span.section-title, .related-links li.underline {
  height: 10px;
  line-height: 10px;
  padding: 0;
  border-bottom: none;
  margin-bottom:  10px;
  display:  block;
  background: transparent;
}
#general-header {
  clear: both;
}
#home-header .acm_ad_zones, #general-header .acm_ad_zones, #general-header .nesn-widget-display-dfp-ad, #gpt-ad-masthead {
  text-align: center;
}
.fubo-tv{
  height: 423px !important;
}
.fubo-pixel{
  display: none !important;
}
.fuboWidget {
  display: inline-block;
  height: 450px;
  margin-left: 30px;
  margin-bottom: 15px;
  position: relative;
  width: 800px;
}
#left-column .delta-ad-640 {
  border-bottom: 1px solid #EEE;
  clear: both;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  padding-bottom: 20px;
  position: relative;
  width: 640px;
}
.delta-ad-640.mid {
  display: inline-block;
}
.delta-ad-640.mid .acm_ad_zones{
  float: left;
  min-height: 250px;
  padding-right: 20px;
  width: 300px;
}
.delta-ad-640 .nesn-widget-display-dfp-ad {
  width: 300px;
  margin: 0px auto;
  padding-right: 20px !important;
}
.iab-skyscraper {
  vertical-align: top;
  display: table-cell;
  width: 160px;
  height: 600px;
}
h3.entry-title, .promotional-unit .nesn-widget div a {
    font-size: 22px;
  line-height: 28px;
    margin: 8px 0;
    padding: 0;
}
.home #right-column #sponsors {
  margin-bottom: 10px;
  margin-top: 15px;
  width: 100%;
}
.home #right-column #sponsors img {
  height: 31px;
  margin: 2px 3px;
  width: 88px;
}
#right-column {
  background: #FFF;
  border: 0px;
  color: #000;
  float: right;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  width: 300px;
}
#right-column #media_image-95, #right-column #media_image-88{
  margin-bottom: 20px;
}
#right-column .nesn-widget{
  margin-bottom: 20px;
}
#right-column.stayBottom{
  bottom: 10px;
  margin-left: 670px;
  position: fixed;
}
.video_player iframe {
  height: 169px !important;
  width: 300px !important;
}
.fixedVideo iframe {
  height: 300px !important;
  width: 400px !important;
}
.dm_embed_container {
  display: inline-block;
  margin-left: 4px;
  width: 91.3%;
  padding-bottom: calc( 9 / 16 * 100% ); /*padding calculates based on width of the parent - this ensures a 16x9 aspect ratio*/
  position: relative;
  margin-bottom: 12px;
}
.dm_embed_container > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
.dm_embed_video.fixedVideo {
  width: initial;
  padding-bottom: 0;
  margin-bottom: 0;
}
.dm_embed_video.fixedVideo iframe {
  position: relative;
  width: initial;
  height: initial;
}
.fixedVideo{
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/close-x.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  bottom: 0;
  padding-left: 27px;
  position: fixed !important;
  right: 0;
  z-index: 999999999;
}
.videoExitButton {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/close-x.png);
  background-size: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 28px;
  height: 28px;
}
.fixedVideo iframe, .fixedVideo.video_player iframe{
  height: 300px;
  width: 400px;
}
#gpt-ad-desktop-sidebar1{
  margin-bottom: 50px;
}
#gpt-ad-desktop-aux-medium-rectangle{
  margin: 50px 0px;
}
#left-footer .widget_nav_menu .section-title, #footer-sidebar .widget_image{
  clear: both;
  padding-top: 10px;
}
#left-footer div.widget{
  margin: 0px !important;
}
#left-footer li{
  font-size: 12px;
}
.widget_nav_menu ul#menu-team li, .widget_nav_menu ul#menu-sports-topics li, .widget_nav_menu ul#menu-nesn-on-social-media li, .widget_nav_menu ul#menu-footer-sources li, .widget_nav_menu ul#menu-footer-submenu-2 li{
  float: left;
  list-style-type: none;
  padding: 0px;
  padding-right: 10px;
}
.related-links ul li {
  list-style-type: none;
  padding: 0;
  line-height: normal;
  margin-bottom: 8px;
  clear: both;
  border-bottom: 1px solid #e0e0e0;
}
#right-column .nesn-widget-team{
  margin: 20px 0px;
}
#gpt-ad-desktop-sky-rt, .menu-nesn-team-container{
  margin: 20px 0px;
}
.menu-nesn-team-container, .nesn-team {
  padding-left: 10px;
  display: table-cell;
  vertical-align: top;
}
.menu-nesn-team-container{
  width: 130px;
}
.menu-nesn-team-container #menu-nesn-team li, .nesn-team li {
  list-style-type: none;
  padding: 0;
  line-height: normal;
}
.menu-nesn-team-container #menu-nesn-team li, .nesn-team li #menu-nesn-team li{
  margin-bottom: 0;
}
#gpt-ad-desktop-sky-rt, .menu-nesn-team-container:after{
  content: "";
  display: table;
}
#gpt-ad-desktop-sky-rt, .menu-nesn-team-container:after{
  clear: both;
  margin: 0 auto;
}
#right-column ul {
  list-style-type: none;
}
#right-column .links {
  width:          136px;
  margin-bottom:      2px;
  padding:        0 5px 0 0;
  float:          left;
}
#right-column .links li {
  margin-bottom:      2px;
}
/*--Delta--*/

#left-column {
  width:          644px !important;
  padding:        0 13px 0 0;
  margin:         0 13px 10px 0;
  border-right:     0px;
  float:          left;
  overflow:       visible;
  font-size:        12px;
  line-height:      16px;
}

#left-column img.mceWPmore {
  display:        none;
}
#left-column .more-stories {
  text-align: center;
}
#left-column a.more-stories, #left-column div.more-stories a{
  border: #000 solid 2px;
  color: #000;
  clear: both;
  display: inline-block;
  font-size: 17px;
  margin-bottom: 12px;
  padding: 15px 40px;
  font-weight: 600;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, .08);
  background: #fff;
}
#left-column a.more-stories:hover, #left-column div.more-stories a:hover{
  border: #7e828e solid 2px;
  background-color: #7e828e;
  color: #fff;
  text-decoration: none;
}

/*--Page Content--*/
.page #left-column .story{
  margin-bottom: 25px;
}
.page #left-column h2{
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
.page #left-column h3.widgettitle{
  font-size: 10px;
}
.page #left-column .page li{
  margin-left: 25px;
}

/*Story Paragraph Styles*/
.story h2:first-child {
  font-size: 28px !important;
  line-height: 31px !important;
  margin: 0px !important;
  margin-bottom: 15px !important;
  padding: 0px;
  width: 100%;
}
.story h3 {
  font-size: 20px;
  padding-left: 0px;
}
.story p {
  text-align: left;
  padding-bottom: 12px;
  line-height: 24px;
  font-size: 16px;
  color: #4b5052;
}
.story p a {
  color: #4b5052;
  text-decoration: underline;
}
.story li {
  font-size: 14px;
  line-height: 20px;
  margin-left: 35px;
  padding-left: 5px;
}

/*Post Widget Section*/
.mid-widgets-container {
  display: flex;
}
.widgets-container-child {
  flex: 1;
}
/*CrowdSignal Poll Styles*/
.cs-embed img {
  max-width: 100%;
}

/*--Related Stories--*/

#left-column ul#related-stories {
  width:            315px;
  height:         250px;
  padding:        0;
  margin:         10px 0 10px;
  float:            right;
}

#left-column ul#related-stories li {
  width:            300px;
  padding:        0 0 10px;
  margin:         0 0 0;
  display:        block;
  list-style-type:    none;
  overflow:         hidden;
  font-size:          12px;
}

#left-column ul#related-stories li.title {
  width:            100%;
  height:         10px;
  line-height:      10px;
  padding:        0;
  margin:         0 0 10px;
  background-color:     #e0e0e0;
  clear:            both;
}

#left-column ul#related-stories a.comments img {
  width:            10px;
  height:         10px;
  display:        inline;
}

/*--Tables--*/
.table-container {
  overflow-x: auto;
  padding-top: 1px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.table-content {
  outline: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 11px;
  width: 99%;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden !important;
}
.scrolling-table {
  transition: all 0.3s ease;
}
.table-content th {
  padding:        4px 5px;
  color:          #FFF;
  background-color:   #005596;
  text-align:       left;
}
.table-content thead:after {
  content: ">>";
  position: absolute;
  left: 87vw;
  top: 3px;
  color: #fff;
  font-weight: bold;
}
.program-schedule .table-content thead:after {
  top: 25px;
}
.table-content thead td {
  color: #777;
  border-bottom: 1px solid #ddd;
}
.table-content td {
  padding: 20px;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  color: #4b5052;
}
.even td {
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.no-border{
  border-top: 0 none !important;
  border-bottom: 0 none !important;
}

.top-border {
  border-top: 1px solid #ddd;
  border-bottom: 0 none !important;
}

.bottom-border {
  border-bottom: 1px solid #ddd;
  border-top: 0 none !important;
}
#bottom-border {
  border-bottom: rgba(112, 112, 112, 0.22) solid 1px;
  left: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
    max-width: 996px;
    z-index: 30000;
    background-color: #fff;
}
#bottom-border a {
  font-weight: 600;
  font-size: 13.5px;
  color: #000;
}
#bottom-border > * {
  padding: 8px 15px 10px 13px;
}
#bottom-border > ul > li {
    display: inline-block;
    padding: 0px;
    position: relative;
}
.scoreboard {
    padding-right: 20px;
    flex: 0 0 auto;
}

.table-content tfoot td.caption {
  line-height: 2em;
  color: #777;
  font-style: italic;
  border-top: 1px solid #ddd;
}

.col-33 th,
.col-33 td {
  width:          33%;
}

.col-50 th,
.col-50 td {
  width:          50%;
}

/*--STATS--*/

div#shsBody{
  width:          640px;
  overflow:       hidden;
}

#shsBody,
#shsBody td,
#shsBody p,
#shsBody div,
#shsBody span,
#shsBody li,
#shsNavTable td,
#shsNavTable td a:link,
#shsNavTable td a:visited,
#shsNavTable td a:hover,
#shsNavTable td a,
#shsNavTable th {
  font-family:      'Open Sans', Arial, sans-serif !important;
}

#shsBody p{
  font-size: 14px !important;
}

.shsTimezone {
  display:        none;
}

.shsETZone {
  display:        inline;
}

.shsMiniCopyright,
.shsMiniCopyrightText,
.shsGameDetails,
.shsGameHomeRuns,
.shsGamePitchers {
  display:        none;
}

#left-column .shs_group li { list-style-type: none;}

/*--New Stats Right Column--*/

#right-column ul.countdown {
  margin:         0 0 6px;
}
#right-column .countdown ul {
  height:                 40px;
  border:                 1px solid #cdcdcd;
  -webkit-border-radius:  3px;
  -moz-border-radius:     3px;
  border-radius:          3px;
  background:             transparent url(/wp-content/themes/nesn-preprod/css/images/bg-scoreboard.jpg) 0 0 repeat-x;
  overflow:               hidden;
}
#right-column .countdown a.block-30 {
  margin:         5px 7px 0 5px;
  float:          left;
}
#right-column .countdown a.row {
  padding:        3px 0 1px;
  display:        block;
  overflow:       hidden;
}
/*Countdown*/
div#countdown-gamma {
  width:          290px;
  height:         50px;
  padding:        5px;
  margin:         0 0 10px 0;
  background-color:     #000;
}
div#countdown-gamma img {
  margin-right:       10px;
  float:          left;
}
div#countdown-gamma a {
  color:          #fff;
}
/*SuperBowl*/
#super-bowl-promo {
  margin-bottom:      10px;
  padding:        5px;
  color:          #fff;
  background-color:     #013972;
  overflow:         hidden;
}
#super-bowl-promo a {
  color:          #fff;
}

/*--Facebook Comments--*/

.fb_comments_count_zero {
  display:        none;
}

/*--Lightbox--*/

#lightbox-background {
  width:        100%;
  height:       100%;
  background-color: #000;
  position:     fixed;
  opacity:      0;
  top:        0;
  left:       0;
  z-index:      1000;
}

#lightbox-window {
  width:        640px;
  height:       380px;
  border:       3px solid #ccc;
  margin:       -197px 0 0 -323px;
  background-color: #fff;
  position:     fixed;
  top:        50%;
  left:       50%;
  opacity:      0;
  z-index:      1001;
}

#lightbox-window .title {
  width:        634px;
  height:       17px;
  padding:      3px 3px 0;
  background-color: #e0e0e0;
  display:      block;
  font-size:      10px;
  font-weight:    bold;
  text-align:     left;
}

#lightbox-window .close {
  float:        right;
}

/*--Helpers--*/

.clear {
  clear:          both;
}
.float-none {
  float: none !important;
}

.flt-left,
.alignleft {
  margin:         0 5px 5px 0;
  float:          left;
}

.flt-right,
.alignright {
  margin:         0 0 5px 5px;
  float:          right;
}

*+html .story .flt-right {
  clear:          right;
}

.hide {
  display:        none;
}

.active {
  display:        block;
}

.center {
  text-align:       center;
}

div.align-center {
  margin: 0 auto;
  width: 50%;
}

.aligncenter {
  border: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  display: block;
  margin: 0 auto 5px;
}

div.section {
  clear:          both;
}

/* Storify Fixes */
div.sfywdgt_StorifyWidget div.sfywdgt_header h3 {color: black !important;}

/* Zemanta Fixes */

.zemanta-related-title {
  color: gray;
  font-size: 10px !important;
  text-transform: uppercase;
  margin-bottom: 7px;
  border-bottom: 1px solid #eee;
}

li.zemanta-article-ul-li {
  font-size: 12px !important;
  color: gray;
  font-style: italic;
  list-style-type: none !important;
  line-height: 12px !important;
  margin-left: 10px;
}

li.zemanta-article-ul-li a {
  font-style: normal;
  color: #004276;
}

/*------- Contest Rules -------*/
#the-rules, #the-rules li, #the-rules p {
  margin: auto;
  padding: 0;
  line-height: 1em;
  color: #777;
  font-size: 11px;
}

#the-rules a{
  color: #555;
}

#the-rules p, #left-column .story #the-rules p {
  padding: 6px 0 6px 0;
  text-align: justify;
}

#the-rules ul, #the-rules ol {
  margin: 0px 28px;
}

#the-rules li {
  font-size: 11px !important;
}

#the-rules ol li {
  list-style-type: decimal;
}

/*------- TV Tune-In -------*/
ul.tv-tune-in {
  display: inline-block;
  overflow: hidden;
}

ul.tv-tune-in li {
  display: table-cell;
  padding: 0;
  list-style-type: none;
  width: 300px;
  height: 55px;
}

ul.tv-tune-in .tune-in-container {
  position: relative;
  padding: 0;
  margin: 0;
}

ul.tv-tune-in .tune-in-container .tune-in-image,
ul.tv-tune-in .tune-in-container .tune-in-text,
ul.tv-tune-in .tune-in-container .tune-in-next {
  position: absolute;
  top: 0;
}

ul.tv-tune-in .tune-in-container .tune-in-image {
  width: 80px;
  left: 0;
}

ul.tv-tune-in .tune-in-container .tune-in-text {
  width: 210px;
  left: 85px;
  /*font-size: 10px;*/
}

ul.tv-tune-in .tune-in-container .tune-in-next {
  width: 10px;
  right: 0;
  margin-top: 18px;
}

/*------- Program Schedule -------*/
#program-schedule-navigation {
  position: relative;
}

#program-schedule-navigation .left {
  position: absolute;
  left: 0;
}

#program-schedule-navigation .right {
  position: absolute;
  right: 0;
}

.table-content caption {
  font-weight: bold;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  color: #004276;
  padding: 0 10px;
}

.table-content .current {
  font-weight: bold;
  background-color: #bccdf9;
}

.table-content .highlight {
  font-weight: bold;
}
/*------- Program Calendar -------*/
#program-calendar {
  margin: 0 auto;
  width: 75%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

#program-calendar th, #program-calendar caption, .program-schedule-table caption {
  font-weight: bold;
  /*text-transform: uppercase;*/
  height: 22px;
  line-height: 22px;
  color: white;
  background-color: #004276;
  padding: 0 10px;
}

#program-calendar th {
  color: #777;
}

#program-calendar td {
  padding: 4px;
}

#program-calendar .day-of-week {
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  border-right: 0 none;
}

#program-calendar td {
  background-color: #eee;
  color: #004276;
  text-align: center;
}

#program-calendar tfoot td {
  background-color: transparent;
  border-left: none;
  border-right: none;
  color: #d2d5db;
  text-align: center;
}

#program-calendar td.selected, a.selected {
  color: #777;
  font-weight: bold;
  text-decoration: underline
}

#program-calendar .today {
  background-color: #ddd;
}

#program-calendar .selected {
  font-weight: bold;
}

#date-title {
  line-height: 20px;
  font-size: 17px;
}

/*2013 Jimmy Fund Site Index Tote*/
#home-header .widget .section-title {
  display: none;
}

#jimmy-fund-tote {
  width: 970px;
  height: 90px;
  background: url(https://nesncom.files.wordpress.com/2016/08/jimmyfund2016-new.jpg) 0 0 no-repeat;
  margin: 0px auto;
  margin-bottom: 10px;
}

#jimmy-fund-tote .dollar-sign {
  margin-top:-2px;
    letter-spacing:0;
    float:left
}

#jimmy-fund-tote .dollars {
    float:right
}

#jimmy-fund-tote .donation-total {
    width:207px;
    padding:0;
    margin:21px 9px 0 0;
    float:right;
    color:#000;
    font:bold 20px Verdana;
  letter-spacing:8px
}

/* IE Hacks,if necessary*+html #jimmy-fund-tote .donation-total{width:202px}* html #jimmy-fund-tote .donation-total{width:202px}*/

#jimmy-fund-tote a.jimmy-fund {
    width:534px;
    height:90px;
    display:block;
    float:left
}

#jimmy-fund-tote a.arbella {
    width:430px;
    height:90px;
    display:block;
    text-decoration:none;
    float:right
}

/* NESN Thermometer */
#nesn-thermometer-container {
  position: relative;
}

#nesn-thermometer-container p {
  margin: 0;
  padding: 0 !important;

}

#nesn-thermometer-container header {
  position: absolute;
  right: 56%;
  top: 4px;
  width: 139px;
  text-align: center;
  z-index: 1;
}

#nesn-thermometer-container header p {
  text-align: center !important;
}

#nesn-thermometer {
/*  position: absolute;
  right: 0;
  top: 0;*/
  display: inline-block;
  z-index: 0;
}

.thermometer-current-value-indicator {
  display: inline-block;
  position: relative;
  /*right: -5px;*/
  bottom: 86px;
  width: 139px;
  text-align: left;
  z-index: 1;
}

.thermometer-current-value-indicator p {
  text-align: right !important;
}

/* Right Sidebar Styles */
#right-column div.widget a.twitter-timeline{
  display: none;
}
/** Newsletter Popup **/
.widget_text #newsletter-popup{
  display: none;
}
#TB_window{
  background-color: #EEE !important;
  z-index: 9999999 !important;
}
#TB_iframeContent{
  width: 100% !important;
}
#TB_title{
  background-color: #004276 !important;
  border: 0px !important;
  height: 1px !important;
}
#TB_overlay{
  z-index: 9999999 !important;
}

/* Dining Playbook Gala -- image promoted fix */
body.page-id-379218 #image-41, body.page-id-379218 #text-4, body.page-id-379218 .slideshow-window .slideshow-controls{
  display: none;
}
body.page-id-379218 .slideshow-window{
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 60px !important;
}
body.page-id-379218 .slideshow-window .slideshow-slide-caption{
  bottom: auto !important;
  color: #000 !important;
  line-height: 16px !important;
  text-shadow: none !important;
}

/* Search dropdown z-index state -- For new ads */
.gssb_c{
  z-index: 5000000 !important;
}
/* Fix to center 728x90 masthead unit */
#gpt-ad-desktop-masthead div, #gpt-ad-desktop-masthead_ad_container div, #gpt-ad-desktop-masthead_ad_container ins,
#gpt-ad-desktop-footer-masthead div, #gpt-ad-desktop-footer-masthead ins{
  display: block !important;
  margin: 0px auto;
}
#right-column .nesn-widget-nesn-link-exchange-partner div div#_ci_widget_div_31715{
  margin: 0 auto !important;
}

/* Responsive right column for screens < 1070 */
@media screen and (max-width: 1069px) {
  #three-columns, #container {
    width: 970px;
  }
  .twin{
    margin-left: 0px;
  }
  #left-column, #right-column {
    width: 100% !important;
  }
  #right-column .nesn-widget-nesn-link-exchange-partner #zerglayout{
    width: 300px !important;
  }
  #left-column div.featured-post {
    width: 100% !important;
  }
  #right-column .nesn-widget-nesn-link-exchange-partner #zerglayout div .zergentity{
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 140px !important;
  }
  #right-column .nesn-widget-nesn-link-exchange-partner #zerglayout div .zergentity img{
    height: 140px !important;
    width: 140px !important;
  }
}

/** Top four photo galleries **/
.nesn-widget-posts.photo-gallery{
  clear: both;
  padding-top: 20px;
}
.nesn-widget-posts.photo-gallery .photo-gallery li{
  float: left;
  list-style-type: none;
  margin: 0px !important;
  margin-bottom: 20px !important;
  margin-right: 10px !important;
  min-height: 100px;
  padding: 0px !important;
  padding-right: 10px !important;
  width: 300px;
}
.nesn-widget-posts.photo-gallery .photo-gallery li img{
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  float: left;
  margin-bottom: 30px;
  margin-right: 10px;
}
body.single .delta-ad-640 .nesn-widget-nesn-parking-panda{
  clear:both;
}

/** Responsive layout changes for tablet and mobile **/
@media screen and (max-width: 728px) and (min-device-width: 768px) {
  #container{
    padding: 0px !important;
    width: 100%;
  }
  .ui-panel-wrapper{
    background: #FFF !important;
  }
  #left-column{
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
  }
  #left-column .delta-ad-640 {
    width: 100%;
  }
  #left-column .delta-ad-640 .nesn-widget-posts{
    display: none;
  }
  #left-column .delta-ad-640.mid .acm_ad_zones, #left-column .delta-ad-640.mid .infinite-loop-ad{
    display: block;
    float: none;
    margin: 0px auto;
    padding-right: 0px;
  }
}

/*** Format fix for photo gallery links between <hr> tags ***/
#left-column .post hr + p {
  padding-top: 6px;
  padding-bottom: 6px;
}

/** Temporary fix for gallery **/
.gallery-image {
  width: 100%;
}

/*-- NESN Fuel promo widget --*/
.nesn-fuel-promo-unit-widget {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
  min-height: 228px;
}
.nesn-fuel-promo-unit-video-player {
  float: left;
  border-top: 3px solid #004276;
  margin-right: 20px;
  margin-bottom: 0px !important;
}
.nesn-fuel-promo-unit-widget .section-title {
  position: absolute;
  left: 325px;
}
.nesn-fuel-promo-unit-widget .section-title a {
  color: #808080;
  font-weight: normal;
}
.nesn-fuel-promo-unit-widget h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0px;
    padding: 0px;
}
.widget_rss .widgettitle a img {
  display: none;
}

/*-- NESN Fuel promo widget --*/
.nesn-promo-unit-widget {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
  height: 172px;
}
.promo-unit-video-player {
  width: 300px;
  height: 169px;
  float: left;
  border-top: 3px solid #004276;
  margin-right: 20px;
  margin-bottom: 0px !important;
}
.nesn-promo-unit-widget .section-title {
  position: absolute;
  left: 325px;
}
.nesn-promo-unit-widget .section-title a {
  color: #808080;
  font-weight: normal;
}
.nesn-promo-unit-widget h3 {
    font-size: 22px;
    line-height: 25px;
    margin: 8px 0px;
    padding: 0px;
}

/* Hide Coed media/Sports Daily RSS feed titles  */
#left-column #rss-15 .section-title, #left-column #rss-14 .section-title {
  display: none;
}

/* Right column NESN-posts widget stylings */
#right-column .nesn-widget-posts {
  clear: both;
  padding-top: 20px;
  width: 300px;
  margin: 0px auto 20px auto;
}
#right-column .nesn-widget-posts ul li{
    clear: both;
    list-style-type: none;
    padding-bottom: 0px;
    width: 141px;
    position: relative;
    margin: 4px 5px 5px 2px;
    display: inline-block;
    vertical-align: top;
}
#right-column .nesn-widget-posts .posts-widget-title{
    font-size: 12px;
    line-height: 14px;
}
#right-column .nesn-widget-posts ul li img{
  border: none;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
#right-column .nesn-widget-posts ul li div {
  text-align: center;
}
/** Styles for nesn_posts widget below article on post pages **/
.nesn-widget-posts.post-page-more-stories{
  clear: both;
}
.nesn-widget-posts.post-page-more-stories.float-left{
  clear: none;
  float: left;
  width: 320px;
}
body.template-individual #left-column div.type-post .nesn-widget-posts.post-page-more-stories ul li img, .nesn-widget-posts.post-page-more-stories ul li img {
  width: 100% !important;
  max-height: 172px;
  box-sizing: border-box;
  border: 3px solid #aaa;
  border-radius: 0px;
}
#left-column .delta-ad-640.mid .nesn-widget-posts.post-page-more-stories ul li, .nesn-widget-posts.post-page-more-stories ul li {
  margin: 4px 1px 1px 2px;
  display: inline-block;
  width: 152px;
  vertical-align: top;
}
.nesn-widget-posts.post-page-more-stories ul li > div {
  text-align: center;
}
.nesn-widget-posts.post-page-more-stories ul li a {
  font-size: 12px;
  line-height: 14px;
}
.nesn-widget-posts.list{
  clear: none;
  float: right;
  width: 300px;
}
#left-column .story .nesn-widget-posts.list ul li, .nesn-widget-posts.list ul li{
  display: block;
  height: auto;
  list-style-type: disc;
  margin-left: 0;
  width: 100%;
}
.nesn-widget-posts.list ul li > div {
  text-align: left;
}
/* Ideal Media Link Exchange style override */
#left-column div.type-post div.nesn-widget-nesn-link-exchange-partner .sk_item_85325 img {
  float: none !important;
  width: 100% !important;
}

/** Boston Celtics Oral History Specific Styles **/
body.page.primary-category-boston-celtics-oral-history #left-column{
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
}
body.page.primary-category-boston-celtics-oral-history #left-column div.category-header{
  display: none;
}
body.page.primary-category-boston-celtics-oral-history #right-column{
  float: none !important;
  width: 970px !important;
}
body.page.primary-category-boston-celtics-oral-history #right-column.stayBottom{
  margin-left: 0px !important;
  position: static !important;
}

/* Stylings for search functionality */
#left-column .search-title {
  font-size: 28px;
  line-height: 31px;
  margin: 0px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #004276;
}
.search-results #left-column div.entry-content {
    height: initial;
    width: 190px;
}
div.entry-content p {
  text-align: left;
  padding-bottom: 12px;
  line-height: 24px;
  font-size: 16px;
  color: #4b5052;
}
.no-results h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 500;
}
.search-excerpt span {
    font-size: 12px;
    line-height: 14px;
}

#left-column .search-term {
  margin-bottom: 15px;
  font-size: 16px;
}
#left-column #search-field {
  width: 400px;
  height: 20px;
  padding: 5px;
}
#left-column .search-icon {
    background: url(https://nesn.com/wp-content/themes/nesn/images/search-icon.png);
    background-color: #004276;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 50% 50%;
    height: 34px;
    width: 35px;
    position: absolute;
    border: none;
    cursor: pointer;
}
#left-column .search-container {
  margin-bottom: 50px;
}

/* Styling for 404 page */
#container-404 {
  margin-bottom: 25px;
}
#header-404 {
  margin-bottom: 10px;
}
#message-404 {
  margin-bottom: 10px;
}
.error404 #container #left-column .delta-ad-640 .nesn-widget-posts ul li {
  height: 172px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.error404 #container #left-column .delta-ad-640 .nesn-widget-posts ul li img {
  height: 172px;
  width: 300px;
  float: left;
  margin-right: 20px;
}
.error404 #container #left-column .delta-ad-640 .nesn-widget-posts ul li > a {
  height: 172px;
  width: 300px;
  float: left;
  margin-right: 20px;
  background-color: #EEE;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.error404 #container #left-column .delta-ad-640 .nesn-widget-posts ul li div {
  font-size: 22px;
  line-height: 25px;
}
.error404 #left-column .nesn-widget-posts .widgettitle {
    font-size: 16px;
    display: block;
    height: auto;
    color: #004276;
    font-weight: bold;
    text-transform: none;
}
.error404 #left-column .nesn-widget-posts .section-title {
    border-top: 3px solid #004276;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
}
.widget_rss{
  margin: 0 auto !important;
  width: 300px;
}
#right-column #zergnet-widget-56261 {
  max-width: 300px;
  margin: 0px auto;
}
#right-column #zergnet-widget-56261 .zergheadline {
  text-align: center;
}
.article .author, .featured-post .author, .featured-post .updated {
  display: none;
}
.author .contributor-title {
  color: #808080;
  font-size: 14px;
  margin-bottom: 20px;
}
.author-info, .featured-content, .soundcloud {
  margin-bottom: 40px;
}
.author-avi {
  float: left;
  padding-right: 20px;
}
.author-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.author-post-wrapper .article {
  width: 48%;
  margin-bottom: 30px;
}
.author-post-wrapper .article img {
  max-width: 100%;
  height: inherit;
}
.youtube-video {
  width: 50%;
}


/** NESNgo Tune-In Widget **/
.nesn-widget-nesngo{
  margin-bottom: 20px;
}
#nesngo_tune_in{
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/NESNgo_logo.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  margin-top: 10px;
  min-height: 60px;
  padding-left: 75px;
  padding-top: 2px;
}
.nesn-widget-nesngo p#watch a{
  color: #808080;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
.nesn-widget-nesngo p#watch a:hover{
  text-decoration: none;
}

/*Desktop NESN RSS Feeds Widget*/
#right-column .nesn-rss-desktop-item {
  width: 47%;
  overflow: hidden;
  padding: 0 0 0 0;
  margin-bottom: 18px;
  display: inline-block;
  vertical-align: top;
}
#right-column .nesn-rss-desktop-item:nth-child(even){
  margin-left: 6%;
}

/*New Menu Styles*/
.menu-primary-container{
  width: 50%;
}
.header .menu-wrap .sub-menu li {
  float: none;
}
.header .menu-wrap .right-nav .sub-menu li {
  float: none;
  width: 100%;
}
.menu-right-hand-menu-container > ul > li > a{
  display: block;
  font-size: 16px;
  margin: 7px 0px;
  padding: 0px 4px;
  height: 100%;
  cursor: pointer;
}
.sub-menu .menu-item a {
  border-left: none;
    padding: 10px 15px 10px 15px;
    display: block;
    font-weight: 600;
}
.sub-menu .menu-item a:hover {
    background-color: #465867;
    text-decoration: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-item > .sub-menu {
  position: absolute;
  left: 0;
  width: 200px;
  display: none;
  padding-top: 0;
  min-height: 100%;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1000000;
  background-color: #272b5c;
}
.responsive-menu .menu-item > .sub-menu {
  background-color: #F2F2F2;
}
#right-hand-menu  > .menu-item > .sub-menu {
  width: 235px;
  right: 0;
  left: initial;
}
ul#right-hand-menu li {
  padding: 0 !important;
  position: relative;
}
nav#header-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.search-container input[text] {
  width: 300px;
}
.menu-item-object-category .sub-menu {
  float: right;
  display: none !important;
}
.menu-item-object-category a:hover+.sub-menu {
    display: block !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    width: 40%;
    top: 20px;
    position: absolute;
    left: 15%;
    background-color: #303C46;
    padding: 30px;
    z-index: 30000;
}
.menu-item-object-category .sub-menu:hover {
  display: block !important;
    width: 40%;
    top: 20px;
    position: absolute;
    left: 15%;
    background-color: #303C46;
    padding: 30px;
    z-index: 30000;
}
.header .menu-primary-container .menu-item a {
  border-left: transparent !important;
}
body.night-mode .header .menu-wrap a {
    color: #fff !important;
}
.header .menu-wrap .main-navigation .menu-item:hover, .header .menu-wrap #right-hand-menu .menu-item:hover {
  background-color: transparent !important;
    border-right: transparent !important;
}
.menu-item > a:hover+.sub-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.sub-menu a {
  color: #fff !important;
}
#navigation > .menu-item > a:hover+.sub-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.nesn-nav-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.header .search-container {
  position: absolute;
  transition: width .25s ease;
  overflow: hidden;
  width: 0;
  top: -8px;
  -moz-transition: width .25s ease;
  -o-transition: width .25s ease;
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
  right: 37px;
}
.search-container #search-field {
  height: 100%;
  padding: 10px;
  width: 225px;
  outline: none !important;
}
#search-button {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/search-icon-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-top: 0px;
  padding-right: 20px;
}
input:checked  ~ #search-button {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/closeicon-black.svg);
}
body.night-mode input:checked  ~ #search-button {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/closeicon.png);
}
.header .search-container .search-icon {
  background-color: #fff;
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/search-icon-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  cursor: pointer;
  position: absolute;
  right: 1%;
  top: 2%;
  width: 40px;
  border-width: 0px;
  height: 96%;
}
.search-function {
  position: relative;
  float: right;
  margin-top: 5px;
}
.menu-right-hand-menu-container {
  float: left;
}
.nine-dot-grid > a {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/morebutton-black.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  margin-top: -1px;
  overflow: hidden;
  color: transparent !important;
  text-indent: 999999999px;
  width: 25px;
}

/** Night Mode Switch CSS **/
.switch {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 15px;
    float: left;
    margin-top: 7px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.search-function > input {
  opacity: 0;
  width: 30px;
  height: 30px;
  top: -7px;
  position: absolute;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 3px;
  background-color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #FFF;
}
input:focus + .slider {
  box-shadow: 0 0 1px #FFF;
}
input:checked + .slider:before {
  background-color: #000;
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
  transform: translateX(11px);
}
.header .search-container {
  width: 0;
  -moz-transition: width .25s ease;
  -o-transition: width .25s ease;
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
}
body.night-mode .moon{
  color: #FFF;
}

/*Author Page Styles*/
.author-name {
  display: inline;
  font-weight: bold;
  font-size: 28px;
  color: #004276;
}
.connect {
  display: inline;
}
.connect * {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  overflow: hidden;
  text-indent: 999999999px;
  width: 25px;
  height: 20px;
  display: inline-block;
  color: transparent;
}
.connect .twitter {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/twitter-footer.svg);
}
.connect .instagram {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/instagram-footer.svg);
}
.author-info p {
  text-align: left;
  padding-bottom: 12px;
  line-height: 24px;
  font-size: 16px;
  color: #4b5052;
}

/*MailChimp Sign Up Form*/
#mc_embed_signup_scroll h2 {
  font-size: 14px;
  font-weight: 600;
  color: #2e3e69;
  padding-bottom: 4px;
}
#mc_embed_signup_scroll p {
  font-weight: 500;
  font-size: 11px;
  color: #333;
  line-height: 20px;
  width: 80%;
  padding-bottom: 3px;
}
.mc-field-group input {
  height: 34px;
  width: 80%;
}
.mc-field-group:nth-child(4), .mc-field-group:nth-child(5){
  float: left;
  width: 50%;
}
#mce-MMERGE1{
  height: 25px;
  margin-top: 5px;
  width: 90%;
}
#mce-MMERGE2 {
  height: 30px;
  margin-top: 5px;
  width: 60%;
}
#mc-embedded-subscribe {
  line-height: 32px;
  padding: 0 22px;
  height: 32px;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #4a4a4a;
}
#mc_embed_signup div.mce_inline_error {
  background-color: transparent;
  color: #c21a1a;
  font-size: 12px;
  padding: 5px 0px;
  font-weight: 600;
  margin: 0 0 0 0;
}
#mc_embed_signup input.mce_inline_error {
  border-color: #c21a1a;
  border-style: solid;
  border-width: 1px;
}

/*Media Queries*/
@media screen and ( min-width: 729px ) {
  #header .menu-wrap #hamburger-main-menu {
    display: none;
  }
}
/* Responsive right column for screens < 1070 */
@media screen and (max-width: 1069px) {
  .header .wrapper {
    width: 970px;
  }

  .header .branding {
    margin-right: 5px;
  }

  #bottom-border #navigation > .menu-item > a {
    padding: 0px 4px;
  }
}

@media screen and (max-width: 729px) {
  div.category-header ul.nav {
    display: none;
  }
  .menu-primary-container, #desktop-scoreboard, .header .menu-second-level-nav-container, .right-nav {
    display: none;
  }
  .category-menu {
    padding-top: 10px;
    padding-bottom: 13px;
  }
  .fixedVideo iframe {
    height: 169px !important;
    width: 300px !important;
  }
  .search-button-container #search-field {
    background-image: none !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    margin: 0px 2px 0px 0px;
    border: 1px solid #eee;
    border-radius: 0px !important;
    height: 23px;
    width: 75vw !important;
    padding: 0;
  }
  .header .search-button-container .search-icon {
    background-color: transparent;
    background-image: url(https://nesn.com/wp-content/themes/nesn/images/black-search.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 29px;
    border-color: transparent;
    padding: 0 !important;
    margin-top: 15px;
    vertical-align: bottom;
    right: initial;
    top: initial;
    position: relative;
    background-size: initial;
  }
  .mobile-nav .responsive-menu .searchform {
    border-top: rgba(112, 112, 112, 0.7) solid 0.3px;
    border-bottom: rgba(112, 112, 112, 0.7) solid 0.3px;
    padding-bottom: 15px;
    background-color: #ebebeb;
  }
}
@media screen and (max-device-width: 729px) {
  .table-content:before {
    content: "";
    height: 99%;
    width: 30px;
    background-color: transparent;
    position: absolute;
    top: 30px;
    left: -15px;
    border-radius: 400px;
    transition: 0.3s all ease;
  }
  .table-content:after {
    content: "";
    height: 99%;
    width: 30px;
    background-color: transparent;
    position: absolute;
    top: 30px;
    right: -15px;
    border-radius: 400px;
    transition: 0.3s all ease;
  }
  .scrolling-table:before {
    content: "";
    height: 99%;
    width: 30px;
    background-color: #6564644f;
    position: absolute;
    top: 30px;
    left: -15px;
    border-radius: 400px;
  }
  .scrolling-table:after {
    content: "";
    height: 99%;
    width: 30px;
    background-color: #6564644f;
    position: absolute;
    top: 30px;
    right: -15px;
    border-radius: 400px;
  }
}

/*Category Header Adjustments*/
@media screen and (max-width: 450px) {
  .category-menu, #bottom-border {
    width: 100%;
  }
}

/*menu_new concat*/
#wpadminbar{
    z-index: 9999999 !important;
}

/* General Header Styles */
.header {
  clear: both;
  margin: 0 auto;
  position: fixed;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  /* Z-index is one less than the WP Admin bar*/
  z-index: 199999998;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  #container {
    margin-top: 118px;
  }
}
body.stats-llc-page .header{
  margin: 0px auto;
  margin-bottom: 20px;
  width: 970px !important;
  }
.wrapper {
  margin: 0 auto;
  max-width: 970px;
}
#general-header {
    margin: 20px 0;
}
body.stats-llc-page .wrapper{
  margin: 0px auto;
  margin-bottom: 20px;
  width: 970px !important;
}
.header li {
  list-style: none;
  text-decoration: none;
  padding: 0;
}
.header .admin-bar {
    top: 28px;
}

/* Menu-wrap Styles */
.header .menu-wrap {
    background: #FFF;
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 970px;
    border-bottom: rgba(112, 112, 112, 0.22) solid 1px;
    padding: 15px 13px;
    padding-top: 36px;
}
body.night-mode .header .menu-wrap {
    background-color: #242a35;
}
body.night-mode .header .menu-wrap a, body.night-mode p {
    color: #fff;
}
.header .menu-wrap a{
    color: #000;
}
.header .menu-wrap li {
    float: left;
}
.header .menu-wrap li:last-child {
    border-right: none;
}

/* Primary Navigation Styles - Primary nav div */
.header .menu-primary-container{
    float: left;
    font-size: 13px;
    font-weight: bold;
}
.header .menu-primary-container .main-navigation li{
    padding: 0px;
    position: relative;
}
.header .menu-primary-container .main-navigation li:last-child {
    margin-top: -4px;
}
#navigation > .menu-item > a {
    display: block;
    font-size: 16px;
    padding: 0px 10px;
    height: 100%;
    cursor: pointer;
}
#navigation > .menu-item:first-child > a {
    padding-left: 0px;
}
.header .menu-primary-container .menu-item:first-child a {
    border-left: none;
}
    /* The primary nav unordered list */
.header .menu-wrap .main-navigation {
    height: 32px;
}
.header .menu-wrap .main-navigation .menu-item:hover {
    background-color: #EEE;
    border-right: 1px solid #EEE;
}
.header .menu-wrap .menu-item:hover + li a{
    border-left: none;
}
.header .menu-wrap li:hover .sub-menu, .menu-wrap li:hover .search {
    display: block;
}
li:hover .sub-menu {
    display: block !important;
}

/* NESN Logo */
.header .top-logo {
    width: 300px;
    height: 50px;
    display: block;
    background: transparent url(https://nesn.com/wp-content/themes/nesn/images/nesn_header_logo.svg) 0 0 no-repeat;
    text-indent: -5000px;
    outline: none;
    -webkit-transition: all 0.05s ease;
    -moz-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    transition: all 0.05s ease;
}
.header .top-logo:hover {
    filter: brightness(125%);
}
.header .top-logo.scrolling-logo {
    height: 30px;
    background: transparent url(https://nesn.com/wp-content/themes/nesn/images/nesn_header_logo.svg) 0 100% no-repeat;
}

/* Sub-Navigation Menu Styles */
.header #upper-nav{
    background: #FFF;
    border-top: 3px solid #EEE;
    font-size: 12px;
    height: 20px;
    margin-top: 7px;
    padding-top: 3px;
}
body.night-mode .header #upper-nav{
    background-color: #242a35;
}

/* Second Level Navigation Menu - About Link */
.menu-second-level-nav-container{
    float: right;
    overflow: hidden;
    text-align: right;
    margin-right: 5px;
    padding: 2px 0px;
}
.menu-hot-topics-container{
    float: left;
    overflow: hidden;
    text-align: left;
    padding: 2px 0px;
}
.menu-second-level-nav-container ul.second-level-nav li a, .menu-hot-topics-container ul.second-level-nav li a, ul.scoreboard li a{
    border-left: 1px solid #EEE;
    padding-left: 3px;
    margin-right: 3px;
}
.menu-second-level-nav-container ul.second-level-nav li:first-child a, .menu-hot-topics-container ul.second-level-nav li:first-child a, ul.scoreboard li:first-child a{
    border-left: 0px;
    padding-left: 0px;
}
.menu-second-level-nav-container ul.second-level-nav li:last-child a, .menu-hot-topics-container ul.second-level-nav li:last-child a{
    margin: 0px;
}
.menu-second-level-nav-container a, .menu-hot-topics-container ul.second-level-nav li a{
    color: #004276;
}

/* Compact Header after scroll down*/
#bottom-border.compact-header{
    background: #EEE;
    box-shadow: 0px 1px 1px #BBB;
    display: block;
    height: 3px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#bottom-border.compact-header .wrapper{
    display: none;
}
/* Styles to account for new fixed navigation */
.container {
    margin: 0 auto;
    clear: both;
    background: #fff;
    vertical-align: middle;
    overflow: hidden;
}

img.ace-ticket {
    border: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    position: relative;
    top: 5px;
}

#header .menu-wrap .extend {
    display: block;
}

@media screen and ( min-width: 729px ) {
    #header .menu-wrap #hamburger-main-menu {
        display: none;
    }
}

/*Footer.css Concat*/
#footer {
  clear: both;
  max-width: 996px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
#footer:before {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    height: 2px;
    margin-top: 0px;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}
#footer-left-column, .footer-widgets {
  padding: 30px;
  width: 50%;
}
#social-footer-menu {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}
#footer-left-column {
  position: relative;
}
#social-footer-menu a {
  background-position: center right;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    overflow: hidden;
    text-indent: 999999999px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
#social-footer-menu li {
  padding: 0;
  list-style-type: none;
  line-height: initial;
  display: inline;
}
#social-footer-menu .facebook-link a {
  background-image: url('https://nesn.com/wp-content/themes/nesn/images/facebook-footer.svg');
}
#social-footer-menu .instagram-link a {
  background-image: url('https://nesn.com/wp-content/themes/nesn/images/instagram-footer.svg');
}
#social-footer-menu .twitter-link a {
  background-image: url('https://nesn.com/wp-content/themes/nesn/images/twitter-footer.svg');
}
#social-footer-menu .youtube-link a {
  background-image: url('https://nesn.com/wp-content/themes/nesn/images/youtube-footer.svg');
}
.copyright {
  bottom: 30px;
  position: absolute;
}
.copyright, .copyright a {
  color: #9D9D9D;
  font-weight: 600;
  font-size: 14px;
}
#footer-nav {
  width: 70%;
}
#footer-nav li {
  float: left;
  width: 50%;
  list-style-type: none;
  padding: 0 0 5px 0;
}
#footer-nav li a {
    color: #808080;
    font-weight: 600;
    font-size: 14px;
}
#footer-sidebar #menu-footer-submenu-2 ul{
  clear: both;
  display: inline-block;
}
#footer-sidebar #menu-footer-submenu-2 li {
  float: left;
  list-style-type: none;
  line-height: 11px;
  margin: 0px;
  padding: 0px;
  padding-right: 0px !important;
}
#footer-sidebar #menu-footer-submenu-2 li a{
  border-right: 1px solid #EEE;
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-right: 5px;
}
#footer-sidebar #menu-footer-submenu-2 li:last-child a {
  border-right: 0px;
  clear: both;
  margin-bottom: 10px;
}
@media screen and ( max-width: 770px ) {
  #footer {
    flex-direction: column;
  }
  #footer-left-column {
    width: 90%;
      padding: 5%;
    order: 2;
  }
  .footer-widgets {
    width: 90%;
      padding: 5%;
    padding-bottom: 30px;
  }
  .copyright {
    position: relative;
    bottom: initial;
  }
}

/*responsive-edits concat*/
/*Single Infinite Scroll Edits*/
.score-text a {
  color: #4b5052;
  color: #858586;
}
.story .delta-ad-640{
  margin: 20px;
}
.post-widget-ad .delta-ad-640 {
  margin: 0px;
}
.entry-header .delta-ad-640 {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#jp-post-flair{
  display: none;
}
#anyclip-player {
  border-top: rgba(112, 112, 112, 0.22) solid 1px;
}
.mid-widgets-container {
  border-top: rgba(112, 112, 112, 0.22) solid 1px;
  padding-top: 30px;
  margin-top: 30px;
}
#top-post-widget {
  border-top: rgba(112, 112, 112, 0.22) solid 1px;
  padding-bottom: calc( 10 / 16 * 100% );
  position: relative;
}
#bottom-post-widget {
  border-bottom: rgba(112, 112, 112, 0.22) solid 1px;
  margin-bottom: 15px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 30px;
}
#post-widget div.nesn-widget, #post-widget div.widget {
  float: left;
  margin: 10px 6px;
  min-height: 500px;
  width: 32%;
}
#post-widget div.nesn-widget:nth-child(4) {
  min-height: auto;
  width: 100%;
}
.anyclip-player {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
div#ac-lre-player-ph{
  margin: 0 auto;
  width: 100%;
}
#post-widget .widgettitle {
  margin-left: 3%;
}
#bottom-post-widget .rss-post-image {
  width: 200px;
  margin-right: 3%;
  margin-left: 3%;
  position: relative;
  /*ensure width on IE10 does not expand*/
  max-width: 30%;
}
#post-widget .nesn-widget.nesn-widget-rss-feed .widgettitle {
  margin-left: 0;
}
.widgets-container-child .nesn-rss-desktop{ /* Centering the logo */
  text-align: center;
}
.widgets-container-child .nesn-rss-desktop img{
  margin: 0 auto 10px;
}
#bottom-post-widget .nesn-rss-desktop.featured {
  background: #FBFBFB;
  padding: 10px 0;
  margin-bottom: 30px;
}
#bottom-post-widget .nesn-rss-desktop-item.featured {
  margin-bottom: 0;
  padding-top: 10px;
}
#bottom-post-widget .nesn-rss-desktop-item.featured p {
  /*ensure width on IE10 does not expand*/
  max-width: 67%;
}
#bottom-post-widget .nesn-rss-desktop-item.featured p, .widgets-container-child .nesn-rss-desktop-item p {
  font-size: 12px;
  line-height: 16px;
  padding:0;
  padding-right: 15px;
}
#bottom-post-widget .nesn-rss-desktop-item.featured a {
  color: #000;
  display: flex;
  font-weight: normal;
  align-items: center;
}
#bottom-post-widget .nesn-rss-desktop.featured ul li img {
  opacity: 0.6;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bottom-post-widget .nesn-rss-desktop-item.featured:nth-child(even) {
  border-left: 0.03px solid #000;
  border-right: 0.03px solid #000;
  padding: 0 10px;
}
#bottom-post-widget .nesn-rss-desktop.featured ul li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 32%;
}

.single #post-widget .nesn-rss-desktop ul li {
  list-style-type: disc;
  overflow: visible;
}
.single .nesn-widget.nesn-widget-display-dfp-ad {
  text-align: center;
}
div.sharedaddy {
  float: left;
  margin: 0 !important;
  margin-top: 250px;
  width: 40px;
  z-index: 9999987;
}
.sd-content ul li{
  display: block !important;
}
.sd-content ul li a.sd-button:before {
  font: normal 14px/1 'social-logos' !important;
}
.sd-social-icon .sd-content ul li.share-twitter a:before, .sd-social-text .sd-content ul li.share-twitter a:before, .sd-content ul li.share-twitter div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-twitter a:before{
  content: '\f202';
}
.story div.sharedaddy h3.sd-title {
  display: none !important;
}
.author div.category-menu {
    margin-bottom: 20px;
    border-top: rgba(112, 112, 112, 0.22) solid 1px;
}
.author div.category-header h3 {
  float: none;
}
.category-header {
  position: relative;
}
.category-header:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: '';
  height: 100%;
  left: 0;
  margin-left: 10px;
  position: absolute;
}

/*Temporary Category Header Edits - to replace with category options after solution evaluation*/
.boston-red-sox.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/boston-red-sox-logo.svg);
  width: 25px;
}
.boston-bruins.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/boston-bruins.svg);
  width: 25px;
}
.new-england-patriots.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/new-england-patriots.png);
  width: 55px;
}
.boston-celtics.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/boston-celtics.svg);
  width: 25px;
}
.new-england-patriots.category-header h3 {
  margin-left: 60px !important;
}
.mlb.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/mlb-logo.png);
  width: 25px;
}
.nfl.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/nfl-logo.png);
  width: 25px;
}
.nhl.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/nhl-logo.png);
  width: 25px;
}
.nba.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/nba-logo.png);
  width: 25px;
}
.wwe.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/wwe-logo.png);
  width: 25px;
}
.ufc.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/ufc-logo.png);
  width: 25px;
}
.soccer.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/nesn-soccer-logo.jpg);
  width: 25px;
}
.liverpool-fc.category-header:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/liverpool-logo.png);
  width: 25px;
}
.boston-red-sox.category-header h3,
.boston-bruins.category-header h3,
.boston-celtics.category-header h3,
.liverpool-fc.category-header h3,
.mlb.category-header h3,
.nfl.category-header h3,
.nhl.category-header h3,
.nba.category-header h3,
.wwe.category-header h3,
.ufc.category-header h3,
.soccer.category-header h3 {
  margin-left: 26px !important;
} 
.responsive-menu .menu-mobile-primary-nav-container .sub-menu {
  width: 100vw !important;
  float: left;
}
.menu-mobile-secondary-container {
  z-index: 300000000;
  position: relative;
}

.responsive-menu .sub-menu .menu-item {
  width: 100vw !important;
}
.responsive-menu .sub-menu .menu-item a {
  text-align: left;
}
/*Dailymotion Player*/
.single-post #player {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

/* AJAX spinner for slow connections */
@keyframes spinner {
  to {transform: rotate(360deg);}
}
.ajax-loader {
    margin-top: 1em;
    text-align: center;
    padding: .7em;
    margin-bottom: 60px;
}
.ajax-loader img {
    animation: spinner .6s linear infinite;
}

/* Loading button */

.load-previous {
    margin-bottom: 15px;
    padding: 2em 0;
}

.load-previous .nav-subtitle {
    margin-bottom: 2em;
}

.load-previous,
.load-previous .nav-previous {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.load-previous a {
    font-size: 22px;
    margin-top: 2em;
}

.load-previous a:focus,
.load-previous a:hover {
    box-shadow: none;
    border-color: black;
}

/*Responsive Edits*/
.wrapper {
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
}
#container {
  padding: 0px 13px !important;
  max-width: 970px;
  display: block;
  width: calc(100% - 26px);
}
.fixed-footer {
  z-index: 99999999999999;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 9.5px;
  padding: 11px;
  text-align: right;
}
@media screen and (min-width: 729px) {
  #header .menu-wrap #hamburger-main-menu {
    display: none;
  }
}
@media screen and (max-width: 1069px) {
  .single #left-column,
  .single .nesn-rss-desktop ul,
  #left-column .delta-ad-640 {
    width: 100% !important;
  }
  .delta-ad-640 .nesn-widget-display-dfp-ad {
    padding-right: 0px !important;
  }
  .single .nesn-rss-desktop ul li img {
    top: 0%;
    position: relative;
    left: 0%;
    transform: translate(0%, 0%);
  }
  .single #right-column.stay-top {
    max-height: initial;
  }
  .single #right-column.stay-top .widget-container {
    max-height: initial;
  }
  .header .wrapper {
    max-width: 970px;
    width: initial !important;
  }
  #container {
    padding: 0px 0px !important;
  }
  #left-column {
    border-right: 0px;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0px 0px 0;
    max-width: 100% !important;
  }
  #left-column div.featured-post img {
    max-width: 100%;
    height: auto !important;
  }
  #left-column div.featured-post div.entry-content {
    max-width: 100% !important;
  }
  .generated .content-area {
    padding: 0px;
    padding-top: 13px;
    border-right: 0px;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0px 0px 0;
    width: initial !important;
  }
  #right-column.stayBottom {
    bottom: 0;
    margin-left: 0;
    position: relative;
  }
  #right-column .nesn-widget {
    text-align: center;
  }
  #right-column div.widget {
    text-align: center;
  }
  .single #right-column.stay-top {
    top: 0px;
    margin-left: 0px;
    position: relative;
    width: 100%;
  }
  .single #right-column.stay-top:hover {
    overflow-x: initial;
  }
}
@media screen and (max-width: 1000px) {
  /*Pad top menu on smaller screens*/
  #bottom-border a {
    font-size: 12px;
  }
  #bottom-border > ul > li {
    font-size: 14px;
  }
  #bottom-border > .scoreboard {
    padding-left: 0px;
  }
  #bottom-border #navigation {
    padding-right: 0px;
  }
  #post-widget div.nesn-widget {
    width: 100%;
    min-height: initial;
  }
  .mid-widgets-container {
    display: block;
  }
  #bottom-post-widget {
    width: 100%;
  }
  .post-content iframe {
    max-width: 100%;
  }
  .fuboWidget {
    margin-left: 10px;
    width: calc(100% - 50px);
  }
}
/** Responsive edits for post elements **/
@media screen and ( max-width: 770px ) {
  #post-widget {
    width: 100%;
  }
  .video_player_parent{
    height: 360px !important;
    margin-left: 0;
    width: 640px !important;
  }
  #post-widget div.nesn-widget-native-ad div#ac-lre-player-ph {
    width: 640px;
  }
  .jp-sharing-input-touch .sd-content ul li {
    padding-left: initial !important;
  }
}
@media screen and (max-width: 729px) {
  body {
    margin-top: initial;
  }
  .right-nav {
    display: none;
  }
  .header .top-logo {
    margin-top: 11px;
    margin-left: 5px;
    float: left;
    height: initial;
  }
  .header .menu-wrap a {
    color: #000 !important;
  }
  .header .menu-wrap li {
    float: initial !important;
  }
  .header .search-container {
    position: relative;
    transition: width .25s ease;
    overflow: initial;
    width: 0;
    -moz-transition: width .25s ease;
    -o-transition: width .25s ease;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
    right: initial;
    width: 100%;
  }
  .search-container #search-field {
    background-image: none !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    margin: 0px 2px 0px 0px;
    border: 1px solid #eee;
    border-radius: 0px !important;
    height: 23px;
    width: 75vw !important;
    padding: 0;
  }
  .header .search-container .search-icon {
    background-color: transparent;
    background-image: url(https://nesn.com/wp-content/themes/nesn/images/black-search.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 29px;
    border-color: transparent;
    padding: 0 !important;
    margin-top: 15px;
    vertical-align: bottom;
    right: initial;
    top: initial;
    position: relative;
    background-size: initial;
  }
  .header .menu-wrap {
    padding: 0 !important;
  }
  .menu-item > .sub-menu, .mobile-search-container {
    position: fixed;
    background-color: #F2F2F2;
    height: 100%;
    width: 100%;
    left: 0;
    height: calc(100% - (220px));
    z-index: 2;
  }
  .sub-menu {
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
  }
  #right-column {
    width: 100%;
  }
  .scoreboard li {
    margin-bottom: 0px !important;
    border-bottom: 0px solid #EEE !important;
  }
  .wrapper {
    background-color: #FBFBFB;
    width: initial !important;
  }
  #bottom-border > .scoreboard {
    padding: 0;
    border-bottom: rgba(112, 112, 112, 0.22) solid 1px !important;
    z-index: 3000;
    background-color: #FBFBFB;
    flex: auto;
  }
  .category-menu {
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-bottom: 13px;
  }
  .video_player_parent {
    height: 360px !important;
    width: 550px !important;
  }
  ul.scoreboard li.game-item {
    padding: 5px 0 !important;
  }
  .dm_embed_container {
    width: 85%;
  }
  .main-navigation, #desktop-scoreboard, .header .menu-second-level-nav-container{
    display: none;
  }
  .header #upper-nav{
    font-size: 16px;
    height: auto;
    padding-top: 10px;
  }

  /**
  * Responsive mobile -- Main Menu -- Hamburger
  */
  #container #no-javascript-message{
    background: #DAB547;
    display: block;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
  }
  #container .ui-panel-display-reveal{
    box-shadow: none !important;
  }
  #container .ui-panel-page-content-display-reveal{
    -webkit-box-shadow: 5px 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 5px 0 5px rgba(0,0,0,.15);
    box-shadow: 5px 0 5px rgba(0,0,0,.15);
  }
  #container #hamburger-main-menu ul div{
    padding-left: 35px;
    margin-top: 20px;
  }
  #container #hamburger-main-menu ul div:first-child{
    margin-top: 0px;
  }
  /* Logos for menu items */
  #container #hamburger-main-menu ul div{
    background-image: url(https://nesn.com/wp-content/themes/nesn/images/mobile-menu-logos.png);
    background-position: 0 -300px;
    background-repeat: no-repeat;
  }
  #container #hamburger-main-menu ul div.category-boston-red-sox{
    background-position: 0px 0px;
  }
  #container #hamburger-main-menu ul div.category-boston-bruins{
    background-position: 0px -25px;
  }
  #container #hamburger-main-menu ul div.category-new-england-patriots{
    background-position: 0px -50px;
  }
  #container #hamburger-main-menu ul div.category-boston-celtics{
    background-position: 0px -75px;
  }
  #container #hamburger-main-menu ul div.category-mlb{
    background-position: 0px -100px;
  }
  #container #hamburger-main-menu ul div.category-nhl{
    background-position: 0px -125px;
  }
  #container #hamburger-main-menu ul div.category-nfl{
    background-position: 0px -150px;
  }
  #container #hamburger-main-menu ul div.category-nba{
    background-position: 0px -175px;
  }
  #container #hamburger-main-menu ul div.category-hockey-east{
    background-position: 0px -200px;
  }
  #wrapper #hamburger-main-menu ul div.category-liverpool-fc{
    background-position: 0px -225px;
  }
  #container #hamburger-main-menu ul div.category-soccer{
    background-position: 0px -250px;
  }
  #container #hamburger-main-menu ul div.category-odds{
    background-position: 0px -275px;
  }
  #container #hamburger-main-menu ul div.category-tv-schedule{
    background-position: 0px -300px;
  }
  #container div#top-nav-links #persistent-elements{
    background: #FFF;
    border-bottom: 3px solid #EEE;
    clear: both;
    margin-bottom: 8px;
    padding-bottom: 10px;
    padding-top: 5px;
    width: 100%;
  }
  #container div#top-nav-links .stay{
    border-bottom: 3px solid #EEE;
    position: fixed;
    top: 0;
    z-index: 9999999999;
  }
  .header a#hamburger-main-menu-image{
    background-image: url(https://nesn.com/wp-content/themes/nesn/images/mobile-menu-icon.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center right;
    display: block;
    float: left;
    font-size: 20px;
    height: 30px;
    margin: 0px 10px 0px 5px;
    padding: 0px;
    text-transform: capitalize;
    width: 30px;
  }
  .header a#hamburger-main-menu-image:hover{
    background-image: url(https://nesn.com/wp-content/themes/nesn/images/mobile-menu-icon-hover.png);
    color: #0378AD;
  }
  #container #persistent-elements a#nesn-logo{
    background-image: url(https://nesn.com/wp-content/themes/nesn/images/nesn_35.png);
    background-size: 108px 35px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 35px;
    margin-left: 5px;
    margin-top: 5px;
    width: 108px;
  }
  #container #persistent-elements a#nesn-logo:hover{
    background-image: url(https://nesn.com/wp-content/themes/nesn/images/nesn_35_hover.png);
  }
  #container a.no-background-color:hover{
    background-color: transparent;
  }
  /* Slide portion of menu */
  #container .ui-panel-inner{
    padding: 0px !important;
    padding-top: 10px !important;
  }
}
/*Scoreboard and Menu floats for specific screen sizes*/
@media screen and (max-width: 729px) and (min-width: 450px){
  /*No category is added to pages that are not categories in template.php*/
  .no-category #bottom-border {
    position: relative;
    width: 100% !important;
    top: initial;
    left: 0;
  }
  /** Scoreboard **/
  #mobile-scoreboard{
    display: block;
  }
  .scoreboard {
    clear: both;
    padding: 0px;
    text-align: center;
  }
  .scoreboard li{
    border-bottom: 1px solid #EEE;
    clear: both;
    float: none !important;
    margin-bottom: 10px;
    padding: 10px 0px !important;
    padding-right: 0px !important;
    text-align: left;
    width: 100%;
  }
  .scoreboard-live-text{
    color: #E20618;
  }
}

/*Breakpoint for smallest wp-admin menu*/
@media screen and (max-width: 600px) {
  .category-menu {
    margin-top: 0px;
  }
  #left-column .category-post-div:not(.featured-post) {
    display: flex;
    align-items: center;
  }
  #left-column .category-post-div:not(.featured-post) div.entry-content, .promotional-unit .nesn-widget img {
    width: 40% !important;
    margin-right: 13px !important;
  }
  #left-column .category-post-div div.article-title {
    width: 60%;
  }
  h3.entry-title, .promotional-unit .nesn-widget div a {
    font-size: 13px !important;
    line-height: initial !important;
    margin: 3px 0 3px !important;
  }
  .search-excerpt span {
    font-size: 14px;
    line-height: 19px;
  }

  /*Schedule Styles*/
  #program-schedule-navigation {
    height: 40px;
  }
  .table-content {
    overflow-x: auto;
  }

  /*Promotional Area between Posts in Archive Pages*/
  .promotional-unit .nesn-widget-posts ul li {
    display: flex;
    align-items: center;
    padding: 0 0 0;
  }
  .promotional-unit .nesn-widget-posts ul li > a {
    width: 40%;
    margin-right: 13px !important;
  }
  .promotional-unit .nesn-widget-posts ul li > a img {
    width: 100% !important;
  }
  .promotional-unit .nesn-widget-posts ul li > div {
    width: 60%;
  }

  /*Widget Styles*/
  #bottom-post-widget .nesn-rss-desktop.featured ul li{
    margin: 15px 0;
    width: 100%;
  }
  #bottom-post-widget .nesn-rss-desktop-item.featured:nth-child(even) {
    border-left: none;
    border-right: none;
    padding: 0;
  }
  .post-content img{
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .header .top-logo {
    margin-top: 10px;
  }
  .fuboWidget {
    height: 169px;
    margin: 10px auto;
    margin-top: 0;
    width: 300px;
  }
  .category-menu, #bottom-border {
    width: 100%;
  }
  #bottom-border {
    width: 100% !important;
  }
  #bottom-border > ul > li {
    display: block;
  }
  .video_player_parent {
    height: 189px !important;
    margin-left: 5px;
    width: 290px !important;
  }
  #top-post-widget div.nesn-widget-native-ad div#ac-lre-player-ph {
    width: 100%;
  }
  #post-widget div.nesn-widget{
    width: 100%;
  }
  .single #post-widget .nesn-rss-desktop.featured ul li{
    margin: 15px 0;
    width: 100%;
  }
  #post-widget .nesn-rss-desktop-item.featured:nth-child(even){
    border: 0;
  }
  /*Mobile Share Button Styles*/
  div.sharedaddy {
    float: none;
    margin: 0 !important;
    margin-top: 250px;
    width: 100%;
    z-index: 9999987;
  }
  .sd-social-icon .sd-content ul {
    margin: 0 0 0 !important;
  }
  .sd-social-icon .sd-content ul li {
    float: left;
    width: 18%;
    margin: 1%;
    text-align: center;
  }
  .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
    width: 34px;
    height: 34px;
  }
  .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
    top: 50% !important;
    transform: translate(0%, -50%);
    font-size: 26px !important;
  }
  body.template-individual div.type-post {
    display: flex;
    flex-direction: column;
  }
  body.template-individual div.type-post .post-content {
    order: 0;
  }
  body.template-individual div.type-post .sharedaddy {
    order: 1;
  }
  body.template-individual div.type-post .spot-im-comments,
  body.template-individual div.type-post .spotim-container {
    order: 2;
  }
  body.template-individual div.type-post #widget-areas,
  body.template-individual div.type-post #top-post-widget,
  body.template-individual div.type-post .mid-widgets-container,
  body.template-individual div.type-post #bottom-post-widget {
    order: 3;
  }
  body.template-individual div.type-post .load-previous {
    order: 4;
  }
  .dm_embed_container {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .twitter-follow {
    margin: 5px 0px 15px;
  }
  .byline {
    margin-bottom: 0px !important;
  }
  /*End Mobile Share Button Styles*/
}

/**
* Main Menu -- Hamburger
*/
.mobile-nav {
  display: block;
  float: left;
}
.mobile-nav .menu-btn {
  display: block;
  padding: 10px;
  z-index: 999999999999999999;
  position: relative;
}
.mobile-nav .menu-btn div {
  position: absolute;
  left: 100%;
  top: 64%;
  padding-right: 8px;
  margin-top: -0.50em;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
  z-index: 99;
}
.mobile-nav .menu-btn span {
  display: block;
  width: 19px;
  height: 3px;
  margin: 4px 0;
  background: rgb(128,128,128);
  z-index: 99;
}
.mobile-nav input#show-menu {
  position:absolute;
  left:-999em;
}
.mobile-nav .responsive-menu {
  background: #FFF;
  display: none;
  left: 0px;
  padding-top: 0px;
  position: fixed;
  margin-top: -3px;
  height: 100%;
  width: 100%;
  background-color: rgba(62, 61, 61, 0.51);
}
.mobile-nav .responsive-menu {
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}
.responsive-menu hr {
  padding: 0;
  margin: 0 auto;
  border: #E6E5E5 solid 0.5px;
  width: 95%;
  text-align: center;
}
input[type=checkbox]:checked + div.responsive-menu {
  display: block !important;
  z-index: 99999;
}
#header-navigation li, #secondary-navigation li {
  width: 24.13%;
  position: relative;
  display: inline-block;
}
#secondary-navigation {
  background-color: #f5f5f5;
}
#secondary-navigation li {
  z-index: 999;
}
#header-navigation > div:nth-child(4) {
  float: right;
}
/*Mobile Nav Redesign Edits*/
.mobile-nav .responsive-menu {
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}
.responsive-menu hr {
  padding: 0;
  margin: 0 auto;
  border: #E6E5E5 solid 0.5px;
  width: 95%;
  text-align: center;
  z-index: 9999999;
  position: relative;
}

input[type=checkbox]:checked + div.responsive-menu{
  display: block !important;
  z-index: 99999;
}
.menu-mobile-secondary-nav-container, .menu-mobile-primary-container {
  background-color: #F5F5F5;
  position: relative;
  z-index: 9;
}
.mobile-nav ul li {
  padding: 0;
}
.mobile-nav .responsive-menu > ul > .menu-item, .mobile-nav .responsive-menu > ul > li, .search-button-container {
  width: 80px;
  min-height: 80px;
  text-align: center;
  font-weight: lighter;
  overflow: visible;
}
.mobile-nav .responsive-menu ul div a, .mobile-nav .responsive-menu ul li a, body .search-button-container a {
  margin: 0;
  padding: 0;
  height: 80px;
  text-decoration: none;
  font-weight: lighter;
  display: block;
  line-height: 130px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
#header-navigation > li:hover {
  padding-bottom: calc(100vh - (220px));
}
.mobile-nav .responsive-menu ul div:hover .sub-menu, .mobile-nav .responsive-menu ul div:active .sub-menu
.search-link:hover .mobile-search-container, .search-link:hover .mobile-search-container {
  display: block;
  overflow: scroll;
}
.mobile-nav .responsive-menu ul.sub-menu li, .mobile-nav .responsive-menu ul.sub-menu div {
  height: 40px;
  background-color: #ebebeb;
  display: block;
  width: 100%;
  border-top: rgba(112, 112, 112, 0.7) solid 0.3px;
}
.mobile-nav .responsive-menu #secondary-navigation ul.sub-menu li:last-child {
  border-bottom: rgba(112, 112, 112, 0.7) solid 0.3px;
}
.mobile-nav .responsive-menu #secondary-navigation ul.sub-menu li a,
.mobile-nav .responsive-menu ul.sub-menu li a {
  width: 100%;
  background: transparent;
  height: initial;
  vertical-align: middle;
  line-height: initial;
  display: inline-block;
  text-align: left;
  padding-left: 18px;
  font-weight: bold;
  color: #5D5A5A !important;
}
.mobile-nav .responsive-menu .searchform {
  border-top: rgba(112, 112, 112, 0.7) solid 0.3px;
  border-bottom: rgba(112, 112, 112, 0.7) solid 0.3px;
  padding-bottom: 15px;
  background-color: #ebebeb;
}
.default-submenu {
  top: 220px;
  position: fixed;
  background-color: #f2f2f2;
  height: 100%;
  width: 100%;
  left: 0;
  height: calc(100% - (220px));
  border-top: rgba(112, 112, 112, 0.7) solid 0.3px;
}
.default-submenu iframe {
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
#secondary-navigation .menu-item-has-children:hover .sub-menu {
  display: block;
}
.search-button-container {
  position: relative;
  margin-bottom: 50px;
  width: 24%;
  float: right;
  margin-top: -80px;
  z-index: 3000000000;
}
.mobile-search-container {
  display: none;
}
.search-button-container:hover .mobile-search-container {
  display: block;
}
.mobile-nav .responsive-menu ul.sub-menu div {
  background-color: initial;
  width: initial;
  height: initial;
  background-color: #ebebeb;
  display: block;
  width: 100%;
}
.mobile-nav .responsive-menu ul.sub-menu div:last-child {
  margin-bottom: 50px;
}
.mobile-nav .responsive-menu ul.sub-menu div a, .mobile-nav .responsive-menu ul.sub-menu li a {
  background-color: initial;
  height: initial;
  width: initial;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 10px;
  line-height: initial;
}
.mobile-vis-menu:before {
  content: " ";
  visibility: visible;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
  background-position-x: center;
  background-position-y: 26%;
  height: 80px;
}
.menu-mobile-primary-nav-container #header-navigation > .mobile-vis-menu:hover > a:after {
  content: "";
  width: 1px;
  display: block;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 75px;
  transform: translate(-50%, 0%);
  border: transparent;
  border-right: transparent 10px solid;
  border-bottom: 10px solid #E2E2E2;
  border-left: transparent 10px solid;
}
.menu-mobile-secondary-nav-container .mobile-vis-menu:hover:after,
.search-button-container .mobile-vis-menu:hover:after {
  content: "";
  width: 1px;
  display: block;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 75px;
  transform: translate(-50%, 0%);
  border: transparent;
  border-right: transparent 10px solid;
  border-bottom: 10px solid #E2E2E2;
  border-left: transparent 10px solid;
}
.red-sox-link:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/boston-red-sox-logo.svg);
}
.bruins-link:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/boston-bruins.svg);
}
.celtics-link:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/boston-celtics-green.svg);
}
.patriots-link:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/new-england-patriots.png);
  background-position-y: 32%;
  background-size: 70px;
}
.leagues-link:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/all-sports.svg);
  background-size: 30px;
  background-position-y: 35%;
}
.nesn-link:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/nesn-logo-white.svg);
  background-size: 90% !important;
  background-position-y: 30%;
}
.more-link:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/more-icon.svg);
  background-size: 30px;
  background-position-y: 35%;
}
.watch-link:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/watch-icon.svg);
  background-size: 34px;
  background-position-y: 33%;
}
.search-link:before {
  background-image: url(https://nesn.com/wp-content/themes/nesn/images/black-search.svg);
  background-size: 30px;
  background-position-y: 35%;
}
/*End Mobile Nav Redesign Edits*/

/*Scoreboard Concat*/
/* Scoreboard Styles */
ul.scoreboard li.game-item{
  font-family: 'Open Sans', Arial, sans-serif !important;
  list-style-type: none;
  padding-top: 1px !important;
}
ul.scoreboard li.game-item a{
  border-left: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
}
ul.scoreboard li.game-item span.score-text{
  display: inline-block;
  margin-left: 10px;
}
ul.scoreboard li.game-item span.score-text span.scoreboard-live-text{
  color: #E20618;
}

/** Responsive - Tablet styles **/
#mobile-scoreboard{
    display: none;
}
