@charset "UTF-8";
:root {
  --c-text: black;
  --c-stroke-primary: #121212;
  --c-snippet: #5A5A5A;

  --max-width: 860px;
}

html {
    scroll-behavior: smooth;
  }

* {
  box-sizing: content-box;
}

a {
    color: var(--c-text);
    text-decoration: none;
}

a:visited {
    color: var(--c-text);
}

a:hover {
    color: #5A5A5A;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: var(--c-text);
}

.wrap {
    max-width: var(--max-width);
    margin: auto;
    padding: 0 10px 20px 10px;
}

.nbt {
    border-top: none !important;
}

.npb {
    padding-bottom: 0 !important;
}

.story.npb {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.fresh {
    color: #D0021B !important;
}

header {
    background-color: #FFFFFF;
}

header::after {
    /* background-color: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(226, 226, 226);
    border-top: 1px solid rgb(226, 226, 226);
    content: "";
    display: block;
    height: 1px;
    margin-top: 0px; */
}

header .header-content {
    padding: 20px 0;
}

.today {
    width: auto;
    display: table;
    float: right;
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
}

.nav {
    border-top: 1px solid #ebebeb;
    border-bottom: 2px solid #111;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.nav a {
    padding: 6px 5px;
    -webkit-transition: background 0.6s ease;
    transition: background 0.6s ease;
    vertical-align: middle;
    font-size: 0.75rem;
    line-height: 1rem;
    display: inline-block;
    color: #333;
    float: left;
}

.nav a.right {
    float: right;
}

.nav a:first-child {
    padding-left: 0;
}

.nav a:hover {
    color: #111;
}

.nav a.active {
    font-weight: bold;
}

.content-container {
    display: grid;
    row-gap: 40px;
    padding: 10px 0 30px 0;
}

.content-section {
    border-top: 1px solid var(--c-stroke-primary);
    /* border-top: 1px solid #eee; */
/*    padding: 20px 0;*/
    display: grid;
    grid-template-rows: max-content;
}

.section-header {
    margin: 5px 0 20px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    overflow-x: scroll;
}

.section-header::-webkit-scrollbar {
    display: none;
}

.section-header span {
    font-size: 0.875rem;
    line-height: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
}

.section-header span.snap {
    font-size: 0.7rem;
}

.section-header .section-nav {
    display: inline-block;
    margin-left: 15px;
}

.section-header .section-nav a {
    padding: 0 4px;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--c-snippet);
}

.section-header .section-nav a:hover {
    color: var(--c-text);
}


/** Sections **/

.h1-section {
    grid-template-columns: 2fr 1fr;
    grid-column-start: 1;
    grid-column-end:   5;

    /* grid-row-gap:    20px; */
    grid-column-gap: 30px;
}

.h1-section .section-header {
    grid-column-start: 1;
    grid-column-end: 3;
}

.h2-section {
    grid-template-columns: 1fr 1fr;
    grid-column-start: 1;
    grid-column-end:   5;
    grid-column-gap: 30px;
}

.h2-section .section-header {
    grid-column-start: 1;
    grid-column-end: 3;
}

.h3-section {
    grid-template-columns: 2fr 1fr;
    grid-column-start: 1;
    grid-column-end:   5;
    grid-column-gap: 30px;
}

.h3-section .section-header {
    grid-column-start: 1;
    grid-column-end: 3;
}

.fw-section {
    grid-template-columns: 1fr;
    grid-column-start: 1;
    grid-column-end: 5;
}

.left-separator {
    border-left: 1px solid #ebebeb;
    margin-left: -15px;
    padding-left: 15px;
}

.right-separator {
    border-right: 1px solid #ebebeb;
    margin-right: -15px;
    padding-right: 15px;
}


/** Stories **/

.story {
    /* padding-top: 10px; */
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.story .title {
    color: #121212;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    margin-top: 4px;
    text-overflow: ellipsis;
}

.story .snippet {
    color: var(--c-snippet);
    /* font-size: 0.875rem; */
    /* -webkit-letter-spacing: 0.2px; */
    /* -moz-letter-spacing: 0.2px; */
    /* -ms-letter-spacing: 0.2px; */
    /* letter-spacing: 0.2px; */
    line-height: 1.1875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin: 5px 0;
    text-overflow: ellipsis;
}

.story .summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;

    max-height: calc(1.3rem * 6);
    overflow: hidden;
    text-overflow: ellipsis;
}

