@charset "UTF-8";/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 3, /opt/build/repo/source/stylesheets/about.scss */
.ca-About {
  padding-top: 26px; }

/* line 7, /opt/build/repo/source/stylesheets/about.scss */
.ca-About-Column1, .ca-About-Column2 {
  width: 50%;
  box-sizing: border-box; }

/* line 12, /opt/build/repo/source/stylesheets/about.scss */
.ca-About-Column1 {
  float: left;
  padding-right: 10px; }

/* line 17, /opt/build/repo/source/stylesheets/about.scss */
.ca-About-Column2 {
  float: right;
  padding-left: 10px; }

/* line 22, /opt/build/repo/source/stylesheets/about.scss */
.ca-About-Body {
  /* I’m from Raleigh. I : */
  font-family: "myriad-pro";
  font-weight: 300;
  font-size: 18px;
  color: #737373;
  line-height: 23px; }

/* line 30, /opt/build/repo/source/stylesheets/about.scss */
.ca-About-Body p {
  margin-top: 0px;
  margin-bottom: 22px; }

/* line 35, /opt/build/repo/source/stylesheets/about.scss */
.ca-About-DerpFace {
  max-width: 208px;
  max-height: 208px;
  position: relative;
  font-size: 0; }
  /* line 41, /opt/build/repo/source/stylesheets/about.scss */
  .ca-About-DerpFace:after, .ca-About-DerpFace::after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-sizing: border-box; }

/* line 55, /opt/build/repo/source/stylesheets/about.scss */
.ca-About-DerpFaceImage {
  width: 100%; }

/* line 59, /opt/build/repo/source/stylesheets/about.scss */
.ca-About-Link {
  text-decoration: none;
  color: #535A74;
  border-bottom: 1px dashed #535A74; }
  /* line 64, /opt/build/repo/source/stylesheets/_constants.scss */
  .ca-About-Link:visited {
    color: #535A74; }
  /* line 68, /opt/build/repo/source/stylesheets/_constants.scss */
  .ca-About-Link:hover {
    border-bottom-style: solid; }
/* line 5, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Header {
  display: flex;
  align-items: flex-start;
  min-height: 48px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  padding-top: 26px;
  margin-bottom: 32px; }
  @media screen and (max-width: 540px) {
    /* line 5, /opt/build/repo/source/stylesheets/blog_post.scss */
    .ca-BlogPost-Header {
      min-height: inherit; } }

/* line 10, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Title {
  font-family: "myriad-pro";
  font-weight: 300;
  margin: 0;
  font-size: 32px;
  color: #737373;
  line-height: 48px;
  max-width: 70%;
  flex: 1; }
  @media screen and (max-width: 540px) {
    /* line 10, /opt/build/repo/source/stylesheets/blog_post.scss */
    .ca-BlogPost-Title {
      font-size: 24px;
      line-height: 32px; } }

/* line 14, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Date {
  /* January 1, 2015: */
  font-family: "myriad-pro";
  font-weight: 400;
  font-size: 14px;
  color: #B4B4B4;
  position: absolute;
  right: 0;
  bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 540px) {
    /* line 14, /opt/build/repo/source/stylesheets/blog_post.scss */
    .ca-BlogPost-Date {
      bottom: 2px;
      font-size: 10px; } }

/* line 18, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body {
  /* Promoting apps is to: */
  font-family: Georgia;
  font-size: 16px;
  color: #737373;
  line-height: 24px; }

