body {
	font: normal normal 100%/120% sans-serif;
	font-family: 'Nunito Sans', sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
	color: #1b1c17;
	text-align: center;
}
section {
	clear: both;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1148px;
	text-align: left;
}

a, a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.screen-reader-text {
	display: none;
}
@media all and (max-width: 600px) {
	.flex {
		display: block;
		text-align: center;
	}
	.screen-reader-text {
		/*display: inline-block;*/
	}
}
@media all and (min-width: 601px) {
}

img {
	max-width: 100%;
	height: auto;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

aside#secondary.widget-area {
	display: none !important;
}


header section nav > ul ul.blue.inv li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid;
	margin
}
