@charset "UTF-8";
/*
   generated by rouge http://rouge.jneen.net/
   original base16 by Chris Kempson (https://github.com/chriskempson/base16)
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400italic,700italic,400,700");
.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight, .highlight .w {
  color: #d0d0d0;
}

.highlight .err {
  color: #151515;
  background-color: #ac4142;
}

.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
  color: #888;
}

.highlight .cp {
  color: #f4bf75;
}

.highlight .nt {
  color: #f4bf75;
}

.highlight .o, .highlight .ow {
  color: #d0d0d0;
}

.highlight .p, .highlight .pi {
  color: #d0d0d0;
}

.highlight .gi {
  color: #90a959;
}

.highlight .gd {
  color: #ac4142;
}

.highlight .gh {
  color: #6a9fb5;
  font-weight: bold;
}

.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
  color: #aa759f;
}

.highlight .kc {
  color: #d28445;
}

.highlight .kt {
  color: #d28445;
}

.highlight .kd {
  color: #d28445;
}

.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
  color: #90a959;
}

.highlight .sr {
  color: #75b5aa;
}

.highlight .si {
  color: #8f5536;
}

.highlight .se {
  color: #8f5536;
}

.highlight .nn {
  color: #f4bf75;
}

.highlight .nc {
  color: #f4bf75;
}

.highlight .no {
  color: #f4bf75;
}

.highlight .na {
  color: #6a9fb5;
}

.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
  color: #90a959;
}

.highlight .ss {
  color: #90a959;
}

html {
  background: #f4f6f8;
  height: 100%;
}

body {
  padding: 30px 0;
  margin: 0;
  font: 16px/1.6 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3e50;
  font-weight: 400;
  background: #f4f6f8;
  min-height: calc(100% - 60px);
}

.wrapper {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

header, section, footer {
  display: block;
}

a {
  color: #2471a3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #1a3a5c;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

strong {
  color: #2c3e50;
  font-weight: 700;
}

b {
  font-weight: 700;
}

header {
  border-radius: 8px 8px 0 0;
  background: #1a3a5c;
  background: linear-gradient(135deg, #1a3a5c 0%, #2471a3 100%);
  position: relative;
  padding: 15px 20px 12px;
  border-bottom: 3px solid #1e8449;
  color: #aed6f1;
}
header h1 {
  margin: 0;
  padding: 0;
  font-size: 48px;
  line-height: 1.2;
}
header h1 a {
  color: #ffffff;
  text-decoration: none;
}
header h1 a:hover {
  color: #aed6f1;
  text-decoration: none;
}
header.without-description h1 {
  margin: 10px 0;
}
header p {
  margin: 0;
  width: 500px;
  font-size: 14px;
  color: #aed6f1;
}
header p.view {
  display: none;
  font-weight: 700;
}
header p.view a {
  color: #aed6f1;
}
header p.view small {
  font-weight: 400;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  height: 38px;
  padding: 1px 0;
  background: #2471a3;
  background: linear-gradient(#2d8ecd, #1f638e);
  border-radius: 5px;
  box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.15) 0 -1px 0;
  width: auto;
}
header ul:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  top: -4px;
  right: -5px;
  bottom: -6px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
header ul li {
  width: 79px;
  float: left;
  border-right: 1px solid #1d5a82;
  height: 38px;
}
header ul li.single {
  border: none;
}
header ul li + li {
  width: 78px;
  border-left: 1px solid #3293d2;
}
header ul li + li + li {
  border-right: none;
  width: 79px;
}
header ul a {
  line-height: 1;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  text-align: center;
  font-weight: 400;
  padding-top: 6px;
  height: 40px;
  text-decoration: none;
}
header ul a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
header ul a strong {
  font-size: 14px;
  display: block;
  color: #fff;
}

nav.pure-menu-horizontal {
  background: #2471a3;
  border-bottom: 1px solid #1b5479;
  padding: 0 8px;
  box-sizing: border-box;
}
nav.pure-menu-horizontal ul.pure-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
nav.pure-menu-horizontal li.pure-menu-item {
  position: relative;
  display: block;
}
nav.pure-menu-horizontal li.pure-menu-item.current > a, nav.pure-menu-horizontal li.pure-menu-item[class*=current] > a {
  background: #194e71;
  border-bottom: 3px solid #1e8449;
}
nav.pure-menu-horizontal a.pure-menu-link {
  color: rgba(255, 255, 255, 0.92);
  padding: 10px 14px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
nav.pure-menu-horizontal a.pure-menu-link:hover {
  background: #1b5479;
  color: #fff;
  text-decoration: none;
}
nav.pure-menu-horizontal li.pure-menu-has-children > a::after {
  content: " ▾";
  font-size: 10px;
}
nav.pure-menu-horizontal li.pure-menu-has-children ul.pure-menu-children {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #1a3a5c;
  min-width: 180px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
nav.pure-menu-horizontal li.pure-menu-has-children ul.pure-menu-children li {
  display: block;
  float: none;
}
nav.pure-menu-horizontal li.pure-menu-has-children ul.pure-menu-children a.pure-menu-link {
  padding: 9px 16px;
  font-size: 13px;
  color: #aed6f1;
}
nav.pure-menu-horizontal li.pure-menu-has-children ul.pure-menu-children a.pure-menu-link:hover {
  background: #142d48;
  color: #fff;
}
nav.pure-menu-horizontal li.pure-menu-allow-hover:hover > ul.pure-menu-children,
nav.pure-menu-horizontal li.pure-menu-has-children:focus-within > ul.pure-menu-children {
  display: block;
}

main.site-main {
  padding: 20px 24px;
  font-size: 16px;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  position: relative;
}

section {
  padding: 0px 0px;
  font-size: 16px;
  border-top: none;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  color: #1a3a5c;
  padding: 0;
  margin: 0 0 16px;
  line-height: 1.2;
}

p, ul, ol, table, pre, dl {
  margin: 0 0 20px;
}

h1, h2, h3 {
  line-height: 1.1;
}

h1 {
  font-size: 28px;
}

h2 {
  color: #1a3a5c;
  border-bottom: 1px solid #aed6f1;
  padding-bottom: 6px;
}

h3, h4, h5, h6 {
  color: #2471a3;
}

blockquote {
  margin: 0 0 20px;
  padding: 12px 20px 1px 24px;
  font-style: italic;
  background: #fcfeff;
  border-left: 4px solid #2471a3;
  color: #2c3e50;
  border-radius: 0 4px 4px 0;
}

img {
  max-width: 100%;
}

code, pre {
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
  color: #333;
  font-size: 13px;
  overflow-x: auto;
}

pre {
  padding: 20px;
  background: #2c3e50;
  color: #f8f8f2;
  margin: 0 0 20px;
  border-radius: 4px;
}
pre code {
  color: #f8f8f2;
}
li pre {
  margin-left: -60px;
  padding-left: 60px;
}

code {
  background: #fafbfc;
  border: 1px solid #dbe2e8;
  border-radius: 3px;
  padding: 1px 5px;
}

pre code {
  background: none;
  border: none;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: 8px 12px;
  border-bottom: 1px solid #d5dde4;
}

th {
  color: #1a3a5c;
  background: #f4f6f8;
  font-weight: 700;
}

tr:nth-child(even) td {
  background: #fafbfc;
}

dt {
  color: #2c3e50;
  font-weight: 700;
}

small {
  font-size: 11px;
}

hr {
  border: 0;
  background: #cfd7e0;
  height: 1px;
  margin: 0 0 20px;
}

kbd {
  background-color: #fafbfc;
  border: 1px solid #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
  color: #444d56;
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}

footer {
  width: 640px;
  margin: 0 auto;
  padding: 20px 0;
  color: #97aabd;
  overflow: hidden;
}
footer a {
  color: #aed6f1;
  font-weight: bold;
}
footer p {
  float: left;
}
footer p + p {
  float: right;
}

@media print, screen and (max-width: 740px) {
  body {
    padding: 0;
  }
  .wrapper {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
  }
  footer {
    border-radius: 0;
    padding: 20px;
    width: auto;
  }
  footer p {
    float: none;
    margin: 0;
  }
  footer p + p {
    float: none;
  }
  nav.pure-menu-horizontal ul.pure-menu-list {
    flex-direction: column;
  }
  nav.pure-menu-horizontal a.pure-menu-link {
    padding: 10px 16px;
  }
}
@media print, screen and (max-width: 580px) {
  header ul {
    display: none;
  }
  header p.view {
    display: block;
  }
  header p {
    width: 100%;
  }
}
@media print {
  header p.view a small:before {
    content: "at https://github.com/";
  }
}
.datasource-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
}

.btn-datasource {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 180px;
  min-width: 160px;
  padding: 24px 16px;
  background: #2471a3;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.2s, transform 0.15s, box-shadow 0.15s;
}
.btn-datasource:hover {
  background: #1a3a5c;
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}
.btn-datasource .btn-icon {
  font-size: 2.2em;
  margin-bottom: 10px;
  line-height: 1;
}
.btn-datasource .btn-title {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}
.btn-datasource .btn-desc {
  font-size: 0.85em;
  opacity: 0.88;
}

.btn-back {
  display: inline-block;
  padding: 9px 18px;
  background: #f4f6f8;
  color: #2471a3;
  border: 2px solid #2471a3;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95em;
  text-decoration: none;
  margin-bottom: 24px;
}
.btn-back:hover {
  background: #2471a3;
  color: #fff;
  text-decoration: none;
}

.info-box {
  background: #f4f9fd;
  border-left: 4px solid #2471a3;
  border-radius: 0 6px 6px 0;
  padding: 14px 18px;
  margin: 0 0 20px;
}
.info-box p:last-child {
  margin-bottom: 0;
}

.hero {
  text-align: center;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #1a3a5c 0%, #2471a3 100%);
  color: #fff;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.hero h1 {
  font-size: 2.5em;
  color: #fff;
  margin-bottom: 10px;
}
.hero .hero-tagline {
  font-size: 1.3em;
  margin-bottom: 20px;
  color: #aed6f1;
}
.hero .hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 20px 0 30px;
}
.hero .hero-features .feature-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.95em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
}
.hero .hero-features .feature-badge:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.hero .hero-features .feature-badge:active {
  transform: translateY(0);
}

.cta-buttons .btn {
  margin: 0.5rem;
  padding: 0.6rem 1.2rem;
  background: #2a6ebb;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.1s;
}
.cta-buttons .btn:hover {
  background: #1e4f8a;
  transform: translateY(-2px);
  text-decoration: none;
}
.cta-buttons .btn.btn-primary {
  background: #2471a3;
  font-weight: 700;
}
.cta-buttons .btn.btn-primary:hover {
  background: #1a3a5c;
}
.cta-buttons .btn.btn-secondary {
  background: transparent;
  border: 2px solid #2471a3;
  color: #fff;
}
.cta-buttons .btn.btn-secondary:hover {
  background: #f0f6f8;
}

.audiences {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.card {
  flex: 1 1 30%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1rem;
}

.disclaimer {
  font-size: 0.9rem;
  color: #555;
}

.page-header {
  margin-bottom: 1rem;
  color: #aed6f1;
}

.page-header h1,
.page-header h2 {
  color: #fff;
}

.page-content {
  line-height: 1.6;
}

.page-footer {
  margin-top: 2rem;
  font-size: 0.9rem;
}

.wrapper.wrapper-wide {
  max-width: none;
}

.section-header {
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #1a3a5c 0%, #2471a3 100%);
  padding: 20px;
  border-radius: 6px;
  color: #aed6f1;
}
.section-header h1, .section-header h2 {
  color: #fff;
  margin-top: 0;
}

.section-subtitle {
  color: #fff;
  font-size: 1.1rem;
}

.section-intro {
  margin-bottom: 1.5rem;
}

.section-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.section-cards .card {
  flex: 1 1 30%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1rem;
}

.section-footer {
  margin-top: 2rem;
  font-size: 0.9rem;
}

/* FAQ accordion styles */
.faq-item {
  border: 1px solid #e6edf3;
  border-radius: 6px;
  margin: 0.75rem 0 1rem 0;
  overflow: hidden;
  background: #fff;
}

.faq-q {
  cursor: pointer;
  padding: 12px 16px 12px 40px;
  font-weight: 700;
  color: #1a3a5c;
  list-style: none;
  position: relative;
}

.faq-q::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #2471a3;
  transition: transform 0.15s ease, border-color 0.15s ease;
}

.faq-item[open] .faq-q {
  background: #f5fbff;
}

.faq-a {
  padding: 12px 16px;
  color: #333;
}

.faq-item[open] .faq-q::before {
  transform: translateY(-50%) rotate(90deg);
  border-left-color: #1a3a5c;
}

/* Ensure headings have breathing room after accordions */
.page h2 {
  padding-top: 0.75rem;
}

main.site-main h2 {
  padding-top: 0.75rem;
}

main.site-main h3 {
  padding-top: 0.6rem;
}

/*# sourceMappingURL=style.css.map */