/* Bright sea hero, scoped to the homepage hero. */
.hero { color: #102337; background: #dce8ed; }
.hero .hero-shade { opacity: 1; animation: none; background: linear-gradient(90deg, rgba(237,243,246,.55) 0%, rgba(237,243,246,.50) 34%, rgba(237,243,246,.20) 59%, rgba(237,243,246,0) 80%); }
.hero::before, .hero::after { display: none; }
.hero .hero-inner, .hero .hero-lead, .hero .hero-copy { color: #102337; text-shadow: none; }
.hero .hero-inner .eyebrow { color: #425665; }
.hero .hero-actions .button.primary { background: #102337; color: #fff; border-color: #102337; }
.hero .hero-actions .button.secondary { background: rgba(255,255,255,.78); color: #102337; border-color: #102337; }
.hero .hero-actions .button:hover { background: #23445c; color: #fff; }
.hero .hero-strip { background: rgba(237,243,246,.55); color: #102337; border-color: rgba(16,35,55,.2); }
@media(max-width:640px) {
 .hero .hero-shade { background: linear-gradient(90deg,rgba(237,243,246,.58),rgba(237,243,246,.44)); }
}