/* line 26, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Twitter {
  font-family: Georgia;
  font-size: 16px;
  color: #737373;
  line-height: 24px;
  border-top: 1px solid #bbb;
  padding-top: 10px; }

/* line 35, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body a {
  text-decoration: none;
  color: #535A74;
  border-bottom: 1px dashed #535A74; }
  /* line 64, /opt/build/repo/source/stylesheets/_constants.scss */
  .ca-BlogPost-Body a:visited {
    color: #535A74; }
  /* line 68, /opt/build/repo/source/stylesheets/_constants.scss */
  .ca-BlogPost-Body a:hover {
    border-bottom-style: solid; }

/* line 39, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body p {
  word-break: break-word;
  color: #222222; }

/* line 44, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body h2, h3, h4, h5 {
  color: #505050;
  font-family: "myriad-pro";
  font-weight: 300;
  margin-bottom: 0px; }

/* line 50, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body h2 {
  margin-top: 36px; }

/* line 54, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body h3 {
  margin-top: 26px; }

/* line 58, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body h4 {
  margin-top: 16px; }

/* line 62, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body pre {
  background: #f8f8f8;
  margin: 16px 0;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 22px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: pre;
  word-wrap: normal; }

/* line 74, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body img {
  display: block;
  margin: 0  auto;
  border: 1px solid #f9f9f9;
  max-width: 100%;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px; }

/* line 83, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body li {
  margin-top: 20px; }

/* line 87, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body blockquote {
  margin: 16px 40px;
  font-style: italic; }

/* line 92, /opt/build/repo/source/stylesheets/blog_post.scss */
.ca-BlogPost-Body .post-video iframe {
  display: block;
  margin: 0 auto; }
/* line 4, /opt/build/repo/source/stylesheets/header_nav.scss */
.ca-Header {
  height: 80px;
  background: #FBFBFB;
  border-bottom: 1px solid #EBEBEB; }

/* line 10, /opt/build/repo/source/stylesheets/header_nav.scss */
.ca-Header-Content {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 30px;
  overflow: hidden;
  *zoom: 1; }

/* line 17, /opt/build/repo/source/stylesheets/header_nav.scss */
.ca-Header-NavContainer {
  overflow: hidden;
  *zoom: 1; }

/* line 21, /opt/build/repo/source/stylesheets/header_nav.scss */
.ca-Header-Name {
  float: left; }

/* line 25, /opt/build/repo/source/stylesheets/header_nav.scss */
.ca-Header-Nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
  font-size: 0; }

/* line 33, /opt/build/repo/source/stylesheets/header_nav.scss */
.ca-Header-NavItem {
  display: inline;
  margin-right: 10px; }

/* line 38, /opt/build/repo/source/stylesheets/header_nav.scss */
.ca-Header-NavItem:last-child {
  margin-right: 0px; }

/* line 42, /opt/build/repo/source/stylesheets/header_nav.scss */
.ca-Header-NavItem, .ca-Header-Name {
  text-transform: uppercase;
  font-family: "myriad-pro";
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 18px; }

/* line 50, /opt/build/repo/source/stylesheets/header_nav.scss */
.ca-Header-Link {
  text-decoration: none;
  color: inherit; }
  /* line 54, /opt/build/repo/source/stylesheets/header_nav.scss */
  .ca-Header-Link:visited {
    color: inherit; }
  /* line 58, /opt/build/repo/source/stylesheets/header_nav.scss */
  .ca-Header-Link:hover {
    color: #929292; }

/* line 63, /opt/build/repo/source/stylesheets/header_nav.scss */
.ca-Header-Name {
  color: #929292; }

/* line 67, /opt/build/repo/source/stylesheets/header_nav.scss */
.ca-Header-NavItem {
  color: #B4B4B4; }

@media screen and (min-width: 540px) {
  /* line 72, /opt/build/repo/source/stylesheets/header_nav.scss */
  .ca-Header-NavMobileBreak {
    display: none; } }
@media screen and (max-width: 540px) {
  /* line 78, /opt/build/repo/source/stylesheets/header_nav.scss */
  .ca-Header-NavContainer {
    position: relative;
    top: -10px;
    text-align: right; }

  /* line 84, /opt/build/repo/source/stylesheets/header_nav.scss */
  .ca-Header-NavItem:nth-child(2) {
    margin-right: 0; } }
@media screen and (max-width: 640px) {
  /* line 90, /opt/build/repo/source/stylesheets/header_nav.scss */
  .ca-Header {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px; }

  /* line 96, /opt/build/repo/source/stylesheets/header_nav.scss */
  .ca-Header-Content {
    padding-top: 25px; } }
/* line 3, /opt/build/repo/source/stylesheets/layout.scss */
.ca-Content {
  max-width: 600px;
  margin: 0 auto;
  padding: 28px 0px; }

@media screen and (max-width: 640px) {
  /* line 10, /opt/build/repo/source/stylesheets/layout.scss */
  .ca-Content {
    padding-left: 20px;
    padding-right: 20px; } }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
/* line 6, /opt/build/repo/source/stylesheets/toc.scss */
.ca-TOC-Link {
  display: block;
  text-decoration: none;
  color: inherit; }
  /* line 11, /opt/build/repo/source/stylesheets/toc.scss */
  .ca-TOC-Link:visited {
    color: inherit; }
  /* line 15, /opt/build/repo/source/stylesheets/toc.scss */
  .ca-TOC-Link:hover {
    color: #535353; }

/* line 20, /opt/build/repo/source/stylesheets/toc.scss */
.ca-TOC-Item {
  display: flex;
  align-items: flex-start;
  min-height: 48px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  padding-top: 26px; }
  @media screen and (max-width: 540px) {
    /* line 20, /opt/build/repo/source/stylesheets/toc.scss */
    .ca-TOC-Item {
      min-height: inherit; } }

/* line 24, /opt/build/repo/source/stylesheets/toc.scss */
.ca-TOC-Title {
  font-family: "myriad-pro";
  font-weight: 300;
  margin: 0;
  font-size: 32px;
  color: #737373;
  line-height: 48px;
  max-width: 70%;
  flex: 1; }
  @media screen and (max-width: 540px) {
    /* line 24, /opt/build/repo/source/stylesheets/toc.scss */
    .ca-TOC-Title {
      font-size: 24px;
      line-height: 32px; } }

/* line 28, /opt/build/repo/source/stylesheets/toc.scss */
.ca-TOC-Date {
  /* January 1, 2015: */
  font-family: "myriad-pro";
  font-weight: 400;
  font-size: 14px;
  color: #B4B4B4;
  position: absolute;
  right: 0;
  bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 540px) {
    /* line 28, /opt/build/repo/source/stylesheets/toc.scss */
    .ca-TOC-Date {
      bottom: 2px;
      font-size: 10px; } }

/* line 32, /opt/build/repo/source/stylesheets/toc.scss */
.ca-TOC-Elsewhere {
  margin-top: 40px; }


