/*!
 * Hover.css (http://ianlunn.github.io/Hover/) - Version 2.1.0
 * Author: Ian Lunn - Licensed under MIT / CC BY 4.0
 *
 * Single effect extracted from hover-min.css: the full library is ~96 KB and
 * this site uses only `hvr-underline-from-left` (the desktop menu underline).
 */
.hvr-underline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}
.hvr-underline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:#2098D1;height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.hvr-underline-from-left:active:before,.hvr-underline-from-left:focus:before,.hvr-underline-from-left:hover:before{right:0}
