/* EBUCC18
@ebuccTextColor: #5c6668;
@ebuccDarkGreen: #50a282; // table th ==> also in detail-chart.blade.php
@ebuccDarkBlue: #0aa7c3; // scoreboard headers
@ebuccDarkYellow: #deaf2f; // buttons
@ebuccDarkRed: #c56f63; //#a25c50; // extra, secondar headers ==> also in detail-chart.blade.php
@ebuccTableBg:#eff7fb; // tbody rows
@ebuccTableBottomFade:55%;
*/
.stats-title-flag {
  height: 21px;
  margin-left: 1px;
  vertical-align: baseline;
}
/** TEMP HIDING
body.x {
 background: #fff;
}

#navx,
#headerx,
#footerx,
.bottom_barx,
#sponsorsx,
aside.sidebarx,
#main-sliderx
{
 display: none;
}

.x.tabber_widget:nth-child(2) {
 display: none;}
***/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
#switcher {
  display: none;
}
#content li a,
#content p a,
#content table a {
  display: inline;
}
h1,
h3 {
  color: #4270b7;
  text-align: center;
  background: transparent;
  border: 0;
  font-family: montserrat, sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: .75px;
  padding: 0 0 .8em;
  margin: 0;
}
h1 i.fa,
h3 i.fa {
  display: none;
}
h1::after,
h3::after {
  content: '';
  display: block;
  margin: 0;
  width: 100%;
  height: 40px;
  background: url(../www-sub/wp-content/uploads/sep-dots-curve.png) center 5px no-repeat;
  background-size: 90px;
}
#sponsors h1,
#sponsors h3 {
  background: transparent;
  border-top: 0;
  padding: 0;
  font: 'PTSansRegular';
}
footer h1,
footer h3 {
  padding: 0;
  background: none;
  border: 0;
}
@media (max-width: 400px) {
  h1,
  h3 {
    font-size: 1.5em;
    padding-bottom: .8em;
  }
  h1::after,
  h3::after {
    margin-top: .6em;
  }
}
@media (max-width: 700px) {
  #sponsors p,
  #sponsors h3 {
    text-align: center;
  }
}
#home-bg {
  display: none;
}
.live-home #home-bg {
  display: block;
}
@media (max-width: 600px) {
  .home.page #home-bg {
    background-position: center -5em;
  }
}
.home.page .fusion-main-menu > ul > li > a {
  font-size: 17px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 700px) {
  .home.page #main > .fusion-row {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item a {
  font-size: 1.5em;
}
.home-social-section {
  padding-top: 20px;
}
.box_outer {
  margin-bottom: 15px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#main.clearfix:before,
#main.clearfix:after {
  content: '';
  display: block;
}
.clearfix:after {
  clear: both;
}
button,
input[type=submit],
a.button {
  padding: 8px 7px 7px;
  color: #fff;
  background: #faaf41;
  cursor: pointer;
  margin-bottom: 15px;
  border: 0;
  font-size: 1.1em;
  text-transform: uppercase;
  border-radius: 3px;
  top: 2px;
  position: relative;
}
button[disabled=disabled],
input[type=submit][disabled=disabled],
a.button[disabled=disabled] {
  opacity: .7;
  cursor: default;
}
button[disabled=disabled]:hover,
input[type=submit][disabled=disabled]:hover,
a.button[disabled=disabled]:hover {
  border-color: #69b169;
  box-shadow: none;
}
button[disabled=disabled]:active,
input[type=submit][disabled=disabled]:active,
a.button[disabled=disabled]:active {
  top: 0;
  left: 0;
}
button:hover,
input[type=submit]:hover,
a.button:hover {
  border-color: #7bc97b;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
button:active,
input[type=submit]:active,
a.button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
.fusion-alert button.close:active,
.fusion-alert input[type=submit].close:active,
.fusion-alert a.button.close:active {
  left: auto;
}
button:focus,
input[type=submit]:focus,
a.button:focus {
  border: 0;
  outline: 0;
}
.swill-link {
  position: absolute;
  padding: 2px 5px;
  font-weight: bold;
  font-size: .9em;
  font-style: italic;
  background: #FFFAD9;
  right: 10%;
  top: -19px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.swill-link:before,
.swill-link:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.swill-link:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/*********************
 * MAIN
 */
select,
.sidebar select,
.sidebar .widget select {
  width: auto;
  height: auto;
  cursor: pointer;
  font-size: 1em;
  font-family: "Work Sans", Arial, Helvetica, sans-serif !important;
  padding: 0;
  border: 0;
  color: #67b7e1;
  text-decoration: none;
  position: relative;
  background-color: transparent /* this hides the selects background making any styling visible from the div */;
  background: #eeeeee url(../img/bg_select2.png) no-repeat right 16px;
  padding: 7px 25px 7px 13px;
  -webkit-appearance: none /* this is required for Webkit browsers */;
  border: none;
  box-shadow: none;
  border-radius: 3px;
  text-indent: 0;
}
select option,
.sidebar select option,
.sidebar .widget select option {
  color: #5e6066;
  padding: 0;
}
select:active,
.sidebar select:active,
.sidebar .widget select:active,
select:focus,
.sidebar select:focus,
.sidebar .widget select:focus {
  outline: 0;
}
.home_menu button {
  float: right;
}
.home_menu select.cnt {
  display: block;
  margin-left: 77px;
  /*TINY*/
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .home_menu select.cnt {
    margin-left: 0;
  }
}
.sidebar .widget.home_menu ul li.menu-item {
  padding: 5px 12px;
}
.sidebar .widget .widget_title {
  color: #fafafa;
  background: #66b6f7 url(http://www.ecbu2013.org/wp-content/themes/goodnews4/css/images/header_sprites.png) 3px 50px no-repeat;
  color: white !important;
  margin-bottom: -1px;
  border-width: 0;
  font-weight: normal;
}
.sidebar .widget .widget_title a {
  color: #fafafa;
}
.sidebar .widget .widget_title a:hover {
  text-decoration: underline;
}
.sidebar .widget .widget_title.sun {
  padding-left: 27px;
  background-position: 4px -1093px;
}
.sidebar .widget .widget_title.graph {
  padding-left: 27px;
  background-position: 5px -592px;
}
.sidebar .widget .widget_title.calendar {
  padding-left: 27px;
  background-position: 5px -893px;
}
.mobile-nav-holder .mobile-selector {
  position: relative;
  top: -10px;
}
#mobile-nav {
  margin-top: -10px;
}
.temp-live-menu .fa {
  display: none;
}
.main .box_outer {
  clear: both;
}
.home-content iframe {
  max-width: 100%;
  /*TABLET*/
  /*PHONE WIDE*/
  /*TINY*/
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .home-content iframe {
    max-height: 246px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .home-content iframe {
    max-height: 158px;
  }
}
@media only screen and (min-width: 990px) {
  .full-width .main {
    width: 958px;
  }
}
.full-width .sidebar {
  display: none;
}
.partner-area {
  background: white;
}
.partner-area-widget-col {
  padding-bottom: 10px;
}
/************************
 * TABBER
 */
.tabber-widget-basic-light ul.tabber-widget-tabs {
  font-size: 1.2em;
}
.tabber-widget-basic-light ul.tabber-widget-tabs.tabs-1 li {
  width: 100%;
}
.tabber-widget-basic-light ul.tabber-widget-tabs.tabs-2 li {
  width: 50%;
}
.canhide .tabber-widget-basic-light ul.tabber-widget-tabs.tabs-2 li {
  width: 48.5%;
  /*TINY*/
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .canhide .tabber-widget-basic-light ul.tabber-widget-tabs.tabs-2 li {
    width: 48%;
  }
}
.canhide .tabber-widget-basic-light ul.tabber-widget-tabs.tabs-1 li {
  width: 97%;
  /*TINY*/
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .canhide .tabber-widget-basic-light ul.tabber-widget-tabs.tabs-1 li {
    width: 96%;
  }
}
.tabber-widget-basic-light ul.tabber-widget-tabs.tabs-3 li {
  width: 33.3%;
}
.tabber-widget-basic-light ul.tabber-widget-tabs li.hide-tabs {
  width: 2.9% !important;
  /*TINY*/
  text-align: center;
  margin-left: 0.1% !important;
  height: 32px;
  float: right;
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .tabber-widget-basic-light ul.tabber-widget-tabs li.hide-tabs {
    width: 3.9% !important;
  }
}
.tabber-widget-basic-light ul.tabber-widget-tabs li.hide-tabs a,
.tabber-widget-basic-light ul.tabber-widget-tabs li.hide-tabs a.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs li.hide-tabs a:hover {
  background-image: none;
}
.widget.canhide {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a {
  display: block;
  padding: 6px 10px 6px 27px;
  text-decoration: none !important;
  background: #cacaca url(http://www.ecbu2013.org/wp-content/themes/goodnews4/css/images/header_sprites.png) 3px -42px no-repeat;
  color: #6082AF !important;
  margin: 0 1px 0 0;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.pen {
  background-position: 4px -1240px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.pen.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.pen.selected:hover {
  background-position: 4px -1190px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.aperture {
  background-position: 4px -1040px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.aperture.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.aperture.selected:hover {
  background-position: 4px -990px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.facebook {
  background-position: 4px -142px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.facebook.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.facebook.selected:hover {
  background-position: 4px -92px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.graph {
  padding-left: 27px;
  background-position: 5px -641px;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.graph.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.graph.selected:hover {
  background-position: 5px -591px;
}
.tabber-widget-basic-light .tabber-widget-tabs li:last-child a {
  margin-right: 0;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a:hover {
  color: #6082AF !important;
  background-color: #999;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.selected:hover {
  background: #66b6f7 url(http://www.ecbu2013.org/wp-content/themes/goodnews4/css/images/header_sprites.png) 3px 8px no-repeat;
  color: white !important;
  border-bottom: 0;
}
.tabber-widget-content {
  border-color: #eee;
  border-style: solid;
  border-width: 0 1px 1px;
  background: #fff;
}
#content .tabset.tabs li a:hover {
  margin: 0;
}
/************ STANDINGS BLOCK **************/
.standings-filters {
  padding-bottom: 7px;
  margin-top: -6px;
  white-space: nowrap;
}
.standings-table {
  width: 100%;
  border-collapse: collapse;
}
.standings-table td,
.standings-table th {
  font-size: 1.1em;
  vertical-align: bottom;
  text-align: center;
  padding: 2px 3px;
  border-bottom: 1px dashed #eee;
}
.standings-table td:first-child,
.standings-table th:first-child,
.standings-table td.la,
.standings-table th.la {
  text-align: left;
}
.standings-table td img,
.standings-table th img {
  vertical-align: middle;
}
.standings-table th {
  background-color: #eee;
  border: none;
}
.post-content .standings-stats-link {
  text-align: center;
  padding-top: .75em;
  font-size: 1.1em;
  margin: 0;
}
/************ STATS BLOCK **************/
#scores_stats {
  padding-bottom: 4px;
}
.stats-filters {
  padding-bottom: 7px;
  margin-top: -6px;
  white-space: nowrap;
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .stats-filters {
    white-space: normal;
  }
}
.stats-filters.blocked .hob {
  display: none;
}
.sidebar #scores_stats.widget .stats-filters select {
  margin-right: 0;
  margin-left: 0;
}
.stats-list {
  padding-left: 0;
  font-size: 1.1em;
  overflow: hidden;
  position: relative;
  margin-top: -6px;
  margin-left: -2px;
  margin-bottom: 5px;
}
.stats-item {
  float: left;
  clear: both;
  width: 100%;
  padding: 3px 0;
}
.stats-item .stats-rank {
  float: left;
  padding-left: 3px;
  min-width: 1.6em;
}
.stats-item .stats-count {
  float: right;
  padding-right: .5em;
  text-align: right;
}
.stats-item .stats-player {
  margin-left: .5em;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 35px;
  display: block;
}
.stats-item .stats-player:after {
  content: " ..................................................................................";
}
.stats-leader {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 20px 8px;
  background-size: 50px;
  padding: 8px 0 4px;
}
.stats-leader .stats-rank {
  position: relative;
  top: 20px;
}
.stats-leader .stats-count {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  float: none;
  margin-left: 80px;
}
.stats-leader .stats-player {
  margin-left: 80px;
  margin-right: 0;
}
.stats-leader .stats-player:after {
  content: "";
}
.no-stats-avail {
  border: 1px dotted #ccc;
  clear: both;
  padding: 4px 10px;
  border-width: 1px 0;
  color: #888;
  background: #fafafa;
  font-style: italic;
  margin: 5px 0 10px;
  float: left;
  text-align: center;
  width: 93.5%;
}
.stats-more-link:link {
  height: auto;
  float: none;
  clear: both;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  display: block;
  padding: 2px 0 0;
}
/************** BLOGS *****************/
.blog-feed,
#blog-page-list {
  display: block;
}
.blog-feed:before,
#blog-page-list:before,
.blog-feed:after,
#blog-page-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.blog-feed:after,
#blog-page-list:after {
  clear: both;
}
.blog-feed[data-columns]::before {
  content: '3 .column.size-1of3';
}
@media screen and (max-width: 500px) {
  .blog-feed[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .blog-feed[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media screen and (min-width: 801px) {
  .blog-feed[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
/* Again, you’re free to use and define the classes: */
.column {
  float: left;
}
.size-1of1 {
  width: 100%;
  padding: 0 .75%;
}
.size-1of2 {
  width: 50%;
  padding: 0 .75%;
}
.size-1of3 {
  width: 33.333%;
  padding: 0 .75%;
}
/************** Beach Tales ************/
.home-news-section.beach-tales h2 .showgame-logo {
  height: 36px;
  position: relative;
  left: 3px;
}
.home-news-section.beach-tales .fusion-blog-layout-grid .fusion-post-content-wrapper {
  background: #ffffffbb;
}
#content li a.fusion-rollover-link {
  display: inline-block;
}
.blog-feed {
  margin: 0;
  padding: 0;
  width: 100%;
}
.blog-feed-item.beachtales {
  background: #f3f3f3;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  border-bottom: 4px solid #4270b7;
}
.blog-feed-item.beachtales img {
  width: 100%;
}
.blog-feed .column:nth-child(2) .blog-feed-item.beachtales {
  border-color: #39b44a;
}
.blog-feed .column:nth-child(3) .blog-feed-item.beachtales {
  border-color: #faaf41;
}
.blog-feed-item.beachtales p:last-of-type {
  margin-bottom: 0;
  padding: 0 .7em .7em;
}
.blog-feed-item.beachtales .bfeed {
  background: #67b7e1;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -3px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1.8em;
  font-style: italic;
  padding-bottom: 1px;
  margin-bottom: 5px;
  padding-left: 10px;
  background-image: url(../img/logo-gh-white.png);
  background-repeat: no-repeat;
  background-position: 15px -10px;
  background-size: 20%;
  display: none;
}
.bfeed {
  font-weight: bold;
}
.bfeed,
.bdate {
  display: block;
  font-size: .9em;
  color: #2f2f2f;
  margin: 0;
  padding: 0 .8em 1.3em;
}
#content li a.btitle,
.btitle {
  font-weight: bold;
  display: block;
  text-align: left;
  font-family: montserrat, sans-serif;
  color: #085082;
  font-size: 23px;
  line-height: 1em;
  text-transform: uppercase;
  padding: .4em .5em 0;
  margin: 0;
}
.bdesc > img {
  display: block;
}
#content  .bdesc a:last-of-type {
  font-size: 14px;
  font-family: "Work Sans", arial;
  padding: 1em .1em 0;
  display: block;
  line-height: 2.8em;
  font-weight: 700;
  color: #e41b13;
}
.show-old-blogs {
  height: auto;
  float: none;
  clear: both;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 1px 0;
  overflow: hidden;
  background: #ededed;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  display: block;
  padding: 8px 0;
}
.show-old-blogs a {
  color: #666 !important;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
/********************* FANPAGE ************************/
.fp-upper h1 {
  /*FULL*/
  margin-bottom: 20px;
  z-index: 8;
  position: relative;
}
@media only screen and (min-width: 990px) {
  .fp-upper h1 {
    margin-bottom: 15px;
  }
}
.fp-upper h1 img {
  height: 21px;
  margin-left: 1px;
  vertical-align: baseline;
}
.fp-upper h1 a {
  font-size: 13px;
  margin-left: 2em;
  display: block;
  float: right;
  line-height: 1.1em;
  /*FULL*/
  margin-right: 2px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none !important;
}
.fp-upper h1 a.standings-link {
  clear: right;
}
@media only screen and (max-width: 480px) {
  .fp-upper h1 a {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (min-width: 990px) {
  .fp-upper h1 a {
    margin-left: 0em;
    float: right;
  }
}
.gray_b[disabled],
.gray_b:hover[disabled] {
  background: #DDD;
  border-color: #BBB;
  color: #333;
}
.brc {
  font-size: 1em;
  position: relative;
  top: 3px;
  left: 5px;
  clear: both;
  margin-bottom: .5em;
}
.brc:before,
.brc:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.brc:after {
  clear: both;
}
.fp-upper .brc {
  text-align: center;
}
@media only screen and (min-width: 990px) {
  .brc {
    clear: none;
    margin-bottom: 0;
  }
}
.brc button {
  height: auto;
  margin: 0 0 0 7px;
  display: inline-block;
  top: -1px;
}
.brc button[disabled] {
  background: #BBB;
  border-color: #AAA;
}
.brc select {
  width: auto;
  height: auto;
  cursor: pointer;
  font-size: 1em;
  font-family: "Work Sans", Arial, Helvetica, sans-serif !important;
  padding: 0;
  border: 0;
  color: #67b7e1;
  text-decoration: none;
  position: relative;
  background-color: transparent /* this hides the selects background making any styling visible from the div */;
  background: #eeeeee url(../img/bg_select2.png) no-repeat right 16px;
  -webkit-appearance: none /* this is required for Webkit browsers */;
  border: none;
  box-shadow: none;
  border-radius: 3px;
  text-indent: 0;
  padding: 7px 25px 7px 13px;
  margin-bottom: .3em;
}
.brc select option {
  color: #5e6066;
  padding: 0;
}
.brc select:active,
.brc select:focus {
  outline: 0;
}
.fp-left {
  float: left;
  width: 310px;
  margin-right: 5px;
  width: 100%;
  position: relative;
  z-index: 5;
  /*TABLET*/
  /*TINY*/
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .fp-left {
    margin-right: 0;
    width: 100%;
  }
}
.fp-left .scb-loading-text,
.fp-left .scb-no-games {
  width: auto;
  margin-bottom: 20px;
}
.fp-right {
  width: 100%;
  /*FULL*/
}
@media only screen and (min-width: 990px) {
  .fp-right {
    float: right;
  }
}
.fp-right .fusion-tabs .nav {
  display: block;
}
.fp-right .standingsContainer {
  margin-top: 0;
}
.fp-right .standingsContainer > table.stats-table {
  margin-top: 0;
}
.fp-right #social1 {
  float: left;
  width: 49.5%;
}
.fp-right #social1:before,
.fp-right #social1:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.fp-right #social1:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .fp-right #social1 {
    float: none;
    width: 100%;
  }
}
.fp-right #social2 {
  float: right;
  width: 49.5%;
}
.fp-right #social2:before,
.fp-right #social2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.fp-right #social2:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .fp-right #social2 {
    float: none;
    width: 100%;
    margin-top: 1em;
    clear: both;
  }
}
.fp-right #social3 {
  clear: both;
}
.fp-right #social1 i.fa,
.fp-right #social2 i.fa,
.fp-right #social3 i.fa {
  font-size: 1.6em;
  vertical-align: middle;
}
.fp-right #tab-twitter-tab,
.fp-right #tab-facebook-tab {
  min-height: 130px;
  max-height: 350px;
  overflow: auto;
}
.fp-right #tab-twitter-tab iframe,
.fp-right #tab-facebook-tab iframe {
  max-width: 100%;
}
.fp-right .tabber_widget#standings,
.fp-right .tabber_widget#stats {
  width: 49.2%;
  float: left;
  clear: none;
  margin-right: 1.5%;
  /*TINY*/
}
@media only screen and (max-width: 479px) and (min-width: 10px) {
  .fp-right .tabber_widget#standings,
  .fp-right .tabber_widget#stats {
    float: none;
    width: 99%;
  }
}
.fp-right .tabber_widget#standings#standings,
.fp-right .tabber_widget#stats#standings {
  margin-right: 0;
}
/************************* FB Status WALL *********************/
#tab-facebook-tab {
  max-height: 350px;
  min-height: 130px;
  overflow: auto;
}
.facebook-status-wall .posts-feed {
  line-height: 100%;
}
.facebook-status-wall a {
  text-decoration: none;
  color: #00E !important;
}
.facebook-status-wall .post {
  margin: 0 2px 5px 0;
  border: solid 1px #eee;
  padding: 4px;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  background: #fff;
}
.facebook-status-wall .message {
  margin: 0;
}
.facebook-status-wall .message a:first-child {
  font-weight: bold;
  margin-right: .25em;
  display: block;
  padding-bottom: 2px;
}
.facebook-status-wall .image {
  float: left;
  clear: none;
  padding: 0;
  margin: 10px 10px 0 0;
  overflow: hidden;
}
.facebook-status-wall .link {
  margin: 10px 0 0 0;
}
.facebook-status-wall .caption {
  font-size: 10px;
  color: #366633;
}
.facebook-status-wall .description {
  margin: 10px 0 0 0;
}
.facebook-status-wall .meta {
  float: left;
  clear: both;
  margin: 0;
  font-size: 10px;
  color: #666;
  padding: 0;
}
.facebook-status-wall .icon {
  float: left;
  margin: 4px 4px 0 0;
}
.facebook-status-wall .time {
  float: left;
  margin: 6px 0 0 0;
}
.facebook-status-wall .show-more-statuses {
  height: auto;
  float: none;
  clear: both;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 1px 0;
  overflow: hidden;
  background: #ededed;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  display: block;
  padding: 8px 0;
}
.facebook-status-wall .show-more-statuses a {
  color: #666 !important;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
#tabroster-tab #roster-box .stats-table {
  width: 98%;
  margin: 0 1%;
}
#tabroster-tab #roster-box .stats-table td,
#tabroster-tab #roster-box .stats-table th {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  border-collapse: collapse;
  padding: .5em .33em;
  line-height: 1.25em;
  text-align: center;
}
#tabroster-tab #roster-box .stats-table td.text-left,
#tabroster-tab #roster-box .stats-table th.text-left {
  text-align: left;
}
#tabroster-tab #roster-box .stats-table th {
  background: #39b44a;
  color: #fff;
}
#tabroster-tab #roster-box.div-stats th:last-child:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0dd';
  color: inherit;
  margin-left: .5em;
  opacity: .8;
  font-size: .8em;
}
#tabroster-tab #roster-box .legend {
  margin: 0 0 1em !important;
}
/*********** HEADER WIDGET / COUNTDOWN *******/
.cdtmain .days_container {
  display: inline-block;
  position: relative;
  top: 19px;
}
.cdtmain .only {
  display: inline;
  margin-right: 3px;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .cdtmain .only {
    position: relative;
    top: -18px;
  }
}
.cdtmain .days_to {
  display: none;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .fergcorp_countdownTimer_day.fergcorp_countdownTimer_timeUnit {
    display: block;
    line-height: 0;
  }
}
.widget_fergcorp_countdown_timer_widget {
  float: left;
}
.header-calendar {
  margin-top: 45px;
  border-radius: 4px;
  line-height: 1;
  float: right;
  width: 178px;
  min-height: 60px;
  padding-top: 29px;
  font-weight: bold;
  font-style: italic;
  color: #7cc1e5;
  font-size: 1.7em;
  text-align: center;
  position: relative;
  top: -14px;
  left: -10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 1px;
  padding-top: 5px;
  color: #fff;
  text-shadow: none;
  text-decoration: underline;
  border: 3px dotted goldenrod;
  width: 150px;
  padding-right: 10px;
  background: #f3f38c;
}
@media only screen and (max-width: 989px) {
  .header-calendar {
    width: 120px;
    margin-top: 10px;
    font-size: 1em;
  }
}
.header-calendar br {
  display: none;
  height: 0;
}
.header-calendar .gcal,
.header-calendar .ical {
  display: none;
}
@media only screen and (max-width: 989px) {
  .header-calendar .gcal,
  .header-calendar .ical {
    display: block;
  }
}
.header-calendar .gcal img,
.header-calendar .ical img {
  height: 25px;
}
@media only screen and (max-width: 989px) {
  .header-calendar {
    font-size: 0em;
    padding-top: 0;
    color: #f3f38c;
    top: 2px;
    left: 5px;
  }
}
.header-calendar .gcal {
  display: block;
  margin-left: 18px;
  height: 28px;
  margin-top: 5px;
}
@media only screen and (max-width: 989px) {
  .header-calendar .gcal {
    margin-left: 8px;
  }
}
.header-calendar .ical {
  display: block;
  font-size: 13px;
  text-decoration: underline !important;
  color: #6E7076;
  margin-left: 10px;
}
@media only screen and (max-width: 989px) {
  .header-calendar .ical {
    margin-left: 0;
  }
}
/******** PAGINATION ************/
.pagination {
  float: none;
  clear: both;
  text-align: center;
}
.pagination ul {
  list-style-type: none;
}
.pagination ul li {
  float: none;
  display: inline-block;
  padding: 0;
  width: 3em;
  height: 3em;
}
#content .pagination ul li a,
#content .pagination ul li span {
  font-size: 1.7em;
  display: inline-block;
  width: 1.2em;
  height: 1.4em;
  text-align: center;
  line-height: 1.2em;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  min-width: 1.5em;
  height: 1.6em;
  line-height: 1.5em;
  border-radius: 3px;
  background: #faaf41;
  color: #fff;
}
#content .pagination ul li a:hover,
#content .pagination ul li span:hover {
  box-shadow: 1px 1px 3px #ccc;
}
#content .pagination ul li.active span {
  background-color: #39b44a;
  font-weight: bold;
}
#content .pagination ul li.active span:hover {
  box-shadow: none;
}
#content .pagination ul li.disabled span {
  background-color: #bbb;
}
#content .pagination ul li.disabled span:hover {
  box-shadow: none;
}
/**************** STREAM ********************/
.stream-frame a {
  display: block;
}
.stream-frame a.stream-swap {
  text-align: right;
  display: none;
  font-weight: bold;
}
/********************WCBU2015********************/
#content p a:hover,
#content li a:hover,
#content table a:hover {
  background: transparent;
  color: #2F85B3;
}
body #header {
  height: 45px;
}
@media screen and (max-width: 800px) {
  body #header {
    height: 30px;
  }
}
#header .logo {
  margin-left: 20px;
}
#header .logo img {
  max-width: 70px;
}
@media screen and (max-width: 800px) {
  #header .logo img {
    max-width: 65px;
  }
}
#header-sidebar {
  display: none;
}
body #nav.nav-holder .navigation > li > a,
body #nav.nav-holder .navigation li.current-menu-ancestor a {
  line-height: 38px;
  height: 42px;
}
#nav.nav-holder ul.navigation ul,
#nav ul ul,
#sticky-nav ul ul {
  top: 45px;
}
@media screen and (min-width: 350px) and (max-width: 480px) {
  div.width-100#main {
    padding: 10px 10px !important;
  }
}
@media screen and (max-width: 349px) {
  div.width-100#main {
    padding: 20px 0px !important;
  }
}
.partner-area {
  box-shadow: inset 0 3px 5px 0 rgba(150, 150, 150, 0.6);
}
.main-container {
  box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 5px;
}
.main-container > h3:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .main-container {
    background: url(../img/bg-wide.png) -25px top repeat-y;
    padding-left: 95px;
    float: none;
  }
}
@media screen and (min-width: 960px) {
  .main-container {
    padding-left: 120px;
    background-position: left top;
  }
}
.main-container:before,
.main-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-container:after {
  clear: both;
}
.left-menu {
  margin: 0 10px 0 0;
  z-index: 99;
}
.left-menu .live-menu {
  padding: 5px 10px;
  margin: 0 10px 15px;
  border: 1px solid #aaa;
  border-radius: 3px 3px 0 0;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
.left-menu .live-menu:hover {
  transition: background-color 0.2s;
}
@media screen and (min-width: 768px) {
  .left-menu .live-menu:hover {
    background: rgba(103, 183, 225, 0.1);
  }
}
.left-menu .live-menu i {
  padding: 0 5px;
  color: #999;
}
@media screen and (min-width: 768px) {
  .left-menu {
    max-width: 75px;
    float: left;
    position: absolute;
  }
  .left-menu > div {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .left-menu {
    max-width: 100px;
  }
}
ul.live-nav {
  background: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
  width: 100%;
  display: none;
  border: 1px solid #ddd;
  border-width: 1px 0 0 1px;
}
@media screen and (min-width: 768px) {
  ul.live-nav {
    display: block;
    padding: 0;
    border-radius: 3px;
  }
  ul.live-nav.responsive_menu {
    display: none;
  }
}
ul.live-nav li {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100px;
  box-shadow: inset -1px -1px 0px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px #ffffff;
  text-align: center;
  vertical-align: middle;
}
ul.live-nav li:hover {
  background: rgba(103, 183, 225, 0.1);
  transition: background-color 0.2s;
}
ul.live-nav li i {
  display: block;
  color: inherit;
  font-size: 2em;
  margin: 20px 0 10px;
}
ul.live-nav li.two-row i {
  margin-bottom: 1px;
}
ul.live-nav li.report .fa {
  color: #f5e539;
}
#content ul.live-nav a {
  width: 100%;
  display: inline-block;
  height: 100%;
  color: inherit;
}
#content ul.live-nav a:hover {
  background: none;
  padding: 0;
  margin: 0;
  color: #67b7e1;
}
ul.live-nav.responsive_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #eee;
  z-index: 9999;
  height: 100%;
  padding: 0;
}
ul.live-nav.responsive_menu li {
  box-sizing: border-box;
  width: 33.333%;
  float: left;
  border-width: 0;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #post-26 {
    min-height: 850px;
  }
}
.page-id-26 .rev_slider_wrapper {
  height: 80px;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #fafafa 52%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(52%, #fafafa), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #fafafa 52%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #fafafa 52%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #fafafa 52%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #fafafa 52%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
}
.rev_slider_wrapper .shadow-right,
.rev_slider_wrapper .shadow-left {
  z-index: 60;
}
.avada-skin-rev {
  border-bottom: 0;
  box-shadow: 0 2px 3px rgba(50, 50, 50, 0.3);
}
#sliders-container {
  display: none;
}
.shadow-left {
  opacity: .2;
}
.shadow-right {
  opacity: .9;
}
.score-band {
  z-index: 70;
}
#scoresDivision {
  position: relative;
  top: 41px;
  font-size: .8em;
  z-index: 70;
  float: left;
  max-width: 95px;
  padding: 3px 0;
}
.scores {
  box-sizing: border-box;
  margin-left: 100px;
  list-style-type: none;
  padding: 3px 0;
  margin-top: 0;
  height: 80px;
  column-count: 4;
  -webkit-column-count: 4;
  -webkit-column-gap: 2px;
  -webkit-column-width: 188px;
  z-index: 99;
  position: relative;
}
.scores ul {
  list-style-type: none;
  padding: 0;
}
.scores .gameScore {
  box-sizing: border-box;
  line-height: 1.2em;
  border: 1px solid #ccc;
  width: 188px;
  height: 36px;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  cursor: pointer;
}
.scores .gameScore:nth-child(2n-1) {
  margin-bottom: 2px;
}
.scores .gameScore:hover .gameInfo > li {
  background: #E1F8FA;
}
.scores .topInfo {
  background: #cacaca;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cacaca 0%, #e1e2e2 53%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cacaca), color-stop(53%, #e1e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cacaca 0%, #e1e2e2 53%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cacaca 0%, #e1e2e2 53%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cacaca 0%, #e1e2e2 53%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cacaca 0%, #e1e2e2 53%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#e1e2e2', GradientType=0);
  /* IE6-9 */
  padding: 0 2px;
  font-size: .8em;
}
.scores .topInfo > li {
  float: left;
  width: 32%;
}
.scores .topInfo .field,
.scores .topInfo .div {
  display: none;
}
.scores .topInfo .type {
  text-align: center;
}
.scores .topInfo .date {
  width: auto;
  float: right;
}
.scores ul:after {
  content: "";
  display: table;
  clear: both;
}
.scores .gameInfo > li {
  float: left;
  width: 50%;
  background: #fff;
  transition: background-color 0.5s ease-out;
}
.scores .gameInfo .team .score {
  box-sizing: border-box;
  padding: 1px 0;
  background: #ccc;
  width: 25px;
  text-align: center;
}
.scores .gameInfo .team .flag {
  position: relative;
  top: 1px;
  margin: 0 5px;
  height: auto;
  backface-visibility: visible;
}
.scores .gameInfo .team .name {
  padding: 2px 3px 0;
  font-size: .9em;
}
.scores .gameInfo .team:first-child .score {
  float: right;
}
.scores .gameInfo .team:first-child .flag {
  float: right;
}
.scores .gameInfo .team:last-child .score {
  float: left;
}
.scores .gameInfo .team:last-child .flag {
  float: left;
}
.scores .gameInfo .team:last-child .name {
  text-align: right;
}
.page-id-26 .post-content {
  margin-bottom: 20px;
}
@media screen and (max-width: 590px) {
  .page-id-26 .post-content {
    padding-top: 0;
  }
}
#post-26 .post-content > .avada-row > .two_third {
  text-align: left;
}
#post-26 .post-content > .avada-row > .two_third .bdesc,
#post-26 .post-content > .avada-row > .two_third .home-blogs .item > p {
  text-align: justify;
}
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab:before,
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab:after {
  clear: both;
}
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab #disqus_thread:before,
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab #disqus_thread:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab #disqus_thread:after {
  clear: both;
}
#post-26 .post-content > .avada-row > .two_third #tabfacebook-tab iframe {
  display: block;
}
body #post-26 .post-content > .avada-row > .two_third #disqus_thread iframe {
  display: block;
  float: none;
}
.shortcode-tabs .tab_content {
  width: 100%;
}
.fusion-tabs .nav-tabs li .tab-link .fa,
.fusion-tabs .tab-link i.fa {
  font-size: 1.2em;
  margin-right: .5em;
}
#content .fusion-tabs li > a:first-child {
  display: inline-block;
}
.fusion-alert {
  padding: 5px;
}
.fusion-alert a {
  text-decoration: underline;
  color: #C09853;
}
.fusion-tabs.fusion-tabs-1 .nav-tabs > .active > .tab-link:hover {
  border-top: 0;
}
.fusion-tabs .tab-pane {
  border: 0;
  padding: 1em 0 0;
}
.fusion-tabs .nav-tabs.nav-justified > li.hide-tabs {
  width: .2%;
}
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs {
  font-size: 1.2em;
  font-family: montserrat, sans-serif;
  font-weight: bold;
  background: #fff;
  border: 0;
}
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > .active > .tab-link:focus {
  border-top: 0;
}
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs ul {
  border: 0;
}
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li {
  border-right: 1px solid #f1f2f2;
}
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li:last-child {
  border-right: 0;
}
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li .tab-link,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li.active .tab-link {
  width: 100%;
  background: #fff;
  border-top: 0;
  border-bottom: 3px solid #f1f2f2;
  border-color: #faaf41;
  color: #faaf41;
}
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li > .tab-link:hover,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li.active > .tab-link:hover,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li.active > .tab-link:focus {
  color: #fff;
  background: #faaf41;
}
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li:nth-child(2n) .tab-link,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li.active:nth-child(2n) .tab-link #wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li .tab-link.blue-tab {
  border-color: #0075B7;
  color: #0075B7;
}
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li:nth-child(2n) .tab-link:hover,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li.active:nth-child(2n) .tab-link #wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li .tab-link.blue-tab:hover,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li:nth-child(2n) .tab-link:focus,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li.active:nth-child(2n) .tab-link #wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li .tab-link.blue-tab:focus {
  background-color: #0075B7;
  color: #fff;
}
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li:nth-child(3n) .tab-link,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li.active:nth-child(3n) .tab-link,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li .tab-link.red-tab {
  border-color: #39b44a;
  color: #39b44a;
}
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li:nth-child(3n) .tab-link:hover,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li.active:nth-child(3n) .tab-link:hover,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li .tab-link.red-tab:hover,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li:nth-child(3n) .tab-link:focus,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li.active:nth-child(3n) .tab-link:focus,
#wrapper .fusion-tabs.classic.fusion-tabs-1 .nav-tabs > li .tab-link.red-tab:focus {
  background-color: #39b44a;
  color: #fff;
}
/************** HOME VIDEO ******************/
.top-clock #header-video {
  clear: both;
  padding-top: 10px;
  width: 100%;
  margin: 0 auto;
}
.top-clock #header-video:before,
.top-clock #header-video:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#main.top-clock #header-video:before,
#main.top-clock #header-video:after {
  content: '';
  display: block;
}
.top-clock #header-video:after {
  clear: both;
}
.top-clock #header-video .video-container {
  float: none;
  margin: 0 auto;
}
.video-container {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .video-container {
    width: 76%;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-video {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.home-video:before,
.home-video:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#main.home-video:before,
#main.home-video:after {
  content: '';
  display: block;
}
.home-video:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .home-video {
    height: 416px;
    margin-bottom: 0;
  }
}
.home-video h3 {
  padding: 3px 10px;
  margin: 0;
  display: block;
  background: #2a2a2a;
  color: #fff;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 0;
  float: right;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-video h3 {
    width: 24%;
    border-radius: 0;
  }
}
body .home-video li.more-videos {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 40px;
  border: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.85) 54%, rgba(255, 255, 255, 0.93) 90%, rgba(255, 255, 255, 0.93) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.65)), color-stop(54%, rgba(255, 255, 255, 0.85)), color-stop(90%, rgba(255, 255, 255, 0.93)), color-stop(100%, rgba(255, 255, 255, 0.93)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.85) 54%, rgba(255, 255, 255, 0.93) 90%, rgba(255, 255, 255, 0.93) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.85) 54%, rgba(255, 255, 255, 0.93) 90%, rgba(255, 255, 255, 0.93) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.85) 54%, rgba(255, 255, 255, 0.93) 90%, rgba(255, 255, 255, 0.93) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 25%, rgba(255, 255, 255, 0.85) 54%, rgba(255, 255, 255, 0.93) 90%, rgba(255, 255, 255, 0.93) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#edffffff', GradientType=0);
  /* IE6-9 */
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  color: rgba(116, 116, 116, 0.4);
  cursor: pointer;
}
body .home-video li.more-videos:hover {
  color: #747474;
}
@media screen and (min-width: 768px) {
  body .home-video li.more-videos {
    display: none;
  }
}
.home-video .video-list {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  text-align: left;
  max-height: 130px;
  overflow: hidden;
  position: relative;
  background: #333;
}
.home-video .video-list.expanded {
  max-height: 999999px;
}
.home-video .video-list.expanded li.more-videos {
  display: none !important;
}
.home-video .video-list::-webkit-scrollbar {
  width: 0.5em;
}
.home-video .video-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #444;
}
.home-video .video-list::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: 1px solid slategrey;
}
@media screen and (min-width: 768px) {
  .home-video .video-list {
    overflow-y: auto;
    width: 24%;
    max-height: 240px;
  }
  .home-video .video-list.expanded {
    max-height: 240px;
  }
}
@media screen and (min-width: 910px) {
  .home-video .video-list {
    max-height: 386px;
    min-height: 386px;
    height: 386px;
  }
  .home-video .video-list.expanded {
    max-height: 386px;
    min-height: 386px;
    height: 386px;
  }
}
.home-video .video-list li {
  border: 0;
}
.home-video .video-list li a:before {
  content: '\f16a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 5px;
  font-size: 1.5em;
  vertical-align: middle;
  color: inherit;
}
.home-video .video-list li.vimeo a:before {
  content: '\f194';
}
.home-video .video-list li.live a:before {
  content: '\f03d';
}
.home-video .video-list li.fb a:before {
  content: '\f09a';
  margin-left: .25em;
  margin-right: 0.4em;
  font-size: 1.3em;
}
.home-video .video-list li a {
  padding: 3px 6px;
  font-size: .95em;
  line-height: 2em;
  background: #333;
  color: #eee;
}
#content .home-video .video-list li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-video .video-list li a {
    line-height: 1.2em;
  }
}
@media screen and (min-width: 950px) {
  .home-video .video-list li a {
    padding: 6px;
    line-height: 1.6em;
  }
}
#content .home-video .video-list li a:hover {
  color: #fff;
  background: #2a2a2a;
}
#content .home-video .video-list li a:hover:before {
  color: #fff;
}
#content .home-video .video-list li.active a,
#content .home-video .video-list li.active a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.home-blogs {
  clear: left;
  width: 100%;
  padding: 0 10px;
  list-style-type: none;
  margin: 0 0 10px;
}
.home-blogs:before,
.home-blogs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#main.home-blogs:before,
#main.home-blogs:after {
  content: '';
  display: block;
}
.home-blogs:after {
  clear: both;
}
.home-blogs h3 {
  color: #2E6B95;
  padding: 5px 8px 5px 0;
  border: 0;
  border-radius: 6px 6px 0 0;
  margin-top: 0;
  text-transform: uppercase;
  font-family: montserrat, sans-serif;
  font-weight: bold;
  background: 0;
  font-size: 1.5em;
  margin-bottom: 0;
}
.home-blogs h3 .fa {
  display: none;
}
#content .home-blogs h3 a {
  color: #2E6B95;
}
#content .home-blogs h3 a:hover {
  color: #2E6B95;
}
.home-blogs h3 .fa {
  margin-right: 5px;
}
.home-blogs li.item {
  border-bottom: 1px solid #eee;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.home-blogs li.item:before,
.home-blogs li.item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#main.home-blogs li.item:before,
#main.home-blogs li.item:after {
  content: '';
  display: block;
}
.home-blogs li.item:after {
  clear: both;
}
.home-blogs li.item > a > strong {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .home-blogs li.item {
    border-bottom: 0;
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
  }
}
.home-blogs li.item:last-child {
  padding-right: 0;
  border-bottom: 0;
  margin-right: 0;
  border-right: 0;
}
#content .home-blogs li.item a {
  display: block;
  text-align: left;
}
.home-blogs li.item img {
  max-width: 100%;
  width: 100%;
  float: left;
  padding: 0 10px 10px 0;
  background-size: 0px;
}
@media screen and (min-width: 480px) {
  .home-blogs li.item img {
    max-width: 300px;
    width: 50%;
    padding-bottom: 0;
  }
}
.home-blogs p {
  margin-bottom: .25em;
}
.home-blogs .read-more {
  float: right;
}
.home-blogs .read-more:after {
  display: none;
}
/******** TOP CLOCK ************/
.top-clock {
  margin-bottom: 10px;
}
.top-clock:before,
.top-clock:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#main.top-clock:before,
#main.top-clock:after {
  content: '';
  display: block;
}
.top-clock:after {
  clear: both;
}
.top-clock .clock,
.top-clock .diff,
.top-clock .live-schedule {
  float: left;
  border: 1px solid #eee;
  border-radius: 6px;
  height: 1.9em;
  margin-right: .5em;
  font-size: .8em;
  text-align: left;
  width: 25%;
  white-space: nowrap;
}
.top-clock .clock:first-child,
.top-clock .diff:first-child,
.top-clock .live-schedule:first-child {
  width: 29%;
}
.top-clock .clock:nth-child(2),
.top-clock .diff:nth-child(2),
.top-clock .live-schedule:nth-child(2) {
  width: 19%;
}
@media screen and (max-width: 480px) {
  body .top-clock .clock,
  body .top-clock .diff,
  body .top-clock .live-schedule,
  body .top-clock .clock:first-child,
  body .top-clock .diff:first-child,
  body .top-clock .live-schedule:first-child,
  body .top-clock .clock:nth-child(2),
  body .top-clock .diff:nth-child(2),
  body .top-clock .live-schedule:nth-child(2) {
    width: 100%;
    margin-bottom: .2em;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  body .top-clock .clock,
  body .top-clock .diff,
  body .top-clock .live-schedule,
  body .top-clock .clock:first-child,
  body .top-clock .diff:first-child,
  body .top-clock .live-schedule:first-child,
  body .top-clock .clock:nth-child(2),
  body .top-clock .diff:nth-child(2),
  body .top-clock .live-schedule:nth-child(2) {
    width: 48%;
    margin-bottom: .2em;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  body .top-clock .clock:nth-child(3),
  body .top-clock .diff:nth-child(3),
  body .top-clock .live-schedule:nth-child(3) {
    display: none;
  }
}
.top-clock .live-schedule {
  width: 26%;
  float: right;
  cursor: pointer;
  line-height: 1.7em;
  padding: 0 5px;
  background: #67b7e1;
  color: #fff;
  margin-right: 12px;
  font-size: .9em;
  position: relative;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  .top-clock .live-schedule {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .top-clock .live-schedule {
    padding: .4em 5px;
    height: auto;
    font-size: 1em;
  }
}
.top-clock .live-schedule .fa-caret-down {
  float: right;
  margin-top: 3px;
}
.top-clock .live-schedule:hover ul,
.top-clock .live-schedule.open ul {
  display: block;
  z-index: 3000;
}
.top-clock .live-schedule ul {
  position: relative;
  display: none;
  z-index: 900;
  padding: 6px 3px 0;
  margin: -2px -3px 0;
  cursor: default;
  list-style-type: none;
  background: #67b7e1;
  border-radius: 0 0 6px 6px;
}
.top-clock .live-schedule ul li {
  padding: 4px 5px;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.2em;
}
#content .top-clock .live-schedule ul li a {
  color: #fff;
}
#content .top-clock .live-schedule ul li a:hover {
  color: #eee;
  text-decoration: underline;
}
#content .top-clock .live-schedule ul li:last-child a {
  padding: 10px 0;
  display: block;
}
.top-clock .live-schedule ul li .video-details {
  font-size: .8em;
  line-height: 1em;
  width: auto;
}
.top-clock .live-schedule ul li:first-child {
  border-top: 1px solid #fff;
}
.top-clock .live-schedule ul li:last-child {
  border-bottom: 0;
  border-radius: 0 0 6px 6px;
}
.top-clock .diff span,
.top-clock .clock span,
.top-clock .live-schedule span {
  line-height: 18px;
  padding-left: 5px;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 480px) {
  .top-clock .diff span,
  .top-clock .clock span,
  .top-clock .live-schedule span {
    width: 48%;
    display: inline-block;
  }
}
.top-clock .diff span.time,
.top-clock .clock span.time,
.top-clock .live-schedule span.time,
.top-clock .diff span.time,
.top-clock .clock span.time,
.top-clock .live-schedule span.time {
  text-align: center;
  padding: 0 .8em;
  font-size: 1.7em;
  line-height: 1em;
  height: 1em;
  font-family: Orbitron;
  color: #F02F34;
}
.top-clock .diff span.time .blink,
.top-clock .clock span.time .blink,
.top-clock .live-schedule span.time .blink,
.top-clock .diff span.time .blink,
.top-clock .clock span.time .blink,
.top-clock .live-schedule span.time .blink {
  font-style: normal;
  color: #f02f34;
  -webkit-animation: 3s blink step-end infinite;
  -moz-animation: 3s blink step-end infinite;
  -ms-animation: 3s blink step-end infinite;
  -o-animation: 3s blink step-end infinite;
  animation: 3s blink step-end infinite;
}
.top-clock .diff {
  width: 21%;
}
.live-schedule.live-stream-on {
  background: red;
  font-weight: bold;
}
.live-schedule.live-stream-on ul {
  font-weight: normal;
  border-top: 0px;
}
.live-schedule.live-stream-on li:first-child {
  background: red;
  font-weight: bold;
  font-size: 1.4em;
  padding: .5em 0;
  margin: -6px -3px 0;
  border-top: 0px;
  cursor: pointer;
}
.live-schedule.live-stream-on li:first-child a,
.live-schedule.live-stream-on li:first-child a:hover {
  color: #fff !important;
}
@keyframes "blink" {
  from,
  to {
    color: transparent;
  }
  50% {
    color: #f02f34;
  }
}
@-moz-keyframes blink {
  from,
  to {
    color: transparent;
  }
  50% {
    color: #f02f34;
  }
}
@-webkit-keyframes "blink" {
  from,
  to {
    color: transparent;
  }
  50% {
    color: #f02f34;
  }
}
@-ms-keyframes "blink" {
  from,
  to {
    color: transparent;
  }
  50% {
    color: #f02f34;
  }
}
@-o-keyframes "blink" {
  from,
  to {
    color: transparent;
  }
  50% {
    color: #f02f34;
  }
}
table.sortable th {
  cursor: pointer;
}
table.sortable th:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0dc";
  color: inherit;
  margin-left: .5em;
  opacity: .8;
  font-size: .8em;
}
table.sortable th.sorting-asc:after {
  content: '\f0de';
}
table.sortable th.sorting-desc:after {
  content: '\f0dd';
}
table.sortable th[no-data-sort]:after {
  content: '';
}
.fan-tags {
  clear: both;
  margin: 1em 2em;
  background: rgba(103, 183, 225, 0.13);
  color: #444;
  padding: 10px;
  text-align: center;
  font-size: 1em;
  font-family: montserrat, sans-serif;
  font-style: italic;
}
.fan-tags .fa {
  font-size: 1.5em;
  color: #666;
  margin-right: .3em;
  vertical-align: middle;
}
.teampic img {
  border-width: 5px 3px;
  margin: 0 1% 10px;
  width: 98%;
}
#post-26 #live-iframe {
  width: 75%;
  margin: 0 auto;
  float: none;
  display: block;
}
body .fusion-animated {
  z-index: 99;
}
/************ WCBU2017 ***************/
.fusion-header-banner.with-clocks {
  background: #fff;
  font-size: .9em;
  padding: .15em .5em;
  border: 2px solid #1b618e;
  border-radius: 2px;
  text-align: right;
}
@media (max-width: 800px) {
  .fusion-header-banner.with-clocks {
    display: none;
  }
}
.fusion-header-banner.with-clocks p {
  margin: 0;
  padding: 0;
}
.fusion-header-banner.with-clocks i.blink {
  font-style: normal;
  opacity: 1;
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.post-content .fusion-row {
  background: #fff;
  margin-bottom: 35px;
  margin-top: 50px;
  border-bottom: 3px solid #faaf41;
  padding: 0 .5em;
  position: relative;
}
.post-content .fusion-row #live-stream-button {
  position: absolute;
  top: -48px;
  right: 00px;
  background: #e30513;
  animation: blink2 5s infinite;
  border-radius: 1px;
  z-index: 100;
  padding-left: 18px;
  font-size: .9em;
  line-height: 1.1em;
  text-align: center;
  color: #fff;
}
.post-content .fusion-row #live-stream-button br {
  display: none;
}
.post-content .fusion-row #live-stream-button a {
  padding: 2px 5px 3px 3px;
  color: #fff;
  display: block;
}
.post-content .fusion-row #live-stream-button span {
  font-size: .8em;
  display: block;
  font-weight: normal;
  font-style: italic;
}
.post-content .fusion-row #live-stream-button:before {
  content: '\f04b';
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  font-weight: normal;
  font-size: 1.2em;
  width: 18px;
  text-align: center;
  padding-left: .15em;
  line-height: 2em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.live-home .post-content .fusion-row #live-stream-button {
  display: none;
}
.post-content .fusion-row > h3 {
  background: transparent;
  border: 0;
  padding: 0;
  margin: -55px 0 30px 0;
  color: #114682;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  left: -0.25em;
}
@media (max-width: 450px) {
  .post-content .fusion-row > h3 {
    text-align: center;
  }
}
.post-content .fusion-row > h3 > .fa {
  display: none;
}
.dot-bg {
  min-height: 508px;
}
@media (max-width: 750px) {
  .streaming-companion-subdiv-mobile-mixin {
    width: 75%;
    font-size: .9em;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .streaming-companion-subdiv-mobile-mixin .tms:before {
    content: ' ';
    display: block;
  }
}
@media (max-width: 500px) {
  .streaming-companion-subdiv-mobile-mixin {
    width: 100%;
  }
}
.live-home .streaming-companion {
  width: 100%;
  font-size: 1.1em;
  clear: both;
}
.live-home .streaming-companion > div:only-child {
  float: none;
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 600px) {
  .live-home .streaming-companion > div:only-child {
    width: 98%;
  }
}
.live-home .current-streamed-game {
  width: 49.5%;
  float: left;
}
@media (max-width: 750px) {
  .live-home .current-streamed-game {
    width: 75%;
    font-size: .9em;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .live-home .current-streamed-game .tms:before {
    content: ' ';
    display: block;
  }
}
@media (max-width: 500px) {
  .live-home .current-streamed-game {
    width: 100%;
  }
}
.live-home .current-streamed-game .gs {
  width: 100%;
  max-width: 100%;
}
.live-home .current-streamed-game .gs table {
  background: #fff;
}
@media (max-width: 750px) {
  .live-home .current-streamed-game .gs {
    margin-bottom: 20px;
  }
}
.live-home .current-streamed-game .gs-cnt {
  width: 25%;
  min-width: 70px;
}
.live-home .current-streamed-game .gs-cnt img {
  position: relative;
  top: 7px;
}
@media (min-width: 390px) {
  .live-home .current-streamed-game .gs-cnt .nomo {
    display: inline;
  }
}
.live-home .current-streamed-game .gs-gh td {
  font-size: .9em;
  padding-top: 3px;
}
@media (min-width: 750px) {
  .live-home .current-streamed-game .gs-gh td {
    width: 29px;
  }
}
.live-home .next-streamed-games {
  width: 49.5%;
  float: right;
}
@media (max-width: 750px) {
  .live-home .next-streamed-games {
    width: 75%;
    font-size: .9em;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .live-home .next-streamed-games .tms:before {
    content: ' ';
    display: block;
  }
}
@media (max-width: 500px) {
  .live-home .next-streamed-games {
    width: 100%;
  }
}
.live-home .next-streamed-games h4 {
  background: #114682;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: .85em;
  font-family: montserrat, sans-serif;
  padding: 1px 5px;
  text-transform: capitalize;
}
.live-home .next-streamed-games ul {
  padding: 0;
  margin: 0;
}
.live-home .next-streamed-games li {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #eee;
  padding: 0px 8px;
}
.live-home .next-streamed-games li.hidden-rows {
  display: none;
}
.live-home .next-streamed-games li.see-more-games {
  text-align: center;
}
.live-home .next-streamed-games li img {
  position: relative;
  top: 8px;
  margin: 0 .2em;
  box-shadow: 1px 1px 3px #ccc;
}
@media (max-width: 700px) {
  .live-home .next-streamed-games li img {
    top: 4px;
  }
}
.live-home .next-streamed-games li i.fa.blink {
  animation: blink2 3s infinite;
}
.live-home .next-streamed-games.has-2-feeds {
  position: relative;
}
.live-home .next-streamed-games.has-2-feeds > div h4 {
  position: absolute;
  width: 100%;
  height: 24px;
  top: 0;
  width: 52%;
  background: #bbb;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 600px) {
  .live-home .next-streamed-games.has-2-feeds > div h4 {
    font-size: 0.75em;
    line-height: 1.9em;
  }
}
.live-home .next-streamed-games.has-2-feeds > div h4:hover {
  background: #aaa;
}
.live-home .next-streamed-games.has-2-feeds > div ul {
  display: none;
  padding-top: 24px;
}
.live-home .next-streamed-games.has-2-feeds > div:last-child h4 {
  margin-left: 48%;
}
.live-home .next-streamed-games.has-2-feeds > div.active ul {
  display: block;
}
.live-home .next-streamed-games.has-2-feeds > div.active h4 {
  background: #114682;
}
.live-home #main .read-more-stories {
  font-size: .65em;
  font-family: "Work Sans", arial;
  margin-left: 20px;
  vertical-align: middle;
  position: relative;
  padding-right: 1em;
  color: #faaf41;
}
.live-home #main .read-more-stories:after {
  content: '\f105';
  transform: translateY(-50%);
  padding-left: 5px;
  font-family: 'icomoon';
  font-size: 14px;
  position: absolute;
  right: 0;
  top: .4em;
  font-size: 1.3em;
  font-weight: 700;
  transition: font-size 0.6s, top 0.6s, right 0.6s;
  color: #faaf41;
}
.live-home #main .read-more-stories:hover {
  color: #ffde17;
}
.live-home #main .read-more-stories:hover:after {
  color: #ffde17;
  font-size: 1.5em;
  top: .37em;
  right: -0.1em;
}
.live-home #content .read-more-stories:hover,
.live-home #content .read-more-stories:hover:after {
  color: #ffde17;
}
@media (max-width: 400px) {
  .live-home #content .read-more-stories:before {
    content: ' ';
    display: block;
  }
}
.live-home .lower-bg {
  display: none;
}
.live-home .post-content .fusion-row {
  background: transparent;
  border-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 728px) {
  .live-home .post-content .fusion-row {
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  .live-home .post-content .fusion-row {
    padding: 0;
  }
}
.live-home .home-social-section {
  position: relative;
}
.live-home .home-social-section .fusion-tabs .nav {
  display: block;
}
.live-home .home-social-section > .fusion-row {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .live-home .home-social-section .tab-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.live-home #wrapper .home-featured.fusion-tabs {
  margin-bottom: 10px;
}
.live-home #wrapper .home-featured .tab-content {
  margin-top: 0;
}
.live-home #wrapper .home-featured .tab-pane {
  margin: 2px;
}
.live-home #wrapper .home-featured .video-container {
  background: #000;
}
.live-home #wrapper .home-featured #tab-featuredphotos {
  height: 416px;
  background-color: #000;
}
.live-home #wrapper .home-featured #tab-featuredphotos iframe {
  height: 416px;
  width: 100%;
}
.live-home #wrapper .home-featured .nav-tabs {
  padding: 0 2px;
}
.live-home #wrapper .home-featured .nav-tabs li .tab-link {
  padding: 9px 12px;
}
.live-home #wrapper .home-featured .nav-tabs li.active a {
  background: #e30513;
}
.live-home #wrapper .home-featured .nav-tabs li a {
  border: 0;
  position: relative;
  top: -1px;
  width: 100%;
  background: #890008;
}
.live-home #wrapper .home-featured .nav-tabs li a h4 {
  color: #fff;
  font-size: .9em;
  font-family: montserrat, sans-serif;
  font-weight: bold;
}
.live-standings table.sortable td,
.live-standings table.sortable th {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  border-collapse: collapse;
  padding: .5em .33em;
  line-height: 1.25em;
}
.live-standings table.sortable tr:hover {
  background-color: #eff7fb;
}
.media-slideshow iframe {
  width: 60%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  height: 390px;
}
@media (max-width: 850px) {
  .media-slideshow iframe {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .media-slideshow iframe {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .media-slideshow iframe {
    height: 280px;
  }
}
span.jmo {
  display: none;
}
@media (max-width: 600px) {
  span.jmo {
    display: inline;
  }
}
@media (max-width: 600px) {
  span.nomo {
    display: none;
  }
}
.pools-standings .toggle-games-tables {
  display: block;
  margin: 2em auto 0;
  background: #4270b7;
  font-size: .9em;
}
#main .pools-standings h2 {
  font-size: 1.5em;
  font-family: montserrat, sans-serif;
  color: #333333;
  line-height: 1.75em;
  font-weight: 400;
  letter-spacing: 0;
}
.pools-standings th {
  border: 0;
  padding: .33em;
}
.pools-standings thead + tbody tr:hover,
.pools-standings h2 + table tr:hover {
  background: #eff7fb;
}
.pools-standings thead + tbody td {
  border-width: 0 0 1px;
  padding: .33em;
}
.pools-standings table[cellpadding] tr:hover {
  background: transparent;
}
.championship-brackets {
  font-weight: bold;
  text-align: center;
  margin: 0 auto 1em;
  line-height: 1.25em;
  max-width: 750px;
}
.championship-brackets a {
  white-space: nowrap;
}
.championship-brackets a:after {
  content: " | ";
  color: #000;
  font-weight: normal;
}
.championship-brackets a:last-of-type:after,
.championship-brackets a.no-separator:after {
  content: "";
}
.standingsContainer .top-games-container h2 {
  text-align: center;
}
.standingsContainer .top-games-container .topgames-table {
  margin: 0 auto 1em;
}
.standingsContainer .top-games-container .topgames-table img {
  position: relative;
  top: -2px;
}
@media (max-width: 950px) {
  .standingsContainer .top-games-container .topgames-table {
    width: 80%;
    float: none;
    margin: 0 auto 1em;
  }
}
@media (max-width: 950px) {
  .standingsContainer .top-games-container .topgames-table {
    width: 98%;
  }
}