html, body {
	color:#717171;
	font-family:Arial, sans-serif;
}

body.invisible {
	visibility: hidden;
}

body._fixed {
	position: fixed;
}

body.onmenuactive {
	overflow: hidden;
	height: 100%;
}

a:focus {
	outline: 1px dashed;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1140px;
}

/* Header */
#header {
	background-color:#535960;
	line-height:1;
}
#header img {
	max-width:128px;
	width:100%;
}

/* Main */
#content h1, 
#content h2,
#content p {
	font-family:Arial, sans-serif;
	line-height:1.3;
}
#content h1 {
	color:#414042;
	font-size:2.5rem;
	font-weight:400;
}
#content h2 {
	color:#414042;
	font-size:1.25rem;
	font-weight:400;
}
#content h2.es {
	color:#414042;
	font-size:2.5rem;
	font-weight:400;
}
#content p {
	font-size:1rem;
	margin-bottom:15px;
}
#content hr {
	border-top-color:#999999;
	opacity:1;
}

@media (min-width:992px) {
	#header img {
		max-width:203px;
	}
	#content {
		padding-bottom:160px !important;
	}
	#content h1 {
		font-size:3rem;
	}
	#content h2 {
		font-size:1.75rem;
	}
	#content h2.es {
		font-size:3rem;
	}
	#content p {
		font-size:1.375rem;
		margin-bottom:20px;
	}
	#content a, content a:focus, #content a:hover {
		color:#0846A8;
	}
}