/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

body {
  background-color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

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

figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

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

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

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

a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }

blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

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

code {
  padding: 1px 5px; }

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

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

* {
  margin: 0; }

a,
a:active,
a:focus {
  cursor: pointer;
  outline: 0 none; }

ul, ol {
  list-style: none;
  margin: 0; }

hr {
  border-top: 1px solid #ddd; }

figure {
  margin: 0;
  text-align: center; }

.nav-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 10; }
  @media (min-width: 490px) {
    .nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .nav-list li:not(:first-child) {
    margin-left: 10px; }
  @media (max-width: 490px) {
    .nav-list.shown {
      background-color: #000;
      display: inline-block;
      left: 0;
      padding: 10px 0;
      position: absolute;
      text-align: left;
      top: 75px;
      width: 100%; }
      .nav-list.shown li {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0; }
        .nav-list.shown li a {
          font-weight: 500;
          padding-left: 20px;
          width: 100%; } }
  .nav-list > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .nav-list > li a {
      color: #999;
      cursor: pointer;
      text-decoration: none; }
      .nav-list > li a:hover {
        color: #fff; }
    .nav-list > li.shown > ul {
      display: inline-block; }
    .nav-list > li > ul {
      background-color: #fff;
      display: none;
      margin: 5px 0 0;
      padding: 4px 0;
      position: absolute; }
      .nav-list > li > ul > li {
        line-height: 18px;
        margin-bottom: 4px;
        padding: 3px 15px; }
        .nav-list > li > ul > li:hover.item {
          background-color: #08c;
          color: #fff; }
        .nav-list > li > ul > li.header {
          color: #999;
          font-weight: 400; }
        .nav-list > li > ul > li.item a {
          color: #333; }
        .nav-list > li > ul > li.item:hover a {
          color: #fff; }
        .nav-list > li > ul > li.divider {
          background-color: #e4e4e4;
          height: 1px;
          margin: 8px 1px;
          padding: 0; }
      .nav-list > li > ul::before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: '';
        display: inline-block;
        left: 9px;
        position: absolute;
        top: -7px; }
      .nav-list > li > ul::after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: '';
        display: inline-block;
        left: 10px;
        position: absolute;
        top: -6px; }

.responsive-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  overflow: hidden;
  padding: 0 15px;
  width: 100%; }
  .responsive-header .logo {
    background-image: url("https://s3.amazonaws.com/sensortower-itunes/blog/logo/logo-small.png");
    background-repeat: no-repeat;
    background-size: 210px 60px;
    height: 60px;
    width: 210px; }
    @media (min-width: 490px) {
      .responsive-header .logo {
        background-image: url("https://s3.amazonaws.com/sensortower-itunes/blog/logo/logo-icon.png");
        background-size: 60px 60px;
        width: 60px; } }
    @media (min-width: 767px) {
      .responsive-header .logo {
        background-image: url("https://s3.amazonaws.com/sensortower-itunes/blog/logo/logo-small.png");
        background-size: 210px 60px;
        width: 210px; } }
  .responsive-header ul li::before {
    content: none; }
  .responsive-header .inner-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    width: 100%; }
  .responsive-header .dropdown-navigation-container {
    cursor: pointer;
    height: 30px;
    margin-top: 20px;
    position: absolute;
    right: 15px;
    width: 45px; }
    .responsive-header .dropdown-navigation-container .dropdown-navigation {
      background-color: #20aa9c;
      border-color: #20aa9c;
      border-style: solid;
      border-width: 2px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #20aa9c;
      display: inline-block;
      height: 2px;
      line-height: 0;
      width: 34px;
      position: absolute;
      right: 10px; }
      .responsive-header .dropdown-navigation-container .dropdown-navigation::before {
        background-color: #20aa9c;
        border-color: #20aa9c;
        border-style: solid;
        border-width: 2px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #20aa9c;
        display: inline-block;
        height: 2px;
        line-height: 0;
        width: 34px;
        content: '';
        margin-left: -2px;
        margin-top: 7px; }
      .responsive-header .dropdown-navigation-container .dropdown-navigation::after {
        background-color: #20aa9c;
        border-color: #20aa9c;
        border-style: solid;
        border-width: 2px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #20aa9c;
        display: inline-block;
        height: 2px;
        line-height: 0;
        width: 34px;
        content: '';
        margin-left: -2px;
        margin-top: 5px; }
      @media (min-width: 490px) {
        .responsive-header .dropdown-navigation-container .dropdown-navigation {
          display: none; } }

.site-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  background-image: url("https://s3.amazonaws.com/sensortower-itunes/blog/blog-banner.jpg");
  background-position: -50px -47px;
  background-size: 1250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
  width: 100%; }

