html, body, h1, h2, h3, h4, h5, h6, p {
	font-family: 'Source Sans Pro', sans-serif;
	color: #333333;
}
li a {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
li a:hover:not(.active) {
	color: #666666;
}
.hide-me {
	padding: 0 !important;
	display: block !important;
}
.active {
	color:#003366 !important;
	padding: 2px;
}
.mobile-container {
  max-width: 980px;
  color: #000000;
  display: none;
}
.show-me {
	display: none !important;
}
.topnav {
	background-color: #336699;
 	 overflow: hidden;
 	 position: relative;
}
.topnav #myLinks {
  display: none;
}
.topnav a {
  color: #ffffff;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 16px;
  display: block;
}
.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.topnav a:hover {
  color: black;
}
.active-hamburger {
	color:#000 !important;
	padding: 2px;
}
.hide-learn {
	padding-left: 40px !important;
	display: block !important;
}
.show-call {
	display: none !important;
}
.hide-header {
	display: block !important;
}
.show-header {
	display: none !important;
}
#center-all {
	max-width: 1800px;
	margin: 0 auto;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}