<style>
	body {
		  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
		  font-size: 90%;
		  font-weight: 200;
		}

	.header {
		  background: #212121;
		  width: 100%;
		  height: 58px;
		  text-transform: uppercase;
		  color: #FFFFFF;
    }

	.container {
		  padding: 0 24px;
	}
		
.toc_sidebar {
  width: 344px;
  margin-top: 7px;
  padding: 37px 32px 44px 20px;
  border-right: 2px solid #d7d7e0;
  float: left;
}
.toc_sidebar h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.toc_sidebar h1,
.toc_sidebar ul li {
  border-bottom: 1px solid #dde0e1;
}
.toc_sidebar ul {
  margin-bottom: 37px;
  list-style-type: none;
}
.toc_sidebar ul li {
  padding: 3px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}
.toc_sidebar ul li a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  color: #067FC0;
  text-decoration: none;
}
.toc_sidebar ul li a:hover {
  color: #035b8a;
}
.toc_sidebar ul:last-child li:last-child {
  border: none;
}

		.logo {
		  float: left;
		  color: #FFFFFF;
		  text-decoration: none;
		  font-size: 120%;
		  font-weight: 600;
		  line-height: 58px;
		  transition: all 0.1s ease;
		  opacity: 1;
		}

		.logo:hover {
			opacity: 0.75;
		}

		.top-nav-links {
		  list-style: none;
		  float: right;
		  padding: 0;
		  margin: 0;
		}

		.top-nav-links li {
		  display: inline-block;
		  height: 58px;
		  line-height: 58px;
		  margin: 0 16px;
		  padding: 0;
		}

		.top-nav-links li a {
		  color: #FFFFFF;
		  text-decoration: none;
		  padding: 4px 0;
		  transition: all 0.1s ease;
		  opacity: 1;
		}

		.top-nav-links li a:hover {
		 opacity: 0.75;
		}

		.top-nav-links---active {
		  border-bottom: 2px solid #067FC0;
		}

		.top-nav-links---divider {
		  opacity: 0.5;
		}

		.top-nav-links li.made-by {
		  margin-right: 0;
		}

		.pl-logo {
		  fill: #FFFFFF;
		  margin: 20px 0 0 8px;
		  float: right;
		  transition: all 0.1s ease;
		  opacity: 1;
		}

		.pl-logo:hover {
		 opacity: 0.75;
		}
		
		.toc_solo {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  color: #067FC0;
  text-decoration: none;
  margin-bottom: 20px;
}

	</style>