.site-title {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  text-decoration: none; }
  .site-title:hover {
    text-decoration: none; }
  .site-title > h1 {
    color: #f2f2f2;
    font-size: 32px;
    font-weight: normal;
    line-height: 38px;
    margin: 0;
    text-align: center; }
  .site-title > h2 {
    color: #e4e4e4;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    text-align: center; }

.copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #101010;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 15px;
  font-weight: 200;
  height: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 25px;
  max-width: 1200px;
  padding: 20px;
  width: 100%; }
  @media (min-width: 767px) {
    .copy {
      padding: 0; } }
  .copy .rights-reserved {
    text-align: center; }
  .copy ul {
    padding: 0 10px; }
    .copy ul li::before {
      content: none; }
  .copy .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1200px; }
    @media (min-width: 767px) {
      .copy .inner-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .copy .footer-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px; }
    .copy .footer-list li:not(:first-child) {
      margin-left: 10px; }
    .copy .footer-list li a {
      color: #999;
      font-weight: 400;
      text-decoration: none; }
      .copy .footer-list li a:hover {
        color: #fff; }

.authorbox {
  border-top: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-top: 20px; }
  @media (min-width: 480px) {
    .authorbox {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .authorbox .author-image {
    border: 5px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
    height: 200px;
    min-width: 200px;
    width: 200px; }
  .authorbox .author-name {
    font-size: 20px;
    font-weight: 600; }
  .authorbox .author-about {
    margin-top: 20px; }
    @media (min-width: 480px) {
      .authorbox .author-about {
        margin-left: 20px; } }
  .authorbox .author-description {
    font-style: italic; }

.featured-posts-section {
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  width: 100%; }
  .featured-posts-section .featured-post-link-wrapper {
    display: inline-block;
    text-decoration: none; }
  .featured-posts-section .featured-post-image {
    -webkit-box-shadow: inset 1px #000;
            box-shadow: inset 1px #000;
    overflow: hidden; }
  .featured-posts-section .featured-insights-title {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 2px 0 0 10px;
    width: calc(100% - 10px); }
  .featured-posts-section .insights-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .featured-posts-section .featured-post {
    background-color: #666;
    border-radius: 5px;
    display: none;
    margin: 10px;
    overflow: hidden;
    width: 100%; }
    .featured-posts-section .featured-post:first-child {
      display: inline-block; }
    @media (min-width: 480px) {
      .featured-posts-section .featured-post:nth-child(2) {
        display: inline-block; } }
    @media (min-width: 767px) {
      .featured-posts-section .featured-post:nth-child(3), .featured-posts-section .featured-post:nth-child(4) {
        display: inline-block; } }
    .featured-posts-section .featured-post .featured-post-title {
      color: #fff;
      display: inline-block;
      font-weight: 600;
      margin: 10px; }

.mobile-insights-section {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px; }
  @media (min-width: 992px) {
    .mobile-insights-section {
      margin-top: 0; } }
  .mobile-insights-section > .insights-blurb {
    color: #4b4b4b;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 5px;
    text-shadow: none; }
  .mobile-insights-section > .subscribe-image {
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%; }
  .mobile-insights-section > #subscribe-insights-form > #subscribe-insights-input {
    background-color: #fff;
    border: 1px solid #cfcfcf; }
  .mobile-insights-section > #subscribe-insights-form > .insight-submit-button {
    background-color: #558199;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 0 #416375;
            box-shadow: 2px 2px 0 #416375;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 45px;
    margin: 15px 0 5px;
    outline: 0;
    padding: 4px 0 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    width: 100%; }
    .mobile-insights-section > #subscribe-insights-form > .insight-submit-button:hover {
      background-color: #5a89a3;
      color: #fff; }
  .mobile-insights-section .email-input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 2px 8px;
    width: 100%; }

.request-demo-aside > .request-demo-button {
  background-color: #558199;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 0 #416375;
          box-shadow: 2px 2px 0 #416375;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 45px;
  margin: 5px 0;
  outline: 0;
  padding: 4px 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 100%; }
  .request-demo-aside > .request-demo-button:hover {
    background-color: #5a89a3;
    color: #fff; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media (min-width: 767px) {
    .columns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row; }
      .columns .half {
        width: 50%; } }
  .columns .standard {
    padding: 0 10px; }
    .columns .standard:first-child {
      padding-left: 20px; }
    .columns .standard:last-child {
      padding-right: 20px; }

body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Helvetica, Arial, sans-serif; }

