/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS and global oustyles CSS. USE WITH CAUTION.
*/

/* Remove Hero Chevron
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero:after,.hero:before {
    -webkit-transform:none;
    -ms-transform: none;
    transform: none;
}