@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=Quando);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(//fonts.googleapis.com/css?family=Fira+Code);
@font-face {
  font-family: "Aileron";
  src: url("/assets/fonts/aileron/Aileron-Black.otf") format("opentype");
  font-weight: black;
  font-style: normal;
}
@font-face {
  font-family: "Aileron";
  src: url("/assets/fonts/aileron/Aileron-BlackItalic.otf") format("opentype");
  font-weight: black;
  font-style: italic;
}
@font-face {
  font-family: "Aileron";
  src: url("/assets/fonts/aileron/Aileron-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Aileron";
  src: url("/assets/fonts/aileron/Aileron-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Aileron";
  src: url("/assets/fonts/aileron/Aileron-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Aileron";
  src: url("/assets/fonts/aileron/Aileron-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Regular";
  src: url("/assets/fonts/BebasNeue-Regular.woff2") format("woff2"), url("/assets/fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Regular";
  src: url("/assets/fonts/BebasNeue-Regular.woff2") format("woff2"), url("/assets/fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Regular";
  src: url("/assets/fonts/BebasNeue-Regular.woff2") format("woff2"), url("/assets/fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Regular";
  src: url("/assets/fonts/BebasNeue-Regular.woff2") format("woff2"), url("/assets/fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Regular";
  src: url("/assets/fonts/BebasNeue-Regular.woff2") format("woff2"), url("/assets/fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure, .post .post-content .youtube, .post .post-content .diagram, details, summary {
  margin: 0;
  padding: 0;
}

/*
 * No extra vertical space
 */
sub, sup {
  line-height: 1;
}

body {
  font: normal 1.4rem/1.6 "Aileron", "Source Sans Pro", "Roboto", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #e3e3e3;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.post .post-content .promotion, .single-post-tile, .archives-tile,
.series-tile, .post-summary {
  border: 1px solid rgb(66.25, 66.25, 66.25);
  border-top: 6px solid #e36877;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.4rem;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .post .post-content .youtube, .post .post-content .diagram, details,
.post .post-content details[open] > summary,
.post .post-content .list-of-paragraphs li,
.post .post-content section,
.post .post-content aside,
.highlight,
.series-tile {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img, .post .post-content .youtube > img, .post .post-content .diagram > img {
  display: block;
}

figcaption {
  font-size: 1.225rem;
}

ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #e36877;
  text-decoration: none;
}
a:visited {
  color: #e36877;
}
a:hover {
  color: #e36877;
  text-decoration: underline;
}

.post .post-content .pulled-quote-right:before, .post .post-content .pulled-quote-left:before, blockquote > :nth-child(1):before {
  content: "“";
  font-family: "Times New Roman", serif;
  color: #cccccc;
  font-size: 4em;
  line-height: 0;
  vertical-align: -0.4em;
}

blockquote {
  padding-left: 15px;
  margin-left: 3em;
}
blockquote > :last-child {
  margin-bottom: inherit;
}

pre,
code {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.wrapper {
  max-width: -webkit-calc(920px - (30px * 2));
  max-width: calc(920px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 2400px) {
  .wrapper {
    max-width: -webkit-calc(920px - (30px));
    max-width: calc(920px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #828282;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", "Quando", "Open Sans", serif;
  line-height: 1.2;
}

.site-header {
  position: relative;
}

.hero {
  border-top: 6px solid #e36877;
  padding-top: 0.5rem;
}

.site-title {
  font-size: 100%;
  margin-bottom: 1em;
  float: left;
}
.site-title .logo {
  width: 180px;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  display: inline;
  color: #000000;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 1em;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #e3e3e3;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .menu-icon > svg path {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
* Content footer, which refers to the foot of the content section, not the page.
* REFACTOR Rename "footer" to "offers".
*/
.content-footer {
  border-top: 1px solid #e8e8e8;
}

.contact-list,
.social-media-list,
.online-training-course-list {
  list-style: none;
  margin-left: 0;
}

.online-training-course-list li {
  margin-bottom: 1em;
}
.online-training-course-list li :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .content-footer {
    display: flex;
    flex-direction: column;
    column-gap: 1em;
  }
}
@media screen and (min-width: 920px) {
  .content-footer {
    display: grid;
    column-gap: 2em;
    grid-template-areas: "courses courses" "contact-methods tagline";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .contact-methods {
    grid-area: contact-methods;
  }
  .tagline {
    grid-area: tagline;
  }
  .courses {
    grid-area: courses;
  }
  .courses .online-training-course-list {
    display: flex;
    flex-direction: row;
    gap: 2em;
  }
}
/**
* Page content
*/
.page-content {
  padding: 30px 0;
}

.rss-subscribe {
  float: right;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.archives .post-link {
  line-height: 1;
  display: inline;
  font-size: 100%;
}
.archives > li {
  margin-bottom: 0;
}

.post-meta {
  font-size: 1.225rem;
  color: #828282;
}

.post-category-item:not(:last-child):after {
  content: ", ";
}

.post-link {
  display: block;
}

/*
 * Site footer
 */
footer {
  font-size: 80%;
  text-align: center;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.headline {
  background-color: #e36877;
  color: white;
  padding: 0.3em 1em 0.3em 1em;
}
.headline .make-room-for-menu-icon {
  display: inline-block;
  margin-right: 36px;
}

.single-post-tile {
  padding: 2rem;
}
@media screen and (max-width: 600px) {
  .single-post-tile {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 600px) {
  .post {
    font-size: 70%;
  }
}
.post .post-header {
  margin-top: 1em;
  margin-bottom: 30px;
}
.post .post-title {
  margin-top: 0 !important;
  font-size: 180%;
  letter-spacing: -1px;
  line-height: 1;
}
.post .post-content {
  margin-bottom: 30px;
}
.post .post-content h1, .post .post-content h2, .post .post-content h3, .post .post-content h4, .post .post-content h5, .post .post-content h6 {
  font-family: "Bebas Neue", "Quando", "Open Sans", serif !important;
  font-weight: bold;
}
.post .post-content h1, .post .post-content h2, .post .post-content h3, .post .post-content h4 {
  margin-top: 1.5em;
}
.post .post-content h1 {
  font-size: 180%;
}
.post .post-content h2 {
  font-size: 150%;
}
.post .post-content h3 {
  font-size: 125%;
}
.post .post-content h4 {
  font-size: 110%;
}
.post .post-content .footnotes {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px dotted;
}
.post .post-content section :first-child, .post .post-content aside :first-child {
  margin-top: 0;
}
.post .post-content .pulled-quote-right, .post .post-content .pulled-quote-left, .post .post-content .bdd-scenario, .post .post-content aside, .post .post-content .aside, .post .post-content .definition, .post .post-content .instruction, .post .post-content .introductory-note, .post .post-content .note, .post .post-content .highlight, .post .post-content blockquote {
  color: rgb(76.5, 76.5, 76.5);
  border-left: 4px solid #e36877;
  padding-left: 15px;
  margin-left: 2em;
}
.post .post-content .pulled-quote-right > :last-child, .post .post-content .pulled-quote-left > :last-child, .post .post-content .bdd-scenario > :last-child, .post .post-content aside > :last-child, .post .post-content .aside > :last-child, .post .post-content .definition > :last-child, .post .post-content .instruction > :last-child, .post .post-content .introductory-note > :last-child, .post .post-content .note > :last-child, .post .post-content .highlight > :last-child, .post .post-content blockquote > :last-child {
  margin-bottom: inherit !important;
}
.post .post-content figure, .post .post-content .youtube, .post .post-content .diagram {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: inherit;
  margin-bottom: inherit;
}
.post .post-content figure img, .post .post-content .youtube img, .post .post-content .diagram img, .post .post-content figure figcaption, .post .post-content .youtube figcaption, .post .post-content .diagram figcaption {
  margin-left: auto;
  margin-right: auto;
}
.post .post-content figure.interstitial, .post .post-content .interstitial.youtube, .post .post-content .interstitial.diagram {
  width: 20em;
  max-width: 80%;
}
.post .post-content figure.interstitial img, .post .post-content .interstitial.youtube img, .post .post-content .interstitial.diagram img {
  width: 6em;
}
.post .post-content figure.icon, .post .post-content .icon.youtube, .post .post-content .icon.diagram {
  width: 128px;
  max-width: 50%;
  height: auto;
}
.post .post-content figure.icon img, .post .post-content .icon.youtube img, .post .post-content .icon.diagram img {
  width: 100%;
}
.post .post-content img.paragraph-eyecatcher {
  float: right;
  margin-left: 1ex;
  margin-bottom: 1ex;
  width: 20%;
  max-width: 150px;
}
.post .post-content .centered-text-flow-around, .post .post-content .body-text-block {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
.post .post-content .embedded-video-container {
  position: relative;
  height: 0;
  padding-bottom: 65%;
}
.post .post-content .embedded-video-container .embedded-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post .post-content .body-text-block {
  max-width: 90%;
  width: 600px;
}
.post .post-content .promotion {
  box-shadow: 12px 12px 5px rgb(66.25, 66.25, 66.25);
}
.post .post-content .diagram {
  display: block;
  border: 1px solid;
}
.post .post-content .promotional-image, .post .post-content .lead-image {
  float: right;
  padding-left: 2em;
  width: 40%;
}
.post .post-content .rounded-button {
  padding: 0.5em;
  background-color: #e36877;
  color: white;
  border-radius: 0.7em 0.2em 0.7em 0.2em;
}
.post .post-content .youtube {
  width: 400px;
  height: 320px;
}
.post .post-content .emphasized-paragraph, .post .post-content .guideline {
  background-color: rgb(242.9553072626, 190.0446927374, 196.4972067039);
  font-size: 110%;
  margin: 1em;
  padding: 1em !important;
}
.post .post-content .footnotes {
  /* HACK Until I can figure out how not to generate the <hr /> at all. */
}
.post .post-content .footnotes hr {
  display: none;
}
.post .post-content .pulled-quote-left {
  display: block;
  background-color: rgb(250.9329608939, 233.0670391061, 235.2458100559);
  float: left;
  width: 40%;
  min-width: 200px;
  font-size: 120%;
  padding: 0.5em 0.2em 0.5em 0.5em !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  margin-left: 0 !important;
  margin-right: 1.5em !important;
}
.post .post-content .pulled-quote-right {
  display: block;
  background-color: rgb(250.9329608939, 233.0670391061, 235.2458100559);
  float: right;
  width: 40%;
  min-width: 200px;
  font-size: 120%;
  padding: 0.5em 0.2em 0.5em 0.5em !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  margin-right: 0 !important;
  margin-left: 1.5em !important;
}
.post .post-content pre {
  max-width: inherit;
  display: block;
  margin-left: -10%;
  margin-right: -10%;
  box-shadow: 6px 6px 5px rgb(66.25, 66.25, 66.25);
  border: 1px solid rgb(66.25, 66.25, 66.25);
}
@media screen and (max-width: 1104px) {
  .post .post-content pre {
    margin-left: inherit;
    margin-right: inherit;
  }
}
.post .post-content .sourceCode {
  font-family: "Fira Code", monospace;
  font-size: smaller;
  color: black;
}
.post .post-content .sourceCode a {
  color: inherit;
}
.post .post-content .sourceCode .co {
  color: #e36877;
}
.post .post-content details {
  border: 1px solid;
  padding: 0.5em;
}
.post .post-content details[open] > summary {
  font-weight: bold;
}

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