/*NC Live Center Extension CSS*/
/*Begin extension CSS 5834, 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 5834, Multisport scoreboard Renderer*/

/*Begin extension CSS 5835, Translations*/

/*End extension CSS 5835, Translations*/

/*Begin extension CSS 5838, Smartembed inline renderer*/

/*End extension CSS 5838, Smartembed inline renderer*/

/*Begin extension CSS 5839, Smartembed library loader*/

/*End extension CSS 5839, Smartembed library loader*/

/*Begin extension CSS 5840, Smartembed post renderer*/

/*End extension CSS 5840, Smartembed post renderer*/

/*Begin extension CSS 5841, Amedia theme*/
.lc-default-theme{padding:0}.lc-default-theme .ncpost-content.ncpost-top-text-container{margin:0;margin-bottom:40px}@media(max-width:600px){.lc-default-theme .ncpost-content.ncpost-top-text-container{margin-left:15px;margin-right:15px}}.lc-default-theme button{outline:none!important}.lc-default-theme .ncpost-linked-close{background-color:#292827;border-radius:4px;border:0;font-family:'Open Sans',sans-serif;font-weight:400;text-align:center;color:#fff;cursor:pointer;padding:10px 30px}.lc-default-theme .feed-toptext{padding:20px;background-color:#fff;border-radius:5px;margin:30px 0}.lc-default-theme #master-container{font-family:'Open Sans',sans-serif;color:#292827;font-size:17px}.lc-default-theme .ncpost-countdown-element{background-color:#fff;border-radius:5px;display:block;text-align:center;position:relative;padding:20px 20px 50px 20px;box-shadow:0 2px 6px 0 rgba(0,0,0,.2);margin-bottom:25px}.lc-default-theme .ncpost-countdown-element .ncpost-countdown-title{display:block;color:#292827;font-size:17px;margin-bottom:5px}.lc-default-theme .ncpost-countdown-element .ncpost-countdown-time{display:block;position:absolute;bottom:20px;right:0;left:0;margin:auto;color:#292827;font-size:24px;font-weight:700}.lc-default-theme .ncpost-input-label{text-align:left;font-size:15px;margin-bottom:3px}.lc-default-theme .ncpost-input-field{font-family:'Open Sans',sans-serif;font-size:inherit;border:1px solid rgba(0,0,0,.1);box-shadow:none;border-radius:0;padding:9px 13px;margin-bottom:15px}.lc-default-theme .ncpost-submit{font-family:'Open Sans',sans-serif;font-size:15px;padding:10px;border-radius:4px;background-color:#292827;outline:none;border:1px solid #292827;margin:20px 10px 0 10px;width:120px}.lc-default-theme .ncpost-close{font-family:'Open Sans',sans-serif;background-color:transparent;color:#292827;font-size:15px;padding:10px;border-radius:4px;border:1px solid #292827;outline:none;width:120px;margin:20px 10px 0 10px;cursor:pointer}.lc-default-theme .ncpost-question-container{text-align:right;position:relative;padding-bottom:40px;padding-top:0;text-align:center}.lc-default-theme .ncpost-question-container .ncpost-new-comment-toggle{color:#292827;text-decoration:none;font-size:15px;padding:9px 30px;border:1px solid #292827;border-radius:5px;margin:0}.lc-default-theme .ncpost-question-container .ncpost-new-comment-toggle svg{display:none}.lc-default-theme .ncpost-question-container .ncpost-new-comment-panel{background-color:#f7f5f1;text-align:center;margin-top:-60px;padding-top:25px;position:relative;z-index:2;border-top:1px solid #d8d8d8}.lc-default-theme .ncpost-question-container .ncpost-input-field{background-color:#fff}.lc-default-theme .ncpost-question-container .ncpost-submit{margin-top:20px}.lc-default-theme .ncpost-linked{border-bottom:1px solid #d8d8d8;margin-bottom:40px}.lc-default-theme .ncpost-linked.ncpost-pinned .ncpost-container{background-color:#fff;margin-bottom:40px}.lc-default-theme .ncpost-linked.ncpost-pinned .ncpost-container .ncpost-header{padding:15px}.lc-default-theme .ncpost-linked.ncpost-pinned .ncpost-container .ncpost-header::before{display:none}.lc-default-theme .ncpost-linked.ncpost-pinned .ncpost-container .ncpost-header .ncpost-timestamp{color:#292827}.lc-default-theme .ncpost-linked.ncpost-pinned .ncpost-container .ncpost-header .ncpost-timestamp a{color:#292827}.lc-default-theme .ncpost-linked.ncpost-pinned .ncpost-container .ncpost-header .ncpost-timestamp a:visited{color:#292827}.lc-default-theme .ncpost-pinned{margin-top:20px;position:relative}.lc-default-theme .ncpost-pinned .ncpost-container{background-color:#fff}.lc-default-theme .ncpost-pinned .ncpost-container .ncpost-header{position:relative;padding-left:40px}.lc-default-theme .ncpost-pinned .ncpost-container .ncpost-header::before{display:block;content:url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='26' width='22' fill= 'rgb(210, 0, 0)'> <path d='M10.5992 15.4173L8.48058 14.1942L8.47816 14.1983C8.4498 14.2378 6.24791 17.1814 5.29749 22.1538L5.29507 22.1579L5.29749 22.1538C9.13092 18.8403 10.5767 15.4658 10.5992 15.4173Z'/> <path d='M14.1746 11.9994L13.8522 11.8132L9.63177 9.37659L9.30938 9.19045C9.30938 9.19045 5.51734 8.99967 4.43903 11.4475L7.43685 13.1783L11.6531 15.6125L14.6509 17.3433C16.2358 15.188 14.1746 11.9994 14.1746 11.9994Z' /> <path d='M16.5492 7.87708L11.6924 5.073L9.50955 8.85377L14.3664 11.6579L16.5492 7.87708Z' /> <path d='M11.8879 4.73368L16.7447 7.53776C16.7447 7.53776 19.3447 7.84977 20.1328 5.25673L18.0687 4.06499L14.2335 1.85074L12.1693 0.659001C10.3177 2.63805 11.8879 4.73368 11.8879 4.73368Z'/>  </svg>");background-size:28px 28px;position:absolute;left:11px;top:12px}.lc-default-theme .ncpost-pinned .ncpost-container .ncpost-header .ncpost-timestamp{color:#d20000}.lc-default-theme .ncpost-pinned .ncpost-container .ncpost-header .ncpost-timestamp a{color:#d20000}.lc-default-theme .ncpost-pinned .ncpost-container .ncpost-header .ncpost-timestamp a:visited{color:#d20000}.lc-default-theme .ncpost-container{padding:0;margin-bottom:25px;border-radius:5px;box-shadow:0 2px 6px 0 rgba(0,0,0,.2);background-color:#fff}.lc-default-theme .ncpost-container.breaking{background-color:#ffd700}.lc-default-theme .ncpost-container.breaking .ncpost-comments-container .ncpost-comment{background-color:rgba(255,255,255,.49)}.lc-default-theme .ncpost-container .ncpost-header{padding:15px;margin-bottom:16px;font-size:14px;border-bottom:1px solid rgba(0,0,0,.1)}.lc-default-theme .ncpost-container .ncpost-header .ncpost-timestamp a{color:#292827}.lc-default-theme .ncpost-container .ncpost-header .ncpost-timestamp a:visited{color:#292827}.lc-default-theme .ncpost-container .ncpost-header .ncpost-timestamp{color:#000;width:auto;margin-right:10px}.lc-default-theme .ncpost-container .ncpost-header .ncpost-timestamp .ncpost-timestamp-clock{display:none}.lc-default-theme .ncpost-container .ncpost-header .ncpost-byline{color:#292827}.lc-default-theme .ncpost-container .ncpost-comments-container .ncpost-comment{margin:0 15px 15px 15px;font-size:16px;background-color:#f6f5f1}.lc-default-theme .ncpost-container .ncpost-comments-container svg{fill:#292827}.lc-default-theme .ncpost-container .ncpost-comments-container .ncpost-new-comment-panel{margin:10px 15px 15px 15px}.lc-default-theme .ncpost-container .ncpost-comments-container .ncpost-new-comment-panel .ncpost-input-field{background-color:#f6f5f1}.lc-default-theme .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle{font-size:15px;margin:0;border-top:1px solid rgba(0,0,0,.1);padding:15px;padding-top:11px;padding-bottom:18px;font-size:14px;display:block;text-decoration:underline;color:#292827;line-height:14px}.lc-default-theme .ncpost-container .ncpost-comments-container .ncpost-close{margin-top:15px;margin-left:0}.lc-default-theme .ncpost-container .ncpost-comments-container .ncpost-submit{margin-top:15px}.lc-default-theme .ncpost-container .ncpost-title{margin:0 15px;font-weight:700;display:inline-block;font-size:21px;line-height:28px;width:auto}.lc-default-theme .ncpost-container .ncpost-breaking{margin:0 15px;padding:0;background-color:#ffd700}.lc-default-theme .ncpost-container .ncpost-link{border-radius:0;padding:0;border:1px solid #e4e4e4;border-radius:5px;min-height:120px;display:inline-block;margin:15px;width:-moz-available;width:-webkit-fill-available;width:fill-available}.lc-default-theme .ncpost-container .ncpost-link img{float:left;width:300px;max-height:100%;margin:0 15px 0 0;border-radius:5px 0 0 5px}.lc-default-theme .ncpost-container .ncpost-link a,.lc-default-theme .ncpost-container .ncpost-link a:visited,.lc-default-theme .ncpost-container .ncpost-link a:active{text-decoration:none;font-weight:700;color:#000}.lc-default-theme .ncpost-container .ncpost-link .ncpost-link-title{font-size:20px;line-height:27px;padding:15px 15px 0 15px;display:block;text-decoration:none}.lc-default-theme .ncpost-container .ncpost-link .ncpost-link-site{font-size:16px;margin:2px 15px 5px 15px;color:#292827}.lc-default-theme .ncpost-container .ncpost-link .ncpost-link-desc{font-size:16px;margin:0 15px 15px 15px}.lc-default-theme .ncpost-container .ncpost-link.sublink{margin:15px;background-color:#fff}.lc-default-theme .ncpost-container .ncpost-image-container{margin:0 20px 20px 20px}.lc-default-theme .ncpost-container .ncpost-image{max-width:100%;max-height:unset;padding:5px 0;padding-left:0;padding-right:0;margin-right:auto;display:block;margin-left:auto}.lc-default-theme .ncpost-container .ncpost-image-byline{text-align:left;font-weight:400;margin:5px 0 15px 0;margin-top:0}.lc-default-theme .ncpost-container .ncpost-image-byline .ncpost-image-byline-description{font-size:15px;line-height:20px;display:inline-block;padding-right:10px;color:#292827}.lc-default-theme .ncpost-container .ncpost-image-byline .ncpost-image-byline-source{font-size:13px;line-height:18px;display:inline-block;color:#292827;padding-left:0}.lc-default-theme .ncpost-container .ncpost-tags .ncpost-tagquantele{margin-right:20px;padding-bottom:10px}.lc-default-theme .ncpost-container .ncpost-instagram-oembed-container iframe{display:unset!important}.lc-default-theme .ncpost-content{margin:15px;line-height:1.5}.lc-default-theme .ncpost-content a{font-weight:inherit;color:#292827;text-decoration:underline}.lc-default-theme .ncpost-content p{margin:15px 0;font-weight:400}.lc-default-theme .ncpost-content h5{font-size:19px;margin:15px 0;line-height:26px}.lc-default-theme .ncpost-content ol,.lc-default-theme .ncpost-content ul{text-align:left;margin:15px 0;padding-left:35px}.lc-default-theme .ncpost-content blockquote{font-family:'Open Sans',sans-serif;font-style:italic;font-size:19px;border-left:4px solid #292827;padding:0 0 3px 10px;margin-top:10px}.lc-default-theme .ncpost-content blockquote p{margin:0}.lc-default-theme .ncpost-content twitter-widget{margin-left:auto;margin-right:auto;display:block}.lc-default-theme .lc-feed-container{padding:0 0 15px 0}.lc-default-theme .lc-feed-container .lc-load-more{background-color:#292827;border-radius:4px;border:0;font-family:'Open Sans',sans-serif;font-weight:400;text-align:center;color:#fff;cursor:pointer;padding:10px 30px}@media(max-width:650px){.lc-default-theme .ncpost-container .ncpost-link img{display:block;float:none;width:100%;max-height:100%;margin:0;border-radius:5px 5px 0 0}}.lc-default-theme .condolence-feed .ncpost-container .ncpost-header .ncpost-byline{opacity:0}.lc-default-theme .condolence-feed .ncpost-new-comment-toggle{}.lc-default-theme .ncpost-smartembed-container{padding:0;margin:20px 20px 5px 20px}.lc-default-theme .ncpost-container .ncpost-image-container{margin:20px 20px 5px 20px}.lc-default-theme .ncpost-container .ncpost-image-container .ncpost-image{padding:0}

/* nc {"timeUtc":1680025467} nc */
/*End extension CSS 5841, Amedia theme*/

/*Begin extension CSS 5845, Scoreboard Renderer*/
.scorecard-container {
    background-color: transparent;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 35px;
}

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

.scoreboard-container-scores {
    display: flex;
    justify-content: center;
}

.nc-team-image {
    max-width: 115px;
    max-height: 115px;
    padding-bottom: 10px;
}

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

.score-icon {
    background: #333;
    font-size: 34px;
    color: white;
    width: 90px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}

    .score-icon:first-child {
        border-right: 1px solid #ebebeb;
    }

.description {
    background: #333;
    text-align: center;
    font-weight: 700;
    text-align: center;
    color: white;
    margin: 0 0 12px 0;
    padding: 15px;
}

.team {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}

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

.team-mobile {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
}

.scorers:first-child {
    border-right: 1px solid #575757;
    text-align: right;
}

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

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

    .scorers:first-child {
        border-right: none;
        text-align: left;
    }

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

    .team {
        display: none;
    }

    .team-mobile-list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}

