/*Adjust line height of main zone bullet lists*/
#zoneMain li {
    line-height: 1.4;
}

/* Hide Breadcrumbs globally */
ol.breadcrumb{
display:none !important;
}

/* Hide VBA Blog Title */
#Main20456169 h2 {display:none;
}

/* Adjust Header tag spacing and font */
#zoneMain h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    padding-top: 15px;
    font-family: 'Lato';
}

/* Adjust Homepage Feed icon sizes */
.boxicon img {
    max-width: 30px;
}

/* Adjust Publications Archive image sizes */
.pub-issuecard {
min-width: 200px !important;
max-width: 200px !important;
}



/* Offset Anchor links due to sticky nav */
a {scroll-margin-top:150px;}
