.container {
    text-align:center;

}
.inlineblock { 
    display: inline-block;
    zoom: 1;
    display*: inline; /* ie hack */
max-width: 1200px;
text-align:left;
}

.WaGadgetBreadcrumbs {
text-align:left;
}

.cnFooterContainer {
font-size:x-small;
}

.cnFooterPoweredByWA {
font-size:x-small;
}



.container {
    text-align:center;
}

.inlineblock { 
    display: inline-block;
    zoom: 1;
    display*: inline; /* ie hack */
    max-width: 1200px;
    text-align:left;
}

.WaGadgetBreadcrumbs {
    text-align:left;
}

.cnFooterContainer {
    font-size:x-small;
}

.cnFooterPoweredByWA {
    font-size:x-small;
}

/* ===== VATESOL Typography Reset ===== */

:root{
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --text: 16px;
  --lh: 1.55;
}

html, body,
.WaGadgetSitePage, .WaGadget,
#idPrimaryContentContainer, .zoneContent {
  font-family: var(--font-sans) !important;
  font-size: var(--text) !important;
  line-height: var(--lh) !important;
}

h1, h2, h3, h4, h5, h6,
.zoneHeader h1, .zoneHeader h2 {
  font-family: var(--font-sans) !important;
  line-height: 1.2 !important;
  margin: 0.6em 0 0.35em;
}

.WaGadgetBlog, .WaGadgetBlog .title,
.WaGadgetMenuHorizontal, .WaGadgetMenuVertical,
.WaGadgetEvents, .WaGadgetLoginForm,
.button, a.button, input, select, textarea {
  font-family: var(--font-sans) !important;
}
