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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .team {
    display: none;
  }

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

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

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

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

.scorers {
  margin: 10px 0;
}

.flash-now {
  animation-name: flash;
  animation-timing-function: ease-out;
  animation-duration: 2s;
  -webkit-animation-name: flash;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 2s;
}
@-webkit-keyframes flash {
  from {
    background: #43ac6a;
  }
  to {
    background: #333;
  }
}
@keyframes flash {
  0% {
    background: #43ac6a;
  }
  100% {
    background: #333;
  }
}
/*End extension CSS 3707, Football scoreboard renderer*/

/*Begin extension CSS 4000, SB Nation Theme*/
.editor-preview-and-feed{background:#fff;padding:15px;border-radius:10px;max-width:700px;margin-top:15px}.editor-preview-and-feed .ncpost-container{margin-bottom:0}.editor-preview-and-feed .post-container{font-family:Helvetica,sans-serif}@media(min-width:992px){.editor-preview-and-feed{margin-top:0;width:45vw}}@font-face{font-family:'Druk-Bold';src:url('https://cdn.vox-cdn.com/shared_fonts/unison/sbn/druk/DrukText-Bold-Web.woff2') format('woff2');font-style:normal}@font-face{font-family:'Druk-Medium';src:url('https://cdn.vox-cdn.com/shared_fonts/unison/sbn/druk/DrukText-Medium-Web.woff2') format('woff2');font-style:normal}@font-face{font-family:'Torque-500';src:url('https://cdn.vox-cdn.com/shared_fonts/unison/mmaf/torqueweb-medium.woff') format('woff');font-style:normal}.lc-sbnation-mma .ncpost-list-container{font-family:Georgia,serif;color:#1e1e1e}.lc-sbnation-mma .ncpost-list-container .ncpost-top-text-container h5{font-family:Torque-500}.lc-sbnation-mma .ncpost-list-container .ncpost-container .ncpost-header .ncpost-timestamp,.lc-sbnation-mma .ncpost-list-container .ncpost-top-text-container .ncpost-header .ncpost-timestamp{color:#57202d}.lc-sbnation-mma .ncpost-list-container .ncpost-container .ncpost-header .ncpost-byline,.lc-sbnation-mma .ncpost-list-container .ncpost-top-text-container .ncpost-header .ncpost-byline{color:#57202d}.lc-sbnation-mma .ncpost-list-container .ncpost-container .ncpost-title,.lc-sbnation-mma .ncpost-list-container .ncpost-top-text-container .ncpost-title{font-family:Torque-500;color:#1e1e1e}.lc-sbnation-mma .ncpost-list-container .ncpost-container .ncpost-link a,.lc-sbnation-mma .ncpost-list-container .ncpost-top-text-container .ncpost-link a{color:#1e1e1e}.lc-sbnation-mma .ncpost-list-container .ncpost-container .ncpost-link .ncpost-link-site,.lc-sbnation-mma .ncpost-list-container .ncpost-top-text-container .ncpost-link .ncpost-link-site{color:#57202d}.lc-sbnation-mma .ncpost-list-container .ncpost-container a,.lc-sbnation-mma .ncpost-list-container .ncpost-top-text-container a{color:#57202d}.lc-sbnation-mma .ncpost-list-container .ncpost-container blockquote,.lc-sbnation-mma .ncpost-list-container .ncpost-top-text-container blockquote{font-family:Georgia,serif}.lc-sbnation-mma .ncpost-new-comment-panel .ncpost-input-field{font-family:Georgia,serif!important}.lc-sbnation-mma .ncpost-new-comment-panel .ncpost-submit{font-family:Torque-500!important;background-color:#57202d}.lc-sbnation-mma .lc-load-more{font-family:Torque-500!important;background-color:#57202d!important}.lc-sbnation-mma .lc-load-more:hover{background-color:#57202d!important}.lc-sbnation-arrowhead .ncpost-list-container{font-family:Helvetica,sans-serif;color:#1e1e1e}.lc-sbnation-arrowhead .ncpost-list-container .ncpost-top-text-container h5{font-family:Druk-Bold}.lc-sbnation-arrowhead .ncpost-list-container .ncpost-container .ncpost-header .ncpost-timestamp,.lc-sbnation-arrowhead .ncpost-list-container .ncpost-top-text-container .ncpost-header .ncpost-timestamp{color:#951c1f}.lc-sbnation-arrowhead .ncpost-list-container .ncpost-container .ncpost-header .ncpost-byline,.lc-sbnation-arrowhead .ncpost-list-container .ncpost-top-text-container .ncpost-header .ncpost-byline{color:#951c1f}.lc-sbnation-arrowhead .ncpost-list-container .ncpost-container .ncpost-title,.lc-sbnation-arrowhead .ncpost-list-container .ncpost-top-text-container .ncpost-title{font-family:Druk-Bold;color:#1e1e1e}.lc-sbnation-arrowhead .ncpost-list-container .ncpost-container .ncpost-link a,.lc-sbnation-arrowhead .ncpost-list-container .ncpost-top-text-container .ncpost-link a{color:#1e1e1e}.lc-sbnation-arrowhead .ncpost-list-container .ncpost-container .ncpost-link .ncpost-link-site,.lc-sbnation-arrowhead .ncpost-list-container .ncpost-top-text-container .ncpost-link .ncpost-link-site{color:#951c1f}.lc-sbnation-arrowhead .ncpost-list-container .ncpost-container a,.lc-sbnation-arrowhead .ncpost-list-container .ncpost-top-text-container a{color:#951c1f}.lc-sbnation-arrowhead .ncpost-new-comment-panel .ncpost-submit{font-family:Druk-Bold!important;background-color:#951c1f}.lc-sbnation-arrowhead .lc-load-more{font-family:Druk-Bold!important;background-color:#951c1f!important}.lc-sbnation-arrowhead .lc-load-more:hover{background-color:#951c1f!important}.lc-sbnation-bleedinggreen .ncpost-list-container{font-family:Helvetica,sans-serif;color:#1e1e1e}.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-container .ncpost-header .ncpost-timestamp,.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-top-text-container .ncpost-header .ncpost-timestamp{color:#001d20}.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-container .ncpost-header .ncpost-byline,.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-top-text-container .ncpost-header .ncpost-byline{color:#001d20}.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-container .ncpost-title,.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-top-text-container .ncpost-title{color:#1e1e1e}.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-container .ncpost-link a,.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-top-text-container .ncpost-link a{color:#1e1e1e}.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-container .ncpost-link .ncpost-link-site,.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-top-text-container .ncpost-link .ncpost-link-site{color:#001d20}.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-container a,.lc-sbnation-bleedinggreen .ncpost-list-container .ncpost-top-text-container a{color:#001d20}.lc-sbnation-bleedinggreen .ncpost-new-comment-panel .ncpost-submit{background-color:#001d20}.lc-sbnation-bleedinggreen .lc-load-more{background-color:#001d20!important}.lc-sbnation-bleedinggreen .lc-load-more:hover{background-color:#001d20!important}.lc-sbnation-btb .ncpost-list-container{font-family:Helvetica,sans-serif;color:#1e1e1e}.lc-sbnation-btb .ncpost-list-container .ncpost-top-text-container h5{font-family:Druk-Bold}.lc-sbnation-btb .ncpost-list-container .ncpost-container .ncpost-header .ncpost-timestamp,.lc-sbnation-btb .ncpost-list-container .ncpost-top-text-container .ncpost-header .ncpost-timestamp{color:#030b12}.lc-sbnation-btb .ncpost-list-container .ncpost-container .ncpost-header .ncpost-byline,.lc-sbnation-btb .ncpost-list-container .ncpost-top-text-container .ncpost-header .ncpost-byline{color:#030b12}.lc-sbnation-btb .ncpost-list-container .ncpost-container .ncpost-title,.lc-sbnation-btb .ncpost-list-container .ncpost-top-text-container .ncpost-title{font-family:Druk-Bold;color:#1e1e1e}.lc-sbnation-btb .ncpost-list-container .ncpost-container .ncpost-link a,.lc-sbnation-btb .ncpost-list-container .ncpost-top-text-container .ncpost-link a{color:#1e1e1e}.lc-sbnation-btb .ncpost-list-container .ncpost-container .ncpost-link .ncpost-link-site,.lc-sbnation-btb .ncpost-list-container .ncpost-top-text-container .ncpost-link .ncpost-link-site{color:#030b12}.lc-sbnation-btb .ncpost-list-container .ncpost-container a,.lc-sbnation-btb .ncpost-list-container .ncpost-top-text-container a{color:#030b12}.lc-sbnation-btb .ncpost-new-comment-panel .ncpost-submit{font-family:Druk-Bold!important;background-color:#030b12}.lc-sbnation-btb .lc-load-more{font-family:Druk-Bold!important;background-color:#030b12!important}.lc-sbnation-btb .lc-load-more:hover{background-color:#030b12!important}.lc-sbnation-wagnh .ncpost-list-container{font-family:Helvetica,sans-serif;color:#1e1e1e}.lc-sbnation-wagnh .ncpost-list-container .ncpost-container .ncpost-header .ncpost-timestamp{color:#0e3366}.lc-sbnation-wagnh .ncpost-list-container .ncpost-container .ncpost-header .ncpost-byline{color:#0e3366}.lc-sbnation-wagnh .ncpost-list-container .ncpost-container .ncpost-title{color:#1e1e1e}.lc-sbnation-wagnh .ncpost-list-container .ncpost-container .ncpost-link a{color:#1e1e1e}.lc-sbnation-wagnh .ncpost-list-container .ncpost-container .ncpost-link .ncpost-link-site{color:#0e3366}.lc-sbnation-wagnh .ncpost-list-container .ncpost-container a{color:#0e3366}.lc-sbnation-wagnh .ncpost-new-comment-panel .ncpost-submit{background-color:#0e3366}.lc-sbnation-wagnh .lc-load-more{background-color:#0e3366!important}.lc-sbnation-wagnh .lc-load-more:hover{background-color:#0e3366!important}.lc-sbnation-bloodyelbow .ncpost-list-container{font-family:Helvetica,sans-serif;color:#1e1e1e}.lc-sbnation-bloodyelbow .ncpost-list-container .ncpost-container .ncpost-header .ncpost-timestamp{color:#a4181e}.lc-sbnation-bloodyelbow .ncpost-list-container .ncpost-container .ncpost-header .ncpost-byline{color:#a4181e}.lc-sbnation-bloodyelbow .ncpost-list-container .ncpost-container .ncpost-title{color:#1e1e1e}.lc-sbnation-bloodyelbow .ncpost-list-container .ncpost-container .ncpost-link a{color:#1e1e1e}.lc-sbnation-bloodyelbow .ncpost-list-container .ncpost-container .ncpost-link .ncpost-link-site{color:#a4181e}.lc-sbnation-bloodyelbow .ncpost-list-container .ncpost-container a{color:#a4181e}.lc-sbnation-bloodyelbow .ncpost-new-comment-panel .ncpost-submit{background-color:#a4181e}.lc-sbnation-bloodyelbow .lc-load-more{background-color:#a4181e!important}.lc-sbnation-bloodyelbow .lc-load-more:hover{background-color:#a4181e!important}.lc-sbnation-sounder .ncpost-list-container{font-family:Helvetica,sans-serif;color:#1e1e1e}.lc-sbnation-sounder .ncpost-list-container .ncpost-container .ncpost-header .ncpost-timestamp{color:#497432}.lc-sbnation-sounder .ncpost-list-container .ncpost-container .ncpost-header .ncpost-byline{color:#497432}.lc-sbnation-sounder .ncpost-list-container .ncpost-container .ncpost-title{color:#1e1e1e}.lc-sbnation-sounder .ncpost-list-container .ncpost-container .ncpost-link a{color:#1e1e1e}.lc-sbnation-sounder .ncpost-list-container .ncpost-container .ncpost-link .ncpost-link-site{color:#497432}.lc-sbnation-sounder .ncpost-list-container .ncpost-container a{color:#497432}.lc-sbnation-sounder .ncpost-new-comment-panel .ncpost-submit{background-color:#497432}.lc-sbnation-sounder .lc-load-more{background-color:#497432!important}.lc-sbnation-sounder .lc-load-more:hover{background-color:#497432!important}.lc-feed-container{font-family:Helvetica,sans-serif}.lc-default-theme,#ncpost-preview{text-rendering:optimizeLegibility;margin:0;background-color:transparent;padding:0;font-family:Helvetica,sans-serif;color:#333}.lc-default-theme .ncpost-top-text-container,#ncpost-preview .ncpost-top-text-container{border:0;padding:0;margin-bottom:50px;background-color:unset}.lc-default-theme .ncpost-top-text-container h5,#ncpost-preview .ncpost-top-text-container h5{font-family:Druk-Medium;color:#1e1e1e;font-size:30px}.lc-default-theme .ncpost-pinned .ncpost-container,#ncpost-preview .ncpost-pinned .ncpost-container{background-color:#f8d28a;border:0}.lc-default-theme .ncpost-container,#ncpost-preview .ncpost-container,.lc-default-theme .ncpost-top-text-container,#ncpost-preview .ncpost-top-text-container{background-color:#f6f6f6;padding:25px 25px 15px 25px}.lc-default-theme .ncpost-container .ncpost-header,#ncpost-preview .ncpost-container .ncpost-header,.lc-default-theme .ncpost-top-text-container .ncpost-header,#ncpost-preview .ncpost-top-text-container .ncpost-header{font-size:13px;margin-bottom:15px}.lc-default-theme .ncpost-container .ncpost-header .ncpost-timestamp,#ncpost-preview .ncpost-container .ncpost-header .ncpost-timestamp,.lc-default-theme .ncpost-top-text-container .ncpost-header .ncpost-timestamp,#ncpost-preview .ncpost-top-text-container .ncpost-header .ncpost-timestamp{color:#666;width:auto;float:unset;display:inline-block}.lc-default-theme .ncpost-container .ncpost-header .ncpost-timestamp svg,#ncpost-preview .ncpost-container .ncpost-header .ncpost-timestamp svg,.lc-default-theme .ncpost-top-text-container .ncpost-header .ncpost-timestamp svg,#ncpost-preview .ncpost-top-text-container .ncpost-header .ncpost-timestamp svg{display:none}.lc-default-theme .ncpost-container .ncpost-header .ncpost-timestamp:after,#ncpost-preview .ncpost-container .ncpost-header .ncpost-timestamp:after,.lc-default-theme .ncpost-top-text-container .ncpost-header .ncpost-timestamp:after,#ncpost-preview .ncpost-top-text-container .ncpost-header .ncpost-timestamp:after{content:"|";line-height:10px;margin:0 7px}.lc-default-theme .ncpost-container .ncpost-header .ncpost-byline,#ncpost-preview .ncpost-container .ncpost-header .ncpost-byline,.lc-default-theme .ncpost-top-text-container .ncpost-header .ncpost-byline,#ncpost-preview .ncpost-top-text-container .ncpost-header .ncpost-byline{color:#666;display:inline-block}.lc-default-theme .ncpost-container .ncpost-title,#ncpost-preview .ncpost-container .ncpost-title,.lc-default-theme .ncpost-top-text-container .ncpost-title,#ncpost-preview .ncpost-top-text-container .ncpost-title{font-family:Druk-Medium;color:#1e1e1e;font-size:30px;line-height:32px;display:inline-block;width:auto;margin:0 0 15px 0}.lc-default-theme .ncpost-container .ncpost-breaking,#ncpost-preview .ncpost-container .ncpost-breaking,.lc-default-theme .ncpost-top-text-container .ncpost-breaking,#ncpost-preview .ncpost-top-text-container .ncpost-breaking{padding:2px 5px;background-color:#f6c364}.lc-default-theme .ncpost-container h5,#ncpost-preview .ncpost-container h5,.lc-default-theme .ncpost-top-text-container h5,#ncpost-preview .ncpost-top-text-container h5{margin:0 0 10px 0;font-weight:700;font-size:22px}.lc-default-theme .ncpost-container p,#ncpost-preview .ncpost-container p,.lc-default-theme .ncpost-top-text-container p,#ncpost-preview .ncpost-top-text-container p{margin:0 0 10px 0;line-height:20px}.lc-default-theme .ncpost-container a,#ncpost-preview .ncpost-container a,.lc-default-theme .ncpost-top-text-container a,#ncpost-preview .ncpost-top-text-container a{color:#245a8a}.lc-default-theme .ncpost-container blockquote,#ncpost-preview .ncpost-container blockquote,.lc-default-theme .ncpost-top-text-container blockquote,#ncpost-preview .ncpost-top-text-container blockquote{font-family:Helvetica,sans-serif;color:#666;font-style:oblique;font-size:14px;line-height:22px;border-left:6px solid #d5d5d5;padding:0 0 0 20px;margin:0 0 20px 0}.lc-default-theme .ncpost-container .ncpost-link,#ncpost-preview .ncpost-container .ncpost-link,.lc-default-theme .ncpost-top-text-container .ncpost-link,#ncpost-preview .ncpost-top-text-container .ncpost-link{background-color:#fff;border-radius:3px;border:1px solid #d5d5d5}.lc-default-theme .ncpost-container .ncpost-link a,#ncpost-preview .ncpost-container .ncpost-link a,.lc-default-theme .ncpost-top-text-container .ncpost-link a,#ncpost-preview .ncpost-top-text-container .ncpost-link a{color:#333;font-weight:700;text-decoration:none}.lc-default-theme .ncpost-container .ncpost-link .ncpost-link-site,#ncpost-preview .ncpost-container .ncpost-link .ncpost-link-site,.lc-default-theme .ncpost-top-text-container .ncpost-link .ncpost-link-site,#ncpost-preview .ncpost-top-text-container .ncpost-link .ncpost-link-site{color:#666;font-size:14px}.lc-default-theme .ncpost-container .ncpost-link .ncpost-link-desc,#ncpost-preview .ncpost-container .ncpost-link .ncpost-link-desc,.lc-default-theme .ncpost-top-text-container .ncpost-link .ncpost-link-desc,#ncpost-preview .ncpost-top-text-container .ncpost-link .ncpost-link-desc{line-height:20px}.lc-default-theme .ncpost-container .ncpost-link img,#ncpost-preview .ncpost-container .ncpost-link img,.lc-default-theme .ncpost-top-text-container .ncpost-link img,#ncpost-preview .ncpost-top-text-container .ncpost-link img{max-height:150px}.lc-default-theme .ncpost-container .ncpost-link.ncpost-link-withimage,#ncpost-preview .ncpost-container .ncpost-link.ncpost-link-withimage,.lc-default-theme .ncpost-top-text-container .ncpost-link.ncpost-link-withimage,#ncpost-preview .ncpost-top-text-container .ncpost-link.ncpost-link-withimage{min-height:182px}@media(max-width:550px){.lc-default-theme .ncpost-container .ncpost-link img,#ncpost-preview .ncpost-container .ncpost-link img,.lc-default-theme .ncpost-top-text-container .ncpost-link img,#ncpost-preview .ncpost-top-text-container .ncpost-link img{float:unset;display:block;max-height:unset;width:100%;margin:0 0 20px 0}}.lc-default-theme .ncpost-new-comment-toggle,#ncpost-preview .ncpost-new-comment-toggle{font-size:14px;color:#333;display:inline-block;margin-left:auto}.lc-default-theme .ncpost-new-comment-toggle svg,#ncpost-preview .ncpost-new-comment-toggle svg{display:none}.lc-default-theme .ncpost-new-comment-panel .ncpost-input-field,#ncpost-preview .ncpost-new-comment-panel .ncpost-input-field{font-family:Helvetica,sans-serif;height:42px;font-size:13px;border:1px solid #d5d5d5;border-radius:4px;box-shadow:none}.lc-default-theme .ncpost-new-comment-panel .ncpost-input-field::placeholder,#ncpost-preview .ncpost-new-comment-panel .ncpost-input-field::placeholder{color:#d5d5d5}.lc-default-theme .ncpost-new-comment-panel .ncpost-submit,#ncpost-preview .ncpost-new-comment-panel .ncpost-submit{font-family:Druk-Medium;font-size:14px;border-radius:3px}.lc-default-theme .ncpost-new-comment-panel .ncpost-submit b,#ncpost-preview .ncpost-new-comment-panel .ncpost-submit b,.lc-default-theme .ncpost-new-comment-panel .ncpost-submit i,#ncpost-preview .ncpost-new-comment-panel .ncpost-submit i{font-weight:unset;font-style:unset}.lc-default-theme .ncpost-question-container,#ncpost-preview .ncpost-question-container{text-align:right}.lc-default-theme .ncpost-question-container .ncpost-new-comment-toggle,#ncpost-preview .ncpost-question-container .ncpost-new-comment-toggle{padding-bottom:20px;margin:0}.lc-default-theme .ncpost-question-container .ncpost-new-comment-panel,#ncpost-preview .ncpost-question-container .ncpost-new-comment-panel{margin:0;padding-bottom:20px}.lc-default-theme .ncpost-comments-container,#ncpost-preview .ncpost-comments-container{text-align:right}.lc-default-theme .ncpost-comments-container .ncpost-new-comment-toggle,#ncpost-preview .ncpost-comments-container .ncpost-new-comment-toggle{margin:10px 0 0 0}.lc-default-theme .ncpost-comments-container .ncpost-new-comment-panel,#ncpost-preview .ncpost-comments-container .ncpost-new-comment-panel{margin:15px 0 0 0}.lc-default-theme .ncpost-comments-container .ncpost-comment,#ncpost-preview .ncpost-comments-container .ncpost-comment{background-color:#fdfdfd;text-align:left;line-height:20px;border-radius:0}.lc-default-theme .ncpost-comments-container .ncpost-comment:first-child,#ncpost-preview .ncpost-comments-container .ncpost-comment:first-child{margin-top:25px}.lc-default-theme .ncpost-comments-container .ncpost-comment:last-child,#ncpost-preview .ncpost-comments-container .ncpost-comment:last-child{margin-bottom:5px}.lc-default-theme button,#ncpost-preview button{height:42px}.lc-default-theme button:hover,#ncpost-preview button:hover{opacity:.8}.lc-default-theme button:focus,#ncpost-preview button:focus{outline:none}.lc-default-theme .lc-load-more,#ncpost-preview .lc-load-more{font-family:Druk-Medium;font-size:14px;background-color:#666;border-radius:3px;font-weight:unset}.lc-default-theme .lc-load-more:hover,#ncpost-preview .lc-load-more:hover{background-color:#666}

/* nc {"timeUtc":1595852268} nc */
/*End extension CSS 4000, SB Nation Theme*/


.nc-lc-extensions-css{ display: block }