#sidebar {
  box-sizing: content-box;
}
.posthead h2.bigger{
    margin-top: 0;
}
.sub-menu li a
{
 background: #005684 none repeat scroll 0% 0%;
}
.sub-menu a
{
 padding: 5px 10px !important;
 padding-left: 30px !important;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
