/* 
    Telegram Neue
    by Marijan Mikolić
*/

/* 
    Basics 
*/
:root {
    --immersive-color: 255, 255, 255;
}
@font-face {
    font-family: "Fjalla One CRO";
    src: url("fonts/fjalla_croat/FjallaOne-Regular.1.woff2") format("woff2"), url("fonts/fjalla_croat/FjallaOne-Regular.1.woff") format("woff"), url("fonts/fjalla_croat/FjallaOne-Regular.1.svg") format("svg"), url("fonts/fjalla_croat/FjallaOne-Regular.1.eot") format("embedded-opentype");
    src: url("fonts/fjalla_croat/FjallaOne-Regular.1.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
*, *::before,
*::after {
    box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}
ul[class],
ol[class] {
    list-style: none;
}
img, object {
    max-width: 100%;
    height: auto;
    display: block;
}
input,
button,
textarea,
select {
    font: inherit;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/*
    Basic styling
*/

a {
    text-decoration: none;
    color: inherit;
}
a:-webkit-any-link {
    text-decoration: none;
}
b, 
strong, 
.bold { 
    font-weight: 700; 
}
i, 
em, 
.italic { 
    font-style: italic; 
}
.superbold {
    font-weight: 900;
}
.underline {
    text-decoration: underline;
}
:focus { 
    outline: none; 
}
.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
:root {
    font-size: 20px;
}
.main-container {
    overflow-x: hidden;
    background-color: #f8f9fa;
    line-height: 1.5;
    font-family: 'Lora', serif;
    color: #111111;
}

/* Layout */

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1248px;
    height: auto;
    margin: 0 auto;
}
.no-side-pad {
    padding-left: 0px;
    padding-right: 0px;
}
.third {
    width: 33.33%;
}
.two-thirds {
    width: 66.66%;
}
.fourth {
    width: 24.99%;
}
.three-fourths {
    width: 74.99%;
}
.half {
    width: 49.99%;
}
.sixth {
    width: 16.66%;
}
.twelfth {
    width: 8.33%;
}
.fifth {
    width: 19.99%;
}
.five-sixths {
    width: 83.33%;
}
.five-eights {
    width: 62.49%;
}
.three-eights {
    width: 37.49%;
}
.sidebar {
    width: 16.67%;
}
.full {
    width: 100%;
}
.center-text {
    text-align: center;
}
.right-text {
    text-align: right;
}
.relative {
    position: relative;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.stretch {
    align-items: stretch;
}
.clickable {
    cursor: pointer;
}
.hidden-by-default, .hide {
    display: none;
}
.shoo-bottom {
    margin-bottom: 24px;
}
.shoo-top {
    margin-top: 24px;
}
.mobile-only {
    display: none;
}
.night-mode, .night-mode .elevate-over-section {
    background-color: #191919;
    color: #f8f9fa;
}
.night-mode .card {
    background-color: black;
    color: #f8f9fa;
}


/* Colors */

.red-text {
    color: #ae3737;
}

/* Header */

header {
    z-index: 10;
    position: relative;
    background-color: inherit;
}
.topbar {
    top: 0;
    background-color: black;
    height: 36px;
    color: #f8f9fa;
}
.sticky-navigation {
    position: fixed;
    z-index: 9;
}
.sticky-navigation .logo svg, .single-style header .logo svg {
    height: 16px;
    width: auto;
    position: relative;
    top: 6px;
    opacity: 1;
    fill: white;
}
.topbar nav {
    height: 36px;
    align-content: center;
}
.topbar nav .menu  a {
    opacity: .7;
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 24px;
    font-size: 10px;
    font-size: 0.5rem;
    padding-top: 12px;
    padding-bottom: 10px;
}
.sticky-navigation nav a.logo {
    padding-right: 32px;
    opacity: 1;
}
.top-hat {
    padding: 24px 0px;
}
.top-hat .logo {
    width: 80%;
    margin: 0 auto;
    max-width: 350px;
}
.top-hat .logo svg {
    max-width: 350px;
    height: auto;
}
.top-hat .tagline {
    text-transform: uppercase;
    font-family: "Fjalla One CRO";
    opacity: .75;
    font-size: 12px;
    font-size: 0.6rem;
    padding-top: 8px;
}
nav.tag-menu {
    border-top: #e1e1e1 1px solid;
    border-bottom: #e1e1e1 1px solid;
    background-color: rgba(0, 0, 0, 0.04);
    height: 40px;
    align-items: space-between;
}
nav.tag-menu h3 {
    font-family: "Fjalla One CRO";
    color: #ae3737;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    margin-right: 32px;
}
nav.tag-menu a{
    line-height: 40px;
    font-size: 13px;
    opacity: .75;
    margin-right: 24px;
    font-family: 'Nunito Sans', sans-serif;
    position: relative;
}
nav .functions {
    font-size: 16px;
    position: absolute;
    top: 6px;
    right: 24px;
    text-align: right;
}
nav .functions a {
    display: inline-block;
    opacity: .6;
    font-weight: 600;
    padding-right: 24px;
}
nav .functions a.signup-btn {
    position: relative;
    top: -2px;
    font-family: 'Nunito Sans', sans-serif;
    height: 24px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 11px;
    color: white;
    font-weight: 600;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 3px;
    opacity: 1;
    text-align: center;
}
.sticky-navigation nav .functions a.signup-btn {
    color: #111;
    background-color: none;
    border: 1px solid rgba(0,0,0,0.3);
}
.top-hat .widget-left {
    position: absolute;
    top: 4px;
    left: 24px;
}
.top-hat .widget-right {
    position: absolute;
    top: -2px;
    right: 24px;
}

/* Columns */

.column-vertical-pad {
    padding: 24px 0px;
}
.column-horizontal-pad {
    padding: 0px 24px;
}
.column-full-pad {
    padding: 24px;
}
.column-left-pad {
    padding-left: 24px;
}
.column-right-pad {
    padding-right: 24px;
}
.column-top-pad {
    padding-top: 24px;
}
.column-bottom-pad {
    padding-bottom: 24px;
}
.column-right-border {
    border-right: 1px solid #e1e1e1;
}
.column-left-border {
    border-left: 1px solid #e1e1e1;
}
.column-bottom-border {
    border-bottom: 1px solid #e1e1e1;
}
.column-top-border {
    border-top: 1px solid #e1e1e1;
}
.hide-subtitles .article-meta {
    margin-bottom: 0px;
}
.hide-subtitles h4 {
    display: none;
}
.hide-subtitles .article-preview h4 {
    display: block;
}
.reading-line {
    border-left: 1px solid #d7d7d7;
}
.faded {
    opacity: .5;
}

/* Articles */

h1, h2, h3, h4, h5 {
    font-family: "Fjalla One CRO";
    line-height: 1.3em;
    margin-bottom: 16px;
    margin-top: 0px;
}
.article-featured {
    display: block;
}
.article-pad {
    padding: 0px 16px;
}
.overtitle {
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}
.article-featured h3.overtitle, .article-head h3.overtitle {
    line-height: 32px;
    height: 32px;
    color: white;
    background-color: #ae3737;
    font-size: 18px;
    padding: 0px 12px;
}
.article-featured .article-pad {
    z-index: 3;
    top: -16px;
    position: relative;
}
.article-preview h4 {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    font-family: 'Lora', serif;
    font-weight: 400;
    opacity: .8;
}
.article-preview h4::before {
    content: " ";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1em;
    height: 1em;
    background-image: url("img/tg_list_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}
h3.column-title {
    padding-top: 18px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    /*letter-spacing: -1px;*/
    margin-bottom: 24px;
    margin-top: 16px;
}
h3.column-title:first-child {
    margin-top: 0px;
}
h3.column-title::before {
    content: " ";
    width: 36px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ae3737;
}
h3.column-title svg {
    fill: #111;
    height: 32px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    bottom: -6px;
}
h3.column-title svg .st0 {
    fill: #111;
}
h3.section-title {
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 0px;
}
h3.section-title::before {
    content: " ";
    width: 7px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -3px;
    background-color: #ae3737;
}
h5.article-meta span {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10px;
    opacity: .5;
    padding-right: 8px;
    text-transform: uppercase;
}
h5.article-meta span:nth-child(2n) {
    color: #ae3737;
    opacity: 1;
}
.commentary {
    margin-bottom: 16px;
}
.commentary-author {
    position: relative;
}
.break-box .commentary-author {
    border-top: 1px solid #e1e1e1;
}
.commentary-author img {
    width: 60px;
    height: auto;
    margin-right: 24px;
    position: relative;
    z-index: 2;
}
.narrow-commentary .commentary-author img {
    width: 120px;
    margin-right: 0px;
    margin-left: 16px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.commentary-author::before {
    content: " ";
    position: absolute;
    left: 32px;
    bottom: 0px;
    z-index: 1;
    width: 42px;
    height: 42px;
    background-color: black;
    opacity: .1;
}
.narrow-commentary .commentary-author::before {
    left: auto;
    right: 25px;
    width: 80px;
    height: 80px;
}
.narrow-commentary {
    border-top: 1px solid #e1e1e1;
    padding-top: 4px;
    margin-bottom: 24px;
}
.commentary-author h3 {
    font-size: 20px;
    letter-spacing: 4px;
    opacity: .55;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 30px;
}
.narrow-commentary .commentary-author h3 {
    line-height: 1.5em;
    padding-bottom: 16px;
}
.commentary h2 {
    font-family: 'Lora', serif;
    font-size: 16px;
    letter-spacing: -0.05px;
    margin-top: 16px;
    margin-bottom: 12px;
}
.commentary h4 {
    font-size: 14px;
    font-family: 'Lora', serif;
    font-weight: 400;
    opacity: .8;
    margin-bottom: 8px;
}
.article-standard {
    padding-bottom: 16px;
    margin-bottom: 0px;
    border-top: 1px solid #e1e1e1;
}
.article-standard:last-child {
    border-bottom: none;
}
.article-standard h2 {
    font-size: 20px;
    margin-bottom: 8px;
}
.article-standard > *:last-child {
    margin-bottom: 8px;
}
.bigger-articles .article-standard h2 {
    font-size: 26px;
    margin-bottom: 8px;
}
.article-standard h3.overtitle {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #ae3737;
    margin-top: 8px;
    margin-bottom: 8px;
}
.article-standard h4  {
    font-size: 14px;
    font-family: 'Lora', serif;
    font-weight: 400;
    opacity: .8;
    margin-bottom: 8px;
}
.article-featured h4  {
    font-size: 14px;
    font-family: 'Lora', serif;
    font-weight: 400;
    opacity: .8;
    margin-bottom: 8px;
}
.article-snippet .article-preview h4:last-child {
    margin-bottom: 4px;
}
.bigger-articles .article-meta .hidden-by-default {
    display: inline-block;
}
.article-mini {
    margin-bottom: 8px;
}
.article-mini h2, .card h2 {
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.1px;
    margin-bottom: 4px;
}
.card {
    background-color: white;
    border: 1px solid #e1e1e1;
    border-bottom-color: #d5d2d2;
    border-bottom-width: 2px;
    padding: 16px;
    position: relative;
    margin-bottom: 32px;
}
.card h2 {
    padding-right: 40px;
    margin-bottom: 20px;
}
.card-icon {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 3;
    opacity: .2;
}
.podcast-cover {
    background-image: url("img/soundwave.jpg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0% 25%;
}
.podcast-controls {
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 16px;
}
.podcast-controls span {
    line-height: 20px;
    padding-right: 8px;
}
.podcast-controls span i {
    font-size: 16px;
    padding-top: 1px;
}
.podcast-controls span:last-child {
    opacity: .5;
}
.classic-btn {
    font-family: 'Nunito Sans', sans-serif;
    background-color: #ae3737;
    color: white;
    border-radius: 3px;
    padding: 6px 30px;
    font-size: 12px;
    border: none;
    outline: none;
}
input[type=text], input[type=email] {
    border: none;
    border-bottom: 1px solid #e9e9e9;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}
input[type=text]::placeholder, input[type=email]::placeholder {
    opacity: .5;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}
.immersive-break {
    min-height: 700px;
    position: relative;
    color: white;
}
.immersive-break .container {
    height: 100%;
    min-height: 700px;
    align-items: center;
    z-index: 5;
}
.immersive-break .container .half {
    position: relative;
    z-index: 5;
    padding-left: 72px;
    padding-right: 24px;
    position: relative;
    left: -15px;
}
.immersive-break .container .half::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    z-index: 6;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(60, 15, 151) 0%, rgb(61, 15, 151) 0%, rgb(81, 15, 139) 8%, rgb(104, 15, 126) 14%, rgb(144, 15, 103) 23%, rgb(179, 14, 66) 37%, rgb(182, 12, 46) 47%, rgb(176, 16, 40) 50%, rgb(164, 21, 29) 57%, rgb(160, 31, 21) 65%, rgb(169, 86, 19) 85%, rgb(179, 144, 14) 94%, rgb(182, 162, 12) 97%, rgb(185, 175, 11) 100%);
}
.immersive-break .main-image, .immersive-break .blurred-image {
    height: 100%;
    overflow: hidden;
}
.immersive-break .main-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 59.99%;
    z-index: 1;
}
.immersive-break .blurred-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 39.99%;
}
.immersive-break .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.immersive-break .blurred-image img {
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    object-fit: cover;
    filter: blur(50px);
    object-position: center center;
}
.immersive-fade {
    width: 40%;
    position: absolute;
    z-index: 3;
    left: 20%;
    top: 0;
    height: 100%;
}
.immersive-break .reading-line {
    height: 100%;
    position: absolute;
    top: 0;
    left: 24px;
    z-index: 4;
}
.immersive-break:nth-child(4) .reading-line {
    top: auto;
    height: 50%;
    bottom: 0px;
}
.dark-fade {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    width: 60%;
    position: absolute;
    z-index: 4;
    left: 0%;
    top: 0;
    height: 100%;
}
.immersive-break h3.overtitle, .subtle-break h3.overtitle {
    font-size: 24px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
}
.immersive-break h3.overtitle svg, .subtle-break h3.overtitle svg {
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    bottom: -0.2px;
}
.immersive-break h3.overtitle svg {
    color: white;
    fill: white;
}
.immersive-break h2 {
    font-size: 48px;
}
.immersive-break h5.article-meta {
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
}
.immersive-break h4 {
    font-weight: 400;
    font-family: 'Lora', serif;
    font-size: 20px;
}
.banner300x250 {
    width: 100%;
    height: 250px;
    margin-bottom: 24px;
    position: relative;
}
.banner300x250 a {
    content: ' ';
    width: 300px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-image: url('img/real_fake_doors.jpg');
    background-size: cover;
}
.banner970x250 {
    width: 970px;
    height: 250px;
    margin: 0 auto;
    background-color: #666;
}
.super1-style .section-title {
    background-image: url("img/pattern-line.svg");
    background-position: left 32px;
    background-size: 8px;
    background-repeat: repeat-y;
}
.super1-style .section-title::before {
    background-color: #bc1039;
}
.super1-style h3.overtitle, .super1-style h5.article-meta span:nth-child(2n) {
    /*color: #069eff;*/
    color: #bc1039;
}
.super1-style .column-title::before, .super1-style .article-featured h3.overtitle {
    background-color: #bc1039;
    color: white;
}
.filled-section-super1-style svg .st0 {
    fill: white;
}
.filled-section-super1-style svg {
    height: 28px;
    width: 146px;
}
.filled-section-telesport-style svg {
    width: 160px;
}
.telesport-style .section-title::before, .telesport-style h3.column-title::before {
    background: #0471b7;
}
.telesport-style .article-featured h3.overtitle {
    background-color: #0471b7;
    color: white;
}
.telesport-style h3.overtitle, .telesport-style h5.article-meta span:nth-child(2n) {
    /*color: #069eff;*/
    color: #0471b7;
}
.mini-sections .article-standard {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
/*.break-box::before {
    content: ' ';
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.04);
}*/
.break-box .article-standard {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.break-box .article-standard .article-meta {
    margin-bottom: 0px;
}
.break-box .column-title {
    top: -3px;
    position: relative;
    margin-bottom: 0px;
}
.break-box .commentary {
    padding: 16px 0px;
    text-align: center;
}
.break-box .commentary-author img {
    width: 50%;
    left: 25%;
    position: absolute;
    bottom: 0;
}
.break-box .commentary-author {
    margin-bottom: 32px;
    padding-top: 50%;
}
.break-box .commentary-author h3{
    position: absolute;
    bottom: -32px;
    width: 100%;
    left: 0px;
}
.break-box .commentary-author::before {
    width: 35%;
    height: 70%;
    left: 30%;
}
.break-box .commentary .article-meta {
    display: none;
}
.mini-sections h3.overtitle {
    display: none;
}
.mini-sections .article-standard h2 {
    padding-top: 24px;
}
footer {
    /*border-top: #e1e1e1 1px solid;*/
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 48px;
}
footer .logo {
    width: 50%;
    max-width: 240px;
    opacity: .7;
}
footer .copyright {
    padding-top: 4px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    opacity: .5;
}
footer .separator {
    width: 64px;
    height: 6px;
    background-color: #ae3737;
}
footer .social-links a {
    position: relative;
    display: block;
    margin: 15px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #464647;
    color: white;
}
footer .social-links a:hover {
    background-color: #ae3737;
}
footer .social-links a i {
    top: 10px;
    left: 10px;
    position: absolute;
    width: 20px;
    height: 20px;
}
footer .social-links a .fa-facebook-f {
    top: 9.5px;
    left: 13.5px;
}
footer .social-links a .fa-twitter {
    left: 10.5px;
}
footer .social-links a .fa-instagram {
    font-size: 22px;
    top: 9px;
}
footer .social-links a .fa-rss {
    left: 12px;
    top: 9px;
}
footer .services {
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
}
footer .services a {
    border-left: 1px solid #aaa;
    padding: 3px 15px;
    opacity: .7;
}
footer .services a:hover {
    color: #ae3737;
    opacity: 1;
}
footer .services a:first-child {
    border-left: none;
}

/* Single.php */

.old-single-style {
    padding-top: 48px;
}
.old-single-style .sticky-navigation .menu {
    display: none;
} 
.old-single-style .sticky-navigation nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.old-single-style .sticky-navigation nav a.logo svg {
    top: 0px;
}
.single-style .side-banner {
    padding-right: 360px;
}
.banner-zone {
    position: fixed;
    top: 64px;
    left: 0;
}
.side-banner-ad {
    position: absolute;
    right: 24px;
    top: 0px;
    z-index: 10;
}
.single-style {
    font-size: 19px;
}
.single-style .article-body a {
    color: #ae3737;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    border-bottom: 1px solid #ae3737;
}
.single-style .article-body a:hover {
    border-bottom: 1px solid transparent;
}
.single-style .sticky-navigation .menu {
    display: none;
} 
.single-style nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-style nav a.logo {
    padding-right: 0px;
}
.single-style nav a.logo svg {
    top: 1.5px;
}
.single-style nav .functions {
    left: 0px;
    width: 100%;
    height: 36px;
    padding: 0px 24px;
}
.single-style nav .functions .signup-btn {
    float: right;
    top: 0px;
    padding: 5px 10px;
}
.single-style .topbar-navicon {
    position: absolute;
    left: 24px;
}
/*.single-style article > * {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.single-style .article-body {
    max-width: 100%;
}*/
.single-style .article-body > *, .single-style .article-head > *, .force-article-width {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.single-style .article-body > .image-container, .single-style .article-body > .image-meta, .single-style .article-body > .big-quote {
    max-width: 840px;
}
.single-style .article-head > img, .single-style .article-head > .image-meta {
    max-width: 100%;
    width: 100%;
}
.single-style .article-body p {
    margin-bottom: 16px;
    line-height: 1.6em;
}
.single-style .article-head h1 {
    font-size: 38px;
}
.single-style .article-body h2 {
    margin-top: 16px;
    margin-bottom: 16px; 
    font-size: 23px;
}
.single-style .article-body > img {
    padding: 0px;
    margin-bottom: 24px;
}
.single-style .article-head h2 {
    font-size: 20px;
    font-family: 'Lora', serif;
    opacity: .7;
    font-weight: 400;
}
.single-style .article-head > img {
    margin-bottom: 24px;
}
.single-style .article-body img {
    margin-bottom: 24px;
    margin-top: 8px;
}
.single-style .article-head .article-head-image {
    height: 560px;
    object-fit: cover;
}
.single-style .article-head h5 img {
    height: 30px;
    margin-bottom: 0px;
    bottom: -10px;
    position: relative;
    border-radius: 20px;
    background-color: #e1e1e1;
}
.force-full-width, .wide-single-style .article-body .image-container img, .wide-single-style .article-body .image-meta, .force-full-width, .wide-single-style-alt .article-body .image-container img, .wide-single-style-alt .article-body .image-meta {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.wide-single-style .article-body .image-meta {
    padding: 0px 24px;
}
.single-style .article-head h5 > * {
    text-transform: uppercase;
    display: inline-block;
    line-height: 42px;
    margin-left: 8px;
    font-size: 13px;
    opacity: .5;
    letter-spacing: .025em;
}
.single-style .article-head h5 > *:first-child {
    margin-left: 0px;
}
.single-style .article-head h5 span.redmi{
    color: #ae3737;
    opacity: 1;
}
.single-style .article-head h5 span.authors, .single-style .article-head h5 img {
    opacity: 1;
    color: #111;
}
/*.article-sidebar {
    padding-left: 64px;
    position: relative;
}*/
.sticky-banner {
    background-color: gray;
    width: 300px;
    height: 600px;
    position: sticky;
    top: 24px;
}
.image-meta, figure .wp-caption-text, figure i {
    position: relative;
    top: -22px;
}
.image-author {
    opacity: .4;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 9px;
    text-align: right;
    text-transform: uppercase;
}
.single-style .article-body .widget-more-on {
    margin-top: 12px;
    margin-bottom: 24px;
    padding-top: 20px;
    padding-bottom: 16px;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.single-style .article-head h5 {
    margin-bottom: 24px;
}
.single-style .article-body .widget-more-on .widget-more-on-title {
    opacity: .6;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.single-style .article-body .widget-more-on a {
    color: #ae3737;
    margin-top: 16px;
}
.article-sidebar h5 img {
    display: inline-block;
    margin-bottom: 0px;
    height: 50px;
    margin-bottom: 0px;
}
.article-sidebar h5 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
.article-sidebar .authors {
    position: relative;
    font-size: 14px;
    font-family: "Fjalla One CRO";
    z-index: 5;
    line-height: 1.4em;
}
.single-style .article-head h5 .sidebar-social {
    position: absolute;
    top: 0px;
    opacity: 1;
    right: 0px;
    line-height: 30px;
    padding-top: 8px;
}
.single-style .sidebar-social a {
    text-align: center;
    display: inline-block;
    padding: 2px 16px;
    border-right: 1px solid #e1e1e1;
}
.single-style .sidebar-social a i {
    opacity: .5;
}
.single-style .sidebar-social a:hover i {
    opacity: 1;
    color: #ae3737;
}
.single-style .sidebar-social a:last-child {
    border-right: none;
}
.author-fade {
    padding-right: 60px;
    height: 50px;
    padding-top: 12px;
    margin-bottom: 24px;
}
.author-fade::before {
    content: ' ';
    width: 80%;
    position: absolute;
    right: 20%;
    bottom: 0;
    height: 40px;
    z-index: 1;
    background-image: linear-gradient(to left, #e1e1e1, #f8f9fa);
    background-color: #e1e1e1;
}
.author-fade img  {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Hover test */

a h2 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0); /* Safari */   
    text-decoration-color: rgba(0, 0, 0, 0);
}
.article {
    cursor: pointer;
}
a:hover h2 {
    color: #555;
}
a.immersive-break:hover h2 {
    color: white;
}
.super1-style a:hover h2 {
    color: #bc1039;
}
.telesport-style a:hover h2 {
    -webkit-text-decoration-color: rgba(0, 0, 0, 0.2); /* Safari */   
    text-decoration-color: rgba(0, 0, 0, 0.2);
    color: inherit;
}
.subtle-break {
    border-top: #e1e1e1 1px solid;
    border-bottom: #e1e1e1 1px solid;
    background-color: rgba(0, 0, 0, 0.04);
}
.subtle-break .podcast-cover img {
    height: 200px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
.subtle-break  .podcast-cover {
    background-image: url("img/soundwave_alt.jpg");
    padding: 0px;
}
.subtle-break h2 {
    font-size: 36px;
}
.subtle-break h4 {
    font-family: 'Lora', serif;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0px;
}
.article-standard img {
    margin-bottom: 10px;
}
.bigger-articles .article-standard img {
    margin-bottom: 12px;
}
.article-standard .article-meta {
    margin-bottom: 8px;
}
.top-hat {
    padding-top: 32px;
}
.reading-line {
    border: none;
}
.new-section-title {
    border-top: 2px solid black;
    padding-top: 8px;
}
/*.article-split h2 {
    margin-top: 8px;
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'Lora', serif;
    font-weight: bold;
}*/
.filled-section-title {
    background-color: #ae3737;
    color: white;
    fill: white;
    border: none;
}
.filled-section-title svg .st0 {
    fill: white;
}
.filled-section-super1-style {
    background-color: #bc1039;
}
.filled-section-telesport-style {
    background-color: #0471b7;
}
.filled-section-title h3.overtitle {
    margin-bottom: 0px;
}
.elevate-over-section {
    position: relative;
    display: block;
    top: -76px;
    margin-bottom: -76px;
    z-index: 5;
    background-color: #f8f9fa;
}
.elevate-over-section .article-featured img {
    padding-top: 24px;
}
.article-featured h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.elevate-over-section .bigger-articles .article-featured h2 {
    font-size: 36px;
    margin-bottom: 8px;
}
.elevate-over-section .article-pad {
    padding: 0px;
}
.article-split img {
    margin-top: 13px;
}
.article-head .image-meta {
    margin-bottom: -16px;
}
/*.subtle-break .container .third:first-child {
    padding-left: 32px;
}
.subtle-break .container .third:first-child::before {
    content: ' ';
    position: absolute;
    left: 24px;
    top: 0;
    width: 8px;
    z-index: 6;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(60, 15, 151) 0%, rgb(61, 15, 151) 0%, rgb(81, 15, 139) 8%, rgb(104, 15, 126) 14%, rgb(144, 15, 103) 23%, rgb(179, 14, 66) 37%, rgb(182, 12, 46) 47%, rgb(176, 16, 40) 50%, rgb(164, 21, 29) 57%, rgb(160, 31, 21) 65%, rgb(169, 86, 19) 85%, rgb(179, 144, 14) 94%, rgb(182, 162, 12) 97%, rgb(185, 175, 11) 100%);
}*/
/*.break-box {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}*/
.break-box h3.overtitle {
    display: none;
}
.price-dana {
    background-color: black;
    position: relative;
}
/*.price-dana::before {
    content: ' ';
    width: 100%;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}*/
header {
    background-color: black;
    background-size: cover;
}
.top-hat .logo {
    z-index: 5; 
}
.top-hat {
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    z-index: 3;
}
.topbar {
    background-color: rgba(0,0,0,0.75);
}
.top-hat {
    fill: white;
    color: white;
}
.top-hat .logo svg, .top-hat .logo {
    max-width: 480px;
}
.top-hat .tagline {
    font-size: 0.8rem;
}
.top-hat {
    padding-top: 54px;
    padding-bottom: 16px;
}
.no-article-pad .article-pad {
    padding: 0px;   
}
.sticky-navigation {
    background-color: black;
    color: white;
}
.sticky-navigation nav .functions a.signup-btn {
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
}
.topbar-navicon {
    top: 9px;
    opacity: .6;
    position: relative;
    font-size: 16px;
    padding-right: 24px;
}
.price-dana h3.overtitle {
    font-size: 22px;
}
.price-dana h3.tiny-overtitle {
    font-size: 14px;
    text-transform: none;
    padding-top: 8px;
}
.price-dana .overtitle img {
    display: inline-block;
    height: 20px;
    width: auto;
    padding-right: 12px;
    opacity: 1;
    position: relative;
    bottom: -4px;
}
.stonks {
    padding-top: 12px;
}
.stonk {
    font-size: 14px;
    padding-right: 8px;
    font-weight: 900;
}
.separate-gs .article-meta {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.separate-gs .article:last-child .article-meta {
    border-bottom: none;
}
.green {
    color: #4bae37;
}
.red {
    color: #ae3737;
}
.stonk i {
    padding: 0px 4px;
}
.mini-commentary h5 {
    margin-top: 4px;
    margin-bottom: 0px;
}
.mini-commentary h2 {
    margin: 0px;
    margin-top: 4px;
}
.mini-commentary .podcast-controls {
    margin-top: 4px;
}
.mini-commentary .commentary-author::before {
    width: 64px;
    height: 64px;
    left: 18px;
}
.mini-commentary {
    padding-bottom: 4px;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 24px;
}
.mini-commentary .article-meta {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 4px;
}
.mini-commentary .commentary-author img {
    width: 80%;
    left: 10%;
}
/*.column-title {
    font-family: 'PT Sans Narrow', sans-serif;
}*/
.weather-widget p {
    font-size: 14px;
    padding-right: 8px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 20px;
}
.weather-widget .smaller-text {
    font-size: 10px;
}
.weather-widget p .big-number {
    font-size: 20px;
    font-weight: 900;
    padding-right: 4px;
}
.weather-widget > :last-child {
    margin-bottom: 0px;
}
.weather-widget object {
    position: relative;
    left: -8px;
}
.weather-widget .fourth object {
    top: -2px;
}
.stock-market {
    line-height: 20px;
    padding-bottom: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}
.stock-market .superbold {
    float: right;
}
.stock-market img {
    float: left;
    position: relative;
    display: block;
    height: 16px;
    margin-right: 8px;
    bottom: -2px;
}
.narrow-commentary .article-meta {
    margin-bottom: 0px;
}
.logo-line svg {
    width: 140px;
    height: 100px;
    object-fit: contain;
    margin: 24px;
    fill: black !important;
    stroke: black !important;
    opacity: .5;
}
.logo-line svg .st0 {
    fill: black !important;
    stroke: black !important;
}
footer {
    font-family: 'Nunito Sans', sans-serif;
    background-color: #f8f9fa;
}
footer .filled-section-title {
    background-color: #333;
}
footer .filled-section-title img {
    max-width: 220px;
}
footer .footer-links > a {
    width: 100%;
    margin-bottom: 8px;
    opacity: .7;
    font-size: 14px;
}
footer .article-standard {
    border-top: none;
}
footer .article-standard h3.overtitle {
    margin-top: 0px;
}
footer .logo-line svg {
    height: 60px;
    margin: 12px 0px;
}
footer .footer-links > a:hover {
    color: #ae3737;
    opacity: 1;
}
footer .social-links a:first-child {
    margin-left: 0px;
}
footer .social-links a:last-child {
    margin-right: 0px;
}
.single-style, .single-style .elevate-over-section {
    background-color: white;
}
.single-style .container {
    max-width: 888px;
}
.single-style .article-head h1 {
    margin-bottom: 8px;
}
.single-style .article-head h2 {
    margin-bottom: 20px;
}
.embed-mini-article {
    padding-bottom: 8px;
    margin-bottom: 16px;
    margin-top: 8px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}
.single-style .embed-mini-article .embed-mini-article-content h2 {
    font-size: 20px;
}
.single-style .embed-mini-article summary h2 {
    font-size: 24px;
    margin-top: 8px;
}
.embed-mini-article h3.overtitle {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #ae3737;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}
.embed-extend i {
    opacity: .3;
    font-size: 20px;
}
summary {
    cursor: pointer;
}
summary i {
    margin-right: 8px;
}
summary:hover .embed-extend i {
    opacity: .7;
}
details[open] .embed-extend i {
    transform: rotate(180deg);
}
details[open] .fa-angle-right {
    transform: rotate(90deg);
}
.single-style .embed-mini-article summary p {
    margin-bottom: 0px;
}
summary::marker {
    display: none;
}
summary::-webkit-details-marker {
    display: none;
  }
summary::-moz-list-bullet {
    list-style-type: none;
    display: block;
 }
 details > summary:first-of-type {
    list-style-type: none;
}
.embed-news-list {
    padding: 16px;
    margin-bottom: 16px;
    font-family: 'PT Sans', sans-serif;
}
.single-style .embed-news-list h2 {
    padding-left: 18px;
    margin-bottom: 24px;
    font-size: 24px;
    margin-top: 8px;
}
.embed-news-list ul {
    padding: 0px;
    margin: 0px;
}
.embed-news-list li {
    display: block;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 16px;
    position: relative;
    font-size: 16px;
    list-style: none;
    padding-bottom: 8px;
}
.embed-news-list a {
    color: #111 !important;
    border-bottom: 2px solid rgba(227, 23, 57, 0.1);
}
.embed-news-list a:hover {
    border-bottom: 1px solid rgba(227, 23, 57, 1);
}
.embed-news-list li::before {
    content: " ";
    position: absolute;
    top: 5.5px;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    background-image: url("img/tg_list_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.topbar-title {
    font-family: "Fjalla One CRO";
    font-size: 14px;
    overflow: hidden;
}
.article-ender {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 24px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.ender-square {
    width: 50px;
    height: 50px;
    padding: 8px;
    border: 2px solid #e31739
}
.ender-square img {
    margin: 0px !important;
}
.single-style .og-container-width {
    max-width: 1248px;
}
.article-comments {
    margin-bottom: 32px;
}
.single-style .article-head h3.overtitle {
    padding: 0px;
    background-color: transparent;
    color: #ae3737;
    border-bottom: 2px solid #ae3737;
}
.image-caption {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    text-transform: none;
    opacity: .5;
    padding-top: 4px;
}
.article-tags {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    padding-top: 4px;
}
.single-style .article-tags a {
    color: #111;
    opacity: .7;
    border-bottom: 1px solid #ae3737;
}
.single-style .article-tags a:hover {
    color: #ae3737;
    opacity: 1;
    border-bottom: 1px solid transparent;
}
.article-footer {
    margin-bottom: 0px;
}
.article-footer .narrow-commentary {
    border: none;
    padding: 0px;
    margin: 0px;
}
.article-footer .narrow-commentary .commentary-author {
    padding-left: 150px;
    height: 115px;
}
.article-footer .narrow-commentary .commentary-author h3.overtitle {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #ae3737;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    opacity: 1;
}
.article-footer .social-circle-buttons {
    padding-bottom: 8px;
    padding-top: 4px;
}
.article-footer .narrow-commentary .commentary-author h2 {
    font-family: "Fjalla One CRO";
    font-size: 22px;
    margin: 0;
    padding: 0;
}
.article-footer h5 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10px;
    color: #999;
    padding: 0;
    margin: 0;
    padding-top: 2px;
    text-transform: uppercase;
}
.article-footer h5 span:last-child {
    padding-left: 8px;
    color: #ae3737;
    opacity: 1;
}
.article-footer .narrow-commentary .commentary-author img {
    right: auto;
    left: 0;
    margin-left: 0px;
} 
.article-footer .narrow-commentary .commentary-author::before {
    right: auto;
    left: 25px;
}
.embed-mini-article summary i {
    margin-right: 0px;
}
.single-newsletter-widget {
    border-left: none;
    border-right: none;
    border-bottom-width: 1px;
    padding-left: 120px;
    position: relative;
}
.single-style .article-body .single-newsletter-widget h2 {
    font-size: 20px;
    margin-top: 0px;
    padding-right: 0px;
}
.simple-tg-gradient {
    background-image: linear-gradient(135deg, #3e0f96, #e32a2a);
}
.tg-round-logo {
    fill: white;
    width: 64px;
    height: 64px;
    padding: 12px;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    left: 24px;
}
.single-newsletter-widget-2 {
    padding-left: 30%;
}
.single-newsletter-widget-2 > * {
    padding-left: 24px;
}
.single-newsletter-widget-2 > img {
    padding-left: 0px;
    position: absolute;
    top: 24px;
    left: 24px;
    width: 32%;
    height: auto;
}
.tg-round-logo img {
    margin: 0 !important;
    padding: 0 !important;
}
.colorful-newsletter-widget {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    padding-left: 0px;
    border-bottom: 1px solid #e1e1e1;
}
.colorful-newsletter-widget img {
    max-width: 92px;
    opacity: .9;
    margin: 0 !important;
}
.colorful-newsletter-widget h2, .widget-more-on h2 {
    font-family: 'Lora', serif;
    margin-top: 0px !important;
}
.colorful-newsletter-widget input[type="email"] {
    background: transparent;
}
/*.colorful-newsletter-widget::before {
    content: ' ';
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
}*/
.colorful-newsletter-widget .classic-btn {
    font-family: 'Nunito Sans', sans-serif;
    border-radius: 3px;
    padding: 6px 30px;
    font-size: 12px;
    border: none;
    outline: none;
}
.colorful-newsletter-widget .card-icon {
    font-size: 150px;
    opacity: 1;
    right: 64px;
    top: auto;
    opacity: 0.15;
    bottom: -54px;
}
.single-style header {
    position: relative; 
    z-index: 100; 
    background-color: white;
}
.single-toggle {
    position: fixed;
    font-size: 40px;
    bottom: 64px;
    right: 64px;
    color: white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 150;
}
.wide-single-style .article-head-image, .wide-single-style-alt .article-head-image {
    display: none;
}
.wide-single-style header {
    height: 50vw;
    overflow: hidden;
    align-content: flex-end;
    margin-bottom: 24px;
}
.wide-single-style header > .container {
    color: white;
    z-index: 15;
    max-width: 100%;
    padding: 24px;
    padding-top: 15vw;
    background-image: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
    padding-right: 15%;
}
.wide-single-style header > .container .article-head > * {
    max-width: 100%;
}
.wide-single-style header > .container .article-head h1, .wide-single-style-alt header > .container .article-head h1{
    font-size: 54px;
}
.commentary-single-style header > .container .article-head h1 {
    font-size: 48px;
}
.wide-single-style header > .container .article-head h2, .wide-single-style-alt header > .container .article-head h2, .commentary-single-style header > .container .article-head h2 {
    font-size: 24px;
}
.commentary-single-style header > .container .article-head h2 {
    margin-bottom: 8px;
}
/*.wide-single-style header h3.overtitle:first-child, .wide-single-style-alt header h3.overtitle:first-child  {
    display: none;
}*/
.wide-single-style header h3.overtitle:last-child, .wide-single-style-alt header h3.overtitle:last-child {
    border-bottom: none;
    display: block;
    color: white;
    margin-bottom: 8px;
}
.wide-single-style-alt header h3.overtitle:last-child {
    color: #111;
    opacity: .5;
}
.wide-single-style header .article-head-image {
    display: block;
    width: 100vw;
    height: 50vw;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.wide-single-style-alt header .article-head-image {
    display: block;
    width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    order: 1;
}
.wide-single-style-alt header > .container {
    order: 2;
}
.wide-single-style-alt .article-head > * {
    max-width: 840px;
}
.commentary-single-style .article-head > h5 {
    max-width: 710px;
}
.commentary-single-style .article-head h2 {
    padding-top: 4px;
}
.commentary-single-style .article-head .column-author h2 {
    padding-top: 0px;
    font-family: "Fjalla One CRO";
    opacity: 1;
}
.wide-single-style-alt .article-head > h5 {
    max-width: 710px;
}
.wide-single-style header .topbar, .wide-single-style-alt header .topbar {
    z-index: 15;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0,0,0,0));
    height: auto;
    padding-bottom: 60px;
    position: absolute;
    top: 0;
    left: 0;    
}
.commentary-single-style .article-head > * {
    max-width: 1200px;
}
.commentary-single-style .article-head h1, .commentary-single-style .article-head h2 {
    text-align: center;
}
.commentary-single-style .article-head h3.overtitle {
    margin-left: auto;
    margin-right: auto;
}
.commentary-single-style .article-head h1 {
    font-family: 'Lora', serif;
}
.commentary-single-style .article-head .authors {
    display: none;
}
.commentary-single-style .article-head h5 img {
    display: none;
}
/*.wide-single-style .article-head h5 .authors, .wide-single-style-alt .article-head .authors {
    display: none;
}
.wide-single-style .article-head h5 img, .wide-single-style-alt .article-head img {
    display: none;
}*/
.commentary-single-style .article-head h5 span {
    margin-left: 0px;
    margin-right: 8px;
    margin-top: 4px;
}
.wide-single-style .article-head .image-meta, .wide-single-style-alt .article-head .image-meta {
    position: relative;
    right: -50vw;
    margin-right: 52%;
}
.wide-single-style .article-head .image-meta .image-author, .wide-single-style-alt .article-head .image-meta .image-author {
    opacity: .6;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
}
.wide-single-style .header-articles, .wide-single-style-alt .header-articles, .commentary-single-style .header-articles {
    display: none;
}

.perex {
    display: none;
    font-size: 26px;
    color: #000;
    line-height: 1.5em;
    max-width: 840px;
    margin-top: 40px;
    margin-bottom: 64px;
    clear: both;
    max-width: 840px !important;
}
.wide-single-style .perex, .wide-single-style-alt .perex, .commentary-single-style .perex {
    display: block;
}
.wide-single-style-alt header .article-head  {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 16px;
}
.commentary-single-style .column-author {
    display: block;
    position: relative;
}
.single-style .article-head .column-author h3.overtitle {
    border-bottom: none;
    margin-bottom: 4px;
    opacity: .5;
    color: #111;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    font-family: 'Nunito Sans', sans-serif;
}
.column-author {
    position: relative;
    margin-bottom: 24px;
    margin-top: 24px;
}
.column-author img {
    height: 90px;
    width: 90px;
    margin-bottom: 24px;
    object-fit: contain;
    object-position: bottom center;
    z-index: 3;
    border-radius: 50%;
    background-color: #e1e1e1;
}
.column-author p {
    max-width: 420px;
    opacity: .7;
    font-size: 14px;
}
/*.commentary-single-style .column-author::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 240px;
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
    z-index: 5;
}*/
.commentary-single-style header > .container .article-head .column-author h2 {
    font-size: 24px;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 4px;
}
.commentary-single-style .article-head .article-head-image {
    display: none;
}
/*.commentary-single-style .commentary-head-image {
    display: flex;
}*/
.commentary-head-image-blur {
    max-width: 150%;
    width: 150%;
    height: 150%;
    object-fit: cover;
    filter: blur(50px);
    object-position: center center;
    position: absolute;
    top: 0;
    left: -25%;
    z-index: 1;
}
.commentary-head-image {
    overflow: hidden;
    position: relative;
}
.commentary-head-image .article-head-image {
    height: 420px;
    width: auto;
    z-index: 3;
    position: relative;
}
.header-articles {
    background-color: #f8f9fa;
}
.header-articles h4, .header-articles h5 {
    display: none;
}
.header-articles h3.overtitle {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    top: -3px;
    font-size: 13px;
}
.header-articles h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
}
.header-articles .article-standard {
    border-top: none;
    padding-bottom: 0px;
    align-items: stretch;
}
.header-articles .third > div {
    border-right: 1px solid #e1e1e1;
}
.header-articles .third:last-child div {
    border-right: none;
}
.header-articles .article-standard .half:first-child {
    width: 69.99%;
    order: 2;
    padding-left: 16px;
    padding-right: 0px;
}
.header-articles .article-standard .half:last-child {
    order: 1;
    width: 29.99%;
}
.header-articles .article-standard .half:last-child img {
    margin: 0;
}
.big-quote {
    margin-top: 8px;
    margin-bottom: 24px;
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.big-quote p {
    font-size: 30px;
    font-weight: bold;
}
.quote-author {
    font-style: italic;
    font-size: 14px;
}
.widget-more-on ul {
    padding: 0px;
}
.widget-more-on li {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    list-style: none;
    padding-bottom: 8px;
    font-style: italic;
}
.widget-more-on .overtitle {
    font-family: 'PT Sans', sans-serif;
    padding-right: 8px;
    color: #111;
    font-style: normal;
    position: relative;
}
.widget-more-on li:hover a {
    border-bottom: 1px solid rgba(227, 23, 57, 1);
}
.wide-single-style header .topbar .topbar-navicon, .wide-single-style header .topbar nav .functions a, .wide-single-style-alt header .topbar .topbar-navicon, .wide-single-style-alt header .topbar nav .functions a {
    opacity: .2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.wide-single-style header .topbar:hover .topbar-navicon, .wide-single-style header .topbar:hover nav .functions a, .wide-single-style-alt header .topbar:hover .topbar-navicon, .wide-single-style-alt header .topbar:hover nav .functions a {
    opacity: .75;
}
.wide-single-style header nav a.logo svg, .wide-single-style-alt header nav a.logo svg{
    height: 24px;
    top: 8px;
}
/*.widget-more-on li::before {
    content: " ";
    position: absolute;
    top: 5.5px;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    background-image: url("img/tg_list_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}*/


/* add wrapper, continue with font-size */

@keyframes invisiblyGrowFontSize {
	0% {
        font-size: 0;
        opacity: 0;
	}
	100% {
        font-size: 1em;
        opacity: 0;
	}
}
@keyframes fadeIn {
    0% {
            opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
details[open] .embed-mini-article-content {
	animation-name: invisiblyGrowFontSize, fadeIn;
    animation-duration: 500ms, 200ms;
    animation-delay: 0ms, 500ms;
}
.social-circle-buttons .classic-btn {
    margin-left: 8px;
}
.social-circle-buttons a {
    width: 30px;
    font-size: 14px;
    height: 30px;
    margin-right: 16px;
    border-radius: 50%;
    background-color: #464647;
    color: white !important;
    border: none !important;
}
.social-circle-buttons a:hover {
    background-color: #ae3737;
}
.topbar-social {
    font-size: 14px;
    position: absolute;
    right: 24px;
}
.topbar-social a {
    padding-left: 24px;
}
.fa-twitter {
    position: relative;
    top: 0.5px;
}
.fa-instagram {
    position: relative;
    bottom: -0.5px;
}
.single-style .article-head h5 br {
    display: none;
}
.special-big-image {
    width: 100%;
    height: 462px;
    object-fit: cover;
}
.mobile-gray-bg {
    /*background-color: #efefef;*/
}
.mobile-gray-bg .article {
    padding: 0px 5vw;
}

@media only screen and (max-width: 1200px) {
    .flex-responsive {
        width: 100%;
    }
    .flex-responsive-half {
        width: 49.99%;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: flex;
    }
    .force-mobile-full {
        padding-left: 0px;
        padding-right: 0px;
    }
    .filled-section-title {
        padding-bottom: 64px;
        margin-bottom: -48px;
    }
    .elevate-over-section .article-featured img {
        padding-top: 0px;
    }
    .tag-menu .container {
        height: 45px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: auto;
        flex-wrap: nowrap;
        padding: 0px 24px;
    }
    .tag-menu .container a:last-child {
        padding-right: 24px;
    }
    .article-featured h2, .subtle-break h2, .immersive-break h2 {
        font-size: 24px;
    }
    .column-right-border {
        border-right: none;
    }
    .column-right-pad, .column-left-pad {
        padding: 0px;
    }
    .column-full-pad .column-horizontal-pad, .column-horizontal-pad .column-horizontal-pad {
        padding: 0px;
    }
    .immersive-break {
        min-height: auto;
        margin-bottom: 0px;
    }
    .immersive-break .container .half {
        padding-left: 48px;
    }
    .immersive-break .container .half::before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        z-index: 6;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        background-image: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(60, 15, 151) 0%, rgb(61, 15, 151) 0%, rgb(81, 15, 139) 8%, rgb(104, 15, 126) 14%, rgb(144, 15, 103) 23%, rgb(179, 14, 66) 37%, rgb(182, 12, 46) 47%, rgb(176, 16, 40) 50%, rgb(164, 21, 29) 57%, rgb(160, 31, 21) 65%, rgb(169, 86, 19) 85%, rgb(179, 144, 14) 94%, rgb(182, 162, 12) 97%, rgb(185, 175, 11) 100%);
    }
    .immersive-break .container {
        order: 2;
        padding-top: 60%;
        padding-bottom: 0px;
        min-height: auto;
    }
    .immersive-break .main-image {
        position: absolute;
        top: auto;
        right: auto;
        width: 100%;
        height: 40%;
        z-index: 1;
        order: 1;
    }
    .immersive-break .blurred-image {
        height: 60%;
        overflow: hidden;
        width: 100%;
        bottom: 0;
        top: auto;
    }
    .immersive-break .container .half {
        position: relative;
        top: -32px;
        z-index: 5;
        padding-left: 42px;
        padding-right: 0px;
        position: relative;
    }
    .immersive-break h2 {
        font-size: 30px;
    }
    .immersive-break h4 {
        font-size: 16px;
    }
    .dark-fade {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.2) 90%,
        rgba(0, 0, 0, 0) 100%);
        width: 100%;
        top: 10%;
        height: 90%;
    }
    .immersive-fade {
        width: 100%;
        position: absolute;
        z-index: 3;
        left: 0;
        top: 30%;
        height: 20%;
    }
    .break-box .commentary {
        padding-top: 64px;
    }
    .break-box .commentary-author img {
       width: auto;
       height: 48px;
    }
    .reading-line {
        border: none;
    }
    .subtle-break .podcast-cover {
        padding: 30px;
    }
    .column-horizontal-pad {
        padding: 0px;
    }
    .column-full-pad {
        padding: 0px;
    }
    .container {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .price-dana h3.overtitle {
        height: 40px;
        padding-top: 11px;
    }
    footer .column-full-pad {
        padding: 24px;
    }
    .article img, .commentary img {
        padding: 0px;
    }
    h3.column-title {
        margin-top: 48px;
    }
    h3.column-title::before {
        left: 0px;
        top: -16px;
    }
    nav.tag-menu h3 {
        padding: 0px;
        margin-right: 16px;
    }
    nav.tag-menu a {
        padding: 0px 8px;
        margin-right: 8px;
    }
    .sticky-navigation .logo svg {
        top: 1px;
    }
    .subtle-break .podcast-cover img {
        height: 100px;
    }
    .article-snippet {
        padding-bottom: 24px;
    }
    .card {
        margin: 0px 24px;
    }
    .article::last-child {
        margin-bottom: 0px;
    }
    .banner300x250 a {
        position: relative;
        margin: 0 auto;
        display: block;
    }
    .column-top-border {
        border-top: none;
    }
    .article-standard:last-child {
        border-bottom: 1px solid #e1e1e1;
    }
    .twelfth {
        padding: 24px 0px;
    }
    .mini-sections .column {
        padding-top: 32px;
    }
    .single-style {
        font-size: 16px;
    }
    .single-style .article-head h5 {
        padding-right: 140px;
    }
    .single-style .article-head .article-head-image {
        height: 63.1vw;
    }
    .single-style .article-body > .card {
        margin: 24px;
        padding: 16px;
        margin-top: 0px;
    }
    .topbar-navicon {
        top: 8.5px;
        position: absolute;
        right: 144px;
    }
    .single-style .article-body .widget-more-on {
        width: 100%;
    }
    .single-style .article-body > img {
        padding: 0px;
    }
    h3.section-title {
        padding-left: 36px;
    }
    h3.section-title::before {
        left: 21px;
    }
    nav .functions {
        top: 8px;
        right: 5vw;
    }
    footer {
        padding-top: 0px;
        margin-top: 0px;
    }
    footer .services a {
        border-left: none;
    }
    .elevate-over-section {
        top: 0px;
        margin-bottom: 24px;
    }
    header {
        background-position: center center;
        background-image: none;
    }
    .top-hat {
        padding-top: 40px;
        padding-bottom: 64px;
    }
    .top-hat .tagline {
        font-size: 2.5vw;
        padding-top: 4px;
        padding-left: 3px;
    }
    .article img {
        height: 55.5vw;
        object-fit: cover;
    }
    /*.article-featured::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 15;
        width: 100%;
        height: 48px;
        background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    }*/
    .price-dana .container > div {
        padding: 4px 16px;
        padding-left: 0px;
        padding-bottom: 2px;
    }
    .filled-section-title .two-thirds {
        background-color: #f8f9fa;
        color: #111;
    }
    .filled-section-title h3.overtitle {
        padding-left: 0px;
    }
    .price-dana h3.overtitle {
        font-size: 14px;
    }
    .weather-widget object {
        top: -2px;
    }
    nav .functions a.topbar-navicon {
        padding-right: 48px;
        top: 0px;
    }
    .filled-section-title nav .functions a.topbar-navicon {
        padding-right: 0px;
    }
    .single-style .article-head h5 {
        padding-right: 24px;
        margin-bottom: 12px;
    }
    .single-style .article-head > img {
        margin-bottom: 4px;
    }
    .single-style .article-head h5 span {
        margin-right: 8px;
        margin-left: 0px;
    }
    .single-style .article-head h5 br {
        display: block;
    }
    .single-style .article-head h5 span.authors {
        margin-right: 0px;
        margin-left: 8px;
        padding-top: 4px;
    }
    .single-style .article-head h5 .sidebar-social {
        display: none;
    }
    .single-style .signup-btn {
        display: none;
    }
    .single-style nav .functions a {
        padding-right: 0px;
    }
    .single-style nav .functions {
        top: 6px;
    }
    .single-style .article-head h1 {
        font-size: 26px;
    }
    .single-style .article-head h2 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .single-style .embed-news-list h2, .single-style .article-body h2, .single-style .article-body .embed-mini-article summary h2 {
        font-size: 20px;
    }
    .force-mobile-pad {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .related-articles .article-standard {
        margin-bottom: 24px;
        padding-bottom: 0px;
        border-top: none;
    }
    .single-style .filled-section-title h3.overtitle {
        padding-left: 0px;
        padding-bottom: 8px;
        height: auto;
    }
    .related-articles .article-standard h3.overtitle {
        display: none;
    }
    footer .article-standard h3.overtitle {
        width: 100%;
    }
    footer .footer-links > a {
        width: auto;
        margin-right: 16px;
    }
    .related-articles .fourth {
        order: 2;
    }
    .related-articles .three-fourths {
        order: 1;
    }
    .social-circle-buttons {
        display: flex;
        float: left;
        padding-top: 16px;
    }
    .social-circle-buttons .classic-btn {
        order: 1;
        margin-left: 0px;
        margin-right: 24px;
    }
    .social-circle-buttons a {
        order: 2;
    }
    .single-style .article-body .colorful-newsletter-widget {
        padding-bottom: 24px;
    }
    .big-quote p {
        font-size: 20px;
    }
    .single-style .article-body .colorful-newsletter-widget {
        padding: 0px;
        padding-bottom: 24px;
        padding-top: 16px;
    }
    .colorful-newsletter-widget h2 {
        padding-right: 90px;
    }
    .colorful-newsletter-widget h2 br {
        display: none;
    }
    .classic-btn {
        border-radius: 3px;
        padding: 6px 12px;
    }
    .colorful-newsletter-widget .card-icon {
        font-size: 84px;
        bottom: -32px;
        right: 0px;
    }
    .single-style .article-head h5 > * {
        font-size: 12px;
    }
    .single-toggle {
        position: fixed;
        font-size: 20px;
        bottom: 32px;
        right: 32px;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 150;
    }
    .elevate-over-section .bigger-articles .article-featured h2 {
        font-size: 24px;
    }
    .sticky-navigation nav a.logo {
        padding-right: 0px;
    }
    .column-left-border {
        border-left: none;
    }
    .filled-section-title .fourth {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding-top: 24px;
        padding-bottom: 0px;
    }
    .wide-single-style-alt header > .container .article-head h1 {
        font-size: 32px;
    }
    .wide-single-style header > .container .article-head h1 {
        font-size: 28px;
    }
    .article-featured h3.overtitle {
        margin-bottom: 12px;
    }
    .five-sixths {
        margin-bottom: 16px;
    }
    .single-style .article-body .image-container img, .single-style .article-head .article-head-image {
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .mobile-gray-bg .article {
        position: relative;
        display: block;
        padding-right: 5vw;
    }
    .mobile-gray-bg .article > * {
        /*float: left;
        width: 66.66%;*/
        /*padding-right: 92px;*/
        display: block;
    }
    .mobile-gray-bg .article > .flex {
        display: flex;
    }
    /*.mobile-gray-bg .article > h5.article-meta {
        float: right;
        width: 33.33%;
        text-align: right;
    }
    .mobile-gray-bg .article > h5.article-meta span {
        display: inline-block;  
    }
    .mobile-gray-bg .article > h5.article-meta span.hidden-by-default {
        display: none;
    }*/
    .article .article-meta {
        padding-top: 5px;
        line-height: 10px;
    }
    .article-preview {
        margin-top: 10px;
    }
    .mobile-gray-bg .article > img {
        /*position: absolute;
        right: 5vw;*/
        height: 54px;
        float: right;
        top: -20px;
        position: relative;
        padding-right: 0px;
        margin-bottom: -17px;
        padding-left: 18px;
    }
    .article-standard h3.overtitle {
        order: 2;
        margin-bottom: 6px;
        position: relative;
        margin-top: 0px;
        line-height: 1em;
        font-size: 12px;
        /*border-bottom: 1.5px solid #ae3737;*/
        padding-bottom: 0px;
    }
    .dynamic-small-articles .article-standard:nth-child(n+4) > img {
        display: none;
    }
    .dynamic-small-articles .article-standard:nth-child(n+4) > div h3.overtitle {
        display: none;
    }
    .article-standard h2 {
        font-size: 17px;
        margin-bottom: 0px;
    }
    .article-standard h4, .article-featured h4 {
        opacity: 0.8;
    }
    .article-featured {
        padding-left: 0px;
    }
    .article-featured img {
        top: 0px;
        width: 100%;
        height: 55.5vw;
        position: relative;
        left: auto;
    }
    .article-standard h5.article-meta {
        line-height: 10px;
        padding-top: 8px;
        position: relative;
    }
    .mobile-gray-bg .article-standard h4 {
        font-size: 14px;
        margin-top: 4px;
        display: none;
        margin-bottom: 0px;
    }
    .article-featured h5:last-child {
        margin-bottom: 0px;
    }
    .article-featured h2 {
        font-size: 24px;
        font-family: "Fjalla One CRO";
        margin-bottom: 6px;
    }
    .article-featured .article-meta {
        margin-bottom: 4px;
    }
    .article-standard .article-meta {
        margin-bottom: 0px;
    }
    .article-featured .article-pad {
        padding: 0px;
        top: 0px;
    }
    .article-featured h4 {
        font-size: 14px;
        margin-bottom: 12px; 
    }
    .article-featured {
        padding-bottom: 32px;
        margin-top: 8px;
        position: relative;
        /*border-bottom: 1px solid #e1e1e1;*/
    }
    .article-featured:first-child {
        margin-top: 0px;
    }
    .article-featured:last-child::before {
        border-bottom: none;
    }
    .mobile-shoo-bottom {
        margin-bottom: 24px;
    }
    .commentary h2 {
        margin-bottom: 4px;
    }
    .commentary h4 {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .mobile-gray-bg .article-standard {
        padding-bottom: 12px;
        padding-top: 12px;
        min-height: 21vw;
    }
    .mobile-gray-bg .article-standard h3.overtitle {
        /*font-weight: 400;*/
    }
    .mobile-commentary .commentary-author img {
        width: 40px;
        margin-right: 0px;
        margin-left: 0px;
        position: absolute;
        right: auto;
        left: 0px;
        bottom: 0px;
    }
    .mobile-commentary .commentary-author::before {
        left: auto;
        right: auto;
        left: 8px;
        width: 24px;
        height: 24px;
    }
    .narrow-commentary {
        border-top: none;
    }
    .mobile-commentary  {
        padding-top: 4px;
        margin-bottom: 24px;
    }
    .mobile-commentary .commentary-author h3 {
        font-size: 16px;
        letter-spacing: 4px;
        opacity: .55;
        text-transform: uppercase;
        margin-bottom: 0px;
        margin-top: 8px;
        padding-bottom: 0px;
        padding-left: 52px;
    }
    .mobile-commentary h3 br {
        display: none;
    }
    .mobile-commentary h4, .mobile-commentary h5 {
        display: none;
    }
    .mobile-commentary h2 {
        margin-top: 8px;
    }
    footer > div.container > * {
        background-color: #f8f9fa;
        z-index: 5;
        position: relative;
    }
    footer > div.container > .fourth {
        padding-top: 0px;
    }
    .mini-sections .article-standard {
        margin-bottom: 0px;
    }
    .mini-sections .article-standard h2 {
        padding-top: 3vw;
    }
    .mini-sections .mobile-gray-bg {
        margin-bottom: 32px;
    }
    h3.column-title {
        padding-top: 14px;
        margin-bottom: 14px;
    }
    h3.column-title:first-child {
        margin-top: 32px;
    }
    h3.column-title::before {
        top: 0px;
        height: 4px;
    }
    .commentary-single-style header > .container .article-head h1 {
        font-size: 26px;
    }
    .commentary-single-style header > .container .article-head .column-author h2 {
        font-size: 20px;
    }
    .single-style .article-head .column-author h3.overtitle {
        font-size: 12px;
    }
    .perex {
        margin-top: 20px;
        margin-bottom: 32px;
    }
    .wide-single-style-alt header > .container .article-head h2, .commentary-single-style header > .container .article-head h2, .perex {
        font-size: 20px;
    }
    .wide-single-style header > .container .article-head h2 {
        font-size: 18px;
    }
    .wide-single-style header nav a.logo svg, .wide-single-style-alt header nav a.logo svg {
        height: 16px;
        top: 1.5px;
    }
    .wide-single-style header .article-head-image, .wide-single-style header {
        height: 150vw;
        max-height: 100vh;
    }
    .wide-single-style header > .container {
        padding: 5vw;
        padding-top: 50vw;
        padding-right: 5vw;
    }
    .wide-single-style-alt header .article-head {
        padding-top: 0px;
    }
    .wide-single-style-alt header .topbar {
        background-color: black;
        padding-bottom: 0px;
        position: relative;
    }
    .wide-single-style-alt header .topbar .topbar-navicon, .wide-single-style-alt header .topbar nav .functions a {
        opacity: 1;
    }
    .article-featured h3.overtitle {
        font-size: 15px;
        height: 18px;
        line-height: 15px;
        margin-bottom: 10px;
        margin-top: 5px;
        background-color: transparent;
        padding: 0px;
        padding-bottom: 4px;
        color: #ae3737;
        border-bottom: 2px solid #ae3737;
    }
    .telesport-style .article-featured h3.overtitle {
        color: #0471b7;
        background-color: transparent;
    }
    .super1-style .column-title::before, .super1-style .article-featured h3.overtitle {
        color: #bc1039;
        background-color: transparent;
    }
    .article-featured::before {
        content: ' ';
        width: 100vw;
        max-width: 100vw;
        position: absolute;
        left: -5vw;
        bottom: 0px;
        height: 1px;
        border-bottom: 1px solid #e1e1e1;
    }
    .article-featured:first-child .desktop-only {
        display: block;
    }
    .article-featured:first-child .mobile-only {
        display: none;
    }
    .article-featured img {
        margin-bottom: 8px;
    }
    .mobile-header {
        position: relative;
        z-index: 150;
        color: white;
    }
    .mobile-header .logo svg {
        height: 22px;
        position: relative;
        bottom: -1px;
        fill: white;
    }
    .mobile-header .topbar-navicon {
        position: absolute;
        top: 24px;
        left: 5vw;
    }
    .mobile-header .functions {
        position: absolute;
        top: 24px;
        right: 5vw;
    }
    .tagline {
        font-size: 10px;
        font-family: "Fjalla One CRO";
        text-transform: uppercase;
        padding-top: 8px;
    }
    .mobile-header .sixth {
        font-size: 20px;
        opacity: 1;
    }
    .mobile-gray-bg {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
    .mobile-gray-bg .article:first-child{
        border-top: none;
    }
    .mobile-gray-bg .article:last-child {
        border-bottom: none;
    }
    .mobile-header .sixth:last-child {
        text-align: right;
        font-size: 19px;
    }
    .mobile-gray-bg h5.article-meta span {
        padding-right: 4px;
    }
    .mobile-gray-bg .half-article .article-standard {
        padding-left: 5vw;
        padding-right: 3vw;
        border: none;
    }
    .mobile-gray-bg .half-article:nth-child(2n) .article-standard {
        padding-left: 3vw;
        padding-right: 5vw;
    }
    .mobile-gray-bg .half-article .article > img {
        float: none;
        width: 100%;
        top: 0px;
        padding-left: 0px;
    }
    /*.mobile-gray-bg .half-article .article > h2 {
        font-family: "Fjalla One Cro", serif;
    }*/
    .mobile-gray-bg .half-article .article > h5 {
        display: none;
    }
    .top-hat {
        padding-top: 24px;
        padding-bottom: 8px;
    }
    .top-hat .logo svg, .top-hat .logo {
        max-width: 100%;
        width: 100%;
    }
    .sticky-navigation nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sticky-navigation .topbar-navicon {
        position: absolute;
        left: 24px;
    }
    .alt-small-articles .article-standard {
        display: flex;
    }
    .alt-small-articles .article-standard > * {
        order: 1;
    }
    .alt-small-articles .article-standard > h2 {
        padding-bottom: 4px;
    }
    .alt-small-articles .article-standard > img {
        order: 3;
        width: 33.33%;
        height: auto;
        float: none;
        top: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
        padding-top: 2px;
    }
    .alt-small-articles .article-standard > h4 {
        order: 2;
        width: 66.66%;
        padding-right: 3vw;
        margin-top: 0px;
    }
/*}


@media only screen and (max-width: 459px) {*/
    nav .functions a {
        padding-right: 0px;
    }
    nav .functions a.signup-btn {
        display: none;
        font-size: 10px;
    }
    .topbar-navicon {
        right: 120px;
    }
    .price-dana h3.overtitle {
        font-size: 15px;
        padding-top: 12px;
    }
    .article-featured h3.overtitle {
        font-size: 14px;
    }
    h5.article-meta span {
        font-size: 9px;
    }
    .article-featured h2 {
        font-size: 24px;
    }
    .immersive-break h3.overtitle {
        font-size: 22px;
        padding-top: 8px;
    }
    .immersive-break h3.overtitle svg, .subtle-break h3.overtitle svg {
        height: 15px;
    }
    .immersive-break h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .immersive-break h5 {
        margin-bottom: 8px;
    }
    .article-featured {
        display: flex;
    }
    .article-preview h4::before {
        top: 2.5px;
    }
    .article-featured > .article-pad {
        order: 1;
    }
    .article-featured > img {
        order: 2;
    }
    .article-featured > h5 {
        order: 3;
    }
    .article-featured:first-child > img {
        order: 1;
    }
}