/* ACF ROLE = hero (AREA) */
@media screen {
	._bd_hero {
		display:flex;
		flex-direction:column;
		justify-content:center;
		
		position:relative;
		text-align:center;
		}
	._bd_hero > :not(:empty):nth-child(n+2) {
		margin-top:1.5em;
		}
	._bd_hero ._bd_lead-header {
		text-transform:uppercase;
		}
	._bd_hero ._bd_main-header {
		line-height:1.2em;	
		}
	._bd_hero-visual-editor > :not(:empty):nth-child(n+2) {
		margin-top:1.5em;
		}
	._bd_hero-urls {
		display:flex;
		justify-content:center;
		}
	._bd_hero-urls a {
		align-self:center;
		
		font-weight:bold;
		text-transform:uppercase;
		letter-spacing:2px;
		text-decoration:none;
		}
	._bd_hero-urls a {
		padding:12px 24px;
		border-radius:100px;
		}
} @media screen and (min-width:641px) {
	._bd_hero {
		padding-top:1.5em;
		padding-bottom:1.5em;
		}
	._bd_hero ._bd_lead-header {
		font-size:2em;
		}
	._bd_hero ._bd_main-header {
		font-size:3em;
		}
	._bd_hero ._bd_subheader {
		font-size:1.6em;
		}
	._bd_hero ._bd_urls :not(:empty):nth-child(n+2) {
		margin-left:2em;
		}
} @media screen and (max-width:640px) {
	._bd_hero {
		padding-top:2.2em;
		padding-bottom:2.2em;
		}
	._bd_hero ._bd_urls {
		flex-direction:column;
		}
	._bd_hero ._bd_urls a:not(:empty):nth-child(n+2) {
		margin-top:1.5em;
		}
}