
#issue-promo-2020-03-22-sticky {
        background: #FFDF00;
        color: #ED1C24;    
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0; 
        font-size: 27px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        box-shadow: 0 0 5px rgba(51, 51, 51, 0.01);     
        transition: all 0.2s linear, bottom 0.4s ease-out;   
        transform: translateZ(0); 
        cursor: pointer;    
        z-index: 2000;
        text-align: center;
        box-sizing: border-box;
}     
#issue-promo-2020-03-22-sticky:hover {
}                   
#issue-promo-2020-03-22-sticky .w {
        position: relative;
        margin: 0 20px;
} 
#issue-promo-2020-03-22-sticky,                   
#issue-promo-2020-03-22-sticky .w {
        height: 60px;
        line-height: 60px;        
}      
#issue-promo-2020-03-22-sticky ul {
        position: relative;   
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
}     
#issue-promo-2020-03-22-sticky ul li {
        position: absolute;   
        display: block;
        margin: 0;
        padding: 0; 
        top: 0;  
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0;                 
        transition: all 0.4s linear;   
        transform: translateZ(0);  
}                              
#issue-promo-2020-03-22-sticky li.pg1 {
        line-height: 57px;    
}               
#issue-promo-2020-03-22-sticky.pg0 ul li.pg0,
#issue-promo-2020-03-22-sticky.pg1 ul li.pg1 {
        z-index: 1;
        opacity: 1;
}              
#issue-promo-2020-03-22-sticky b {
        font-weight: 600;
}                        
#issue-promo-2020-03-22-sticky big {
        font-size: 32px;
}                
#issue-promo-2020-03-22-sticky em {
        background: #ED1C24;
        color: #FFDF00;    
        font-style: normal; 
        display: inline-block;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 4px;
        margin: 10px 0 0 10px;    
        transition: all 0.2s linear;   
}                    
#issue-promo-2020-03-22-sticky em:hover {
        background: #ED1C24;
}  
                  
@media (max-width: 760px) { 
        #issue-promo-2020-03-22-sticky {
                font-size: 22px;
                font-weight: 600;
        }                    
        #issue-promo-2020-03-22-sticky li.pg1 {
                line-height: 54px;    
        }         
        #issue-promo-2020-03-22-sticky em {           
                vertical-align: top;
        }                              
}                
@media (max-width: 620px) { 
        #issue-promo-2020-03-22-sticky,                   
        #issue-promo-2020-03-22-sticky .w {
                height: 110px;
                line-height: 30px;
        }                                                 
        #issue-promo-2020-03-22-sticky li.pg0 {
                padding: 24px 0 0 0;
        }                                                 
        #issue-promo-2020-03-22-sticky li.pg1 {
                padding: 5px 0 0 0;
                font-size: 20px;  
                line-height: 25px;  
        }      
        #issue-promo-2020-03-22-sticky li.pg1 big { 
                font-size: 25px;
        }         
        #issue-promo-2020-03-22-sticky li span {
                display: block;
        }
        #issue-promo-2020-03-22-sticky em {
                margin-top: 4px;
        }    
        #issue-promo-2020-03-22-sticky b {
                background: #FFF; 
                color: #333;    
        }
}  