.articles {
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  padding: 30px;
  width: 100%; }
  @media (min-width: 1200px) {
    .articles {
      max-width: 900px; } }
  .articles a {
    color: #08c;
    text-decoration: underline; }
    .articles a:hover {
      color: #006699; }
  .articles .read-on {
    background-color: #e4e4e4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #666;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 15px 8px;
    text-decoration: none; }
    .articles .read-on:visited {
      color: #666; }
    .articles .read-on:hover {
      background-color: #08c;
      color: #fff; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 28px;
  padding: 0; }
  .pagination .mobile-hidden {
    display: none; }
    @media (min-width: 440px) {
      .pagination .mobile-hidden {
        display: inline; } }
  .pagination > .placeholder {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    min-width: 48px; }
    @media (min-width: 440px) {
      .pagination > .placeholder {
        width: 110px; }
        .pagination > .placeholder > a {
          width: 110px; } }

.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  padding: 0;
  width: 100%; }
  @media (min-width: 1200px) {
    .page-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.post-list {
  list-style: none;
  margin-left: 0; }
  .post-list > .post {
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
    padding-bottom: 20px; }

.post-header {
  margin-bottom: 20px; }
  .post-header .post-title {
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px; }
    @media (min-width: 900px) {
      .post-header .post-title {
        font-size: 42px;
        line-height: 50px; } }
    .post-header .post-title > a {
      color: #000;
      text-decoration: none; }
      .post-header .post-title > a:visited {
        color: #000; }
      .post-header .post-title > a:hover {
        color: #006699; }
    .post-header .post-title > span {
      color: #000; }
  .post-header .post-meta {
    color: #a6a6a6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 20px;
    margin-bottom: 10px; }
    @media (min-width: 390px) {
      .post-header .post-meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .post-header .post-meta > .date {
      text-transform: uppercase; }

.post-content {
  font-size: 18.5px;
  font-weight: 400;
  line-height: 27.5px; }
  .post-content p {
    margin-bottom: 15px;
    width: 100%;
    word-wrap: break-word; }
    .post-content p img {
      border-radius: 6px;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
              box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
      display: block;
      margin: 30px auto;
      max-width: 725px;
      width: 100%; }
      .post-content p img.guest-post-author {
        float: right;
        height: 150px;
        margin-left: 20px;
        margin-top: 0;
        max-width: 150px;
        width: 150px; }
      .post-content p img.download-report, .post-content p img.event-rsvp {
        max-width: 400px; }
      .post-content p img.small {
        max-width: 300px; }
      .post-content p img.medium {
        max-width: 500px; }
  .post-content ul {
    list-style: outside;
    margin-bottom: 15px;
    margin-left: 20px; }
  .post-content ol {
    list-style: decimal;
    margin-left: 30px; }
  .post-content h1,
  .post-content h2 {
    border-top: 1px dashed #cfcfcf;
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin: 15px 0;
    padding-top: 15px; }
  .post-content h3 {
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline; }
  .post-content h4 {
    font-weight: 600; }

.archives {
  font-size: 18px; }
  .archives article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0; }
  .archives time {
    color: #999;
    font-size: 17px;
    font-weight: 400;
    min-width: 65px;
    padding: 8px 0 0; }
  .archives a {
    color: #000; }
    .archives a:visited {
      color: #000; }
    .archives a:hover {
      color: #006699; }
  .archives .archive-title {
    font-weight: 700; }
  .archives .archive-group-title {
    border-bottom: 1px dashed #cfcfcf;
    display: block;
    font-size: 26px;
    font-weight: 400; }
  .archives .archive-post-title {
    border: 0;
    line-height: 27px;
    margin: 0;
    padding: 0; }
    @media (min-width: 900px) {
      .archives .archive-post-title {
        line-height: 36px; } }
    .archives .archive-post-title > a {
      font-size: 20px;
      font-weight: 600;
      margin: 0;
      text-decoration: none; }
      @media (min-width: 900px) {
        .archives .archive-post-title > a {
          font-size: 34px;
          line-height: 36px; } }
  .archives .full-blog-index {
    font-size: 25px;
    padding: 40px 0 5px;
    text-align: center; }
    .archives .full-blog-index > a {
      color: #08c;
      font-weight: 600; }

.post-meta-section {
  font-size: 18px;
  font-weight: 400; }
  .post-meta-section > span {
    display: block; }
    .post-meta-section > span > a {
      color: #08c; }
      .post-meta-section > span > a:visited {
        color: #08c; }
      .post-meta-section > span > a:hover {
        color: #006699; }

.sidebar {
  background-color: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 100%; }
  @media (min-width: 1200px) {
    .sidebar {
      width: 300px; } }
  .sidebar h3 {
    font-size: 20px;
    font-weight: 400; }
  .sidebar > p {
    font-size: 15px; }
  .sidebar a {
    color: #08c;
    text-decoration: underline; }
    .sidebar a:hover {
      color: #006699; }
  .sidebar section + section {
    margin-top: 15px; }

.recent-posts .recent-post-list {
  list-style: outside circle;
  margin-left: 15px; }

.recent-posts .recent-item {
  margin-bottom: 5px; }

.embed-video-container {
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative; }
  .embed-video-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.post-date-footer-section {
  font-size: 18px; }

.error-page-notification img {
  float: left; }

.sharing {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0; }
  .sharing .twitter-share-button {
    margin-right: 20px; }

.follow-twitter {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px; }
  .follow-twitter > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    text-decoration: none; }
    .follow-twitter > a > span {
      display: inline-block;
      font-size: 20px; }
      @media (min-width: 150px) {
        .follow-twitter > a > span {
          font-size: 22px; } }
  .follow-twitter .twitter-logo {
    height: 32px;
    margin-right: 10px;
    min-width: 32px;
    width: 32px; }

.checksheet-checkbox {
  margin-left: -20px;
  margin-top: 4px;
  position: absolute; }

#disqus_thread > #dsq-app4 {
  display: none !important; }

.jekyll-twitter-plugin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.unobtrusive-link {
  color: #000;
  text-decoration: none; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .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; }

