.internal .hero{animation:moveBG 60s ease-in-out 0s infinite;background-size:cover;background-color:#ffffff;background-repeat:repeat;background-image:url(/assets/about-hero.jpg);background-position:0 100%;background-attachment:fixed;height:50vh;transition:all 1s ease-in-out 0s}@keyframes moveBG{0%{background-position:0 100%}50%{background-position:100% 0}to{background-position:0 100%}}.internal a{color:#2b7fff;border-bottom:2px dashed #2b7fff;font-size:1.1rem;font-weight:600;padding-bottom:2px}.internal a:hover{color:#2b7fff;border-bottom:2px solid #2b7fff}.internal a.home-link{border-bottom:none;width:185px}.internal a.home-link:focus,.internal a.home-link:hover{border-bottom:none}