@charset "UTF-8";
@import "../fonts/open-sans/webfont.css";
@import "../fonts/open-sans-condensed/webfont.css";
@import "../fonts/noto-serif/webfont.css";
@import "../fonts/fira-mono/webfont.css";
/* Website Header & Footer */
pre.literal-block,
.literal-block {
  border: 1px solid #EAEAEA;
  background: #F4F4F4;
  background: #f5f7f7;
  overflow: auto;
  border-radius: 4px;
  margin: 25px 0;
  padding: 10px 20px;
  color: #1453bf;
}

.code-block-caption {
  background: #b9d9eb;
  color: #1453bf;
  font-family: "Fira Mono", Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
  font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeSpeed;
  font-size: 1em;
  padding: 5px 20px;
  border-radius: 4px 4px 0 0;
}
.code-block-caption + div > .highlight {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}

.snippet-filename {
  background: #b9d9eb;
  color: #1453bf;
  font-family: "Fira Mono", Consolas, Menlo, Monaco, "Courier New", Courier, monospace;
  font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeSpeed;
  font-size: 1em;
  padding: 5px 20px;
  border-radius: 4px 4px 0 0;
}
.snippet-filename + .highlight {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}

.highlight {
  border: 1px solid #EAEAEA;
  background: #F4F4F4;
  background: #f5f7f7;
  overflow: auto;
  border-radius: 4px;
  margin: 25px 0;
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
.highlight pre {
  margin: 15px 20px;
}
.highlight li {
  margin-top: 0;
  border-left: 1px solid #EAEAEA;
  padding: 0 0 2px 15px;
}
.highlight li:first-child {
  padding-top: 2px;
}
.highlight .hll {
  background-color: #ffffcc;
}
.highlight .c {
  color: #408080;
  font-style: italic;
}
.highlight .err {
  border: 1px solid #FF0000;
}
.highlight .k {
  color: #008000;
  font-weight: bold;
}
.highlight .o {
  color: #666666;
}
.highlight .cm {
  color: #408080;
  font-style: italic;
}
.highlight .cp {
  color: #BC7A00;
}
.highlight .c1 {
  color: #408080;
  font-style: italic;
}
.highlight .cs {
  color: #408080;
  font-style: italic;
}
.highlight .gd {
  color: #A00000;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #FF0000;
}
.highlight .gh {
  color: #000080;
  font-weight: bold;
}
.highlight .gi {
  color: #00A000;
}
.highlight .go {
  color: #808080;
}
.highlight .gp {
  color: #000080;
  font-weight: bold;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #800080;
  font-weight: bold;
}
.highlight .gt {
  color: #0040D0;
}
.highlight .kc {
  color: #008000;
  font-weight: bold;
}
.highlight .kd {
  color: #008000;
  font-weight: bold;
}
.highlight .kn {
  color: #008000;
  font-weight: bold;
}
.highlight .kp {
  color: #008000;
}
.highlight .kr {
  color: #008000;
  font-weight: bold;
}
.highlight .kt {
  color: #B00040;
}
.highlight .m {
  color: #666666;
}
.highlight .s {
  color: #BA2121;
}
.highlight .na {
  color: #7D9029;
}
.highlight .nb {
  color: #008000;
}
.highlight .nc {
  color: #0000FF;
  font-weight: bold;
}
.highlight .no {
  color: #880000;
}
.highlight .nd {
  color: #AA22FF;
}
.highlight .ni {
  color: #999999;
  font-weight: bold;
}
.highlight .ne {
  color: #D2413A;
  font-weight: bold;
}
.highlight .nf {
  color: #0000FF;
}
.highlight .nl {
  color: #A0A000;
}
.highlight .nn {
  color: #0000FF;
  font-weight: bold;
}
.highlight .nt {
  color: #008000;
  font-weight: bold;
}
.highlight .nv {
  color: #19177C;
}
.highlight .ow {
  color: #AA22FF;
  font-weight: bold;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .mf {
  color: #666666;
}
.highlight .mh {
  color: #666666;
}
.highlight .mi {
  color: #666666;
}
.highlight .mo {
  color: #666666;
}
.highlight .sb {
  color: #BA2121;
}
.highlight .sc {
  color: #BA2121;
}
.highlight .sd {
  color: #BA2121;
  font-style: italic;
}
.highlight .s2 {
  color: #BA2121;
}
.highlight .se {
  color: #BB6622;
  font-weight: bold;
}
.highlight .sh {
  color: #BA2121;
}
.highlight .si {
  color: #BB6688;
  font-weight: bold;
}
.highlight .sx {
  color: #008000;
}
.highlight .sr {
  color: #BB6688;
}
.highlight .s1 {
  color: #BA2121;
}
.highlight .ss {
  color: #19177C;
}
.highlight .bp {
  color: #008000;
}
.highlight .vc {
  color: #19177C;
}
.highlight .vg {
  color: #19177C;
}
.highlight .vi {
  color: #19177C;
}
.highlight .il {
  color: #666666;
}
.highlight .lineno {
  color: #000000;
  background-color: #dddddd;
}

:root {
  --max-width: 1400px;
  --two-column-width-main: 100%;
  --two-column-width-aside: 100%;
  --two-column-outer-side-padding: 0;
  --two-column-inner-side-padding: 0;
}

@media (min-width: 768px) {
  :root {
    --two-column-width-main: 62%;
    --two-column-width-aside: 30%;
    --two-column-inner-side-padding: 4%;
  }
}
@media (min-width: 1400px) {
  :root {
    --two-column-width-main: 62%;
    --two-column-width-aside: 30%;
    --two-column-inner-side-padding: 4%;
  }
}
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
  background: #fff;
}

body {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  align-items: stretch;
  align-content: stretch;
  font-size: 1.8rem;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-weight: 400;
}

h1 {
  letter-spacing: -1px;
  line-height: 1.1;
  font-size: 3.2rem;
  color: #002a3a;
  margin: 3.8rem 0 1.3rem 0;
}

h1.center {
  margin: 2em 1em;
  text-align: center;
}

h2 {
  font-size: 2.4rem;
  margin: 3.8rem 0 1.3rem 0;
}

h3 {
  font-size: 2rem;
  line-height: 1.2;
  color: #002a3a;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}

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

a,
a:visited {
  color: #0053b8;
  text-decoration: none;
}

p {
  margin: 0.5em 0;
}

.header {
  border-bottom: 1px solid #dddddd;
  color: #123678;
  padding: 10px 0;
}
.header .width-limiter {
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
}
.header .logo {
  display: block;
  height: 6rem;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-weight: 400;
  font-size: 6rem;
  line-height: 5.75rem;
  color: inherit;
  text-decoration: none;
  letter-spacing: -0.2rem;
}
.header nav {
  display: flex;
  flex-flow: row nowrap;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.header nav a {
  white-space: nowrap;
  padding: 0 1rem;
  color: inherit;
  cursor: pointer;
}
.header nav a:last-child {
  padding-right: 0;
}
.header nav a:hover {
  color: #04202a;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.body {
  flex-grow: 1;
  height: 100%;
  margin-bottom: 20px;
}
.body .width-limiter {
  background: #fff;
}
.body main {
  background: var(--background-light);
  padding: 1em var(--two-column-outer-side-padding);
}
.body aside {
  background: var(--background-shaded);
  padding: 0.5em var(--two-column-outer-side-padding) 1em;
}
@media (min-width: 768px) {
  .body .width-limiter {
    flex-flow: row nowrap;
  }
  .body main {
    width: var(--two-column-width-main);
    padding: 1em var(--two-column-inner-side-padding) 1em var(--two-column-outer-side-padding);
  }
  .body main:first-child:last-child {
    width: 100%;
  }
  .body aside {
    padding: 0.5em var(--two-column-outer-side-padding) 1em var(--two-column-inner-side-padding);
    flex-grow: 1;
    width: var(--two-column-width-aside);
  }
}

.footer {
  border-top: 1px solid #666666;
  background-color: #aaaaaa;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1.4rem;
}
.footer .links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  margin-bottom: 4em;
}
.footer nav {
  font-size: 1.5rem;
  font-weight: 600;
}
.footer nav h4 {
  font-weight: 400;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1.5rem;
}
.footer nav a {
  display: list-item;
  list-style: none;
  white-space: nowrap;
  margin-bottom: 1em;
}
.footer nav a:hover {
  text-decoration: underline;
}

.width-limiter {
  max-width: var(--max-width);
  display: flex;
  flex-flow: column nowrap;
  padding: 10px 20px 0 20px;
  align-content: stretch;
  height: 100%;
  margin: 0 auto;
}

.page-title {
  max-width: var(--max-width);
  background: #fff;
  margin: 0 auto;
  padding: 2rem;
  color: #444444;
  border-bottom: 1px dotted #3393FF;
  font-weight: 300;
  font-size: 4rem;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}

#principles dl {
  counter-reset: principles;
}
#principles dl dt {
  counter-increment: principles;
  margin: 0;
  padding: 2rem 0 0;
}
#principles dl dt:before {
  content: counter(principles) ". ";
  opacity: 0.6;
}
#principles dl p + dt {
  padding-top: 1rem;
}
#principles dd {
  margin: 0;
  padding: 0;
}

