
/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
}
.layout,
.l-container {
  background: #ffffff;
}
.l-header {
  color: #aeb4d3;
  background-color: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #e2fefe 100%);
}
.l-header ul.menu > li > a {
  color: #48a04b;
}
.l-header ul.menu-dropdown a {
  color: #3b3b3b;
}

/* Style the colors of the dropdown to match the header if no-tabs. */
.l-header .no-tabs ul.menu a {
  color: #48a04b;
}
.l-header .no-tabs .menu-dropdown a span.sub-arrow {
  border-color: #48a04b transparent transparent transparent;
}
.l-header .no-tabs .menu-dropdown ul a span.sub-arrow {
  border-color: transparent transparent transparent #48a04b; /* RTL */
}
[dir="rtl"] .l-header  .no-tabs .menu-dropdown ul a span.sub-arrow {
  border-color: transparent #48a04b transparent transparent;
}
.l-header .no-tabs ul.menu-dropdown ul {
  background-color: #e2fefe;
}

input {
  color: #3b3b3b;
}
.tabs ul.primary > li > a.active {
  background-color: #ffffff;
}
.tabs ul.primary > li.active > a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.comment .comment-arrow {
  border-color: #ffffff;
}

a,
a:hover,
a:focus,
a:active {
  color: #8f85b8;
}

.l-sidebar .block {
  background-color: #fafffb;
  border-color: #fffffe;
}

.l-footer-wrapper,
.l-footer {
  background: #000002;
}
.l-header a {
  color: #aeb4d3;
}
