
/* styles/variables.scss */


/* styles/base.scss */
:root {
  overflow-x: hidden;
}
html {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: 'sofiapro', Helvetica, Arial, Sans;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
}
ul {
  list-style: none;
}
ul, li {
  padding: 0;
  margin: 0;
}
p {
  font: 500 1em / 1.45 'sofiapro';
  margin: 0 0 1em;
  color: #000000b2;
}
a {
  cursor: pointer;
  color: #333974;
}
pre {
  padding: 1em;
  background: #e9e8e84c;
  border-radius: 3px;
}
pre code {
  background: transparent;
}
code {
  display: inline-block;
  font-family: 'sofiapro';
  background: #e9e8e84c;
  color: #000;
  padding: 2px 5px;
  margin: 0 2px;
  border-radius: 3px;
}
.content {
  padding: 1rem 2rem;
  flex: 10;
  max-width: 1200px;
  margin: 0 auto;
}
div, section, span, input, nav {
  box-sizing: border-box;
}
img {
  vertical-align: middle;
}
@media (max-width: 700px) {
  body {
    font-size: 13px;
  }
}

/* docs/styles/index.scss */
main h1 {
  font-size: 36px;
  margin-bottom: 36px;
}
main p {
  padding-left: 12px;
  font: 300 1em / 1.6 'sofiapro';
}
.introduction {
  text-align: center;
  margin-top: 50px;
}
.introduction p {
  font-weight: 500;
  color: #565881;
}
.documents {
  display: flex;
  height: 100%;
  box-sizing: border-box;
}
.documents .document img {
  width: 100%;
  max-height: 300px;
}
.documents .document a {
  text-decoration: none;
}
.documents .document h2 {
  text-transform: uppercase;
  font-family: 'brandongrotesque';
}
.documents .document p {
  color: #565881;
}
.documents .document .image {
  margin-bottom: 50px;
}
.documents .document {
  padding: 50px;
  width: 100%;
  text-align: center;
  margin: 25px;
}
nav a {
  display: inline-block;
}

/* docs/styles/core.scss */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 2em 5%;
  background: #333974;
  text-transform: uppercase;
}
.logo {
  position: relative;
  height: 40px;
  padding: 0 0 0 55px;
  display: inline-block;
  z-index: 3;
}
.logo:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: left center no-repeat url('../../images/logo.png');
  background-size: 38px;
  z-index: 4;
}
.logo h1 {
  display: inline-block;
  font: 900 1.25rem / 40px 'sofiapro';
  margin: 0;
  color: #fff;
}

/* docs/styles/sections.scss */
section h2 {
  margin-top: 100px;
}
section ul li {
  display: list-item;
  margin: 5px 0;
  padding-left: 30px;
}
section ul {
  font: 500 1em / 1.6 'sofiapro';
}
body {
  background: linear-gradient(to right, rgba(51, 57, 113, 1) 0%, rgba(51, 57, 113, 1) 40%, rgba(247, 248, 252, 1) 60%, rgba(247, 248, 252, 1) 100%);
}
.wrapper .guts {
  padding: 40px 50px;
  background: #f7f8fc;
}
article {
  margin-bottom: 20px;
}
.block {
  position: relative;
}
.block .handle {
  position: absolute;
  left: -20px;
  top: 0px;
}
.block textarea {
  padding: 10px;
  width: 100%;
  min-height: 100px;
  font-size: 18px;
  box-sizing: border-box;
}
.block .edit {
  position: absolute;
  right: 0px;
  top: 0px;
}
.wrapper {
  display: flex;
  padding: 0;
  max-width: 1440px;
  margin: auto;
}
.toc {
  background: #333971;
  color: #fff;
  padding: 50px;
  min-width: 260px;
}
.toc .document > .name {
  font-weight: bold;
  text-transform: uppercase;
}
.toc .section {
  margin-bottom: 10px;
}
.toc a,
.toc a:link {
  color: #fff;
  text-decoration: none;
}
.toc ul {
  margin-left: 15px;
}
.toc .logo {
  margin-bottom: 30px;
}

/* docs/styles/code.scss */
.code {
  font: 0.9em 'source Code Pro', monospace;
  background: #1e1e1e;
  color: #d4d4d4;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  max-width: 960px;
}
.code ul .parameter input {
  color: #fff;
  background: transparent;
}
.code ul .parameter .inner .name {
  opacity: 0.5;
  width: 100%;
}
.code ul .parameter .inner .value {
  width: 100%;
}
.code ul .parameter .inner {
  display: flex;
  flex-direction: column;
}
.code ul .parameter {
  text-align: center;
  padding: 0 5px 0 5px;
}
.code ul {
  display: flex;
}
.code .seperator {
  padding: 0;
  margin-top: 25px;
}
.pipeline {
  display: flex;
  background: #1e1e1e;
  color: #fff;
  padding: 20px 50px;
}
.pipeline .scheme {
  opacity: 0.5;
}
.pipeline .transformPath {
  color: #ecbb4e;
}
.pipeline .sourcePath {
  color: #15b2ea;
}
.pipeline .formatPath {
  color: #b5cb51;
}
.pipeline .segment .inner .name {
  opacity: 0.5;
  width: 100%;
}
.pipeline .segment .inner .value {
  width: 100%;
}
.pipeline .segment .inner {
  display: flex;
  flex-direction: column;
}
.pipeline .segment {
  text-align: center;
  padding: 0 5px 0 5px;
}