#block-menu-block-2 ul.page-sidebar-menu > li > a {
    font-weight: bold;
    font-size: 1.4rem;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
/* Form display fixes */
.radio {
    display: inline-block;
    padding-left: 0px;
    margin-left: 0px;
}
.radio input{
	margin-left: 0px !important;
}
.radio label{
	font-weight: 400 !important;
}
.node-page form.webform-client-form div.webform-component-select-or-other .form-item {
    display: block;
    margin-bottom: .5em;
}
.checker {
    display: inline;
}