﻿@media print
        {    
            .no-print, .no-print *
            {
                display: none !important;
            }
        }       
        @media screen
        {    
            .for-print-only, .for-print-only *
            {
                display: none !important;
            }
        }

        .ut-module-heading {
            padding-top: .5em;
            margin-left:10px;
            background: linear-gradient(to right,#eae9e6 0%,rgba(234,233,230,0) 100%) no-repeat;
            background-size: 100% 1px;
            clear:both;
        }
        .news-band-header {
            font-family:'Gotham SSm A','Gotham SSm B',Verdana,sans-serif !important; font-size:1rem !important; font-weight:400 !important; text-transform: uppercase;
        }

        .more-news-link { float:right; font-family:'Gotham SSm A','Gotham SSm B',Verdana,sans-serif; }
        
/*.story-heading {font-size:1.7rem !important; font-weight:400 !important; margin-top:10px; margin-bottom:0;}*/
        .wdn-col .wdn-grid-set .story-heading {line-height:1; font-size:1rem; font-weight:400 !important; margin-top:10px; margin-bottom:0;}

        @media only screen and (max-device-width: 640px){
            .wdn-col .wdn-grid-set .story-heading { margin-top:0px; margin-bottom:20px;}
        }
        .field-name-post-date, .field-name-field-news-section {font-size:0.8rem; font-family:'Gotham SSm A','Gotham SSm B',Verdana,sans-serif !important; margin-bottom:10px; min-height:30px;}       
        .ut-module-heading {
            padding-top: .5em;
            margin-left:10px;
            background: linear-gradient(to right,#eae9e6 0%,rgba(234,233,230,0) 100%) no-repeat;
            background-size: 100% 1px;
            clear:both;
        }

       .more-news-link:after { content:'\2192'; padding-left:.254em;}
