/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* === Blue Theme Overrides (v2) === */
:root {
  --primary: #1976d2;
  --secondary: #00bcd4;
  --accent: #42a5f5;
  --navy: #0b1e3a;
  --navy-2: #0a2540;
  --light: #e1f5fe;
}
html, body {
  background: linear-gradient(180deg, #0d47a1, #1976d2 45%, #00bcd4 85%, #e1f5fe);
  background-attachment: fixed;
  color: #eaf0f6;
}
.wrapper, .main-wrap, .container, .section, .app, .app-home, .home-header,
header, footer, .footer, .hero, .banner, .content, .page, .page-wrap {
  background: transparent;
}
.card, .panel, .box, .module, .tile, .widget, .info-box, .link-card, .link-item, .speed-box {
  background: linear-gradient(180deg, rgba(13,71,161,.95), rgba(25,118,210,.95));
  border: 1px solid rgba(66,165,245,.25);
  box-shadow: 0 12px 32px rgba(0,0,0,.35);
  color: #eaf0f6;
}
.btn, .button, .cta, .play-now, .tools .tools-item, a.btn, button {
  background-image: linear-gradient(180deg, #0d47a1, #1976d2 45%, #00bcd4 85%, #e1f5fe) !important;
  color: #fff !important; border: none;
}
.slick-dots li button:before { color: #42a5f5 !important; opacity: .9; }
.slick-prev:before, .slick-next:before { color: #e1f5fe !important; }
hr, .divider { border-color: rgba(66,165,245,.35); }
input, select, textarea {
  background: rgba(10,37,64,.65);
  border: 1px solid rgba(66,165,245,.35);
  color: #eaf0f6;
}
::placeholder { color: rgba(226,242,253,.55); }
h1, h2, h3, h4, h5 { color: #e1f5fe; }
a { color: #42a5f5; }
a:hover { color: #00bcd4; }
/* === End v2 === */
