/* Hover states extracted from the old style-hover attributes (support.js runtime).
   !important because they must override the inline base styles. */
.zs-hov-ink:hover { color: #161616 !important; }
.zs-hov-blue:hover { background: #0b66b2 !important; }
.zs-hov-btn2:hover { border-color: #161616 !important; background: rgba(20, 20, 20, 0.04) !important; }
.zs-hov-lift:hover { transform: translate(-3px, -3px) !important; box-shadow: 9px 9px 0 rgba(11, 102, 178, 0.9) !important; }
.zs-hov-skyblue:hover { background: #7fc2f2 !important; }
.zs-hov-white-border:hover { border-color: #ffffff !important; }
a.zs-hov-ink { transition: color 0.15s ease; }
