/*NC Live Center Extension CSS*/
/*Begin extension CSS 14891, Avatar */
.ncpost-avatar-container{width:40px;height:40px;position:absolute;left:15px;overflow:hidden}.ncpost-avatar-container .ncpost-avatar-image{width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}.ncpost-avatar-container .ncpost-avatar-image svg{width:100%}.lc-feed-container .ncpost-container{position:relative}.lc-feed-container .ncpost-container .ncpost-header{flex-direction:column-reverse;margin-bottom:20px;display:flex;padding-left:50px!important}.lc-feed-container .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.lc-feed-container .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.lc-feed-container .ncpost-container .ncpost-header svg{display:none!important}.posts-view .ncpost-container{position:relative}.posts-view .ncpost-container .ncpost-header{flex-direction:column-reverse;margin-bottom:20px;display:flex;padding-left:50px!important}.posts-view .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.posts-view .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.posts-view .ncpost-container .ncpost-header svg{display:none!important}
/*End extension CSS 14891, Avatar */

/*Begin extension CSS 14893, Key Events*/
.ncpost-channelcontent-container{margin-bottom:30px;}.ncpost-channelcontent-container .key-events-container .key-event{display:flex;padding:5px 0;}.ncpost-channelcontent-container .key-events-container .key-event-time{white-space:nowrap;text-align:right;margin-right:10px;color:#a5a5a5;display:flex;align-items:center;}.ncpost-channelcontent-container .key-events-container .key-event-time::after{display:flex;width:5px;height:5px;flex-shrink:0;border-radius:10px;background-color:#1b1b1b;content:"";margin-left:10px;}.ncpost-channelcontent-container .key-events-container .key-event-title{display:flex;justify-content:space-between;position:relative;align-items:center;}.ncpost-channelcontent-container .key-events-container .key-event-title a{margin-left:4px;}.ncpost-channelcontent-container .key-events-container .key-event #delete-event{display:none !important;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title{width:100%;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child{width:100%;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a{pointer-events:none;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event #delete-event{display:flex !important;align-items:center;justify-content:center;padding:2px;cursor:pointer;}.ncpost-linked{padding-right:35px;position:relative;margin-bottom:30px;}.ncpost-linked .ncpost-container{margin-bottom:0;}.ncpost-linked .ncpost-linked-close{width:30px;height:30px;position:absolute;right:0;top:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
.ncpost-channelcontent-container {
  margin-bottom: 30px;
}
.ncpost-channelcontent-container .key-events-container a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20.3px;
  text-decoration: none;
}
.ncpost-channelcontent-container .key-events-container .key-event-left-col {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 80%;
}
@media (max-width: 500px) {
  .ncpost-channelcontent-container .key-events-container .key-event-left-col {
    min-width: 70%;
  }
}
.ncpost-channelcontent-container .key-events-container .key-event-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
  display: none;
}
.ncpost-channelcontent-container .key-events-container .key-event-title {
  padding-left: 15px;
  font-size: 16px;
  line-height: 22.4px;
}
.ncpost-channelcontent-container .key-events-container .key-event-time {
  font-size: 14px;
  line-height: 20.3px;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
}
.ncpost-channelcontent-container .key-events-container .key-event-time::after {
  width: 1px;
  content: " ";
  display: block;
  height: 60px;
  background-color: #000;
  position: absolute;
  left: -10px;
  top: 7px;
}
.ncpost-channelcontent-container .key-events-container .key-event-time::before {
  width: 7px;
  height: 7px;
  border-radius: 3px;
  content: " ";
  display: block;
  background-color: #000;
  position: absolute;
  left: -3px;
  top: 6px;
}
@media (max-width: 500px) {
  .ncpost-channelcontent-container .key-events-container .key-event-time::after {
    top: 10px;
    height: 60px;
  }
}
.ncpost-channelcontent-container .key-events-container .key-event span {
  font-weight: 500;
  font-size: 16px;
}
.ncpost-channelcontent-container .key-events-container .key-event {
  padding: 5px 0 5px 15px;
  position: relative;
  min-width: 20%;
  display: flex;
  justify-content: end;
  font-weight: 700;
  font-size: 14px;
  line-height: 20.3px;
}
@media (max-width: 500px) {
  .ncpost-channelcontent-container .key-events-container .key-event {
    min-width: 30%;
  }
}
.ncpost-channelcontent-container .key-events-container #delete-event {
  display: none !important;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title {
  width: 100%;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child {
  width: 100%;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a {
  pointer-events: none;
}
.posts-view .ncpost-channelcontent-container .key-events-container #delete-event {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 2px;
  cursor: pointer;
}

.ncpost-channelcontent-container {
  margin-bottom: 30px;
}
.ncpost-channelcontent-container .key-events-container a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20.3px;
  text-decoration: none;
}
.ncpost-channelcontent-container .key-events-container .key-event-left-col {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 80%;
}
@media (max-width: 500px) {
  .ncpost-channelcontent-container .key-events-container .key-event-left-col {
    min-width: 70%;
  }
}
.ncpost-channelcontent-container .key-events-container .key-event-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
  display: none;
}
.ncpost-channelcontent-container .key-events-container .key-event-title {
  padding-left: 15px;
  font-size: 16px;
  line-height: 22.4px;
}
.ncpost-channelcontent-container .key-events-container .key-event-time {
  font-size: 14px;
  line-height: 20.3px;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
}
.ncpost-channelcontent-container .key-events-container .key-event-time::after {
  width: 1px;
  content: " ";
  display: block;
  height: 60px;
  background-color: #000;
  position: absolute;
  left: -10px;
  top: 7px;
}
.ncpost-channelcontent-container .key-events-container .key-event-time::before {
  width: 7px;
  height: 7px;
  border-radius: 3px;
  content: " ";
  display: block;
  background-color: #000;
  position: absolute;
  left: -3px;
  top: 6px;
}
@media (max-width: 500px) {
  .ncpost-channelcontent-container .key-events-container .key-event-time::after {
    top: 10px;
    height: 60px;
  }
}
.ncpost-channelcontent-container .key-events-container .key-event span {
  font-weight: 500;
  font-size: 16px;
}
.ncpost-channelcontent-container .key-events-container .key-event {
  padding: 5px 0 5px 15px;
  position: relative;
  min-width: 20%;
  display: flex;
  justify-content: end;
  font-weight: 700;
  font-size: 14px;
  line-height: 20.3px;
}
@media (max-width: 500px) {
  .ncpost-channelcontent-container .key-events-container .key-event {
    min-width: 30%;
  }
}
.ncpost-channelcontent-container .key-events-container #delete-event {
  display: none !important;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title {
  width: 100%;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child {
  width: 100%;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a {
  pointer-events: none;
}
.posts-view .ncpost-channelcontent-container .key-events-container #delete-event {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 2px;
  cursor: pointer;
}
.ncpost-top-text-container h5 {
  margin: 0;
  font-size: 22px;
}
.ncpost-top-text-container blockquote {
  margin: 0;
  padding: 0 30px;
  border-left: 5px solid red;
}
.ncpost-top-text-container .ncpost-image {
  max-width: 100%;
  max-height: 500px;
}
.ncpost-top-text-container .ncpost-image-byline {
  margin: 0;
  color: #7e7e7e;
  font-size: 14px;
  text-align: center;
}
.ncpost-container {
  padding: 10px 15px;
  background-color: #FFF;
  width: 100%;
  min-height: 40px;
  overflow: hidden;
}
.ncpost-container p {
  margin: 0 0 10px;
}
.ncpost-container .ncpost-embed-element {
  text-align: center;
}
.ncpost-container iframe {
  min-height: 150px;
  margin-right: auto;
  margin-left: auto;
}
.ncpost-container blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.ncpost-container iframe.instagram-media.instagram-media-rendered {
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.ncpost-container .ncpost-header {
  width: 100%;
  font-size: 14px;
}
.ncpost-container .ncpost-title {
  margin: 3px 0 5px 0;
  font-size: 23px;
  display: inline-block;
  width: 100%;
  line-height: 28px;
}
.ncpost-container .ncpost-link {
  clear: both;
  min-height: 120px;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 15px;
  background: #f7f7f7;
}
.ncpost-container .ncpost-link iframe {
  width: 100%;
  height: 400px;
  border: none;
  margin-top: 5px;
}
.ncpost-container .ncpost-link a,
.ncpost-container .ncpost-link a:visited,
.ncpost-container .ncpost-link a:active {
  display: inline;
  color: #0078c8;
  margin-top: 2px;
  font-size: 20px;
  width: 100%;
  line-height: 24px;
}
.ncpost-container .ncpost-link img {
  float: right;
  max-height: 100px;
  margin: 0px 0px 15px 15px;
}
.ncpost-container .ncpost-link .ncpost-link-site {
  font-size: 13px;
  color: #b7b7b7;
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}
.ncpost-container .ncpost-link.sublink {
  margin-top: 15px;
}
.ncpost-container .ncpost-link.sublink a,
.ncpost-container .ncpost-link.sublink a:visited,
.ncpost-container .ncpost-link.sublink a:active {
  font-size: 18px;
  margin: 0;
  line-height: 20px;
}
.ncpost-container .ncpost-breaking {
  background-color: #ffd800;
  padding: 3px;
  padding-left: 5px;
  margin-bottom: 5px;
}
.ncpost-container .ncpost-header .ncpost-timestamp {
  display: inline-flex;
  align-items: center;
  direction: ltr;
  color: #DE4A14;
  width: 210px;
  float: left;
}
.ncpost-container .ncpost-header .ncpost-timestamp a,
.ncpost-container .ncpost-header .ncpost-timestamp a:visited {
  color: #DE4A14;
  text-decoration: none;
}
.ncpost-container .ncpost-header .ncpost-timestamp svg {
  fill: #DE4A14;
}
.ncpost-container .ncpost-header .ncpost-timestamp .ncpost-timestamp-clock {
  margin-right: 3px;
  display: inline-block;
  width: 12px;
}
.ncpost-container h5 {
  font-size: 16px;
}
.ncpost-container .ncpost-header .ncpost-byline {
  color: #B7B7B7;
  text-align: right;
}
.ncpost-container .ncpost-tagquant {
  width: 100%;
  font-size: 14px;
  color: #14B0E6;
  display: block;
}
.ncpost-container .ncpost-tagquant a {
  color: #14B0E6;
}
.ncpost-container .ncpost-tagquant .fa {
  font-size: 12px;
}
.ncpost-container .ncpost-tagquant .ncpost-quants {
  color: #14B0E6;
  float: left;
}
.ncpost-container .ncpost-tagquant .ncpost-tagquant-icon {
  color: #B7B7B7;
}
.ncpost-container .ncpost-tagquant .ncpost-tags {
  text-align: right;
  float: right;
}
.ncpost-container .ncpost-image {
  max-width: 100%;
  max-height: 500px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  margin-right: auto;
  display: block;
  margin-left: auto;
}
.ncpost-container .ncpost-image-byline {
  width: 100%;
  text-align: center;
}
.ncpost-container .ncpost-image-byline-description {
  color: #B7B7B7;
  font-size: 14px;
}
.ncpost-container .ncpost-image-byline-source {
  color: #D6D6D6;
  font-size: 12px;
  padding-left: 5px;
}
.ncpost-container .ncpost-twitter-container {
  clear: both;
  padding-top: 5px;
  text-align: center;
  display: block;
}
.ncpost-container .ncpost-twitter-container .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.ncpost-container .ncpost-facebook-oembed-container {
  padding-bottom: 10px;
  position: relative;
}
.ncpost-container .ncpost-instagram-oembed-container {
  padding-bottom: 10px;
  position: relative;
}
.ncpost-pinned .ncpost-container {
  background: #ffead3;
}
.ncpost-pinned .ncpost-container .ncpost-comment {
  background: #ffffff;
}
.ncpost-importance-3 {
  border-bottom: 6px solid #de4a14;
}
.ncpost-importance-2 {
  border-bottom: 6px solid #FFBC30;
}
.ncpost-tags .ncpost-tagquantele {
  color: #b7b7b7;
  margin-left: 7.5px;
  display: inline-block;
}
.ncpost-tags .ncpost-tagquantele.ncpost-tag-clickable {
  color: #14B0E6;
  cursor: pointer;
  text-decoration: underline;
}
.ncpost-quants .ncpost-tagquantele {
  margin-right: 7.5px;
  display: inline-block;
}
.ncpost-table {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.ncpost-table thead {
  vertical-align: middle;
  border-color: inherit;
}
.ncpost-table tr th {
  border: 1px solid #ddd;
  border-bottom-width: 2px;
  vertical-align: bottom;
  padding: 8px;
}
.ncpost-table tr th.first-child {
  border-top: 0;
}
.ncpost-table tr td {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.ncpost-table-of-contents .ncpost-contentstable-entry {
  cursor: pointer;
  color: #14b0e6;
  font-weight: 500;
}
.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5::before {
  content: "- ";
}
.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5 {
  margin-left: 20px;
}
.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4::before {
  content: "- ";
}
.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4 {
  font-size: 17px;
  margin-left: 15px;
}
.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3::before {
  content: "- ";
}
.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3 {
  font-size: 19px;
  margin-left: 10px;
}
.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2::before {
  content: "- ";
}
.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2 {
  font-size: 21px;
  margin-left: 5px;
}
.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1::before {
  content: "- ";
}
.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1 {
  font-size: 23px;
}
.ncpost-countdown-mutator {
  margin-top: 5px;
}
.ncpost-countdown-element {
  margin-bottom: 10px;
  background-color: #14b0e6;
  padding: 8px 15px;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  display: block;
}
.ncpost-countdown-wrapper {
  color: #FFF;
}
.ncpost-countdown-wrapper:hover {
  color: #FFF;
}
.ncpost-countdown-wrapper:focus,
.ncpost-countdown-wrapper:active,
.ncpost-countdown-wrapper:visited {
  color: #FFF;
}
.ncpost-countdown-link {
  color: #FFF;
  cursor: pointer;
}
.ncpost-countdown-link:hover {
  color: #FFF;
  text-decoration: underline;
}
.ncpost-countdown-link:focus,
.ncpost-countdown-link:active,
.ncpost-countdown-link:visited {
  color: #FFF;
}
.ncpost-countdown-time {
  min-width: 100px;
  display: inline-block;
}
.ncpost-countdown-displaytime {
  font-weight: bold;
}
.ncpost-countdown-icon {
  padding-right: 8px;
  opacity: 0.5;
}
.ncpost-youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ncpost-youtube-embed iframe,
.ncpost-youtube-embed object,
.ncpost-youtube-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  min-height: initial;
  width: 100%;
  height: 100%;
}
.ncpost-new-comment-toggle {
  margin-top: 0px;
  display: inline-block;
  font-size: 12px;
  color: #008cba;
  cursor: pointer;
}
.ncpost-new-comment-toggle svg {
  fill: #008cba;
}
.ncpost-question-container .ncpost-new-comment-toggle {
  margin-bottom: 5px;
}
.ncpost-new-comment-panel {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ncpost-new-comment-panel ::placeholder {
  color: #b7b7b7;
}
.ncpost-new-comment-panel .ncpost-input-field {
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #eeeeee;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 10px;
  outline: none;
}
.ncpost-new-comment-panel .ncpost-submit {
  outline: none;
  background-color: #008cba;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 12px 18px;
}
.ncpost-new-comment-panel .hidden-image-input {
  display: none;
}
.ncpost-new-comment-panel .img-upload-wrapper {
  border: 1px solid #e8e8e8;
  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;
}
.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;
}
.ncpost-comment {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #f7f7f7;
  border-radius: 2px;
}
.ncpost-comment .image-comment-container {
  text-align: center;
  padding: 10px;
}
.ncpost-comment .image-comment-container img {
  max-width: 100%;
  max-height: 500px;
}
.lc-feed-container {
  max-width: 700px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #333333;
}
.lc-feed-container * {
  box-sizing: border-box;
}
.lc-feed-container .ncpost-container {
  margin-bottom: 20px;
}
.lc-feed-container .ncpost-title {
  font-weight: 600;
}
.lc-feed-container .inv-green-fill {
  fill: #49B869;
}
.lc-feed-container .inv-red-fill {
  fill: #EF402F;
}
.lc-feed-container .ncpost-up-arrow {
  font-weight: 600;
  color: #49B869;
}
.lc-feed-container .ncpost-down-arrow {
  font-weight: 600;
  color: #EF402F;
}
.lc-feed-container .lc-load-more {
  display: none;
  margin-bottom: 10px;
  color: #fff;
  background-color: #008cba;
  font-weight: bold;
  padding: 10px 25px;
  font-size: 17px;
  border: 1px solid #FFF;
  transition: color 0.1s, background-color 0.1s, fill 0.1s;
  cursor: pointer;
  overflow-anchor: none;
}
.lc-feed-container .lc-load-more:hover {
  background-color: #007aa3;
}
/*End extension CSS 14893, Key Events*/

/*Begin extension CSS 14894, Post sorting*/
.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 14894, Post sorting*/

/*Begin extension CSS 14896, Icon library*/
.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:60px;position:relative;}.lc-feed-container .ncpost-list-post .ncpost-container,.lc-feed-container .ncpost-pinned-post .ncpost-container,.lc-feed-container .ncpost-linked .ncpost-container{position:relative;overflow:unset;}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header{display:flex;flex-direction:column-reverse;margin-bottom:20px;padding-right:30px !important;}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px;}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px;}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header svg{display:none !important;}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:35px;position:absolute;left:-45px;top:10px;}.lc-feed-container .ncpost-list-post .ncpost-icon-container svg,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container svg,.lc-feed-container .ncpost-linked .ncpost-icon-container svg{width:100%;height:100%;}.lc-feed-container .ncpost-list-post .ncpost-icon-container img,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container img,.lc-feed-container .ncpost-linked .ncpost-icon-container img{width:100%;}@media(max-width:600px){.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:0;}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:25px;left:unset;right:15px;}}.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:60px;position:relative;}.posts-view .ncpost-list-post .ncpost-container,.posts-view .ncpost-pinned-post .ncpost-container{overflow:unset;}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:35px;position:absolute;left:-50px;top:10px;}.posts-view .ncpost-list-post .ncpost-icon-container svg,.posts-view .ncpost-pinned-post .ncpost-icon-container svg{width:100%;height:100%;}.posts-view .ncpost-list-post .ncpost-icon-container img,.posts-view .ncpost-pinned-post .ncpost-icon-container img{width:100%;height:100%;}@media(max-width:600px){.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:30px;}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:25px;}}
/*End extension CSS 14896, Icon library*/

