/*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: 390px) {
	br.hide-for-xsmall {display: none}
 
 }


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

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