	.top-container {
	  background-color: #f1f1f1;
	  text-align: center;
	}

	.header {
	  padding: 0px 0px;
	  background: white;
	}

	.stickyContent {
	  padding: 0px 50px;
	}

	.headerContent {
		padding: 10px;
	}

	.sticky {
	  position: fixed;
	  top: 0;
	  width: 100%;
	}

	.sticky + .headerContent {
	  padding-top: 102px;
	}

	/* Solid border */
	hr.solid {
	  border-top: 3px solid #bbb;
	}