/*NC Live Center Extension CSS*/
/*Begin extension CSS 2180, Multisport scoreboard renderer*/
.nc-sc-advanced-rendered {
  margin-bottom: 30px;
  position:relative;
  z-index:2;
}

.nc-sc-advanced-header {
  color: #fff;
  position: relative;
  font-size: 18px;
}

.resp-table {
  color: #cc0066;
  font-size: 50px;
}
.nc-sc-textarea-container {
  color: #fff;
  text-align: justify;
  padding: 10px 30px;
}

@media screen and (min-width: 768px) {
  .nc-sc-advanced-header.toggled .nc-sc-team-image {
    height: 60px;
    max-width: 100%;
    display: block;
  }

  .nc-sc-advanced-header.toggled .nc-sc-team-name {
    vertical-align: bottom;
  }

  .nc-sc-advanced-header.toggled .nc-sc-team-scores {
    line-height: 70px;
    height: 76px;
  }
  .nc-sc-advanced-header.toggled .nc-sc-team-scores-resp {
    line-height: 70px;
    height: 76px;
  }

  .nc-sc-advanced-header.toggled .nc-sc-team1-header,
  .nc-sc-advanced-header.toggled .nc-sc-team2-header {
    height: unset;
  }
}

.nc-sc-team1-header {
  padding-left: 5px;
  width: 35%;
  text-align: left;
  background: #fff;
  height: 40px;
}

.nc-sc-team2-header {
  padding-right: 5px;
  text-align: right;
  background: #fff;
  width: 35%;
  height: 40px;
  vertical-align: top;
}

.nc-sc-team1-header,
.nc-sc-team2-header {
  display: none;
}

