/* ANY FOCUS */
@media screen {
	._bd_focus-area {
		background-color:#eee;
		}	
	._bd_focus-box > :not(:empty):nth-child(n+2) {
		margin-top:2em;
		}
	._bd_focus-title {
		font-size:2em;
		font-weight:bold;
		text-align:center;
		}
	._bd_focus-content > * {
		line-height:1.5em;
		}	
	._bd_focus-content > :not(:empty):nth-child(n+2) {
		margin-top:1.5em;
		}
} @media screen and (min-width:641px) {
	._bd_focus-box {
		padding-top:3em;
		padding-bottom:3em;
		}
	._bd_focus-title {
		font-size:2.5em;
		}
} @media screen and (max-width:640px) {
	._bd_focus-box {
		padding-top:1.5em;
		padding-bottom:1.5em;
		}
	._bd_focus-title {
		font-size:2em;
		}
}