.story .figure {
    margin-top: 18px;
}

.story .figure img {
    float: right;
}

.story .source {
    color:#727272;
}

.story .source:hover {
    color: #121212;
}

.story .age {
    color:#727272;
}

.story .info {
    /* color:#727272; */
    margin-top: 5px;

    grid-column-start: 1;
    grid-column-end: 3;
}

.story .sfc {
    color: #121212;
    text-transform: uppercase;
    font-size: 11px;
    /* -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: 100%; */
}

.story .sfc:hover {
    color: #5A5A5A;
}

.story .sfc span {
    font-size: 0.625rem;
    padding: 0.15rem 0.2rem 0.1rem 0.25rem;
    /* background: #363636; */
    /*hsl(205,47%,42%)*/
    /*hsl(140,40%,47%)*/
    background: rgb(29, 155, 240);
    color: #FFFFFF;
    border-radius: 1rem;
    /* margin-left: 0.2rem; */
    transition: background 0.6s ease 0s;
    font-weight: 700;
    position: relative;
    display: inline-block;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
}

.age::before {
    vertical-align: revert-layer;
    content: "•";
    position: relative;
    line-height: 1em;
    font-size: 1.125em;
    color: #999;
    margin: 0 3px 0 1px;
}

.story .coverage {
    margin-top: 3px;
}

.story .coverage ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.story .coverage ul li {
    /* margin-top: 5px; */
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding-left: 16px; */
    padding: 0px 0 5px 30px;
    line-height: 1.1rem;
}

.story .coverage ul li::before {
    /* position: absolute;
    left: -15px;
    color: var(--c-coverage); */
    content: "•";
    margin: 0 10px 0 -15px;
    /* color: #d8070e; */
    color: #D0021B;
    position: absolute;
    font-size: 1.15em;
}

.story .coverage ul li::after {
    background-color: #ccc;
    color: #ccc;
    content: " ";
    width: 1px;
    height: auto;
    position: absolute;
    left: 18px;
    top: 1.6em;
    bottom: 0;
}

.story .coverage ul li:last-child::after {
    display: none;
}

.story .coverage ul li .source {
    color: #727272;
}

.story .coverage ul li a.sfc {
    font-weight: bold;
}

.story .coverage .coverage-info {
    clear: both;
    display: block;
}

.story.no-fig {
    grid-template-columns: 1fr !important;
}

.story.t1 {
    grid-template-columns: 2.25fr 1fr;
}

.story.t2 .title {
    font-size: 1rem;
    line-height: 1.2em;
    -webkit-letter-spacing: 0.01em;
    -moz-letter-spacing: 0.01em;
    -ms-letter-spacing: 0.01em;
    letter-spacing: 0.01em;
}

.story.t2 .summary {
    -webkit-line-clamp: 6;
    /* max-height: 95px; */
    max-height: 121px;
}

.story.t2 .sfc {
    color: #727272;
}

.story.t2 .sfc:hover {
    color: #121212;
}

.story.t1 .sfc span {
    /* background: #727272; */
    margin-left: 0.2rem;
}

.story .sfc:hover span {
    background: #363636;
}

/** Stories per section **/

.h1-section .story .title {
    /* font-size: 1.425rem; */
    font-size: 1.125rem;
    line-height: 1.2em;
    -webkit-letter-spacing: 0.01em;
    -moz-letter-spacing: 0.01em;
    -ms-letter-spacing: 0.01em;
    letter-spacing: 0.01em;
}

.h3-section .story {
    grid-template-columns: 4.25fr 1fr;
}

footer {
    color: var(--c-snippet);
    text-align: center;
}

footer::before {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(226, 226, 226);
    border-top: 2px solid rgb(226, 226, 226);
    content: "";
    display: block;
    height: 1px;
    margin-top: 0px;
}

footer a {
    padding: 5px 10px;
    text-decoration: none;
}

.pagination .page-item {
    padding: 0 5px;
}

.pagination .page-item:first-child {
    padding-left: 0;
}

.pagination .page-item.active {
    font-weight: bold;
}

.mobile-menu {
    display: none;
}

.latest {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

.latest a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0 5px 0;
    line-height: 1.1rem;
}

.latest a span {
    display: table-cell;
    color: #727272;
}

.latest a span.age {
    clear: right;
}

.story-block-header {
    font-size: 0.7rem;
    line-height: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
}

