/* Add your custom styles here */





    .wide-promo {
    background-color: #f00;
    height: 190px;
    overflow: hidden;
    
    }
    
    
  
    
    @media screen and (min-width: 480px) {
    .wide-promo {
        background-color: #f00;
   	    height: 300px;
    	overflow: show;
        }
    }

.no-margin {
margin:0 !important;
}

.zentools .zt-block {
    display: block;
    margin: 0 !important;
    clear: both;
    float: left;
    width: 100%;
}

.zen-nav-fixed, .fixed #toolbar.zen-row-wrap {
    
    background-color: rgba(0, 51, 102, 0.8) !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding:10px 0 ;
}

.downloadblock h3 {
    clear:none !important;
}