.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;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}



.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 5845, Scoreboard Renderer*/

/*Begin extension CSS 16299, Smartembed Inline Rendere*/

/*End extension CSS 16299, Smartembed Inline Rendere*/

/*Begin extension CSS 16302, Football*/
.nc-football-scoreboard{background-color:#fff;border-radius:10px;margin:30px 0;padding:30px;font-family:Open Sans;box-shadow:0 2px 10px #0000001a}.nc-football-scoreboard svg{width:20px}.nc-football-scoreboard-team-info{justify-content:space-between;align-items:center;display:flex}.nc-football-scoreboard-team{width:35%;align-items:center;display:flex}.nc-football-scoreboard-team:last-child{justify-content:end}.nc-football-scoreboard-team-image{width:50px;height:50px;background-repeat:no-repeat;background-size:cover}.nc-football-scoreboard-team-name{margin:0 20px;font-size:16px;font-weight:900}.nc-football-scoreboard-scorebox{text-align:center}.nc-football-scoreboard-quarter{text-transform:uppercase;color:#e90052;margin:15px 0 0;font-size:13px;font-weight:700}.nc-football-scoreboard-scores{color:#fff;background-color:#222;padding:15px 10px;font-size:40px;font-weight:900;display:flex}.nc-football-scoreboard-score{width:38px;line-height:1}.nc-football-scoreboard-goals-container{justify-content:center;margin:15px 0;display:flex}.nc-football-scoreboard-separation{width:1px;background-color:#ccc}.nc-football-scoreboard-goals{padding:0 30px}.nc-football-scoreboard-goal{margin:5px 0;display:flex}.nc-football-scoreboard-goal-name{margin-right:5px}.nc-football-scoreboard .game-event-timeline{margin-top:40px;display:flex;position:relative}.nc-football-scoreboard .game-event-timeline .timeline-team-info{padding-right:7px}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team{align-items:center;padding:5.5px 0;display:flex}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-code{text-transform:uppercase;font-size:12px;font-weight:900}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-image{width:25px;height:25px;background-color:#ccc;background-position:50%;background-size:cover;margin-right:7px}.nc-football-scoreboard .game-event-timeline .timeline-group{z-index:2;width:100%;align-items:center;display:flex;position:relative}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info{visibility:hidden;white-space:nowrap;opacity:0;background-color:#f3f3f3;border-radius:24px;align-items:center;padding:10px 15px;font-weight:900;transition:all .5s;display:flex;position:absolute;left:-24px;box-shadow:0 1px 1px #0000001a}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info span{align-items:center;margin-right:5px;display:flex}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark{cursor:pointer;background-color:#fff;font-size:12px;font-weight:900;position:absolute}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark:hover .hovered-info{opacity:1;visibility:visible}.nc-football-scoreboard .game-event-timeline .timeline-group svg{width:15px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above{position:absolute;top:-15px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info{top:-44px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below{position:absolute;top:24px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info{bottom:-39px}.nc-football-scoreboard .game-event-timeline .line{width:100%;border-bottom:1px solid #ccc;position:absolute;bottom:35px}.nc-football-scoreboard.dark-theme{color:#fff;background-color:#222;padding-top:10px}.nc-football-scoreboard.dark-theme .event-mark{background-color:#222!important}.nc-football-scoreboard.dark-theme .line{border-bottom:1px solid #434343!important}.nc-football-scoreboard.dark-theme .hovered-info{background-color:#000!important}.nc-football-scoreboard.dark-theme .nc-football-scoreboard-separation{background-color:#434343!important}.nc-football-scoreboard.dark-theme .goal{stroke:#eee}
/*End extension CSS 16302, Football*/

/*Begin extension CSS 16303, kondolanse-public-library*/
.lc-default-theme .condolence-feed .ncpost-container .ncpost-header .ncpost-byline{opacity:0;}.lc-default-theme .condolence-feed .ncpost-container .ncpost-new-comment-toggle{display:none !important;}.lc-default-theme .condolence-feed .ncpost-channelcontent-container .ncpost-quetsion-container .ncpost-new-comment-toggle{display:block !important;}
/*End extension CSS 16303, kondolanse-public-library*/

/*Begin extension CSS 16305, User Contribution*/
.ncpost-user-contribution{margin:15px 0}.ncpost-user-contribution .ncpost-user-comment{padding:15px;background-color:#f7f7f7;border-radius:5px;border-radius:10px 10px 10px 0}.ncpost-user-contribution .ncpost-user-reply{padding:15px;border-radius:10px 10px 0 10px;position:relative;background-color:#d5f3ff;margin-bottom:10px}.ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created{color:#236c8a!important}.ncpost-user-contribution .ncpost-user-reply:last-child{margin-bottom:0}.ncpost-user-contribution .ncpost-user-replies{padding-left:50px;margin-top:10px;position:relative}.ncpost-user-contribution .ncpost-comment-info{display:flex;justify-content:space-between;margin-bottom:5px}.ncpost-user-contribution .ncpost-comment-name{font-weight:700}.ncpost-user-contribution .ncpost-comment-created{color:#a7a7a7;font-size:13px}.ncpost-user-contribution .ncpost-comment-image{margin-top:10px;max-width:450px;border-radius:8px;overflow:hidden}.ncpost-user-contribution .ncpost-comment-image img{width:100%}.ncpost-questions-container{margin-bottom:20px}.ncpost-questions-container .ncpost-user-comment{background-color:#fff;padding:20px;border-radius:10px 10px 10px 0;box-shadow:0 2px 2px rgba(0,0,0,.1)}.ncpost-questions-container .ncpost-user-reply{background-color:#008cba;color:#fff;border-radius:10px 10px 0 10px;margin-bottom:10px}.ncpost-questions-container .ncpost-user-reply .ncpost-comment-created{color:#93e4ff!important}.ncpost-questions-container .ncpost-user-reply:last-child{margin:0}.ncpost-question-container{margin:20px 0}.ncpost-question-container .ncpost-new-comment-toggle{border:1px solid #008cba;padding:10px 15px;border-radius:5px;color:#008cba;font-size:13px}.ncpost-container .ncpost-new-comment-toggle{color:#008cba;font-size:13px}.ncpost-new-comment-panel{position:relative}.ncpost-new-comment-panel input{font-family:inherit;font-size:inherit}.ncpost-new-comment-panel textarea{font-family:inherit;font-size:inherit;resize:none;height:100px}.ncpost-new-comment-panel .ncpost-submit{border-radius:5px;line-height:1.5;padding:10px 15px;font-family:inherit;font-size:13px}.ncpost-new-comment-panel .ncpost-upload-button{cursor:pointer;position:absolute;top:170px;right:10px;border:0;padding:10px;display:inline-flex;align-items:center;justify-content:center;background-color:transparent}.ncpost-new-comment-panel .ncpost-upload-button svg{fill:#909090}.ncpost-new-comment-panel .ncpost-upload-image{margin:15px 0}.ncpost-new-comment-panel .ncpost-upload-image div{width:200px;display:flex}.ncpost-new-comment-panel .ncpost-upload-image div img{width:100%;margin-right:5px}.ncpost-new-comment-panel .ncpost-upload-image div svg{fill:#909090;cursor:pointer}

/* nc {"timeUtc":1681383437} nc */
/*End extension CSS 16305, User Contribution*/

/*Begin extension CSS 16306, HideReadMore*/

/*End extension CSS 16306, HideReadMore*/

/*Begin extension CSS 16307, GetAskQuestionButtonText*/

/*End extension CSS 16307, GetAskQuestionButtonText*/

/*Begin extension CSS 16308, Sorting options*/
.ncposts-sorter{display:flex;justify-content:flex-end;align-items:center;margin:20px 0;}.ncposts-sorter .ncpost-toggle-group{display:flex;position:relative;transition:transform 5s ease;}.ncposts-sorter .ncpost-toggle-group .toggle-label{display:flex;align-items:center;justify-content:center;width:60px;height:35px;transition:transform 5s ease;cursor:pointer;}.ncposts-sorter .ncpost-toggle-group .toggle-label.active{background-color:rgba(0,0,0,.05);border-radius:5px;cursor:pointer;}
/*End extension CSS 16308, Sorting options*/

/*Begin extension CSS 16309, UC - Latest*/
.ncpost-user-contribution {
    margin: 15px 0;
  }
  .ncpost-user-contribution .ncpost-user-comment {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 5px;
    border-radius: 10px 10px 10px 0;
  }
  .ncpost-user-contribution .ncpost-user-reply {
    padding: 15px;
    border-radius: 10px 10px 0 10px;
    position: relative;
    background-color: #d5f3ff;
    margin-bottom: 10px;
  }
  .ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created {
    color: #236c8a !important;
  }
  .ncpost-user-contribution .ncpost-user-reply:last-child {
    margin-bottom: 0;
  }
  .ncpost-user-contribution .ncpost-user-replies {
    padding-left: 50px;
    margin-top: 10px;
    position: relative;
  }
  .ncpost-user-contribution .ncpost-comment-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .ncpost-user-contribution .ncpost-comment-name {
    font-weight: 700;
  }
  .ncpost-user-contribution .ncpost-comment-created {
    color: #a7a7a7;
    font-size: 13px;
  }
  .ncpost-user-contribution .ncpost-comment-image {
    margin-top: 10px;
    max-width: 230px;
    border-radius: 8px;
    overflow: hidden;
  }
  .ncpost-user-contribution .ncpost-comment-image img {
    width: 100%;
  }
  .ncpost-questions-container {
    margin-bottom: 20px;
  }
  .ncpost-questions-container .ncpost-user-comment {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px 10px 10px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  .ncpost-questions-container .ncpost-user-reply {
    background-color: #008cba;
    color: #fff;
    border-radius: 10px 10px 0 10px;
    margin-bottom: 10px;
  }
  .ncpost-questions-container .ncpost-user-reply .ncpost-comment-created {
    color: #93e4ff !important;
  }
  .ncpost-questions-container .ncpost-user-reply:last-child {
    margin: 0;
  }
  .ncpost-question-container {
    margin: 20px 0;
  }
  .ncpost-question-container .ncpost-new-comment-toggle {
    border: 1px solid #008cba;
    padding: 10px 15px;
    border-radius: 5px;
    color: #008cba;
    font-size: 13px;
  }
  .ncpost-container .ncpost-new-comment-toggle {
    color: #008cba;
    font-size: 13px;
  }
  .ncpost-new-comment-panel {
    position: relative;
  }
  .ncpost-new-comment-panel input {
    font-family: inherit;
    font-size: inherit;
  }
  .ncpost-new-comment-panel textarea {
    font-family: inherit;
    font-size: inherit;
    resize: none;
    height: 100px;
  }
  .ncpost-new-comment-panel .ncpost-submit {
    border-radius: 5px;
    line-height: 1.5;
    padding: 10px 15px;
    font-family: inherit;
    font-size: 13px;
  }
  .ncpost-new-comment-panel .ncpost-upload-button {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 0;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }
  .ncpost-new-comment-panel .ncpost-upload-button svg {
    fill: #909090;
  }
  .ncpost-new-comment-panel .ncpost-upload-image {
    margin: 15px 0;
  }
  .ncpost-new-comment-panel .ncpost-upload-image div {
    width: 200px;
    display: flex;
  }
  .ncpost-new-comment-panel .ncpost-upload-image div img {
    width: 100%;
    margin-right: 5px;
  }
  .ncpost-new-comment-panel .ncpost-upload-image div svg {
    fill: #909090;
    cursor: pointer;
  }
  .ncpost-user-contribution {
    margin: 15px 0;
  }
  .ncpost-user-contribution .ncpost-user-comment {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 5px;
    border-radius: 10px 10px 10px 0;
  }
  .ncpost-user-contribution .ncpost-user-reply {
    padding: 15px;
    border-radius: 10px 10px 0 10px;
    position: relative;
    background-color: #d5f3ff;
    margin-bottom: 10px;
  }
  .ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created {
    color: #236c8a !important;
  }
  .ncpost-user-contribution .ncpost-user-reply:last-child {
    margin-bottom: 0;
  }
  .ncpost-user-contribution .ncpost-user-replies {
    padding-left: 50px;
    margin-top: 10px;
    position: relative;
  }
  .ncpost-user-contribution .ncpost-comment-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .ncpost-user-contribution .ncpost-comment-name {
    font-weight: 700;
  }
  .ncpost-user-contribution .ncpost-comment-created {
    color: #a7a7a7;
    font-size: 13px;
  }
  .ncpost-user-contribution .ncpost-comment-image {
    margin-top: 10px;
    max-width: 230px;
    border-radius: 8px;
    overflow: hidden;
  }
  .ncpost-user-contribution .ncpost-comment-image img {
    width: 100%;
  }
  .ncpost-questions-container {
    margin-bottom: 20px;
  }
  .ncpost-questions-container .ncpost-user-comment {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px 10px 10px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  .ncpost-questions-container .ncpost-user-reply {
    background-color: #008cba;
    color: #fff;
    border-radius: 10px 10px 0 10px;
    margin-bottom: 10px;
  }
  .ncpost-questions-container .ncpost-user-reply .ncpost-comment-created {
    color: #93e4ff !important;
  }
  .ncpost-questions-container .ncpost-user-reply:last-child {
    margin: 0;
  }
  .ncpost-question-container {
    margin: 20px 0;
  }
  .ncpost-question-container .ncpost-new-comment-toggle {
    border: 1px solid #008cba;
    padding: 10px 15px;
    border-radius: 5px;
    color: #008cba;
    font-size: 13px;
  }
  .ncpost-container .ncpost-new-comment-toggle {
    color: #008cba;
    font-size: 13px;
  }
  .ncpost-new-comment-panel {
    position: relative;
  }
  .ncpost-new-comment-panel input {
    font-family: inherit;
    font-size: inherit;
  }
  .ncpost-new-comment-panel textarea {
    font-family: inherit;
    font-size: inherit;
    resize: none;
    height: 100px;
  }
  .ncpost-new-comment-panel .ncpost-submit {
    border-radius: 5px;
    line-height: 1.5;
    padding: 10px 15px;
    font-family: inherit;
    font-size: 13px;
  }
  .ncpost-new-comment-panel .ncpost-upload-button {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 0;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }
  .ncpost-new-comment-panel .ncpost-upload-button svg {
    fill: #909090;
  }
  .ncpost-new-comment-panel .ncpost-upload-image {
    margin: 15px 0;
  }
  .ncpost-new-comment-panel .ncpost-upload-image div {
    width: 200px;
    display: flex;
  }
  .ncpost-new-comment-panel .ncpost-upload-image div img {
    width: 100%;
    margin-right: 5px;
  }
  .ncpost-new-comment-panel .ncpost-upload-image div svg {
    fill: #909090;
    cursor: pointer;
  }
/*End extension CSS 16309, UC - Latest*/


.nc-lc-extensions-css{ display: block }