

/* Revert Power Pages Default Font Declaration */
body 	{
        font-family: "Inter", sans-serif !important; 
    }
body     footer, 
body     .btn-default, .btn-primary, 
body     .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a , 
body     .navbar-inverse .navbar-nav > li > a , 
body     a, .a,
body     .poll .poll-tags h4, h5, .h5, p, .p,  p.smallText 
body     .page_section p, .section-diagonal-left p, .section-diagonal-right p , .p2, .button1, .button2,
body     .section-landing .row > div .section-landing-sub-heading 
body     h1, .h1,
body     .section-landing-heading,
body     .section-landing .row > div .section-landing-heading,
body     .section-inline-search .row > div h1, 
body     .section-landing h1, 
body     .section-search .header-search h1, 
body     .page_section h1, 
body     .color-inverse h1, h1 p, h2, .h2, 
body     .page_section h2, 
body     .color-inverse h2, h2 p, h3, .h3, 
body     .page_section h3, 
body     .color-inverse h3, 
body     .sidebar-home h3,   h4, .h4, .poll .poll-header h4,
body     h1.siteTitle
		{
        font-family: "Inter", sans-serif !important; }	

@media (min-width: 1400px) {
    .container-header, .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px !important;
    }
}

.breadcrumb-item li h5 {
    color: #fff !important;
}
.smallText {
    font-size: 14px !important;
}
