body {
	font-family: Arial, sans-serif;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0 0 0 220px;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	padding-right: 20px;
	border-right: 1px solid #eaeaea;
}

#content {
	border-left: 1px solid #eaeaea;
	padding-left: 20px;
}
#content:after {
	content: " ";
	display: table;
	clear: both;
}

h1 {
	font-size: 24px;
	margin: 20px 0;
}

h2 {
	clear: left;
	margin: 20px 0 10px 0;
}

h4 {
	margin-top: 10px;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color:#666;
}
a:hover {
	color: #000;
}

p {
	font-size: 12px;
	margin: 5px 0;
}

ul {
	list-style: none;
	padding: 0;
}
ul li {
	padding: 5px 0;
}
ul li.active a {
	color: #000;
	font-weight: bold;
}

section {
	display: block;
	margin-bottom: 40px;
}
section:after {
	content: " ";
	display: table;
	clear: both;
}

.video {
	width: 33.3%;
	float: left;
}

.video-inner {
	margin: 0 20px 20px 0;
	border: 1px solid #eaeaea;
	padding: 10px;
}

.video iframe {
	width: 100%;
}

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .video {
      width: 100%;
      clear: left;
   }
   .video-inner {
	   margin-right: 0;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .video {
      width: 50%;
   }
   .video:nth-child(2n+3) {
	   clear: left;
   }
}
@media only screen and (max-width: 992px) {
	body {
		padding: 0;
	}
	#menu {
		position: static;
		width: auto;
		padding-right: 0;
		border-right: none;
		border-bottom: 1px solid #eaeaea;
		margin-bottom: 40px;
	}
	#content {
		border-left: none;
		padding-left: 0;
	}
}