@charset "UTF-8";
@import "official2020.css?v=20230126";
@import "carousel2020.css";
@import "latest-articles2020.css";
@import "focus-topics2020.css";
/* @import "evergreen2020.css"; unused pending editorial decisions */
@import "archive2020.css"; /* move to archive.html when ready */

/*--- Daily Article Links ---*/
.daily-article-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    padding: 0.6em 0;
    border-bottom: 1px var(--border-gray) solid;
    font-size: 16px;
    line-height: 21px;
    color: var(--font-orange);
}

.daily-article-links .date {
    white-space: nowrap;
}

.daily-article-links #other-days-links {
    display: flex;
    flex-wrap: nowrap;
}

.daily-article-links #other-days-links a,
.daily-article-links #other-days-links a:hover {
    color: var(--font-lightgray); /* TODO want anything different for on hover */
}

.daily-article-links a#yesterdays-articles-mobile,
.daily-article-links a#archive-articles-mobile {
    display: none;
}

.daily-article-links a#yesterdays-articles-desktop,
.daily-article-links a#yesterdays-articles-mobile {
    padding-right: 1em;
    border-right: 1px solid var(--border-gray);
}

.daily-article-links a#archive-articles-desktop,
.daily-article-links a#archive-articles-mobile {
    padding-left: 1em;
}

/*--- secondary features ---*/
.secondary-features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.7em;
    padding-bottom: 1.5em;
}

.secondary-features-container .feature-item {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
}

.secondary-features-container .feature-item .secondary-feature-item-title {
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    font-weight: 500;
}

.secondary-features-container .feature-item img {
    width: 100%;
}

.secondary-features-container .feature-item .secondary-feature-desc {
    /*padding-top: 0.3em;*/
}

.secondary-feature-item-image {
    padding-top: 0.9em;
    padding-bottom: 0;
}
/*---------------------------------------------*/

/*--- greetings ---*/

#greetings-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 2em;
    margin-bottom: 1em;
}

.greetings-items-centered {
    margin: auto;
    width: 220px;
}

.greeting-item {
    border-right: none;
    margin-bottom: 2em;
}

.greeting-title {
    /* max-width: 216px; */
    white-space: normal;
    font-size: 16px;
    font-weight: 400;
    color: var(--font-default-color);
    margin-top: 0.5em;
}

.greeting-thumb img {
    object-fit: cover;
    object-position: top;
    width: 210px;
    max-height: 118px;
}

.greetings-read-more {
    margin-bottom: 3em;
    display: block;
    text-align: center;
    color: var(--font-orange);
    font-size: 20px;
}

/*---------------------------------------------*/

.recommendations {
    width: 315px;
    margin: 21px 0 0;
    display: block;
    clear: both;
}

.recommendationsNei {
    padding: 0 0 5px 15px;
}

.recommendationsList {
    padding: 13px 0 0 0;
}

.recommendationsList li {
    margin: 0 0 12px;
    clear: both;
    display: block;
}

.recommendationsList a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    color: #0e3480;
    display: block;
}

.recommendationsList a:visited {
    color: #208da4;
}

.recommendationsList .lidate {
    font-size: 10px;
    color: #777;
    display: block;
}



/*--- featured block ---*/
.grid2col .column.last .featuredBlock {
    width: 296px;
    margin: 0 0 20px 15px;
}

.featuredBlock {
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #fafbfe 0%, #fdfeff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafbfe), color-stop(100%, #fdfeff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafbfe 0%, #fdfeff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafbfe 0%, #fdfeff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafbfe 0%, #fdfeff 100%);
    /* IE10+ */
    background: linear-gradient(top, #fafbfe 0%, #fdfeff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafbfe', endColorstr='#fdfeff', GradientType=0);
    /* IE6-8 */
    *background-color: #fafbfe;
    border: #e6f1fb 2px solid;
    margin: 0 0 21px;
    width: 296px;
}

.featuredBlock .nei {
    height: 100%;
    padding: 15px 0 0;
    overflow: hidden;
}

.featuredBlock .title {
    background: url(../images/common/introF.png) no-repeat 50% 0;
    height: 16px;
}

.featuredBlock .titleR {
    height: 16px;
    font: 16px/15px 'Crimson Text', Georgia, serif;
    font-weight: 500;
    text-align: center;
    color: #2a4296;
    padding: 0 0 3px;
}

.featuredBlock .titleRs {
    font: 14px/18px 'Crimson Text', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    color: #838383;
    padding: 5px 0 6px;
    height: 18px;
}

.featuredBlock .imgWrap {
    width: 100%;
    height: 100%;
    background: url(../images/common/shadowdown.png) no-repeat 50% 0;
    position: relative;
}

.featuredBlock .imgslide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto 12px;
    text-align: center;
}

.featuredBlock .imgslide img {
    margin: 0 auto;
}

.columnLi {
    clear: both;
}

.columnLi li {
    display: block;
    margin: 0 0 8px;
}

.columnLi li:last-child {
    margin: 0 0 18px;
}

.columnLi a {
    color: white;
    font-size: 13px;
    font-weight: 300;
}

.columnLi a:hover {
    color: #EE8A26;
    text-decoration: none;
}


