/* ==================== */
/* ==================== */
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/* Breakpoints */
/*
$breakpoint-small-up: rem(100px);
$breakpoint-medium-up: rem(750px);
*/
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* Mobile first */
/* @include add-grid(12 at rem(600)); */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.btn {
  background: #2d2d2d;
  color: #fff;
  padding: 9px 30px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600; }
  a:hover > .btn, .btn:hover {
    background: #666;
    color: #fff; }
  a:hover > .big-intro .btn, .big-intro .btn:hover, a:hover > .banner .btn,
  .banner .btn:hover {
    background: #fff;
    color: #2d2d2d; }

.btn--alt {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #2d2d2d;
  color: #2d2d2d;
  padding: 8px 18px; }

.btn {
  margin-top: 20px; }
  .btn span {
    font-size: 12px;
    font-size: 1.2vw; }
    @media (max-width: 833.33333px) {
      .btn span {
        font-size: 10px; } }
    @media (min-width: 1000px) {
      .btn span {
        font-size: 12px; } }

/* ------------------------------------------- */
/* -- Mixins */
/* ------------------------------------------- */
/* https://gist.github.com/taupecat/4090271 */
/* Usage:
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }
 */
/* Aspect ratio */
/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chromeframe {
  position: absolute;
  top: 0;
  padding: 20px;
  background: #fff;
  color: #666; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/* -------------------------------------------------------------------------------*/
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: #333; }

h1,
h2 {
  color: #338cb2; }

h3, h4, h5, h6 {
  color: #338cb2; }

a {
  color: #338cb2; }
  a:hover {
    color: #666; }

.global-header {
  background-color: #338cb2; }

[role="contentinfo"] a:hover,
.global-header a:hover {
  color: #d8f4ff; }

.global-header a::after {
  background-color: #d8f4ff; }

.secondary-nav a:hover svg line,
.secondary-nav a:hover svg circle {
  stroke: #d8f4ff; }

@media (min-width: 43.75em) {
  [role="banner"] {
    padding: 30px 0; } }

.site-title a {
  width: 100px;
  height: 20px;
  background-image: url(../img/logo--xapi.svg?kdew);
  background-size: 100% auto; }
  @media (min-width: 66.875em) {
    .site-title a {
      width: 280px;
      height: 52px; } }

.main-menu > ul {
  position: relative; }
  @media (min-width: 66.875em) {
    .main-menu > ul {
      top: 27px; } }

nav li a {
  color: #338cb2; }
  nav li a:hover {
    color: #99c6d9; }

.big-intro a,
.banner a {
  color: #FFF; }
  .big-intro a:hover,
  .banner a:hover {
    opacity: 0.75; }

.big-intro .btn,
.banner .btn {
  background-color: #fff;
  color: #338cb2; }

.big-intro .btn:hover,
.banner .btn:hover {
  background-color: #338cb2;
  color: #FFF; }

.big-intro .btn:hover,
.banner .btn:hover {
  background-color: #fff;
  color: #338cb2; }

.main-menu > ul > li > a::after {
  background-color: #338cb2;
  bottom: -20px; }

.banner {
  background-color: #338cb2; }

.intro-banner {
  background-color: #338cb2; }
  .intro-banner a:hover {
    color: #d8f4ff; }
  .intro-banner .btn {
    background-color: #fff;
    color: #338cb2; }
    .intro-banner .btn:hover {
      background-color: #666;
      color: #FFF; }

.sidebar--primary a:hover {
  color: #338cb2; }

[role="contentinfo"] {
  background-color: #338cb2; }

.btn {
  background-color: #338cb2;
  color: #FFF; }
  a:hover > .btn, .btn:hover {
    background-color: #666;
    border-color: #666; }

.btn--alt {
  background-color: transparent;
  color: #338cb2;
  border-color: #338cb2; }
  a:hover > .btn--alt, .btn--alt:hover {
    background-color: #338cb2;
    border-color: #338cb2; }

.page-nav {
  background-color: #666; }

.person__contact a {
  background-color: #338cb2; }

.person__footer {
  background-color: #338cb2; }

.post-preview__summary h2 a {
  color: #338cb2; }

[type="submit"] {
  background-color: #338cb2; }
  [type="submit"]:hover {
    background-color: #338cb2; }

.sidebar .all-link a {
  color: #338cb2; }
  .sidebar .all-link a svg * {
    fill: #338cb2; }
  .sidebar .all-link a:hover {
    color: #338cb2; }
    .sidebar .all-link a:hover svg * {
      fill: #338cb2; }

.double-panel h2 {
  color: #338cb2; }

.content-panels li h2 {
  color: #338cb2; }

.icon-list h3 {
  color: #338cb2; }

.jobs-list a {
  color: #111;
  text-decoration: none; }

.article > p {
  margin-bottom: 30px; }

.statement-code {
  font-size: 0.8em;
  float: left;
  width: 653px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  line-height: 1.4; }

.statement-code span.click-area {
  color: initial;
  display: inline-block;
  width: 100%;
  cursor: pointer; }

.statement-code span.click-area:hover {
  text-decoration: none;
  background-color: #ddd; }

.statement-code span.click-area.selected {
  background-color: #ddd; }

.statement-explanation {
  width: 253px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 8px; }

.statement-explanation-float {
  position: absolute;
  margin-left: 670px; }

.statement-explanation-float-bottom {
  float: right;
  position: absolute;
  bottom: 24px;
  margin-left: 670px; }

.statement-explanation-fixed {
  top: 0;
  position: fixed;
  margin-left: 670px; }

@media (max-width: 1000px) {
  .statement-explanation-float {
    width: 100%;
    max-width: 653px;
    float: left; } }

.statement-explorer-parent {
  position: relative; }

@media (max-width: 1000px) {
  div.article {
    width: auto !important; }
  .statement-code {
    max-width: 68%; }
  .statement-explanation-float {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #FFF;
    margin-right: 0; } }
  @media (max-width: 1000px) and (min-width: 43.75em) {
    .statement-explanation-float {
      width: 30%;
      max-width: 30%;
      bottom: auto;
      right: 15px; } }

@media (max-width: 1000px) {
  .statement-code span.click-area, .statement-code {
    word-break: break-word; }
  .explanation h2 {
    font-size: 1em; } }

.str {
  color: #080; }

.pun, .opn, .clo {
  color: #660; }

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