ul.links-stacked.typography-hero-copy li{
	display: inline-block;
	margin-left: 20px;
}

ul.links-stacked.typography-hero-copy .third{
	margin-top: .4em !important;
}

@media only screen and (min-width: 1069px) and (max-width: 1149px) {
	.typography-router-headline {
		font-size: 51px;
	}
}


/*br*/
br.hide-for-xsmall {display: block}

@media only screen and (max-width:1068px){
	br.hide-for-xsmall {display: block}
}

@media only screen and (max-width: 340px) {
	br.hide-for-xsmall {display: none}
 
 }


