/*
  Page-specific styles for: Wingate University (modern template)
  Loaded AFTER css/base.css and css/modern.css, so anything here overrides
  them for this page only. Put per-page layout tweaks in this file so a
  fix for this case study can never affect any other page.
  Scope every rule under #case-wingate-university.
*/

/* Source PDF right-aligns the title/tagline block under the banner,
   with the tagline set bold+italic (not just italic). */
#case-wingate-university .vbm-hero {
    text-align: right;
}
#case-wingate-university .vbm-title {
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
#case-wingate-university .vbm-tagline {
    font-weight: bold;
    color: #17365d;
}
