/*NC Live Center Extension CSS*/
/*Begin extension CSS 3257, 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 3257, Scoreboard Renderer*/

/*Begin extension CSS 3259, 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 3259, Multisport scoreboard Renderer*/

/*Begin extension CSS 3260, Translations*/

/*End extension CSS 3260, Translations*/

/*Begin extension CSS 3263, Smartembed inline renderer*/

/*End extension CSS 3263, Smartembed inline renderer*/

/*Begin extension CSS 3266, Smartembed post renderer*/

/*End extension CSS 3266, Smartembed post renderer*/

/*Begin extension CSS 3267, 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 3267, Amedia theme*/

/*Begin extension CSS 9195, User contribution*/
//Not IN Use//

.ncpost-new-comment-panel{margin-top:10px;margin-bottom:10px}.ncpost-new-comment-panel ::placeholder{color:#b7b7b7}.ncpost-new-comment-panel .ncpost-question-container{text-align:right;position:relative;padding-bottom:40px;padding-top:0;text-align:center}.ncpost-new-comment-panel .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}.ncpost-new-comment-panel .ncpost-question-container .ncpost-new-comment-toggle svg{display:none}.ncpost-new-comment-panel .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}.ncpost-new-comment-panel .ncpost-question-container .ncpost-input-field{background-color:#fff}.ncpost-new-comment-panel .ncpost-question-container .ncpost-submit{margin-top:20px}.ncpost-new-comment-panel .ncpost-input-field{display:block;width:100%;padding:13px 15px;border:1px solid #eee;box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.15);border-radius:4px;margin-bottom:10px;outline:none}.ncpost-new-comment-panel .hidden-image-input{display:none}.ncpost-new-comment-panel .img-upload-wrapper{border: 1px solid #292827;
    border-radius: 4px;
    background-color: #f2f2f2;
    height: 42px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    /* font-weight: 700; */
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;}.ncpost-new-comment-panel .img-upload-wrapper span{margin-left:5px}.ncpost-new-comment-panel .inline-button{border-radius:4px;float:right;display:inline-flex;align-items:center;justify-content:center;margin-left:4px;cursor:pointer;position:absolute;top:10px;right:10px}.ncpost-new-comment-panel .inline-button svg{fill:#f0086d}.ncpost-new-comment-panel .img-loading-state{top:20px;left:0;right:0;background-color:#f2f2f2;z-index:9;width:100%;padding:10px;margin:auto;text-align:center;border-radius:5px;margin-bottom:15px}.ncpost-new-comment-panel .image-container{background-color:#f2f2f2;z-index:9;width:100%;padding:10px;margin:auto;text-align:center;border-radius:5px;position:relative;margin-bottom:15px}.ncpost-new-comment-panel .image-container img{max-width:100%;max-height:130px}.image-comment-container{text-align:center;padding:10px}.image-comment-container img{max-width:100%;max-height:500px}.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":1663591576} nc */
/*End extension CSS 9195, User contribution*/

/*Begin extension CSS 9730, 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 9730, kondolanse-public-library*/

/*Begin extension CSS 14636, HideReadMore*/

/*End extension CSS 14636, HideReadMore*/

/*Begin extension CSS 15710, 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 15710, User Contribution*/

/*Begin extension CSS 15852, GetAskQuestionButtonText*/

/*End extension CSS 15852, GetAskQuestionButtonText*/

/*Begin extension CSS 17077, Link Card 2.0*/
.ncpost-container .ncpost-link-card {
  border-radius: 0;
  padding: 0;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  min-height: 120px;
  display: inline-block;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.ncpost-container .ncpost-link-card img {
  float: left;
  width: 300px;
  max-height: 100%;
  margin: 0 15px 0 0;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 650px) {
    .ncpost-container .ncpost-link-card img {
      display: block;
      float: none;
      width: 100%;
      max-height: 100%;
      margin: 0;
      border-radius: 5px 5px 0 0;
    }
}

.lc-default-theme .ncpost-content a,
.ncpost-container .ncpost-link-card-info-description {
  text-decoration: none;
  color: #292827;
}

.ncpost-container .ncpost-link-card-info-title {
  font-size: 20px;
  line-height: 27px;
  padding: 15px 15px 0 15px;
  display: block;
  text-decoration: none;
  font-weight: 700;
}

.ncpost-container .ncpost-link-card-info-site {
  font-size: 16px;
  margin: 2px 15px 5px 15px;
  color: #292827;
}

.ncpost-container .ncpost-link-card-info-description {
  font-size: 16px;
  margin: 0 15px 15px 15px;
}

/*End extension CSS 17077, Link Card 2.0*/


.nc-lc-extensions-css{ display: block }