html, body {
    color: #f4f4f4;
    background-color: #030721;
}

.header,
.footer {
    color: #f4f4f4;
    background-color: #030721;
}

.header img {
    display: none;
}

.header .show-on-transparent,
.header .show-on-transparent img {
    display: block;
}

.header-toggle-menu {
    color: #f4f4f4;
}

.burger-container .burger .bar {
    background: #f4f4f4;
}

.header .nbr-btn {
    color: #f4f4f4;
    border-color: #f4f4f4;
}

.header-menu .quick-link:hover {
    background-color: var(--maincolor);
    border-color: var(--maincolor);
    color: #ddd;
}

.header-menu {
    background-color: #030721;
}

.header-menu .menu-items {
    box-shadow: 0px -1px 0px 0px #c8c8c8 inset;
}

.header-search .expand-on-focus {
    background-color: #030721 !important;
}

.header-menu .menu-items .item-group a,
.header-hot-topic a {
    position: relative;
    color: #f4f4f4;
}

.header-menu .menu-items .item-group a:hover {
    color: #ddd;
}

.header-menu .menu-items .item-group a span:after {
    background-image: url('../img/icons/arrow-down-white.svg');
}

.header .open-how-to-guide,
.header .go-to-bookmarks,
.header .user-collapsible-icon,
.header-round-icon {
    border-color: #f4f4f4;
    color: #f4f4f4;
}

.header-search .input-wrap input {
    color: #f4f4f4;
}

.footer {
    border-top: 1px solid #f4f4f4;
}

.footer .page-end {
    background-color: transparent;
}

.radar-slogan {
    position: relative;
    color: #f4f4f4;
    font-size: 250px;
    line-height: 1;
    opacity: 0.7;
    text-align: center;
    overflow: hidden;
}

.radar-slogan:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(180deg, rgba(3, 7, 33, 0) 0%, rgba(3, 7, 33, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(3, 7, 33, 0) 0%, rgba(3, 7, 33, 1) 100%);
    background: linear-gradient(180deg, rgba(3, 7, 33, 0) 0%, rgba(3, 7, 33, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030721", endColorstr="#030721", GradientType=1);
}

@media screen and (max-width: 1359px) and (min-width: 768px) {
    .radar-slogan {
        font-size: calc(12vw + 40px);
    }
}

@media screen and (max-width: 767px) {
    .radar-slogan {
        font-size: calc(12vw + 20px);
    }
}

.radar-article-container {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.radar-video {
    margin-bottom: 50px;
}

.radar-video .play-button {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 2;
}

.radar-video .radar-video-caption {
    font-style: italic;
    font-size: 15px;
    line-height: 1;
    margin-top: 10px;
}

.radar-title {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.radar-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 1px;
    background-color: #dddddd;
}

.radar-title h1 {
    font-size: 80px;
    line-height: 1;
}

.radar-title .categories {
    display: block;
    font-family: freight-sans-pro, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.radar-content {
    color: #dddddd;
    margin-bottom: 100px;
}

.radar-journalist .frame {
    width: 30px;
    margin-right: 10px;
}

.radar-journalist .journalist-name {
    font-family: freight-sans-pro, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.radar-journalist .date-small {
    color: #f4f4f4;
    font-size: 12px;
}

.radar-copyright {
    font-family: freight-sans-pro, sans-serif;
    margin-top: 50px;
}

.radar-next-articles .radar-slogan {
    opacity: 0.2;
}

.article-radar {
    margin-bottom: 50px;
}

.article-radar .article-radar-frame {
    position: relative;
}

.article-radar .article-radar-frame:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(3, 7, 33, 0) 0%, #030721 100%);
    z-index: 2;
}

.article-radar a {
    color: inherit;
}

.article-radar a:hover {
    text-decoration: none;
}

.article-radar .category {
    display: block;
    font-family: freight-sans-pro, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.article-radar h3 {
    font-size: 25px;
    line-height: 30px;
}

.article-radar p {
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.radar-quick-facts {
    position: relative;
    padding: 20px;
    margin-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid 1px solid rgba(3, 7, 33, 0);
}

.radar-quick-facts:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(3, 7, 33, 0) 0%, #030721 100%);
    z-index: 2;
}

.radar-quick-facts > .inner {
    position: relative;
    z-index: 3;
}

.radar-quick-facts h3 {
    margin-bottom: 20px;
}

.radar-quick-facts ul {
    font-family: freight-sans-pro, sans-serif;
}

.radar-articles-filter {
    margin-bottom: 50px;
}

.radar-articles-filter .input-wrap .form-control {
    border-radius: 0;
    color: #dddddd;
    border-color: rgba(244, 244, 244, 0.25);
    padding: 10px 40px 10px 20px;
    height: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-wrap {
    position: relative;
}

.select-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    border-top: 4px solid #ddd;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.styled-content {
    color: #ddd;
}

.styled-content a {
    color: #1cabcf;
}

.styled-content blockquote:before {
    opacity: 1;
}

.radar-main-subtitle {
    position: relative;
    color: #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.radar-main-subtitle:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 1px;
    background-color: #dddddd;
}

.radar-main-video {
    position: relative;
}

.radar-main-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(3, 7, 33, 0) 0%, #030721 100%);
    z-index: 2;
}

.radar-main-video:after {
    content: '';
    padding-top: 40%;
}

.radar-main-video .bg-holder {
    background-position: top;
}

.paywall-wrap {
    background-color: #030721;
}

.paywall-wrap:before {
    background: rgb(3, 7, 33);
    background: linear-gradient(180deg, rgba(3, 7, 33, 0) 0%, rgba(3, 7, 33, 1) 100%);
}

.paywall-wrap .group-item,
.paywall-wrap .item {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
}

.paywall-wrap h4,
.paywall-wrap .styled-content {
    color: #1a1a1a;
}

.paywall-wrap h5 a {
    color: #ddd;
}

.products-tab-switch .tab-item {
    background-color: rgba(200, 200, 200, 1);
}

.radar-main-video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.radar-main-video-popup.is-active {
    display: block;
}

.radar-main-video-popup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.radar-main-video-popup > div {
    height: 100%;
}

.radar-main-video-popup .inner {
    position: relative;
    max-width: 90%;
    z-index: 2;
}

.radar-main-video-popup .frame {
    width: 800px;
    max-width: 100%;
}

.radar-main-video-popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.radar-main-video-popup .close-radar-popup.string {
    font-family: freight-sans-pro, sans-serif;
    position: absolute;
    bottom: 100%;
    right: 0;
    opacity: 1;
    cursor: pointer;
}