/*Begin extension CSS 14898, Image Gallery*/
.ig__highlight-image{text-align:center;background-color:#fbfbfb;min-height:300px;display:flex;justify-content:center;align-items:center;}.ncpost-image-gallery{user-select:none;}.ncpost-image-gallery .ncpost-image-byline{display:flex;align-items:center;justify-content:center;margin-top:10px;}.ncpost-image-gallery .ncpost-image-byline-description{text-align:center;}.arrow-nav{position:absolute;top:200px;width:100%;}.arrow-nav div{padding:8px;cursor:pointer;}.arrow-nav svg{width:12px;}.ig__highlight-image img{max-width:80%;max-height:300px;}.ig__image-descr{text-align:center;margin-top:5px;}.ig__all-images-preview{display:flex;overflow-x:scroll;scroll-behavior:smooth;background-color:#fbfbfb;position:relative;max-width:1000px;user-select:none;}.ig__highlight-image{height:400px;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;}.ig__highlight-image img{max-width:100%;max-height:400px;}.ig__image-preview-element{display:flex;align-items:center;padding:0 3px;cursor:pointer;}.ig__image-wrapper{width:170px;height:120px;display:flex;align-items:center;justify-content:center;background-color:#ededed;}.ig__all-images-preview{padding-bottom:15px;}.ig__all-images-preview img{max-width:100%;max-height:120px;}.ig__all-images-preview img:hover{opacity:.6;}.ig__all-images-preview::-webkit-scrollbar{height:8px;background-color:#ececec;}.ig__all-images-preview::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.14);border-radius:3px;cursor:pointer;}.ig__buttons-container{position:relative;}.ig__arrow-element{width:18px;height:20px;background:#fbfbfb;position:absolute;bottom:30px;display:flex;align-items:center;justify-content:center;padding-top:2px;cursor:pointer;}.ig__arrow-element i{margin-bottom:1px;}.ig__right{right:27px;}.ig__left{left:27px;}
/*End extension CSS 14898, Image Gallery*/

/*Begin extension CSS 14902, 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 14902, Football*/

/*Begin extension CSS 14904, User Contribution enable*/
.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,.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 14904, User Contribution enable*/

/*Begin extension CSS 14905, Tags*/
.ncpost-tags{display:flex;align-items:center;justify-content:start;margin-top:15px;}.ncpost-tags .ncpost-tag{display:inline-flex;font-size:14px;padding:10px 13px;border-radius:4px;background-color:#f2f2f2;cursor:pointer;transition:all ease-in-out .3s;margin-right:5px;}.ncpost-tags .ncpost-tag:hover{opacity:.8;}.tags-group{display:flex;align-items:center;justify-content:end;flex-wrap:wrap;margin:15px 0;}.tags-group .filtered-tag{padding:10px 13px;background-color:#f2f2f2;border-radius:4px;}.tags-group .filter-close-selection{margin-left:8px;cursor:pointer;}
/*End extension CSS 14905, Tags*/

/*Begin extension CSS 14907, Typing*/
.typing-container{padding:15px 0;}.typing-container .dot-container{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1) both;display:inline-block;padding:8px 20px;margin:0;}.typing-container .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:3px;background:#222;animation:wave-typing-animation 1.3s linear infinite;}.typing-container .dot:nth-child(2){animation-delay:-1.1s;}.typing-container .dot:nth-child(3){animation-delay:-.9s;}@media(max-width:500px){.typing-container{top:15px;}}@keyframes wave-typing-animation{0%,60%,100%{transform:initial;opacity:.3;}30%{transform:translateY(-15px);opacity:1;}}@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0;}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0;}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}}
/*End extension CSS 14907, Typing*/

/*Begin extension CSS 14909, SoMe Sharing*/
.posts-view .share-icons-container{pointer-events:none;}.share-icons-top .ncpost-container share:first-of-type{display:flex;}.share-icons-bottom .ncpost-container share:last-of-type{display:flex;}.share-icons-container{display:none;align-items:center;margin:0 0 10px 0;}.share-icons-container .share-icons{display:flex;}.share-icons-container .share-icon{display:inline-flex;margin-right:5px;padding:3px;}.share-icons-container .share-icon svg{fill:#000;width:14px;}.share-icons-container .share-icon-link-success{position:absolute;top:-25px;background-color:#fff;padding:6px 8px;font-size:12px;color:#000;box-shadow:0 2px 9px rgba(0,0,0,.1);border-radius:3px;}
/*End extension CSS 14909, SoMe Sharing*/

/*Begin extension CSS 14915, Video*/
.lc-video-stream {
  position: relative;
  padding-top: 56.25%;
}
.ncpost-content .bunny-video-info {
  display: none;
}
/*End extension CSS 14915, Video*/

/*Begin extension CSS 14917, Gifs*/

/*End extension CSS 14917, Gifs*/

/*Begin extension CSS 15156, Skin*/
@media (max-width: 500px) {
  .feed-hockey {
    padding: 10px;
  }
  .feed-hockey-team-score {
    width: 45px;
  }
}
.nc-football-scoreboard {
  padding: 15px;
  font-family: Open Sans, sans-serif !important;
}
.nc-football-scoreboard .icon-below {
  top: 18px !important;
}
.nc-football-scoreboard .nc-football-scoreboard-team {
  flex-direction: column;
}
.nc-football-scoreboard .nc-football-scoreboard-team .nc-football-scoreboard-team-image {
  height: auto;
}
.nc-football-scoreboard .nc-football-scoreboard-team:nth-of-type(3) {
  flex-direction: column-reverse;
}
.nc-football-scoreboard .team-image {
  background-color: transparent !important;
}
.posts-view,
.lc-feed-container {
  font-family: Open Sans, sans-serif;
  color: #222222;
}
.posts-view .ncpost-container .ncpost-link-card,
.lc-feed-container .ncpost-container .ncpost-link-card {
  gap: 15px;
  border-radius: 5px;
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  margin: 0;
  padding: 20px;
}
.posts-view .ncpost-container .ncpost-link-card .ncpost-link-card-image,
.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-image {
  margin: 0;
  border-radius: 0;
}
.posts-view .ncpost-container .ncpost-link-card .ncpost-link-card-info,
.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}
.posts-view .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-title,
.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-title {
  margin: 0;
  text-decoration: none;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}
.posts-view .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-site,
.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-site {
  margin: 0;
  color: #4A4A4A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.posts-view .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-description,
.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-description {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 500px) {
  .posts-view .ncpost-container .ncpost-link-card,
  .lc-feed-container .ncpost-container .ncpost-link-card {
    flex-direction: column;
  }
  .posts-view .ncpost-container .ncpost-link-card img,
  .lc-feed-container .ncpost-container .ncpost-link-card img {
    width: 100%;
    max-height: 200px;
  }
}
.posts-view .ncpost-channelcontent-container,
.lc-feed-container .ncpost-channelcontent-container {
  font-family: Open Sans, sans-serif;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
.posts-view .ncpost-channelcontent-container div.feed-football > div > div.nc-football-scoreboard-team-info > div.nc-football-scoreboard-scorebox > div.nc-football-scoreboard-quarter,
.lc-feed-container .ncpost-channelcontent-container div.feed-football > div > div.nc-football-scoreboard-team-info > div.nc-football-scoreboard-scorebox > div.nc-football-scoreboard-quarter {
  color: #278557;
}
.posts-view .ncpost-channelcontent-container .ncpost-countdown-container,
.lc-feed-container .ncpost-channelcontent-container .ncpost-countdown-container {
  font-family: Open Sans, sans-serif;
  margin: 20px 0;
  color: #222222;
}
.posts-view .ncpost-channelcontent-container .ncpost-countdown-container .ncpost-countdown-element,
.lc-feed-container .ncpost-channelcontent-container .ncpost-countdown-container .ncpost-countdown-element {
  background-color: #278557;
  border-radius: 4px;
  color: #222222;
}
.posts-view .ncpost-channelcontent-container .key-events-container a,
.lc-feed-container .ncpost-channelcontent-container .key-events-container a {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.3px;
  text-decoration: none;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-left-col,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-left-col {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 80%;
}
@media (max-width: 500px) {
  .posts-view .ncpost-channelcontent-container .key-events-container .key-event-left-col,
  .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-left-col {
    min-width: 70%;
  }
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-group,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
  display: none;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-title {
  padding-left: 15px;
  font-size: 16px;
  line-height: 22.4px;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-time,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-time {
  font-size: 14px;
  line-height: 20.3px;
  font-weight: 400;
  color: #4A4A4A;
  padding-left: 15px;
  position: relative;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-time::after,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-time::after {
  width: 1px;
  content: " ";
  display: block;
  background-color: #CFCFCF;
  height: 60px;
  position: absolute;
  left: -7px !important;
  top: 7px;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-time::before,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-time::before {
  width: 7px;
  height: 7px;
  border-radius: 3px;
  content: " ";
  display: block;
  background-color: #CFCFCF;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 500px) {
  .posts-view .ncpost-channelcontent-container .key-events-container .key-event-time::after,
  .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-time::after {
    top: 10px;
    height: 60px;
  }
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event span,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event span {
  font-weight: 500;
  font-size: 16px;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event {
  padding: 5px 0 5px 15px;
  position: relative;
  min-width: 20%;
  display: flex;
  justify-content: end;
  font-weight: 400;
  font-size: 14px;
  line-height: 20.3px;
  color: #4AA36C;
}
@media (max-width: 500px) {
  .posts-view .ncpost-channelcontent-container .key-events-container .key-event,
  .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event {
    min-width: 30%;
  }
}
.posts-view .ncpost-question-container,
.lc-feed-container .ncpost-question-container {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .posts-view .ncpost-question-container > div,
  .lc-feed-container .ncpost-question-container > div {
    width: 100%;
    text-align: left !important;
  }
}
.posts-view .ncpost-question-container .ncpost-new-comment-toggle,
.lc-feed-container .ncpost-question-container .ncpost-new-comment-toggle {
  font-style: normal;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
  color: #141414;
  border: 1px solid #141414;
  border-radius: 0 !important;
  padding: 10px 12px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  background-color: #fff;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
}
.posts-view .ncpost-question-container .ncpost-new-comment-toggle:hover,
.lc-feed-container .ncpost-question-container .ncpost-new-comment-toggle:hover {
  color: #141414;
  border-color: #141414;
}
.posts-view .ncpost-question-container .ncpost-new-comment-toggle::before,
.lc-feed-container .ncpost-question-container .ncpost-new-comment-toggle::before {
  content: url('data:image/svg+xml,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0.227539C8.20833 0.227539 9.32292 0.467122 10.3438 0.946289C11.3646 1.42546 12.1667 2.07129 12.75 2.88379C13.3542 3.69629 13.6562 4.59212 13.6562 5.57129C13.6562 6.52962 13.3542 7.41504 12.75 8.22754C12.1667 9.04004 11.3646 9.68587 10.3438 10.165C9.32292 10.6442 8.20833 10.8838 7 10.8838C6.20833 10.8838 5.42708 10.7796 4.65625 10.5713C4.03125 11.0713 3.34375 11.4671 2.59375 11.7588C1.86458 12.0296 1.11458 12.1859 0.34375 12.2275C1.01042 11.54 1.51042 10.8942 1.84375 10.29C2.05208 9.87337 2.15625 9.51921 2.15625 9.22754C1.59375 8.79004 1.14583 8.24837 0.8125 7.60254C0.5 6.95671 0.34375 6.27962 0.34375 5.57129C0.34375 4.59212 0.635417 3.69629 1.21875 2.88379C1.82292 2.07129 2.63542 1.42546 3.65625 0.946289C4.67708 0.467122 5.79167 0.227539 7 0.227539ZM7 9.57129C7.95833 9.57129 8.84375 9.39421 9.65625 9.04004C10.4896 8.66504 11.1458 8.17546 11.625 7.57129C12.1042 6.94629 12.3438 6.27962 12.3438 5.57129C12.3438 4.84212 12.1042 4.17546 11.625 3.57129C11.1458 2.94629 10.4896 2.45671 9.65625 2.10254C8.84375 1.74837 7.95833 1.57129 7 1.57129C6.04167 1.57129 5.14583 1.74837 4.3125 2.10254C3.5 2.45671 2.85417 2.94629 2.375 3.57129C1.89583 4.17546 1.65625 4.84212 1.65625 5.57129C1.65625 6.27962 1.89583 6.94629 2.375 7.57129C2.85417 8.17546 3.5 8.66504 4.3125 9.04004C5.14583 9.39421 6.04167 9.57129 7 9.57129Z" fill="%23141414"/></svg>');
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  position: static;
  margin-right: 2px;
  margin-bottom: 5px;
}
.posts-view .share-icons-container .share-icon-link-success,
.lc-feed-container .share-icons-container .share-icon-link-success {
  width: 60px;
}
.posts-view .ncpost-questions-container,
.lc-feed-container .ncpost-questions-container {
  margin-bottom: 40px;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-comment-content,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-comment-content {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment {
  border-radius: 8px 8px 8px 0px;
  padding: 20px;
  background: #F6F6F6;
  color: #222222;
  margin-bottom: 12px;
  box-shadow: none;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-info,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-info {
  margin-bottom: 0;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name {
  font-size: 13px;
  line-height: 16px;
  margin-top: 0 !important;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created {
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  margin-bottom: 4px;
  color: #222222 !important;
  text-transform: uppercase;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies {
  overflow-wrap: break-word;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply {
  border-radius: 8px 8px 0px 8px;
  padding: 20px;
  background: #141414;
  color: #ffffff;
  margin-left: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #fff !important;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name {
  text-align: right;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
  font-size: 13px;
  line-height: 16px;
  color: #222222;
  font-weight: 700;
  color: #ffffff;
  gap: 8px;
  text-transform: uppercase;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name .ncpost-comment-avatar,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name .ncpost-comment-avatar {
  width: 32px;
  height: 32px;
  margin-left: 0;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name .ncpost-comment-avatar img,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name .ncpost-comment-avatar img {
  margin-left: 0;
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0px;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-content,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-content {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.posts-view .ncpost-comments-container,
.lc-feed-container .ncpost-comments-container {
  padding: 0;
  position: relative;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-comment-info,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-comment-info {
  justify-content: space-between;
  align-items: end;
  gap: 14px;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment {
  padding: 15px;
  border-radius: 8px 8px 8px 0px;
  background-color: #F6F6F6 !important;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name {
  color: #222222;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created {
  color: #7E7E7E !important;
  font-size: 12px;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-content,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-content {
  color: #222222;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply {
  padding: 15px;
  border-radius: 8px 8px 0px 8px;
  background: #141414 !important;
  color: #fff !important;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created {
  color: #fff !important;
  font-size: 12px;
}
.posts-view .ncpost-comments-container .ncpost-new-comment-toggle,
.lc-feed-container .ncpost-comments-container .ncpost-new-comment-toggle {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin-left: 0;
  position: relative;
  padding: 0;
  border-radius: 40px;
  margin-top: 10px;
}
.posts-view .ncpost-comments-container .ncpost-new-comment-toggle::before,
.lc-feed-container .ncpost-comments-container .ncpost-new-comment-toggle::before {
  content: url('data:image/svg+xml,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0.227539C8.20833 0.227539 9.32292 0.467122 10.3438 0.946289C11.3646 1.42546 12.1667 2.07129 12.75 2.88379C13.3542 3.69629 13.6562 4.59212 13.6562 5.57129C13.6562 6.52962 13.3542 7.41504 12.75 8.22754C12.1667 9.04004 11.3646 9.68587 10.3438 10.165C9.32292 10.6442 8.20833 10.8838 7 10.8838C6.20833 10.8838 5.42708 10.7796 4.65625 10.5713C4.03125 11.0713 3.34375 11.4671 2.59375 11.7588C1.86458 12.0296 1.11458 12.1859 0.34375 12.2275C1.01042 11.54 1.51042 10.8942 1.84375 10.29C2.05208 9.87337 2.15625 9.51921 2.15625 9.22754C1.59375 8.79004 1.14583 8.24837 0.8125 7.60254C0.5 6.95671 0.34375 6.27962 0.34375 5.57129C0.34375 4.59212 0.635417 3.69629 1.21875 2.88379C1.82292 2.07129 2.63542 1.42546 3.65625 0.946289C4.67708 0.467122 5.79167 0.227539 7 0.227539ZM7 9.57129C7.95833 9.57129 8.84375 9.39421 9.65625 9.04004C10.4896 8.66504 11.1458 8.17546 11.625 7.57129C12.1042 6.94629 12.3438 6.27962 12.3438 5.57129C12.3438 4.84212 12.1042 4.17546 11.625 3.57129C11.1458 2.94629 10.4896 2.45671 9.65625 2.10254C8.84375 1.74837 7.95833 1.57129 7 1.57129C6.04167 1.57129 5.14583 1.74837 4.3125 2.10254C3.5 2.45671 2.85417 2.94629 2.375 3.57129C1.89583 4.17546 1.65625 4.84212 1.65625 5.57129C1.65625 6.27962 1.89583 6.94629 2.375 7.57129C2.85417 8.17546 3.5 8.66504 4.3125 9.04004C5.14583 9.39421 6.04167 9.57129 7 9.57129Z" fill="%23141414"/></svg>');
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  position: static;
  margin-right: 2px;
  margin-bottom: 2px;
}
.posts-view .ncpost-new-comment-panel,
.lc-feed-container .ncpost-new-comment-panel {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.posts-view .ncpost-new-comment-panel input,
.lc-feed-container .ncpost-new-comment-panel input {
  height: 50px;
  margin-bottom: 12px;
}
.posts-view .ncpost-new-comment-panel textarea,
.lc-feed-container .ncpost-new-comment-panel textarea {
  margin-bottom: 16px;
}
.posts-view .ncpost-new-comment-panel input,
.lc-feed-container .ncpost-new-comment-panel input,
.posts-view .ncpost-new-comment-panel textarea,
.lc-feed-container .ncpost-new-comment-panel textarea {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #333333 !important;
  padding: 13px 14px;
  background: #ffffff !important;
  box-shadow: none;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.posts-view .ncpost-new-comment-panel input::placeholder,
.lc-feed-container .ncpost-new-comment-panel input::placeholder,
.posts-view .ncpost-new-comment-panel textarea::placeholder,
.lc-feed-container .ncpost-new-comment-panel textarea::placeholder {
  color: #777777 !important;
}
.posts-view .ncpost-new-comment-panel input:active,
.lc-feed-container .ncpost-new-comment-panel input:active,
.posts-view .ncpost-new-comment-panel textarea:active,
.lc-feed-container .ncpost-new-comment-panel textarea:active {
  background: transparent !important;
}
.posts-view .ncpost-new-comment-panel > div:has(> .instagram-media),
.lc-feed-container .ncpost-new-comment-panel > div:has(> .instagram-media) {
  max-width: 400px;
  margin: 0 !important;
}
.posts-view .ncpost-new-comment-panel .ncpost-submit,
.lc-feed-container .ncpost-new-comment-panel .ncpost-submit {
  display: flex;
  height: 44px;
  padding: 0px 12px;
  background: #4AA36C;
  border-radius: 4px !important;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  display: block;
  width: 40%;
  align-self: end;
}
.posts-view .ncpost-new-comment-panel .ncpost-submit:disabled,
.lc-feed-container .ncpost-new-comment-panel .ncpost-submit:disabled {
  background: #f8f8f8;
  color: #858585;
}
@media (max-width: 500px) {
  .posts-view .ncpost-new-comment-panel .ncpost-submit,
  .lc-feed-container .ncpost-new-comment-panel .ncpost-submit {
    width: 100%;
  }
}
.posts-view .nc-football-scoreboard-score,
.lc-feed-container .nc-football-scoreboard-score {
  width: 30px;
}
.posts-view .nc-football-scoreboard-scores,
.lc-feed-container .nc-football-scoreboard-scores {
  font-size: 36px;
}
.posts-view .ncpost-top-text-container,
.lc-feed-container .ncpost-top-text-container {
  background: transparent;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  color: #222222;
  border-radius: 0;
  box-shadow: none;
}
.posts-view .ncpost-top-text-container h5,
.lc-feed-container .ncpost-top-text-container h5 {
  color: #222222;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.6px;
  text-align: left;
}
.posts-view .ncpost-top-text-container u,
.lc-feed-container .ncpost-top-text-container u {
  text-decoration: none;
}
.posts-view .ncpost-top-text-container p,
.lc-feed-container .ncpost-top-text-container p {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  margin: 10px 0 !important;
}
.posts-view .ncpost-top-text-container li:not(:last-child),
.lc-feed-container .ncpost-top-text-container li:not(:last-child) {
  margin-bottom: 8px;
}
.posts-view .ncposts-sorter,
.lc-feed-container .ncposts-sorter {
  margin: 20px 0 0 0;
}
.posts-view .ncposts-sorter > div,
.lc-feed-container .ncposts-sorter > div {
  display: none;
}
.posts-view .ncposts-sorter .ncposts-sorter-title,
.lc-feed-container .ncposts-sorter .ncposts-sorter-title {
  display: none;
}
.posts-view .ncposts-sorter .ncpost-toggle-group,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group {
  display: flex;
  justify-content: start;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-indicator,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-indicator {
  display: none;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-label,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-label {
  padding: 10px 15px;
  color: #222222;
  background-color: #ffffff;
  border: solid 1px #E3E3E3;
  height: auto;
  width: auto;
  cursor: pointer;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-label:first-of-type,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-label:first-of-type {
  border-radius: 4px 0 0 4px !important;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-label:not(:first-of-type),
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-label:not(:first-of-type) {
  border-left: none;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-label:last-of-type,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-label:last-of-type {
  border-radius: 0 4px 4px 0 !important;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-label.active,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-label.active {
  background-color: #4AA36C;
  border-color: #4AA36C;
  color: #fff;
}
.ncpost-pinned-post {
  padding: 0;
  background-color: unset !important;
  box-shadow: none !important;
}
.ncpost-pinned-post .ncpost-container {
  margin: 0;
  margin-top: 15px;
  background-color: #FFFFFF;
  border-bottom: none;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  border-radius: 6px 6px 0 0 !important;
  border-top: 6px solid #278557;
}
.ncpost-pinned-post .ncpost-container .ncpost-pinned-indicator {
  display: block;
  position: absolute;
  right: 40px;
  top: 20px;
}
.ncpost-pinned-post .ncpost-container .ncpost-pinned-indicator svg {
  fill: #278557;
}
.ncpost-list-container {
  font-family: Open Sans, sans-serif;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #222222;
}
.ncpost-container .ncpost-tagquant .ncpost-tags {
  width: 100% !important;
  display: flex;
}
.ncpost-container .ncpost-tagquant .ncpost-tags .ncpost-tagquantele {
  padding: 10px;
  border-radius: 5px;
  color: #4AA36C;
  background-color: #F7F7F7;
  margin-left: 0 !important;
  margin-right: 8px !important;
}
.ncpost-list-post .ncpost-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created,
.lc-feed-container .ncpost-list-container .ncpost-list-post .ncpost-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created {
  color: #fff !important;
}
.ncpost-list-post {
  padding-left: 0;
}
.ncpost-container {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px #00000014;
}
.ncpost-avatar-container {
  left: 20px;
}
.share-icons-container {
  justify-content: start;
  margin-top: 15px;
}
.ncpost-container,
.ncpost-pinned-post {
  margin: 0;
  margin-top: 15px;
  background-color: #FFFFFF;
  border-bottom: none;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px 0px #00000014;
}
.ncpost-container .ncpost-icon-container,
.ncpost-pinned-post .ncpost-icon-container {
  width: 35px;
  position: absolute;
  top: 12px;
  left: unset;
  right: 30px;
}
.ncpost-container .ncpost-pinned-indicator,
.ncpost-pinned-post .ncpost-pinned-indicator {
  display: none;
}
.ncpost-container .share-icons-container svg,
.ncpost-pinned-post .share-icons-container svg {
  fill: #4A4A4A;
}
.ncpost-container .ncpost-header,
.ncpost-pinned-post .ncpost-header {
  color: #222222;
  display: flex;
  height: 40px;
  justify-content: center;
  padding-left: 50px !important;
  flex-direction: column !important;
}
.ncpost-container .ncpost-header .ncpost-timestamp,
.ncpost-pinned-post .ncpost-header .ncpost-timestamp {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20.3px;
  font-weight: 400;
  color: #7E7E7E;
}
.ncpost-container .ncpost-header .ncpost-timestamp a,
.ncpost-pinned-post .ncpost-header .ncpost-timestamp a {
  color: #7E7E7E;
}
.ncpost-container .ncpost-header .ncpost-byline,
.ncpost-pinned-post .ncpost-header .ncpost-byline {
  color: #4A4A4A;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
  margin: 0;
}
.ncpost-container .ncpost-title,
.ncpost-pinned-post .ncpost-title {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 25px;
  margin: 15px 0;
}
.ncpost-container .ncpost-breaking,
.ncpost-pinned-post .ncpost-breaking {
  background-color: #FED130;
  color: #222222;
  border-radius: 3px;
  padding: 5px !important;
  font-weight: 700;
  line-height: 30px;
  font-size: 25px;
}
.ncpost-container.ncpost-importance-2,
.ncpost-pinned-post.ncpost-importance-2 {
  position: relative;
  background-color: #FFFFFF;
  border-top: 6px solid #FF9B70 !important;
  border-radius: 6px 6px 0 0 !important;
}
.ncpost-container.ncpost-importance-3,
.ncpost-pinned-post.ncpost-importance-3 {
  position: relative;
  background-color: #FFFFFF;
  border-top: 6px solid #E9006B !important;
  border-radius: 6px 6px 0 0 !important;
}
.ncpost-container blockquote,
.ncpost-pinned-post blockquote {
  position: relative;
  color: #222222;
  font-size: 19px;
  font-weight: 400;
  line-height: 22.8px;
  padding: 20px 0;
  padding-left: 20px;
  margin: 15px 0;
  border-left: 6px solid #7C3AED;
  background-color: #F9FAFB;
}
.ncpost-container blockquote p,
.ncpost-pinned-post blockquote p {
  margin: 0 !important;
}
.ncpost-tags {
  width: 100% !important;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.ncpost-tags .ncpost-tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.3px;
  background-color: #F7F7F7;
  padding: 10px;
  color: #222222;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
.ncpost-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  font-style: normal;
}
.ncpost-content a {
  color: #278557 !important;
  line-height: 19px;
  font-size: 17px !important;
  text-decoration-line: none;
}
.ncpost-content a:hover {
  color: #222222;
  text-decoration-line: underline;
}
.ncpost-content h5 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.ncpost-content .ncpost-image-byline {
  text-align: center;
  color: #222222;
  font-weight: 500;
}
.ncpost-content .ncpost-image-byline .ncpost-image-byline-description {
  color: #222222;
  font-weight: 500;
  padding-right: 5px;
}
.ncpost-content .ncpost-image-byline .ncpost-image-byline-source {
  color: #4A4A4A;
  padding-left: 0 !important;
}
.ncpost-list-post .ncpost-container .ncpost-link {
  display: flex;
  flex-direction: row;
  padding: 0;
  border-radius: 0;
  background: #F6F6F6;
  overflow: hidden;
  border: none;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .ncpost-list-post .ncpost-container .ncpost-link {
    flex-direction: column;
  }
}
.ncpost-list-post .ncpost-container .ncpost-link-image-wrapper {
  width: 170px;
  margin: 0 !important;
}
@media (max-width: 500px) {
  .ncpost-list-post .ncpost-container .ncpost-link-image-wrapper {
    width: 100%;
  }
}
.ncpost-list-post .ncpost-container .ncpost-link-image-wrapper .ncpost-link-image {
  min-width: 170px;
  margin: 0;
  object-fit: cover;
  height: 100%;
  max-width: 100%;
  max-height: none;
  float: none !important;
}
@media (max-width: 500px) {
  .ncpost-list-post .ncpost-container .ncpost-link-image-wrapper .ncpost-link-image {
    width: 100%;
  }
}
.ncpost-list-post .ncpost-container .ncpost-link-info {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 5px;
  background: #fff;
}
.ncpost-list-post .ncpost-container .ncpost-link-info-title {
  margin-top: 0;
  color: #222222 !important;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 25.2px;
}
.ncpost-list-post .ncpost-container .ncpost-link-info-title:active {
  margin-top: 0 !important;
  font-size: 18px !important;
}
.ncpost-list-post .ncpost-container .ncpost-link-info-title:hover {
  text-decoration: underline;
}
.ncpost-list-post .ncpost-container .ncpost-link-info-source {
  color: #4A4A4A;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.3px;
}
.ncpost-list-post .ncpost-container .ncpost-link-info-description {
  color: #222222;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
.ncpost-breaking-container {
  margin: -20px -20px 10px -20px;
}
.lc-feed-container .lc-load-more {
  display: inline-block;
  height: 42px !important;
  padding: 10px 15px !important;
  margin-top: 20px !important;
  gap: 8px !important;
  font-weight: 400 !important;
  align-self: center;
  font-size: 15px;
  border-radius: 4px;
  color: #fff !important;
  font-family: Open Sans, sans-serif;
  line-height: 17px;
  background-color: #4AA36C !important;
}
.lc-feed-container .lc-load-more:hover {
  background-color: #141414 !important;
}

@media (max-width: 500px) {
  .feed-hockey {
    padding: 10px;
  }
  .feed-hockey-team-score {
    width: 45px;
  }
}
.nc-football-scoreboard {
  padding: 15px;
  font-family: Open Sans, sans-serif !important;
}
.nc-football-scoreboard .icon-below {
  top: 18px !important;
}
.nc-football-scoreboard .nc-football-scoreboard-team {
  flex-direction: column;
}
.nc-football-scoreboard .nc-football-scoreboard-team .nc-football-scoreboard-team-image {
  height: auto;
}
.nc-football-scoreboard .nc-football-scoreboard-team:nth-of-type(3) {
  flex-direction: column-reverse;
}
.nc-football-scoreboard .team-image {
  background-color: transparent !important;
}
.posts-view,
.lc-feed-container {
  font-family: Open Sans, sans-serif;
  color: #222222;
}
.posts-view .ncpost-container .ncpost-link-card,
.lc-feed-container .ncpost-container .ncpost-link-card {
  gap: 15px;
  border-radius: 5px;
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  margin: 0;
  padding: 20px;
}
.posts-view .ncpost-container .ncpost-link-card .ncpost-link-card-image,
.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-image {
  margin: 0;
  border-radius: 0;
}
.posts-view .ncpost-container .ncpost-link-card .ncpost-link-card-info,
.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}
.posts-view .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-title,
.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-title {
  margin: 0;
  text-decoration: none;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
}
.posts-view .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-site,
.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-site {
  margin: 0;
  color: #4A4A4A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.posts-view .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-description,
.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-description {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 500px) {
  .posts-view .ncpost-container .ncpost-link-card,
  .lc-feed-container .ncpost-container .ncpost-link-card {
    flex-direction: column;
  }
  .posts-view .ncpost-container .ncpost-link-card img,
  .lc-feed-container .ncpost-container .ncpost-link-card img {
    width: 100%;
    max-height: 200px;
  }
}
.posts-view .ncpost-channelcontent-container,
.lc-feed-container .ncpost-channelcontent-container {
  font-family: Open Sans, sans-serif;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
.posts-view .ncpost-channelcontent-container div.feed-football > div > div.nc-football-scoreboard-team-info > div.nc-football-scoreboard-scorebox > div.nc-football-scoreboard-quarter,
.lc-feed-container .ncpost-channelcontent-container div.feed-football > div > div.nc-football-scoreboard-team-info > div.nc-football-scoreboard-scorebox > div.nc-football-scoreboard-quarter {
  color: #278557;
}
.posts-view .ncpost-channelcontent-container .ncpost-countdown-container,
.lc-feed-container .ncpost-channelcontent-container .ncpost-countdown-container {
  font-family: Open Sans, sans-serif;
  margin: 20px 0;
  color: #222222;
}
.posts-view .ncpost-channelcontent-container .ncpost-countdown-container .ncpost-countdown-element,
.lc-feed-container .ncpost-channelcontent-container .ncpost-countdown-container .ncpost-countdown-element {
  background-color: #278557;
  border-radius: 4px;
  color: #222222;
}
.posts-view .ncpost-channelcontent-container .key-events-container a,
.lc-feed-container .ncpost-channelcontent-container .key-events-container a {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.3px;
  text-decoration: none;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-left-col,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-left-col {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 80%;
}
@media (max-width: 500px) {
  .posts-view .ncpost-channelcontent-container .key-events-container .key-event-left-col,
  .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-left-col {
    min-width: 70%;
  }
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-group,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
  display: none;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-title {
  padding-left: 15px;
  font-size: 16px;
  line-height: 22.4px;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-time,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-time {
  font-size: 14px;
  line-height: 20.3px;
  font-weight: 400;
  color: #4A4A4A;
  padding-left: 15px;
  position: relative;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-time::after,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-time::after {
  width: 1px;
  content: " ";
  display: block;
  background-color: #CFCFCF;
  height: 60px;
  position: absolute;
  left: -7px !important;
  top: 7px;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event-time::before,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-time::before {
  width: 7px;
  height: 7px;
  border-radius: 3px;
  content: " ";
  display: block;
  background-color: #CFCFCF;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 500px) {
  .posts-view .ncpost-channelcontent-container .key-events-container .key-event-time::after,
  .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-time::after {
    top: 10px;
    height: 60px;
  }
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event span,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event span {
  font-weight: 500;
  font-size: 16px;
}
.posts-view .ncpost-channelcontent-container .key-events-container .key-event,
.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event {
  padding: 5px 0 5px 15px;
  position: relative;
  min-width: 20%;
  display: flex;
  justify-content: end;
  font-weight: 400;
  font-size: 14px;
  line-height: 20.3px;
  color: #4AA36C;
}
@media (max-width: 500px) {
  .posts-view .ncpost-channelcontent-container .key-events-container .key-event,
  .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event {
    min-width: 30%;
  }
}
.posts-view .ncpost-question-container,
.lc-feed-container .ncpost-question-container {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .posts-view .ncpost-question-container > div,
  .lc-feed-container .ncpost-question-container > div {
    width: 100%;
    text-align: left !important;
  }
}
.posts-view .ncpost-question-container .ncpost-new-comment-toggle,
.lc-feed-container .ncpost-question-container .ncpost-new-comment-toggle {
  font-style: normal;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
  color: #141414;
  border: 1px solid #141414;
  border-radius: 0 !important;
  padding: 10px 12px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  background-color: #fff;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
}
.posts-view .ncpost-question-container .ncpost-new-comment-toggle:hover,
.lc-feed-container .ncpost-question-container .ncpost-new-comment-toggle:hover {
  color: #141414;
  border-color: #141414;
}
.posts-view .ncpost-question-container .ncpost-new-comment-toggle::before,
.lc-feed-container .ncpost-question-container .ncpost-new-comment-toggle::before {
  content: url('data:image/svg+xml,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0.227539C8.20833 0.227539 9.32292 0.467122 10.3438 0.946289C11.3646 1.42546 12.1667 2.07129 12.75 2.88379C13.3542 3.69629 13.6562 4.59212 13.6562 5.57129C13.6562 6.52962 13.3542 7.41504 12.75 8.22754C12.1667 9.04004 11.3646 9.68587 10.3438 10.165C9.32292 10.6442 8.20833 10.8838 7 10.8838C6.20833 10.8838 5.42708 10.7796 4.65625 10.5713C4.03125 11.0713 3.34375 11.4671 2.59375 11.7588C1.86458 12.0296 1.11458 12.1859 0.34375 12.2275C1.01042 11.54 1.51042 10.8942 1.84375 10.29C2.05208 9.87337 2.15625 9.51921 2.15625 9.22754C1.59375 8.79004 1.14583 8.24837 0.8125 7.60254C0.5 6.95671 0.34375 6.27962 0.34375 5.57129C0.34375 4.59212 0.635417 3.69629 1.21875 2.88379C1.82292 2.07129 2.63542 1.42546 3.65625 0.946289C4.67708 0.467122 5.79167 0.227539 7 0.227539ZM7 9.57129C7.95833 9.57129 8.84375 9.39421 9.65625 9.04004C10.4896 8.66504 11.1458 8.17546 11.625 7.57129C12.1042 6.94629 12.3438 6.27962 12.3438 5.57129C12.3438 4.84212 12.1042 4.17546 11.625 3.57129C11.1458 2.94629 10.4896 2.45671 9.65625 2.10254C8.84375 1.74837 7.95833 1.57129 7 1.57129C6.04167 1.57129 5.14583 1.74837 4.3125 2.10254C3.5 2.45671 2.85417 2.94629 2.375 3.57129C1.89583 4.17546 1.65625 4.84212 1.65625 5.57129C1.65625 6.27962 1.89583 6.94629 2.375 7.57129C2.85417 8.17546 3.5 8.66504 4.3125 9.04004C5.14583 9.39421 6.04167 9.57129 7 9.57129Z" fill="%23141414"/></svg>');
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  position: static;
  margin-right: 2px;
  margin-bottom: 5px;
}
.posts-view .share-icons-container .share-icon-link-success,
.lc-feed-container .share-icons-container .share-icon-link-success {
  width: 60px;
}
.posts-view .ncpost-questions-container,
.lc-feed-container .ncpost-questions-container {
  margin-bottom: 40px;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-comment-content,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-comment-content {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment {
  border-radius: 8px 8px 8px 0px;
  padding: 20px;
  background: #F6F6F6;
  color: #222222;
  margin-bottom: 12px;
  box-shadow: none;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-info,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-info {
  margin-bottom: 0;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name {
  font-size: 13px;
  line-height: 16px;
  margin-top: 0 !important;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created {
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  margin-bottom: 4px;
  color: #222222 !important;
  text-transform: uppercase;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies {
  overflow-wrap: break-word;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply {
  border-radius: 8px 8px 0px 8px;
  padding: 20px;
  background: #141414;
  color: #ffffff;
  margin-left: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #fff !important;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name {
  text-align: right;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
  font-size: 13px;
  line-height: 16px;
  color: #222222;
  font-weight: 700;
  color: #ffffff;
  gap: 8px;
  text-transform: uppercase;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name .ncpost-comment-avatar,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name .ncpost-comment-avatar {
  width: 32px;
  height: 32px;
  margin-left: 0;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name .ncpost-comment-avatar img,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name .ncpost-comment-avatar img {
  margin-left: 0;
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 0px;
}
.posts-view .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-content,
.lc-feed-container .ncpost-questions-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-content {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.posts-view .ncpost-comments-container,
.lc-feed-container .ncpost-comments-container {
  padding: 0;
  position: relative;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-comment-info,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-comment-info {
  justify-content: space-between;
  align-items: end;
  gap: 14px;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment {
  padding: 15px;
  border-radius: 8px 8px 8px 0px;
  background-color: #F6F6F6 !important;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name {
  color: #222222;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created {
  color: #7E7E7E !important;
  font-size: 12px;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-content,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-content {
  color: #222222;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply {
  padding: 15px;
  border-radius: 8px 8px 0px 8px;
  background: #141414 !important;
  color: #fff !important;
}
.posts-view .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created,
.lc-feed-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created {
  color: #fff !important;
  font-size: 12px;
}
.posts-view .ncpost-comments-container .ncpost-new-comment-toggle,
.lc-feed-container .ncpost-comments-container .ncpost-new-comment-toggle {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin-left: 0;
  position: relative;
  padding: 0;
  border-radius: 40px;
  margin-top: 10px;
}
.posts-view .ncpost-comments-container .ncpost-new-comment-toggle::before,
.lc-feed-container .ncpost-comments-container .ncpost-new-comment-toggle::before {
  content: url('data:image/svg+xml,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0.227539C8.20833 0.227539 9.32292 0.467122 10.3438 0.946289C11.3646 1.42546 12.1667 2.07129 12.75 2.88379C13.3542 3.69629 13.6562 4.59212 13.6562 5.57129C13.6562 6.52962 13.3542 7.41504 12.75 8.22754C12.1667 9.04004 11.3646 9.68587 10.3438 10.165C9.32292 10.6442 8.20833 10.8838 7 10.8838C6.20833 10.8838 5.42708 10.7796 4.65625 10.5713C4.03125 11.0713 3.34375 11.4671 2.59375 11.7588C1.86458 12.0296 1.11458 12.1859 0.34375 12.2275C1.01042 11.54 1.51042 10.8942 1.84375 10.29C2.05208 9.87337 2.15625 9.51921 2.15625 9.22754C1.59375 8.79004 1.14583 8.24837 0.8125 7.60254C0.5 6.95671 0.34375 6.27962 0.34375 5.57129C0.34375 4.59212 0.635417 3.69629 1.21875 2.88379C1.82292 2.07129 2.63542 1.42546 3.65625 0.946289C4.67708 0.467122 5.79167 0.227539 7 0.227539ZM7 9.57129C7.95833 9.57129 8.84375 9.39421 9.65625 9.04004C10.4896 8.66504 11.1458 8.17546 11.625 7.57129C12.1042 6.94629 12.3438 6.27962 12.3438 5.57129C12.3438 4.84212 12.1042 4.17546 11.625 3.57129C11.1458 2.94629 10.4896 2.45671 9.65625 2.10254C8.84375 1.74837 7.95833 1.57129 7 1.57129C6.04167 1.57129 5.14583 1.74837 4.3125 2.10254C3.5 2.45671 2.85417 2.94629 2.375 3.57129C1.89583 4.17546 1.65625 4.84212 1.65625 5.57129C1.65625 6.27962 1.89583 6.94629 2.375 7.57129C2.85417 8.17546 3.5 8.66504 4.3125 9.04004C5.14583 9.39421 6.04167 9.57129 7 9.57129Z" fill="%23141414"/></svg>');
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  position: static;
  margin-right: 2px;
  margin-bottom: 2px;
}
.posts-view .ncpost-new-comment-panel,
.lc-feed-container .ncpost-new-comment-panel {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.posts-view .ncpost-new-comment-panel input,
.lc-feed-container .ncpost-new-comment-panel input {
  height: 50px;
  margin-bottom: 12px;
}
.posts-view .ncpost-new-comment-panel textarea,
.lc-feed-container .ncpost-new-comment-panel textarea {
  margin-bottom: 16px;
}
.posts-view .ncpost-new-comment-panel input,
.lc-feed-container .ncpost-new-comment-panel input,
.posts-view .ncpost-new-comment-panel textarea,
.lc-feed-container .ncpost-new-comment-panel textarea {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #333333 !important;
  padding: 13px 14px;
  background: #ffffff !important;
  box-shadow: none;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.posts-view .ncpost-new-comment-panel input::placeholder,
.lc-feed-container .ncpost-new-comment-panel input::placeholder,
.posts-view .ncpost-new-comment-panel textarea::placeholder,
.lc-feed-container .ncpost-new-comment-panel textarea::placeholder {
  color: #777777 !important;
}
.posts-view .ncpost-new-comment-panel input:active,
.lc-feed-container .ncpost-new-comment-panel input:active,
.posts-view .ncpost-new-comment-panel textarea:active,
.lc-feed-container .ncpost-new-comment-panel textarea:active {
  background: transparent !important;
}
.posts-view .ncpost-new-comment-panel > div:has(> .instagram-media),
.lc-feed-container .ncpost-new-comment-panel > div:has(> .instagram-media) {
  max-width: 400px;
  margin: 0 !important;
}
.posts-view .ncpost-new-comment-panel .ncpost-submit,
.lc-feed-container .ncpost-new-comment-panel .ncpost-submit {
  display: flex;
  height: 44px;
  padding: 0px 12px;
  background: #4AA36C;
  border-radius: 4px !important;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  display: block;
  width: 40%;
  align-self: end;
}
.posts-view .ncpost-new-comment-panel .ncpost-submit:disabled,
.lc-feed-container .ncpost-new-comment-panel .ncpost-submit:disabled {
  background: #f8f8f8;
  color: #858585;
}
@media (max-width: 500px) {
  .posts-view .ncpost-new-comment-panel .ncpost-submit,
  .lc-feed-container .ncpost-new-comment-panel .ncpost-submit {
    width: 100%;
  }
}
.posts-view .nc-football-scoreboard-score,
.lc-feed-container .nc-football-scoreboard-score {
  width: 30px;
}
.posts-view .nc-football-scoreboard-scores,
.lc-feed-container .nc-football-scoreboard-scores {
  font-size: 36px;
}
.posts-view .ncpost-top-text-container,
.lc-feed-container .ncpost-top-text-container {
  background: transparent;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  color: #222222;
  border-radius: 0;
  box-shadow: none;
}
.posts-view .ncpost-top-text-container h5,
.lc-feed-container .ncpost-top-text-container h5 {
  color: #222222;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.6px;
  text-align: left;
}
.posts-view .ncpost-top-text-container u,
.lc-feed-container .ncpost-top-text-container u {
  text-decoration: none;
}
.posts-view .ncpost-top-text-container p,
.lc-feed-container .ncpost-top-text-container p {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  margin: 10px 0 !important;
}
.posts-view .ncpost-top-text-container li:not(:last-child),
.lc-feed-container .ncpost-top-text-container li:not(:last-child) {
  margin-bottom: 8px;
}
.posts-view .ncposts-sorter,
.lc-feed-container .ncposts-sorter {
  margin: 20px 0 0 0;
}
.posts-view .ncposts-sorter > div,
.lc-feed-container .ncposts-sorter > div {
  display: none;
}
.posts-view .ncposts-sorter .ncposts-sorter-title,
.lc-feed-container .ncposts-sorter .ncposts-sorter-title {
  display: none;
}
.posts-view .ncposts-sorter .ncpost-toggle-group,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group {
  display: flex;
  justify-content: start;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-indicator,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-indicator {
  display: none;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-label,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-label {
  padding: 10px 15px;
  color: #222222;
  background-color: #ffffff;
  border: solid 1px #E3E3E3;
  height: auto;
  width: auto;
  cursor: pointer;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-label:first-of-type,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-label:first-of-type {
  border-radius: 4px 0 0 4px !important;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-label:not(:first-of-type),
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-label:not(:first-of-type) {
  border-left: none;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-label:last-of-type,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-label:last-of-type {
  border-radius: 0 4px 4px 0 !important;
}
.posts-view .ncposts-sorter .ncpost-toggle-group .toggle-label.active,
.lc-feed-container .ncposts-sorter .ncpost-toggle-group .toggle-label.active {
  background-color: #4AA36C;
  border-color: #4AA36C;
  color: #fff;
}
.ncpost-pinned-post {
  padding: 0;
  background-color: unset !important;
  box-shadow: none !important;
}
.ncpost-pinned-post .ncpost-container {
  margin: 0;
  margin-top: 15px;
  background-color: #FFFFFF;
  border-bottom: none;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  border-radius: 6px 6px 0 0 !important;
  border-top: 6px solid #278557;
}
.ncpost-pinned-post .ncpost-container .ncpost-pinned-indicator {
  display: block;
  position: absolute;
  right: 40px;
  top: 20px;
}
.ncpost-pinned-post .ncpost-container .ncpost-pinned-indicator svg {
  fill: #278557;
}
.ncpost-list-container {
  font-family: Open Sans, sans-serif;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #222222;
}
.ncpost-container .ncpost-tagquant .ncpost-tags {
  width: 100% !important;
  display: flex;
}
.ncpost-container .ncpost-tagquant .ncpost-tags .ncpost-tagquantele {
  padding: 10px;
  border-radius: 5px;
  color: #4AA36C;
  background-color: #F7F7F7;
  margin-left: 0 !important;
  margin-right: 8px !important;
}
.ncpost-list-post .ncpost-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created,
.lc-feed-container .ncpost-list-container .ncpost-list-post .ncpost-container .ncpost-comments-container .ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created {
  color: #fff !important;
}
.ncpost-list-post {
  padding-left: 0;
}
.ncpost-container {
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px #00000014;
}
.ncpost-avatar-container {
  left: 20px;
}
.share-icons-container {
  justify-content: start;
  margin-top: 15px;
}
.ncpost-container,
.ncpost-pinned-post {
  margin: 0;
  margin-top: 15px;
  background-color: #FFFFFF;
  border-bottom: none;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px 0px #00000014;
}
.ncpost-container .ncpost-icon-container,
.ncpost-pinned-post .ncpost-icon-container {
  width: 35px;
  position: absolute;
  top: 12px;
  left: unset;
  right: 30px;
}
.ncpost-container .ncpost-pinned-indicator,
.ncpost-pinned-post .ncpost-pinned-indicator {
  display: none;
}
.ncpost-container .share-icons-container svg,
.ncpost-pinned-post .share-icons-container svg {
  fill: #4A4A4A;
}
.ncpost-container .ncpost-header,
.ncpost-pinned-post .ncpost-header {
  color: #222222;
  display: flex;
  height: 40px;
  justify-content: center;
  padding-left: 50px !important;
  flex-direction: column !important;
}
.ncpost-container .ncpost-header .ncpost-timestamp,
.ncpost-pinned-post .ncpost-header .ncpost-timestamp {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20.3px;
  font-weight: 400;
  color: #7E7E7E;
}
.ncpost-container .ncpost-header .ncpost-timestamp a,
.ncpost-pinned-post .ncpost-header .ncpost-timestamp a {
  color: #7E7E7E;
}
.ncpost-container .ncpost-header .ncpost-byline,
.ncpost-pinned-post .ncpost-header .ncpost-byline {
  color: #4A4A4A;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
  margin: 0;
}
.ncpost-container .ncpost-title,
.ncpost-pinned-post .ncpost-title {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 25px;
  margin: 15px 0;
}
.ncpost-container .ncpost-breaking,
.ncpost-pinned-post .ncpost-breaking {
  background-color: #FED130;
  color: #222222;
  border-radius: 3px;
  padding: 5px !important;
  font-weight: 700;
  line-height: 30px;
  font-size: 25px;
}
.ncpost-container.ncpost-importance-2,
.ncpost-pinned-post.ncpost-importance-2 {
  position: relative;
  background-color: #FFFFFF;
  border-top: 6px solid #FF9B70 !important;
  border-radius: 6px 6px 0 0 !important;
}
.ncpost-container.ncpost-importance-3,
.ncpost-pinned-post.ncpost-importance-3 {
  position: relative;
  background-color: #FFFFFF;
  border-top: 6px solid #E9006B !important;
  border-radius: 6px 6px 0 0 !important;
}
.ncpost-container blockquote,
.ncpost-pinned-post blockquote {
  position: relative;
  color: #222222;
  font-size: 19px;
  font-weight: 400;
  line-height: 22.8px;
  padding: 20px 0;
  padding-left: 20px;
  margin: 15px 0;
  border-left: 6px solid #7C3AED;
  background-color: #F9FAFB;
}
.ncpost-container blockquote p,
.ncpost-pinned-post blockquote p {
  margin: 0 !important;
}
.ncpost-tags {
  width: 100% !important;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.ncpost-tags .ncpost-tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.3px;
  background-color: #F7F7F7;
  padding: 10px;
  color: #222222;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
.ncpost-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  font-style: normal;
}
.ncpost-content a {
  color: #278557 !important;
  line-height: 19px;
  font-size: 17px !important;
  text-decoration-line: none;
}
.ncpost-content a:hover {
  color: #222222;
  text-decoration-line: underline;
}
.ncpost-content h5 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.ncpost-content .ncpost-image-byline {
  text-align: center;
  color: #222222;
  font-weight: 500;
}
.ncpost-content .ncpost-image-byline .ncpost-image-byline-description {
  color: #222222;
  font-weight: 500;
  padding-right: 5px;
}
.ncpost-content .ncpost-image-byline .ncpost-image-byline-source {
  color: #4A4A4A;
  padding-left: 0 !important;
}
.ncpost-list-post .ncpost-container .ncpost-link {
  display: flex;
  flex-direction: row;
  padding: 0;
  border-radius: 0;
  background: #F6F6F6;
  overflow: hidden;
  border: none;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .ncpost-list-post .ncpost-container .ncpost-link {
    flex-direction: column;
  }
}
.ncpost-list-post .ncpost-container .ncpost-link-image-wrapper {
  width: 170px;
  margin: 0 !important;
}
@media (max-width: 500px) {
  .ncpost-list-post .ncpost-container .ncpost-link-image-wrapper {
    width: 100%;
  }
}
.ncpost-list-post .ncpost-container .ncpost-link-image-wrapper .ncpost-link-image {
  min-width: 170px;
  margin: 0;
  object-fit: cover;
  height: 100%;
  max-width: 100%;
  max-height: none;
  float: none !important;
}
@media (max-width: 500px) {
  .ncpost-list-post .ncpost-container .ncpost-link-image-wrapper .ncpost-link-image {
    width: 100%;
  }
}
.ncpost-list-post .ncpost-container .ncpost-link-info {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 5px;
  background: #fff;
}
.ncpost-list-post .ncpost-container .ncpost-link-info-title {
  margin-top: 0;
  color: #222222 !important;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 25.2px;
}
.ncpost-list-post .ncpost-container .ncpost-link-info-title:active {
  margin-top: 0 !important;
  font-size: 18px !important;
}
.ncpost-list-post .ncpost-container .ncpost-link-info-title:hover {
  text-decoration: underline;
}
.ncpost-list-post .ncpost-container .ncpost-link-info-source {
  color: #4A4A4A;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.3px;
}
.ncpost-list-post .ncpost-container .ncpost-link-info-description {
  color: #222222;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
.ncpost-breaking-container {
  margin: -20px -20px 10px -20px;
}
.lc-feed-container .lc-load-more {
  display: inline-block;
  height: 42px !important;
  padding: 10px 15px !important;
  margin-top: 20px !important;
  gap: 8px !important;
  font-weight: 400 !important;
  align-self: center;
  font-size: 15px;
  border-radius: 4px;
  color: #fff !important;
  font-family: Open Sans, sans-serif;
  line-height: 17px;
  background-color: #4AA36C !important;
}
.lc-feed-container .lc-load-more:hover {
  background-color: #141414 !important;
}
/*End extension CSS 15156, Skin*/

/*Begin extension CSS 15157, Link Card*/
.ncpost-link-card {
    margin: 15px 0;
    border: 1px solid #e1e1e1;
    display: flex;
    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 15157, Link Card*/

/*Begin extension CSS 15212, Translations*/

/*End extension CSS 15212, Translations*/

/*Begin extension CSS 16006, 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 16006, Link card 2.0*/


.nc-lc-extensions-css{ display: block }