body {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

/* Main Navigation */
.main-nav-item__label {
	text-transform: uppercase;
}

/* Display only home icon */
.main-nav__child--home span {
  display: none;
}
.header-main-nav .main-nav__link-icon {
    margin-right: 1px;
}

/* Widget title + footer */
.widget-footer__link,
.widget-header__title {
	text-transform: uppercase !important;
}

/* Page title */
.widget--shared-title-page-blue .widget-title__title {
	color: #0061A1 !important;
	font-size: 40px !important;
	font-weight: bold !important;
	line-height: 70px !important;
}