/**
 * News and Score Center tabs
 */
.thescore.items {
    background: #536e60;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
}
.thescore.items li {
    border-bottom: none;
    width: 50%;
    text-align:center;
    padding: 0;
    margin-top: 5px;
}
.thescore.items li:hover a:not(.active) {
    color: white;
}
.thescore.items li a {
    transition: none;
    border: none;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #fffef3;
}
.thescore.items li a.active {
    width: 100%;
    text-decoration: none;
    color: white;
    border-left: none;
    border-bottom: 5px solid #eae58e;
}
.thescore.items li a:active, .thescore.items li a:active {
    border-color: #fff87a;
    transition: none !important;
}


/**
 * Dropdown burger navigation
 */
.thescore.dd-nav {
    background: #fbfaf5;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
}
.thescore.dd-nav li {
    border-bottom: none;
    list-style: none;
}
/* borders */
.thescore.dd-nav > li:nth-child(3),
.thescore.dd-nav > li:nth-child(6),
.thescore.dd-nav > li:nth-child(7)
{
    border-bottom: 1px solid #ddd;
}
.thescore.dd-nav > li > a {
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: inline-block;
    padding-left: 0;
    width: 100%;
}
.thescore.dd-nav .inner-nav {
    background: rgb(241,240,222);
    padding: 1.5em 2em 0.01em 2.9em !important;
    display: block;
}
.thescore.dd-nav .inner-nav li {
    margin-bottom: 1.2em;
    display:block;
}
.thescore.dd-nav .inner-nav li a {
    padding: 0;
    font-weight: lighter;
    letter-spacing: 0.05em;
}
.thescore.dd-nav .inner-nav li.active a {
    font-weight: bold;
}
.thescore.dd-nav .list-seperator {
    background: #f3f3f3;
    font-weight: normal;
    padding: 1em 1em 0.3em 1em;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.05em;
}
.thescore.dd-nav .list-icon {
    display: inline-block;
    height: 24px;
    width: 20px;
    background-size: 20px;
    background-position: center top;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 1em;
    margin-right: 0.4em;
}
.thescore.dd-nav .list-icon.news {
    background-image: url('/touch/i/navigation/thescore/all-news-icon.svg');
}
.thescore.dd-nav .list-icon.the-42-app {
    background-image: url(/touch/i/the42.svg?v=1);
}
.thescore.dd-nav .list-icon.icon-thejournal {
    background-image: url(/touch/i/thejournal.svg?v=1);
}
.thescore.dd-nav .list-icon.icon-businessetc {
    background-image: url(/touch/i/fora.svg?v=1);
}
.thescore.dd-nav .list-icon.icon-thedailyedge {
    background-image: url(/touch/i/thedailyedge.svg?v=1);
}
.thescore.dd-nav .list-icon.icon-noteworthy {
    background-image: url(/touch/i/noteworthy.png?v=1);
}