/* Desktop */
@media only screen and (min-width: 769px){

}

/* Tablet */
@media only screen and (max-width: 768px){

}

/* Mobile */
@media only screen and (max-width: 480px){
    .mobile-menu {
        display: block;
    }

    .h1-section {
        grid-template-columns: 1fr;
    }

    .h2-section {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }

    .h2-section .stories-block,
    .h3-section .stories-block {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .h2-section .story.npb,
    .h3-section .story.npb {
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .h3-section {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }

    .h3-section .story {
        grid-template-columns: 3fr 1fr;
    }

    .story {
        border-bottom: 1px solid #ebebeb;
    }

    .left-separator {
        padding: 0;
        border: 0;
        margin: 0;
    }

    .section-nav {
        display: none !important;
    }

    .content-section .story:last-child {
        border-bottom: none;
    }

    header {
        position: fixed;
        z-index: 1;
        border-top: 1px solid #ebebeb;
        border-bottom: 2px solid #111;
    }

    header .header-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 10px 0 0 0;
    }

    header .nav {
        grid-column-start: 1;
        grid-column-end: 4;
        display: none;
    }

    header .nav a, header .nav a:first-child {
        font-size: 1rem;
        width: 100%;
        padding: 10px 30px;
        box-sizing: border-box;
        font-weight: bold;
    }

    header .logo {
        text-align: left;

        /*    width: auto;*/
        /*border-bottom: 2px solid black;*/
        /*width: 100%;*/
        /*!* position: relative; *!*/
        /*text-align: left;*/
        /*box-sizing: border-box;*/
        /*padding-bottom: 6px;*/
    }

    header.mobile {
        z-index: 10;
        border-top: 1px solid #ebebeb;
        border-bottom: 2px solid #111;
        width: 100%;
    }

    header.mobile .nav {
        display: block;
        background: rgb(255, 255, 255);
        border-radius: 3px;
        border-right: 1px solid rgb(204, 204, 204);
        box-shadow: rgb(0 0 0 / 10%) 4px 0px 6px 1px;
        padding-top: 44px;
        margin-top: 0;
        position: fixed;
        height: 100%;
        width: 200px;
        z-index: 2;
        left: 0;
        top: -1px;
    }

    header.mobile .nav a:first-child {
        border-top: 2px solid black;
        padding-top: 30px;
    }

    header.mobile .nav a::after {
        content: "\203A";
        color: #b3b3b3;
        right: 15px;
        position: absolute;
        font-weight: normal;
    }

    header.mobile .logo {
        position: absolute;
        z-index: 3;
        margin-left: 6px;
    }

    header.mobile .today {
        color: #fff;
    }

    header .logo svg {
        width: 49px;
        height: 26px;
    }

    .content-container {
        padding-top: 70px;
    }

    .wrap {
        padding: 0 20px;
    }
}

#shade {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
#shade.show {
  display: block;
}

.fw {
    width: 100%;
}

tr, td, th, thead, tbody, table {
    padding: 0;
}

.table-data {
    text-align: left;
}

.table-data .price {
    text-align: right;
    width: 40%;
}

.table-data.full .price {
    width: auto;
}

.table-data .trend-grow {
    color: green;
}

.table-data .trend-drop {
    color: darkred;
}

.table-data .trend-neutral {
    color: rgb(0, 51, 119);
}

table.table-data {
    background-color: rgb(247, 249, 249);
    padding: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

table.table-data thead tr th {
    padding-bottom: 6px;
    margin-bottom: 6px;
}

table.table-data tbody tr td {
    padding: 4px 0;
}

table.table-data a {
    color: rgb(0, 51, 119) !important;
}

table.table-data .no-content {
    color: var(--c-snippet);
    font-style: italic;
    padding: 15px;
}

.table-data .trend-grow.icon::before {
    display: inline-block;
    margin-right: 6px;
    content: '\25B2';
    font-size: 8px;
}

.table-data .trend-drop.icon::before {
    display: inline-block;
    margin-right: 6px;
    content: '\25BC';
    font-size: 8px;
}

.table-data-disclaimer {
    text-align: right;
    font-style: italic;
    color: var(--c-snippet);
    font-size: 11px;
}

.table-data-disclaimer a {
    color: var(--c-snippet) !important;
    text-decoration: underline;
}

.tcenter {
    text-align: center;
}

.prices-data .title {
    width: 70%;
}