.nc-sc-team1-header-mobile,
.nc-sc-team2-header-mobile {
  display: inline-block;
  width: 35%;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.nc-sc-team1-header-mobile {
  text-align: left;
}
.nc-sc-team2-header-mobile {
  text-align: right;
}

.nc-sc-team-image-container-mobile {
}

.nc-sc-team-image-mobile {
  height: 30px;
  max-width: 100px;
}

.nc-sc-team-name-mobile {
  color: #888888;
  padding-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nc-sc-team-scores {
  width: 30%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 76px;
  line-height: 70px;
  color: #fff;
  font-size: 25px;
  background: #333;
}
.nc-sc-team-scores-resp {
  width: 30%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 71px;
  line-height: 70px;
  font-size: 21px;
  background: #333;
}
.nc-sc-team1-score {
  display: inline-block;
  font-weight: bold;
}

.nc-sc-score-space {
  display: inline-block;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.nc-sc-team2-score {
  display: inline-block;
  font-weight: bold;
}

.nc-sc-team-image-container {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
  max-width: 35%;
}

.nc-sc-team-image {
  height: 30px;
  max-width: 100px;
  display: inline-block;
}

.nc-sc-team-name {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  line-height: 40px;
  color: #888888;

  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.nc-sc-advanced-toggle-1 {
  cursor: pointer;
  color: #14b0e6;
  line-height: 20px;
  text-align: center;
  background: #333;
  font-size: 14px;
  margin-top: -5px;
}

.nc-sc-advanced-content {
  background: #333;
}

.nc-sc-advanced-table {
  padding: 10px;
  padding-top: 0;
  background: #333;
}
.nc-sc-advanced-table table {
  min-width: 250px;
  font-size: 15px;
  margin: auto;
}

.nc-sc-advanced-table thead {
  border-bottom: 1px solid #bbbbbb;
}

.nc-sc-advanced-table th {
  color: #bbbbbb;
  font-weight: normal;
}

.nc-sc-advanced-table td {
  color: #fff;
}

.nc-sc-advanced-table th,
.nc-sc-advanced-table td {
  padding-left: 5px;
  padding-right: 5px;
}

.nc-sc-full-toggle {
  cursor: pointer;
  text-align: center;
  border-top: 1px dotted #909090;
  color: #14b0e6;
  margin-left: 15px;
  margin-right: 15px;
}

.nc-sc-team1-full,
.nc-sc-team2-full,
.nc-sc-team2-full-mobile {
  display: none;
  width: 50%;
  vertical-align: top;
  padding: 10px;
}

.nc-sc-team1-full.toggled,
.nc-sc-team2-full-mobile.toggled {
  display: block;
  width: 100%;
}

.nc-sc-team1-full.toggled table,
.nc-sc-team2-full.toggled table,
.nc-sc-team2-full-mobile table {
  text-align: left;
  width: 100%;
}

.nc-sc-team1-full.toggled table th,
.nc-sc-team2-full.toggled table th,
.nc-sc-team2-full-mobile table th {
  text-align: left;
}

.nc-sc-team1-full table,
.nc-sc-team2-full table,
.nc-sc-team2-full-mobile table {
  font-size: 15px;
}

.nc-sc-team2-full table {
  text-align: right;
}

.nc-sc-team2-full table th {
  text-align: right;
  width: 100%;
}

.nc-sc-team1-full table {
  text-align: left;
}

.nc-sc-team1-full table td,
.nc-sc-team2-full table td,
.nc-sc-team2-full-mobile table td {
  color: #fff;
  font-weight: normal;
}

.nc-sc-team1-full table th,
.nc-sc-team2-full table th,
.nc-sc-team2-full-mobile table th {
  color: #bbbbbb;
  font-weight: normal;
}

.nc-sc-team1-full table th,
.nc-sc-team1-full table td,
.nc-sc-team2-full table td,
.nc-sc-team2-full table th,
.nc-sc-team2-full-mobile table td,
.nc-sc-team2-full-mobile table th {
  padding-left: 5px;
  padding-right: 5px;
}

.nc-sc-team-name-full {
  display: none;
  color: #fff;
  padding-left: 13px;
  font-size: 17px;
}

.nc-sc-team-name-full.toggled {
  display: block;
}

@media screen and (min-width: 480px) {
  .nc-sc-team-scores {
    line-height: 40px;
    height: 40px;
    font-size: 25px;
    width: 20%;
  }

  .nc-sc-team-scores-resp {
    line-height: 40px;
    height: 40px;
    font-size: 22px;
    width: 20%;
  }

  .nc-sc-team1-header,
  .nc-sc-team2-header {
    display: inline-block;
    width: 40%;
  }

  .nc-sc-team1-header-mobile,
  .nc-sc-team2-header-mobile {
    display: none;
  }

  .nc-sc-team-name-full,
  .nc-sc-team-name-full.toggled {
    display: none;
  }

  .nc-sc-team1-full.toggled,
  .nc-sc-team2-full.toggled {
    width: 50%;
    display: inline-block;
  }

  .nc-sc-team2-full-mobile.toggled {
    display: none;
  }

  .nc-sc-team1-full.toggled table {
    text-align: left;
    width: 100%;
  }
  .nc-sc-team2-full.toggled table {
    text-align: right;
    float: right;
    width: 100%;
  }

  .nc-sc-team1-full.toggled table th {
    text-align: left;
  }

  .nc-sc-team2-full.toggled table th {
    text-align: right;
  }

  .nc-sc-advanced-toggle-1 {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .hide-on-mobile{
      display:none;
  }
  .align-left{
      text-align:left;
  }
}

.chevron::before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 10px;
  margin: 8px;
}

.chevron.down:before {
  top: 0;
  transform: rotate(135deg);
}
/*End extension CSS 2180, Multisport scoreboard renderer*/

/*Begin extension CSS 2181, Football scoreboard renderer*/
.scorecard-container {
  background-color: transparent;
  padding: 10px;
  margin-top: 15px;
}

.scoreboard-container-style {
  display: flex;
  justify-content: space-between;
}

.nc-team-image {
  max-width: 100px;
  max-height: 100px;
}

.score-list {
  display: flex;
  justify-content: center;
}

.score-icon {
  background: #333;
  font-size: 34px;
  color: white;
  width: 80px;
  height: 80px;
  margin: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.description {
  text-align: center;
  font-weight: 700;
  text-align: center;
  color: #de4a14;
  margin: 0 0 12px 0;
}

.team {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-mobile-list {
  display: none;
}

.team-mobile {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .score-icon {
    height: 50px;
  }

  .scorer-name,
  .score-point,
  .scorer-time {
    font-size: 11px;
  }

  .scoreboard-container-style {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .team {
    display: none;
  }

  .team-mobile-list {
    display: flex;
    justify-content: space-between;
  }
}

.scorecard-container .scorer-name {
  font-style: italic;
}

.scorecard-container .score-point {
  font-weight: 500;
  padding-right: 5px;
}

.scorecard-container .scorer-time {
  padding-left: 5px;
  font-style: italic;
}

.scorers {
  margin: 10px 0;
}

.flash-now {
  animation-name: flash;
  animation-timing-function: ease-out;
  animation-duration: 2s;
  -webkit-animation-name: flash;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 2s;
}
@-webkit-keyframes flash {
  from {
    background: #43ac6a;
  }
  to {
    background: #333;
  }
}
@keyframes flash {
  0% {
    background: #43ac6a;
  }
  100% {
    background: #333;
  }
}
/*End extension CSS 2181, Football scoreboard renderer*/

/*Begin extension CSS 2410, Translations*/

/*End extension CSS 2410, Translations*/

/*Begin extension CSS 2505, CH Media Theme*/
.lc-default-theme,#ncpost-preview,.lc-white-theme{text-rendering:optimizeLegibility;padding:0;margin:0;background:#fff}.lc-default-theme .scorecard-container .description,#ncpost-preview .scorecard-container .description,.lc-white-theme .scorecard-container .description{color:#333}.lc-default-theme div[class^="nc-sc-advanced"] .chevron,#ncpost-preview div[class^="nc-sc-advanced"] .chevron,.lc-white-theme div[class^="nc-sc-advanced"] .chevron{color:#fff}.lc-default-theme .ncpost-pinned .ncpost-container,#ncpost-preview .ncpost-pinned .ncpost-container,.lc-white-theme .ncpost-pinned .ncpost-container{background:#f1f1f1}.lc-default-theme .ncpost-pinned .ncpost-container .ncpost-timestamp svg,#ncpost-preview .ncpost-pinned .ncpost-container .ncpost-timestamp svg,.lc-white-theme .ncpost-pinned .ncpost-container .ncpost-timestamp svg,.lc-default-theme .ncpost-pinned .ncpost-container .ncpost-timestamp,#ncpost-preview .ncpost-pinned .ncpost-container .ncpost-timestamp,.lc-white-theme .ncpost-pinned .ncpost-container .ncpost-timestamp,.lc-default-theme .ncpost-pinned .ncpost-container .ncpost-byline,#ncpost-preview .ncpost-pinned .ncpost-container .ncpost-byline,.lc-white-theme .ncpost-pinned .ncpost-container .ncpost-byline{color:#333;fill:#333}.lc-default-theme .ncpost-container,#ncpost-preview .ncpost-container,.lc-white-theme .ncpost-container{margin-bottom:35px}.lc-default-theme .ncpost-container a,#ncpost-preview .ncpost-container a,.lc-white-theme .ncpost-container a{color:#0093bf}.lc-default-theme .ncpost-container h5,#ncpost-preview .ncpost-container h5,.lc-white-theme .ncpost-container h5{margin-top:20px;margin-bottom:20px}.lc-default-theme .ncpost-container .ncpost-title,#ncpost-preview .ncpost-container .ncpost-title,.lc-white-theme .ncpost-container .ncpost-title{font-size:26px;line-height:28px;margin-top:10px;margin-bottom:10px}.lc-default-theme .ncpost-container .ncpost-timestamp svg,#ncpost-preview .ncpost-container .ncpost-timestamp svg,.lc-white-theme .ncpost-container .ncpost-timestamp svg,.lc-default-theme .ncpost-container .ncpost-timestamp,#ncpost-preview .ncpost-container .ncpost-timestamp,.lc-white-theme .ncpost-container .ncpost-timestamp,.lc-default-theme .ncpost-container .ncpost-byline,#ncpost-preview .ncpost-container .ncpost-byline,.lc-white-theme .ncpost-container .ncpost-byline{color:#999;fill:#333}.lc-default-theme .ncpost-container .ncpost-new-comment-toggle svg,#ncpost-preview .ncpost-container .ncpost-new-comment-toggle svg,.lc-white-theme .ncpost-container .ncpost-new-comment-toggle svg{fill:#333}.lc-default-theme .ncpost-container blockquote,#ncpost-preview .ncpost-container blockquote,.lc-white-theme .ncpost-container blockquote{border-color:#ddd}.lc-default-theme .lc-load-more,#ncpost-preview .lc-load-more,.lc-white-theme .lc-load-more,.lc-default-theme .lc-load-more:hover,#ncpost-preview .lc-load-more:hover,.lc-white-theme .lc-load-more:hover{background:#999;font-weight:normal;border-radius:3px}

/* nc {"timeUtc":1591604291} nc */
/*End extension CSS 2505, CH Media Theme*/

/*Begin extension CSS 3524, Max post count*/
.instagram-media.instagram-media-rendered {
  min-width: unset !important;
}
/*End extension CSS 3524, Max post count*/

/*Begin extension CSS 3525, CH iOS CSS tweaks*/
#master-container {
max-width: 100%;
}
/*End extension CSS 3525, CH iOS CSS tweaks*/

/*Begin extension CSS 14361, Bunny video*/
.lc-video-stream {
  position: relative;
  height: 303px;
}
.lc-video-stream iframe {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lc-video-stream .bunny-video-info {
  display: none;
}
/*End extension CSS 14361, Bunny video*/

/*Begin extension CSS 14831, Opinary*/

/*End extension CSS 14831, Opinary*/

/*Begin extension CSS 16229, Link card 2.0*/
.ncpost-link-card {
    margin: 15px 0;
    border: 1px solid #E1E1E1;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    text-decoration: unset;
    padding: 20px;
}

.ncpost-link-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

.ncpost-link-card img {
    width: 180px;
    height: 100%;
    object-fit: cover;
}

.ncpost-link-card-info-title {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 3px;
    color: #222;
}

.ncpost-link-card-info-site {
    color: #1E1E1E;
    font-size: 14px;
    margin-bottom: 10px;
}

.ncpost-link-card-info-description {
    color: #7C7C7C;
    font-weight: 400;
    font-size: 13px;
    text-decoration: unset;
}

/*End extension CSS 16229, Link card 2.0*/


.nc-lc-extensions-css{ display: block }