/* add custom site CSS here */

.js-show-page {
    display: block;
}

.js-hide-page {
    display: none;
}

@media screen and (max-width:39.9375em) {
    
    .ticker + a.more.top {
        position: relative;
        right: 0;
    }
    
}