.headline h1 {
  margin: 1.5em 1em 2em;
  text-align: center;
}
.headline ~ hr {
  margin: 2em 0 0;
}
.headline + hr {
  margin: 0 0 1.5em;
}

.cta, a.cta {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  background: #0053b8;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 30px auto 0;
  padding: 1em 1.5em;
  text-align: center;
}

aside {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1.5rem;
  color: #4c636f;
}
aside h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #ccd3d6;
  padding-bottom: 0.25em;
}

.whats-new-post h4 {
  margin-top: 1.25em;
  margin-bottom: 0.25em;
}
.whats-new-post p {
  margin-top: 0.5em;
}

.link-readmore {
  font-size: 1.2rem;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  display: inline-block;
  margin: 0.4em 0 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.link-readmore:after {
  content: " ›";
  font-size: 1.2em;
}

.list-links-small {
  padding-left: 0;
  list-style: none;
}
.list-links-small dt {
  font-weight: 400;
}
.list-links-small dd {
  padding-top: 2px;
}

.bloglist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bloglist .meta {
  margin-top: 10px;
}

.meta {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1.4rem;
  display: block;
  line-height: 1.4;
  margin: 2em 0 1em;
  color: #647782;
}

.share-container {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  color: #647782;
  padding-bottom: 2em;
}

#share-buttons {
  display: inline-block;
  vertical-align: middle;
}
#share-buttons :after {
  content: "";
  display: block;
  clear: both;
}
#share-buttons > div {
  position: relative;
  height: 36px;
  width: 32px;
  float: left;
  text-align: center;
}
#share-buttons > div > svg {
  height: 16px;
  fill: #D9E1E2;
  margin-top: 10px;
}
#share-buttons > div:hover {
  cursor: pointer;
}
#share-buttons > div.facebook:hover > svg {
  fill: #3B5998;
}
#share-buttons > div.twitter:hover > svg {
  fill: #55ACEE;
}
#share-buttons > div.linkedin:hover > svg {
  fill: #0077b5;
}
#share-buttons > div.mail:hover > svg {
  fill: #7D7D7D;
}
#share-buttons > div.facebook > svg {
  height: 18px;
  margin-top: 9px;
}
#share-buttons > div.twitter > svg {
  height: 20px;
  margin-top: 8px;
}
#share-buttons > div.linkedin > svg {
  height: 19px;
  margin-top: 7px;
}
#share-buttons > div.mail > svg {
  height: 14px;
  margin-top: 11px;
}

.author-social-media ul {
  list-style-type: none;
  padding-left: 0;
}

.has-submenu {
  position: relative;
}
.has-submenu:hover > span {
  color: #04202a;
}
.has-submenu:hover .submenu {
  display: flex;
}
.has-submenu > span {
  cursor: pointer;
}
.has-submenu .submenu {
  position: absolute;
  z-index: 9;
  display: none;
  flex-flow: column nowrap;
  background: #fff;
  min-width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 0.25rem 0;
}
.has-submenu .submenu > a {
  padding: 0.5rem 1rem;
}

.command-entry {
  border-bottom: 1px dotted #ccd3d6;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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