@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(resources/SourceSansPro-Light.otf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(resources/SourceSansPro-Regular.otf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(resources/SourceSansPro-Semibold.otf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(resources/SourceSansPro-LightIt.otf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(resources/SourceSansPro-It.otf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url(resources/SourceSansPro-SemiboldIt.otf) format('truetype');
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url(resources/SourceCodePro.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 700;
  src: url(resources/SourceCodePro-bold.ttf) format('truetype');
}
/**
 * Simple grid system
 * Based on http://codepen.io/alexbihary/pen/nApgC
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin-bottom: 4.5em;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid:last-child {
  margin-bottom: 0;
}
[class^='col-'] {
  width: 100%;
  float: left;
  position: relative;
  padding-right: 4.5em;
}
.grid [class^='col-']:last-of-type {
  padding-right: 0;
}
.col-palm-1-2 {
  width: 50%;
}
.push-palm-1-2 {
  left: 50%;
}
.pull-palm-1-2 {
  left: -50%;
}
.col-palm-2-3 {
  width: 66.66666667%;
}
.push-palm-2-3 {
  left: 66.66666667%;
}
.pull-palm-2-3 {
  left: -66.66666667%;
}
.col-palm-1-3 {
  width: 33.33333333%;
}
.push-palm-1-3 {
  left: 33.33333333%;
}
.pull-palm-1-3 {
  left: -33.33333333%;
}
.col-palm-3-4 {
  width: 75%;
}
.push-palm-3-4 {
  left: 75%;
}
.pull-palm-3-4 {
  left: -75%;
}
.col-palm-2-4 {
  width: 50%;
}
.push-palm-2-4 {
  left: 50%;
}
.pull-palm-2-4 {
  left: -50%;
}
.col-palm-1-4 {
  width: 25%;
}
.push-palm-1-4 {
  left: 25%;
}
.pull-palm-1-4 {
  left: -25%;
}
.col-palm-4-5 {
  width: 80%;
}
.push-palm-4-5 {
  left: 80%;
}
.pull-palm-4-5 {
  left: -80%;
}
.col-palm-3-5 {
  width: 60%;
}
.push-palm-3-5 {
  left: 60%;
}
.pull-palm-3-5 {
  left: -60%;
}
.col-palm-2-5 {
  width: 40%;
}
.push-palm-2-5 {
  left: 40%;
}
.pull-palm-2-5 {
  left: -40%;
}
.col-palm-1-5 {
  width: 20%;
}
.push-palm-1-5 {
  left: 20%;
}
.pull-palm-1-5 {
  left: -20%;
}
.col-palm-5-6 {
  width: 83.33333333%;
}
.push-palm-5-6 {
  left: 83.33333333%;
}
.pull-palm-5-6 {
  left: -83.33333333%;
}
.col-palm-4-6 {
  width: 66.66666667%;
}
.push-palm-4-6 {
  left: 66.66666667%;
}
.pull-palm-4-6 {
  left: -66.66666667%;
}
.col-palm-3-6 {
  width: 50%;
}
.push-palm-3-6 {
  left: 50%;
}
.pull-palm-3-6 {
  left: -50%;
}
.col-palm-2-6 {
  width: 33.33333333%;
}
.push-palm-2-6 {
  left: 33.33333333%;
}
.pull-palm-2-6 {
  left: -33.33333333%;
}
.col-palm-1-6 {
  width: 16.66666667%;
}
.push-palm-1-6 {
  left: 16.66666667%;
}
.pull-palm-1-6 {
  left: -16.66666667%;
}
.col-palm-6-7 {
  width: 85.71428571%;
}
.push-palm-6-7 {
  left: 85.71428571%;
}
.pull-palm-6-7 {
  left: -85.71428571%;
}
.col-palm-5-7 {
  width: 71.42857143%;
}
.push-palm-5-7 {
  left: 71.42857143%;
}
.pull-palm-5-7 {
  left: -71.42857143%;
}
.col-palm-4-7 {
  width: 57.14285714%;
}
.push-palm-4-7 {
  left: 57.14285714%;
}
.pull-palm-4-7 {
  left: -57.14285714%;
}
.col-palm-3-7 {
  width: 42.85714286%;
}
.push-palm-3-7 {
  left: 42.85714286%;
}
.pull-palm-3-7 {
  left: -42.85714286%;
}
.col-palm-2-7 {
  width: 28.57142857%;
}
.push-palm-2-7 {
  left: 28.57142857%;
}
.pull-palm-2-7 {
  left: -28.57142857%;
}
.col-palm-1-7 {
  width: 14.28571429%;
}
.push-palm-1-7 {
  left: 14.28571429%;
}
.pull-palm-1-7 {
  left: -14.28571429%;
}
.col-palm-7-8 {
  width: 87.5%;
}
.push-palm-7-8 {
  left: 87.5%;
}
.pull-palm-7-8 {
  left: -87.5%;
}
.col-palm-6-8 {
  width: 75%;
}
.push-palm-6-8 {
  left: 75%;
}
.pull-palm-6-8 {
  left: -75%;
}
.col-palm-5-8 {
  width: 62.5%;
}
.push-palm-5-8 {
  left: 62.5%;
}
.pull-palm-5-8 {
  left: -62.5%;
}
.col-palm-4-8 {
  width: 50%;
}
.push-palm-4-8 {
  left: 50%;
}
.pull-palm-4-8 {
  left: -50%;
}
.col-palm-3-8 {
  width: 37.5%;
}
.push-palm-3-8 {
  left: 37.5%;
}
.pull-palm-3-8 {
  left: -37.5%;
}
.col-palm-2-8 {
  width: 25%;
}
.push-palm-2-8 {
  left: 25%;
}
.pull-palm-2-8 {
  left: -25%;
}
.col-palm-1-8 {
  width: 12.5%;
}
.push-palm-1-8 {
  left: 12.5%;
}
.pull-palm-1-8 {
  left: -12.5%;
}
.visible-tablet {
  display: none;
}
@media screen and (min-width: 800px) {
  .col-tablet-1-2 {
    width: 50%;
  }
  .push-tablet-1-2 {
    left: 50%;
  }
  .pull-tablet-1-2 {
    left: -50%;
  }
  .col-tablet-2-3 {
    width: 66.66666667%;
  }
  .push-tablet-2-3 {
    left: 66.66666667%;
  }
  .pull-tablet-2-3 {
    left: -66.66666667%;
  }
  .col-tablet-1-3 {
    width: 33.33333333%;
  }
  .push-tablet-1-3 {
    left: 33.33333333%;
  }
  .pull-tablet-1-3 {
    left: -33.33333333%;
  }
  .col-tablet-3-4 {
    width: 75%;
  }
  .push-tablet-3-4 {
    left: 75%;
  }
  .pull-tablet-3-4 {
    left: -75%;
  }
  .col-tablet-2-4 {
    width: 50%;
  }
  .push-tablet-2-4 {
    left: 50%;
  }
  .pull-tablet-2-4 {
    left: -50%;
  }
  .col-tablet-1-4 {
    width: 25%;
  }
  .push-tablet-1-4 {
    left: 25%;
  }
  .pull-tablet-1-4 {
    left: -25%;
  }
  .col-tablet-4-5 {
    width: 80%;
  }
  .push-tablet-4-5 {
    left: 80%;
  }
  .pull-tablet-4-5 {
    left: -80%;
  }
  .col-tablet-3-5 {
    width: 60%;
  }
  .push-tablet-3-5 {
    left: 60%;
  }
  .pull-tablet-3-5 {
    left: -60%;
  }
  .col-tablet-2-5 {
    width: 40%;
  }
  .push-tablet-2-5 {
    left: 40%;
  }
  .pull-tablet-2-5 {
    left: -40%;
  }
  .col-tablet-1-5 {
    width: 20%;
  }
  .push-tablet-1-5 {
    left: 20%;
  }
  .pull-tablet-1-5 {
    left: -20%;
  }
  .col-tablet-5-6 {
    width: 83.33333333%;
  }
  .push-tablet-5-6 {
    left: 83.33333333%;
  }
  .pull-tablet-5-6 {
    left: -83.33333333%;
  }
  .col-tablet-4-6 {
    width: 66.66666667%;
  }
  .push-tablet-4-6 {
    left: 66.66666667%;
  }
  .pull-tablet-4-6 {
    left: -66.66666667%;
  }
  .col-tablet-3-6 {
    width: 50%;
  }
  .push-tablet-3-6 {
    left: 50%;
  }
  .pull-tablet-3-6 {
    left: -50%;
  }
  .col-tablet-2-6 {
    width: 33.33333333%;
  }
  .push-tablet-2-6 {
    left: 33.33333333%;
  }
  .pull-tablet-2-6 {
    left: -33.33333333%;
  }
  .col-tablet-1-6 {
    width: 16.66666667%;
  }
  .push-tablet-1-6 {
    left: 16.66666667%;
  }
  .pull-tablet-1-6 {
    left: -16.66666667%;
  }
  .col-tablet-6-7 {
    width: 85.71428571%;
  }
  .push-tablet-6-7 {
    left: 85.71428571%;
  }
  .pull-tablet-6-7 {
    left: -85.71428571%;
  }
  .col-tablet-5-7 {
    width: 71.42857143%;
  }
  .push-tablet-5-7 {
    left: 71.42857143%;
  }
  .pull-tablet-5-7 {
    left: -71.42857143%;
  }
  .col-tablet-4-7 {
    width: 57.14285714%;
  }
  .push-tablet-4-7 {
    left: 57.14285714%;
  }
  .pull-tablet-4-7 {
    left: -57.14285714%;
  }
  .col-tablet-3-7 {
    width: 42.85714286%;
  }
  .push-tablet-3-7 {
    left: 42.85714286%;
  }
  .pull-tablet-3-7 {
    left: -42.85714286%;
  }
  .col-tablet-2-7 {
    width: 28.57142857%;
  }
  .push-tablet-2-7 {
    left: 28.57142857%;
  }
  .pull-tablet-2-7 {
    left: -28.57142857%;
  }
  .col-tablet-1-7 {
    width: 14.28571429%;
  }
  .push-tablet-1-7 {
    left: 14.28571429%;
  }
  .pull-tablet-1-7 {
    left: -14.28571429%;
  }
  .col-tablet-7-8 {
    width: 87.5%;
  }
  .push-tablet-7-8 {
    left: 87.5%;
  }
  .pull-tablet-7-8 {
    left: -87.5%;
  }
  .col-tablet-6-8 {
    width: 75%;
  }
  .push-tablet-6-8 {
    left: 75%;
  }
  .pull-tablet-6-8 {
    left: -75%;
  }
  .col-tablet-5-8 {
    width: 62.5%;
  }
  .push-tablet-5-8 {
    left: 62.5%;
  }
  .pull-tablet-5-8 {
    left: -62.5%;
  }
  .col-tablet-4-8 {
    width: 50%;
  }
  .push-tablet-4-8 {
    left: 50%;
  }
  .pull-tablet-4-8 {
    left: -50%;
  }
  .col-tablet-3-8 {
    width: 37.5%;
  }
  .push-tablet-3-8 {
    left: 37.5%;
  }
  .pull-tablet-3-8 {
    left: -37.5%;
  }
  .col-tablet-2-8 {
    width: 25%;
  }
  .push-tablet-2-8 {
    left: 25%;
  }
  .pull-tablet-2-8 {
    left: -25%;
  }
  .col-tablet-1-8 {
    width: 12.5%;
  }
  .push-tablet-1-8 {
    left: 12.5%;
  }
  .pull-tablet-1-8 {
    left: -12.5%;
  }
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none !important;
  }
}
.visible-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .col-desktop-1-2 {
    width: 50%;
  }
  .push-desktop-1-2 {
    left: 50%;
  }
  .pull-desktop-1-2 {
    left: -50%;
  }
  .col-desktop-2-3 {
    width: 66.66666667%;
  }
  .push-desktop-2-3 {
    left: 66.66666667%;
  }
  .pull-desktop-2-3 {
    left: -66.66666667%;
  }
  .col-desktop-1-3 {
    width: 33.33333333%;
  }
  .push-desktop-1-3 {
    left: 33.33333333%;
  }
  .pull-desktop-1-3 {
    left: -33.33333333%;
  }
  .col-desktop-3-4 {
    width: 75%;
  }
  .push-desktop-3-4 {
    left: 75%;
  }
  .pull-desktop-3-4 {
    left: -75%;
  }
  .col-desktop-2-4 {
    width: 50%;
  }
  .push-desktop-2-4 {
    left: 50%;
  }
  .pull-desktop-2-4 {
    left: -50%;
  }
  .col-desktop-1-4 {
    width: 25%;
  }
  .push-desktop-1-4 {
    left: 25%;
  }
  .pull-desktop-1-4 {
    left: -25%;
  }
  .col-desktop-4-5 {
    width: 80%;
  }
  .push-desktop-4-5 {
    left: 80%;
  }
  .pull-desktop-4-5 {
    left: -80%;
  }
  .col-desktop-3-5 {
    width: 60%;
  }
  .push-desktop-3-5 {
    left: 60%;
  }
  .pull-desktop-3-5 {
    left: -60%;
  }
  .col-desktop-2-5 {
    width: 40%;
  }
  .push-desktop-2-5 {
    left: 40%;
  }
  .pull-desktop-2-5 {
    left: -40%;
  }
  .col-desktop-1-5 {
    width: 20%;
  }
  .push-desktop-1-5 {
    left: 20%;
  }
  .pull-desktop-1-5 {
    left: -20%;
  }
  .col-desktop-5-6 {
    width: 83.33333333%;
  }
  .push-desktop-5-6 {
    left: 83.33333333%;
  }
  .pull-desktop-5-6 {
    left: -83.33333333%;
  }
  .col-desktop-4-6 {
    width: 66.66666667%;
  }
  .push-desktop-4-6 {
    left: 66.66666667%;
  }
  .pull-desktop-4-6 {
    left: -66.66666667%;
  }
  .col-desktop-3-6 {
    width: 50%;
  }
  .push-desktop-3-6 {
    left: 50%;
  }
  .pull-desktop-3-6 {
    left: -50%;
  }
  .col-desktop-2-6 {
    width: 33.33333333%;
  }
  .push-desktop-2-6 {
    left: 33.33333333%;
  }
  .pull-desktop-2-6 {
    left: -33.33333333%;
  }
  .col-desktop-1-6 {
    width: 16.66666667%;
  }
  .push-desktop-1-6 {
    left: 16.66666667%;
  }
  .pull-desktop-1-6 {
    left: -16.66666667%;
  }
  .col-desktop-6-7 {
    width: 85.71428571%;
  }
  .push-desktop-6-7 {
    left: 85.71428571%;
  }
  .pull-desktop-6-7 {
    left: -85.71428571%;
  }
  .col-desktop-5-7 {
    width: 71.42857143%;
  }
  .push-desktop-5-7 {
    left: 71.42857143%;
  }
  .pull-desktop-5-7 {
    left: -71.42857143%;
  }
  .col-desktop-4-7 {
    width: 57.14285714%;
  }
  .push-desktop-4-7 {
    left: 57.14285714%;
  }
  .pull-desktop-4-7 {
    left: -57.14285714%;
  }
  .col-desktop-3-7 {
    width: 42.85714286%;
  }
  .push-desktop-3-7 {
    left: 42.85714286%;
  }
  .pull-desktop-3-7 {
    left: -42.85714286%;
  }
  .col-desktop-2-7 {
    width: 28.57142857%;
  }
  .push-desktop-2-7 {
    left: 28.57142857%;
  }
  .pull-desktop-2-7 {
    left: -28.57142857%;
  }
  .col-desktop-1-7 {
    width: 14.28571429%;
  }
  .push-desktop-1-7 {
    left: 14.28571429%;
  }
  .pull-desktop-1-7 {
    left: -14.28571429%;
  }
  .col-desktop-7-8 {
    width: 87.5%;
  }
  .push-desktop-7-8 {
    left: 87.5%;
  }
  .pull-desktop-7-8 {
    left: -87.5%;
  }
  .col-desktop-6-8 {
    width: 75%;
  }
  .push-desktop-6-8 {
    left: 75%;
  }
  .pull-desktop-6-8 {
    left: -75%;
  }
  .col-desktop-5-8 {
    width: 62.5%;
  }
  .push-desktop-5-8 {
    left: 62.5%;
  }
  .pull-desktop-5-8 {
    left: -62.5%;
  }
  .col-desktop-4-8 {
    width: 50%;
  }
  .push-desktop-4-8 {
    left: 50%;
  }
  .pull-desktop-4-8 {
    left: -50%;
  }
  .col-desktop-3-8 {
    width: 37.5%;
  }
  .push-desktop-3-8 {
    left: 37.5%;
  }
  .pull-desktop-3-8 {
    left: -37.5%;
  }
  .col-desktop-2-8 {
    width: 25%;
  }
  .push-desktop-2-8 {
    left: 25%;
  }
  .pull-desktop-2-8 {
    left: -25%;
  }
  .col-desktop-1-8 {
    width: 12.5%;
  }
  .push-desktop-1-8 {
    left: 12.5%;
  }
  .pull-desktop-1-8 {
    left: -12.5%;
  }
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none !important;
  }
}
.visible-pano {
  display: none;
}
@media screen and (min-width: 1440px) {
  .col-pano-1-2 {
    width: 50%;
  }
  .push-pano-1-2 {
    left: 50%;
  }
  .pull-pano-1-2 {
    left: -50%;
  }
  .col-pano-2-3 {
    width: 66.66666667%;
  }
  .push-pano-2-3 {
    left: 66.66666667%;
  }
  .pull-pano-2-3 {
    left: -66.66666667%;
  }
  .col-pano-1-3 {
    width: 33.33333333%;
  }
  .push-pano-1-3 {
    left: 33.33333333%;
  }
  .pull-pano-1-3 {
    left: -33.33333333%;
  }
  .col-pano-3-4 {
    width: 75%;
  }
  .push-pano-3-4 {
    left: 75%;
  }
  .pull-pano-3-4 {
    left: -75%;
  }
  .col-pano-2-4 {
    width: 50%;
  }
  .push-pano-2-4 {
    left: 50%;
  }
  .pull-pano-2-4 {
    left: -50%;
  }
  .col-pano-1-4 {
    width: 25%;
  }
  .push-pano-1-4 {
    left: 25%;
  }
  .pull-pano-1-4 {
    left: -25%;
  }
  .col-pano-4-5 {
    width: 80%;
  }
  .push-pano-4-5 {
    left: 80%;
  }
  .pull-pano-4-5 {
    left: -80%;
  }
  .col-pano-3-5 {
    width: 60%;
  }
  .push-pano-3-5 {
    left: 60%;
  }
  .pull-pano-3-5 {
    left: -60%;
  }
  .col-pano-2-5 {
    width: 40%;
  }
  .push-pano-2-5 {
    left: 40%;
  }
  .pull-pano-2-5 {
    left: -40%;
  }
  .col-pano-1-5 {
    width: 20%;
  }
  .push-pano-1-5 {
    left: 20%;
  }
  .pull-pano-1-5 {
    left: -20%;
  }
  .col-pano-5-6 {
    width: 83.33333333%;
  }
  .push-pano-5-6 {
    left: 83.33333333%;
  }
  .pull-pano-5-6 {
    left: -83.33333333%;
  }
  .col-pano-4-6 {
    width: 66.66666667%;
  }
  .push-pano-4-6 {
    left: 66.66666667%;
  }
  .pull-pano-4-6 {
    left: -66.66666667%;
  }
  .col-pano-3-6 {
    width: 50%;
  }
  .push-pano-3-6 {
    left: 50%;
  }
  .pull-pano-3-6 {
    left: -50%;
  }
  .col-pano-2-6 {
    width: 33.33333333%;
  }
  .push-pano-2-6 {
    left: 33.33333333%;
  }
  .pull-pano-2-6 {
    left: -33.33333333%;
  }
  .col-pano-1-6 {
    width: 16.66666667%;
  }
  .push-pano-1-6 {
    left: 16.66666667%;
  }
  .pull-pano-1-6 {
    left: -16.66666667%;
  }
  .col-pano-6-7 {
    width: 85.71428571%;
  }
  .push-pano-6-7 {
    left: 85.71428571%;
  }
  .pull-pano-6-7 {
    left: -85.71428571%;
  }
  .col-pano-5-7 {
    width: 71.42857143%;
  }
  .push-pano-5-7 {
    left: 71.42857143%;
  }
  .pull-pano-5-7 {
    left: -71.42857143%;
  }
  .col-pano-4-7 {
    width: 57.14285714%;
  }
  .push-pano-4-7 {
    left: 57.14285714%;
  }
  .pull-pano-4-7 {
    left: -57.14285714%;
  }
  .col-pano-3-7 {
    width: 42.85714286%;
  }
  .push-pano-3-7 {
    left: 42.85714286%;
  }
  .pull-pano-3-7 {
    left: -42.85714286%;
  }
  .col-pano-2-7 {
    width: 28.57142857%;
  }
  .push-pano-2-7 {
    left: 28.57142857%;
  }
  .pull-pano-2-7 {
    left: -28.57142857%;
  }
  .col-pano-1-7 {
    width: 14.28571429%;
  }
  .push-pano-1-7 {
    left: 14.28571429%;
  }
  .pull-pano-1-7 {
    left: -14.28571429%;
  }
  .col-pano-7-8 {
    width: 87.5%;
  }
  .push-pano-7-8 {
    left: 87.5%;
  }
  .pull-pano-7-8 {
    left: -87.5%;
  }
  .col-pano-6-8 {
    width: 75%;
  }
  .push-pano-6-8 {
    left: 75%;
  }
  .pull-pano-6-8 {
    left: -75%;
  }
  .col-pano-5-8 {
    width: 62.5%;
  }
  .push-pano-5-8 {
    left: 62.5%;
  }
  .pull-pano-5-8 {
    left: -62.5%;
  }
  .col-pano-4-8 {
    width: 50%;
  }
  .push-pano-4-8 {
    left: 50%;
  }
  .pull-pano-4-8 {
    left: -50%;
  }
  .col-pano-3-8 {
    width: 37.5%;
  }
  .push-pano-3-8 {
    left: 37.5%;
  }
  .pull-pano-3-8 {
    left: -37.5%;
  }
  .col-pano-2-8 {
    width: 25%;
  }
  .push-pano-2-8 {
    left: 25%;
  }
  .pull-pano-2-8 {
    left: -25%;
  }
  .col-pano-1-8 {
    width: 12.5%;
  }
  .push-pano-1-8 {
    left: 12.5%;
  }
  .pull-pano-1-8 {
    left: -12.5%;
  }
  .visible-pano {
    display: block;
  }
  .hidden-pano {
    display: none !important;
  }
}
:root {
  --font-monospace: "Source Code Pro";
}
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
main,
menu,
section {
  display: block;
}
html,
body {
  color: #181818;
  font: 400 17px/1.5 "Source Sans Pro", serif;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
pre,
code {
  font-family: "Source Code Pro";
}
input,
textarea,
select {
  font-family: "Source Sans Pro", serif;
}
input:invalid {
  background-color: #FDD;
}
input:disabled {
  background-color: #DDD;
}
h1 {
  margin-top: 1em;
  font-size: 2em;
  font-weight: 600;
}
h2 {
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: 600;
}
h3 {
  margin-top: 1em;
  font-size: 1.2em;
  font-weight: 400;
}
h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
li:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
.prehead {
  margin-bottom: 0;
  line-height: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  margin-bottom: 0.5em;
}
h1 + .posthead,
h2 + .posthead,
h3 + .posthead,
h4 + .posthead,
h5 + .posthead,
h6 + .posthead {
  margin-top: -0.5em;
}
h2 {
  line-height: 1.2em;
}
.mixin-clearfix {
  content: '';
  clear: both;
  display: block;
}
ul {
  list-style: disc;
  padding: 0 0 1em 1.4em;
}
ul li {
  list-style: disc;
}
ol {
  list-style: decimal;
  padding: 0 0 1em 1.8em;
}
ol li {
  list-style: decimal;
}
p {
  margin: 0 0 1em;
}
ol.expanded li,
ul.expanded li {
  margin: 1em 0;
}
.caption {
  margin: 0 auto 1em auto;
  font-size: smaller;
  font-style: italic;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
a {
  color: #0d5d97;
  outline: none;
  text-decoration: none;
  transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, color ease-in-out 0.15s;
}
a:hover {
  color: #1b3d56;
}
a img {
  border: 0;
}
img.logo-right {
  display: block;
  margin: 1em 0;
}
@media screen and (min-width: 1024px) {
  img.logo-right {
    float: right;
    margin: 0 0 1em 3em;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}
th {
  text-align: left;
  vertical-align: top;
}
table.table-form tr th,
table.table-form tr td {
  padding: 0.1em 0;
}
table.table-form tr th {
  padding-right: 1em;
}
td {
  vertical-align: top;
}
body {
  min-width: 320px;
}
/* This block for form fields only */
.page-main input[type="checkbox"],
#modal input[type="checkbox"],
.page-main input[type="radio"],
#modal input[type="radio"] {
  width: inherit;
  margin-right: 4px;
  vertical-align: 0em;
}
.page-main input,
#modal input,
.page-main textarea,
#modal textarea,
.page-main select,
#modal select {
  border: 1px solid #cacaca;
  border-radius: 5px;
  color: #181818;
  padding: 6px;
  width: 100%;
  font-size: inherit;
  margin: 0 0.75em 0.75em 0.75em;
}
.page-main input.text,
#modal input.text {
  height: 50px;
}
.page-main input[size="4"],
#modal input[size="4"] {
  width: 5em;
}
.page-main textarea,
#modal textarea {
  height: 122px;
  resize: none;
}
.page-main input:focus,
#modal input:focus,
.page-main textarea:focus,
#modal textarea:focus {
  outline: none;
}
.page-main input.radio,
#modal input.radio,
.page-main input.checkbox,
#modal input.checkbox {
  margin: 0 10px 0 0;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px 0;
  z-index: 500;
}
.page-header__inner {
  position: relative;
}
.page-header__inner::after {
  content: '';
  clear: both;
  display: block;
}
.page-header__controls {
  position: absolute;
  top: 0;
  right: 0;
}
.page-header__menu-icon,
.page-header__search-icon {
  display: block;
  float: left;
  text-indent: -9999em;
  margin: 0 20px 0 0;
}
.page-header__menu-icon {
  background-image: url('images/menu-icon.png');
  background-size: 26px;
  height: 19px;
  width: 26px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .page-header__menu-icon {
    background-image: url('images/menu-icon-x2.png');
    background-size: 26px;
  }
}
.page-header__search-icon {
  background-image: url('images/search-icons.png');
  background-size: 23px;
  height: 23px;
  width: 23px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .page-header__search-icon {
    background-image: url('images/search-icons-x2.png');
    background-size: 23px;
  }
}
.is-open--search .page-header__search-icon {
  background-position: 0 -23px;
}
.page-header__logo {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-image: url('images/logos/logo-mobile.png');
  background-size: 89px;
  width: 89px;
  height: 33px;
  text-indent: -9999em;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .page-header__logo {
    background-image: url('images/logos/logo-mobile-x2.png');
    background-size: 89px;
  }
}
.theme--graphlibrary .page-header__logo {
  background-image: url('images/logos/graph_library/logo-mobile.png');
  background-size: 89px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .theme--graphlibrary .page-header__logo {
    background-image: url('images/logos/graph_library/logo-mobile-x2.png');
    background-size: 89px;
  }
}
.theme--pdflibrary .page-header__logo {
  background-image: url('images/logos/pdf_library/logo-mobile.png');
  background-size: 89px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .theme--pdflibrary .page-header__logo {
    background-image: url('images/logos/pdf_library/logo-mobile-x2.png');
    background-size: 89px;
  }
}
.theme--publisher .page-header__logo {
  background-image: url('images/logos/publisher/logo-mobile.png');
  background-size: 89px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .theme--publisher .page-header__logo {
    background-image: url('images/logos/publisher/logo-mobile-x2.png');
    background-size: 89px;
  }
}
.theme--pdfviewer .page-header__logo {
  background-image: url('images/logos/pdf_viewer/logo-mobile.png');
  background-size: 89px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .theme--pdfviewer .page-header__logo {
    background-image: url('images/logos/pdf_viewer/logo-mobile-x2.png');
    background-size: 89px;
  }
}
.theme--report .page-header__logo {
  background-image: url('images/logos/report_generator/logo-mobile.png');
  background-size: 89px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .theme--report .page-header__logo {
    background-image: url('images/logos/report_generator/logo-mobile-x2.png');
    background-size: 89px;
  }
}
@media screen and (min-width: 1024px) {
  .page-header__controls {
    position: static;
    margin: 20px 0 0 20px;
    display: inline-block;
    float: right;
  }
  .page-header__logo {
    background-image: url('images/logos/logo.png');
    background-size: 159px;
    width: 159px;
    height: 57px;
  }
  .theme--graphlibrary .page-header__logo {
    background-image: url('images/logos/graph_library/logo.png');
    background-size: 159px;
  }
  .theme--pdflibrary .page-header__logo {
    background-image: url('images/logos/pdf_library/logo.png');
    background-size: 159px;
  }
  .theme--publisher .page-header__logo {
    background-image: url('images/logos/publisher/logo.png');
    background-size: 159px;
  }
  .theme--pdfviewer .page-header__logo {
    background-image: url('images/logos/pdf_viewer/logo.png');
    background-size: 159px;
  }
  .theme--report .page-header__logo {
    background-image: url('images/logos/report_generator/logo.png');
    background-size: 159px;
  }
}
@media screen and (min-width: 1024px) and (min-resolution: 144dpi), screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 1.5/1), screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min-resolution: 1.5dppx) {
  .page-header__logo {
    background-image: url('images/logos/logo-x2.png');
    background-size: 159px;
  }
}
@media screen and (min-width: 1024px) and (min-resolution: 144dpi), screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 1.5/1), screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min-resolution: 1.5dppx) {
  .theme--graphlibrary .page-header__logo {
    background-image: url('images/logos/graph_library/logo-x2.png');
    background-size: 159px;
  }
}
@media screen and (min-width: 1024px) and (min-resolution: 144dpi), screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 1.5/1), screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min-resolution: 1.5dppx) {
  .theme--pdflibrary .page-header__logo {
    background-image: url('images/logos/pdf_library/logo-x2.png');
    background-size: 159px;
  }
}
@media screen and (min-width: 1024px) and (min-resolution: 144dpi), screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 1.5/1), screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min-resolution: 1.5dppx) {
  .theme--publisher .page-header__logo {
    background-image: url('images/logos/publisher/logo-x2.png');
    background-size: 159px;
  }
}
@media screen and (min-width: 1024px) and (min-resolution: 144dpi), screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 1.5/1), screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min-resolution: 1.5dppx) {
  .theme--pdfviewer .page-header__logo {
    background-image: url('images/logos/pdf_viewer/logo-x2.png');
    background-size: 159px;
  }
}
@media screen and (min-width: 1024px) and (min-resolution: 144dpi), screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 1.5/1), screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5), screen and (min-width: 1024px) and (min-resolution: 1.5dppx) {
  .theme--report .page-header__logo {
    background-image: url('images/logos/report_generator/logo-x2.png');
    background-size: 159px;
  }
}
.purchase-form1 .purchase-form1__section {
  margin: 2em 0;
  position: relative;
}
.purchase-form1 #buynow {
  position: absolute;
  top: -8px;
  left: 300px;
}
.purchase-form1 select#productSelector {
  width: auto;
}
.purchase-form2 h2 {
  margin-bottom: 1em;
}
.purchase-form2 table {
  table-layout: fixed;
}
.purchase-form2 table th {
  width: 15%;
}
.purchase-form2 table td {
  width: 35%;
  padding-right: 3em;
}
.purchase-form2 button[type="submit"] {
  display: block;
  width: 10em;
  margin: 1em auto 0 auto;
}
.purchase-form2 .lastrow #saleFormErrorMessage {
  color: red;
}
#saleItems {
  border: 1px solid gray;
  margin-bottom: 2em;
}
#saleItems th {
  font-weight: bold;
}
#saleItems thead,
#saleItems tfoot {
  background: #eeeeee;
}
#saleItems th,
#saleItems td {
  padding: 0.5em;
}
#saleForm input,
#saleForm select {
  margin-bottom: 0.25em;
}
.search-form {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 100%;
  right: 100px;
  opacity: 0;
  bottom: 0;
  background: #fff;
  padding-left: 40px;
  transition: left ease-in-out 0.5s, opacity ease-in-out 0.25s;
}
.is-open--search .search-form {
  left: 20px;
  opacity: 1;
  transition: left ease-in-out 0.5s, opacity ease-in-out 1s;
}
.search-form::before {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('images/search-icons.png');
  background-size: 23px;
  width: 23px;
  height: 23px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .search-form::before {
    background-image: url('images/search-icons-x2.png');
    background-size: 23px;
  }
}
.search-form__input {
  width: 100%;
  height: 100%;
  padding: .5em 0;
  border: 0;
  border-bottom: 1px solid #cacaca;
  border-radius: 0;
  font-size: 1em;
}
.nav {
  float: right;
}
.nav::after {
  content: '';
  clear: both;
  display: block;
}
.nav > .nav__items {
  transform: translateX(100%);
  transition: transform ease-in-out 0.25s;
}
.is-open--nav .nav > .nav__items {
  transform: translateX(0);
}
.nav__items {
  position: fixed;
  top: 73px;
  bottom: 0;
  right: 0;
  min-width: 300px;
  max-width: 100%;
  list-style: none;
  background: #333;
  color: #fff;
  padding: 10px 0;
  margin: 0;
}
.nav__items .nav__items {
  position: static;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.nav__items .nav__items .nav__link {
  color: #ccc;
  padding-left: 2em;
}
.nav__item {
  display: block;
  position: relative;
  list-style: none;
  font-size: 17px;
  padding: 0;
}
.nav__item .nav__items::before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  left: 8px;
  top: 1em;
  margin-top: -5px;
  width: 13px;
  height: 15px;
  background-image: url('images/arrows-menu.png');
  background-size: 13px;
  background-repeat: no-repeat;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .nav__item .nav__items::before {
    background-image: url('images/arrows-menu-x2.png');
    background-size: 13px;
  }
}
.nav__item .nav__item {
  font-size: .8em;
}
.nav__link {
  display: block;
  padding: 8px 16px 8px 28px;
  color: #fff;
}
.nav__link:hover {
  color: #ccc;
}
.nav__items .nav__items .nav__link:hover {
  color: #fff;
}
.nav__link:focus + .nav__items,
.nav__link:hover + .nav__items,
.nav__items:hover {
  display: block;
  height: auto;
}
.nav__link:focus + .nav__items::before,
.nav__link:hover + .nav__items::before,
.nav__items:hover::before {
  background-position: 0 -15px;
}
@media only screen and (min-width: 1024px) {
  .nav > .nav__items {
    transition: none;
    transform: none;
  }
  .nav__items {
    float: left;
    background: transparent;
    min-width: 0;
    max-width: none;
    right: auto;
    bottom: auto;
    width: auto;
    position: static;
    display: inline-block;
  }
  .nav__items .nav__items {
    display: none;
    position: absolute;
    overflow: visible;
    padding: .5em 0;
    width: 170px;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    background: #FFF;
    text-align: center;
    border: 1px solid #cacaca;
  }
  .nav__items .nav__items:hover {
    display: block;
  }
  .nav__items .nav__items::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -12px;
    margin-top: 0;
    transform: translate(-50%);
    width: 18px;
    height: 12px;
    background-image: url('images/menu-indicator.png');
    background-size: 18px;
    background-position: 0 0 !important;
  }
  .nav__item {
    display: inline-block;
  }
  .nav__item .nav__item {
    display: block;
    font-size: 1em;
  }
  .nav__items .nav__items:hover,
  .nav__link:hover + .nav__items,
  .nav__link:focus + .nav__items {
    display: block;
  }
  .nav__link,
  .nav__item .nav__item .nav__link {
    padding: 8px 16px;
    color: #181818;
  }
  .nav__link .is-selected,
  .nav__item .nav__item .nav__link .is-selected,
  .nav__link:focus,
  .nav__item .nav__item .nav__link:focus,
  .nav__link:hover,
  .nav__item .nav__item .nav__link:hover {
    color: #0d5d97;
  }
}
@media only screen and (min-width: 1024px) and (min-resolution: 144dpi), only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (min-resolution: 1.5dppx) {
  .nav__items .nav__items::before {
    background-image: url('images/menu-indicator-x2.png');
    background-size: 18px;
  }
}
.page-main {
  position: relative;
  z-index: 250;
  padding: 73px 0 60px;
}
@media screen and (min-width: 1024px) {
  .page-main {
    padding-top: 98px;
  }
  .page-main table.table-form tr th,
  .page-main table.table-form tr td {
    padding: 1em 0;
  }
  .page-main table.table-form tr th {
    padding-right: 2em;
  }
}
.page-footer {
  position: relative;
  padding: 4.5em 0 4.5em;
  font-size: 13px;
  background: #333;
  color: #fff;
}
.page-footer__adobe,
.page-footer__credit {
  color: #9a9a9a;
  font-size: .85em;
}
.page-footer__adobe a,
.page-footer__credit a {
  color: #fff;
}
.page-footer__adobe a:hover,
.page-footer__credit a:hover {
  color: #c1e7fe;
}
.theme--pdflibrary .footer-menu h1,
.theme--pdflibrary .footer-menu h2,
.theme--pdflibrary .footer-menu h3 {
  color: #f0cb87;
}
.theme--publisher .footer-menu h1,
.theme--publisher .footer-menu h2,
.theme--publisher .footer-menu h3 {
  color: #89001c;
}
.theme--pdfviewer .footer-menu h1,
.theme--pdfviewer .footer-menu h2,
.theme--pdfviewer .footer-menu h3 {
  color: #92de9f;
}
.theme--report .footer-menu h1,
.theme--report .footer-menu h2,
.theme--report .footer-menu h3 {
  color: #dd6376;
}
.footer-menu h1,
.footer-menu h2,
.footer-menu h3,
.footer-menu h4,
.footer-menu h5,
.footer-menu h6 {
  color: #9a9a9a;
  margin-bottom: 0.5em;
}
.footer-menu h1 + .posthead,
.footer-menu h2 + .posthead,
.footer-menu h3 + .posthead,
.footer-menu h4 + .posthead,
.footer-menu h5 + .posthead,
.footer-menu h6 + .posthead {
  margin-top: -0.5em;
}
.footer-menu h2 {
  line-height: 1.2em;
}
.footer-menu__items {
  margin: 0;
  padding: 0;
}
.footer-menu__item {
  list-style: none;
}
.footer-menu__link {
  color: #c1e7fe;
}
.footer-menu__link:hover {
  color: #ffffff;
}
.footer-menu__title {
  font-weight: 400;
  font-size: 1em;
}
.faq {
  margin-top: 40px;
}
.faq .contents {
  margin-bottom: 40px;
}
.faq .contents .question {
  display: list-item;
  margin: 8px 0 8px 40px;
}
.faq .entry {
  margin-top: 40px;
}
#modal {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}
#modal.active {
  display: block;
}
#modal > *:first-child {
  position: absolute;
  pointer-events: auto;
  top: 50%;
  left: 50%;
  border: 4px solid #0d5d97;
  border-radius: 24px;
  background-color: white;
  width: 700px;
  margin: -200px 0 0 -350px;
  padding: 2em;
  font-size: inherit;
}
#modal > *:first-child th {
  font-weight: normal;
}
.blog-comments {
  list-style: none;
}
.blog-comments .blog-comment {
  border-left: 2px solid rgba(128, 128, 128, 0.5);
  padding-left: 1em;
  list-style: none;
  margin: 1em 0;
}
.blog-comments .blog-comment .head {
  font-style: italic;
  font-size: 0.8em;
}
.licenseTable {
  margin-bottom: 3em;
}
.licenseTable th {
  font-weight: bold;
}
.licenseTable th,
.licenseTable td {
  padding: 20px;
  border: 1px solid #cacaca;
}
#scrollToTop {
  background: #FFF url(images/arrow-scroll-up.png) center center no-repeat;
  border: 1px solid #333;
  border-radius: 4px;
  bottom: 20px;
  height: 44px;
  position: fixed;
  right: 20px;
  width: 44px;
  z-index: 15;
}
/* Buttons */
button,
a.button {
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  font-size: 19px;
  line-height: 25px;
  padding: 8px 20px;
  margin-right: 0.5em;
  white-space: nowrap;
}
button[type=submit],
a.button[type=submit],
button.blue,
a.button.blue {
  background: #0d5d97;
  color: #FFF;
  margin: 0 20px 0 0;
}
button.white,
a.button.white {
  border-color: #FFF;
  color: #FFF;
  padding: 15px 25px;
}
button.selected,
a.button.selected {
  background: #EEE;
}
button:hover,
a.button:hover {
  background: #d7e5ee;
  color: #0d5d97;
}
button:disabled,
a.button:disabled,
button.disabled,
a.button.disabled {
  pointer-events: none;
  color: #DDD;
  background: #AAA;
}
.blognavbutton {
  margin: 0.5em 0.5em 0.5em 0em;
  padding: 0.3em;
}
input:focus,
textarea:focus {
  outline: none;
}
.button--inherit {
  color: inherit;
  margin: 0.2em 0.2em 0.2em 0.2em;
  border-color: inherit;
}
/* Forms */
.radioLabel,
.checkboxLabel {
  display: inline-block;
  padding: 0 20px 10px 0;
}
.otherLabel {
  display: block;
  padding: 0 0 4px;
}
#submitRow {
  min-height: 47px;
}
.sending {
  color: #cacaca;
}
.enquiryError {
  color: #F33;
}
label {
  margin-right: 1em;
  white-space: nowrap;
}
select {
  display: inline-block;
  max-width: 30em;
}
label.error {
  left: -9999em;
  position: absolute;
  visibility: hidden;
}
/* Slideshows */
.slideshow {
  position: relative;
}
.slideshow figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}
.slideshow figure.active {
  opacity: 1;
}
.slideshow figure img,
.slideshow figure svg {
  width: 100%;
}
.slideshow figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
  background-color: gray;
  color: white;
}
.slideshow div:last-child {
  bottom: -22px;
  font-size: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slideshow div:last-child a {
  border: 1px solid #cacaca;
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  margin: 0 3px;
  width: 9px;
}
.slideshow div:last-child a.active {
  background: #cacaca;
}
/* Purchase */
#licensingTable td {
  border: 1px solid #cacaca;
  padding: 20px;
}
#licensingTable td.blueLabel {
  color: #0d5d97;
  font-weight: 600;
}
#faqLinks h2.sectionTitle {
  padding-bottom: 0.4em;
}
/* Resellers */
.resellerLinks {
  font-weight: 600;
  max-width: 800px;
  margin: 2em 0;
}
.resellerLinks a {
  display: inline-block;
  width: 20%;
  margin-right: 2em;
}
.resellerCountry {
  margin-top: 2em;
}
.resellerCountry .reseller {
  position: relative;
  padding: 0 180px 0 0;
  margin: 1em 0;
}
@media screen and (min-width: 1024px) {
  .resellerCountry .reseller {
    margin: 2em 0;
  }
}
.resellerCountry .reseller h3 {
  color: #0d5d97;
  font-weight: 600;
  margin: 0;
}
.resellerCountry .reseller p {
  margin: 0;
}
.resellerCountry .reseller img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .resellerCountry .reseller img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.reference {
  position: relative;
  margin: 1em 0;
}
@media screen and (min-width: 1024px) {
  .reference {
    margin: 2em 0;
  }
}
.reference h2 {
  color: #0d5d97;
  font-weight: 600;
  margin: 0;
}
.reference p {
  padding-right: 180px;
  margin: 0.5em;
}
.reference img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .reference img {
    display: block;
    float: right;
    margin: 0 0 1em 3em;
  }
}
.reference .ReferenceCredit {
  font-style: italic;
  margin-top: 1em;
  margin-left: 2em;
}
.reference .ReferenceCredit::before {
  content: "--";
}
/* Contact */
p.contactDetail {
  font-size: 21px;
  line-height: 27px;
  padding: 0 0 1em 45px;
  position: relative;
}
p.contactDetail:before {
  background: url(images/contact-icons.png) no-repeat;
  content: "";
  height: 27px;
  left: 0;
  position: absolute;
  top: 0;
  width: 27px;
}
p#contactAddress {
  font-size: 17px;
}
p#contactAddress:before {
  background-position: 0 -27px;
}
p#contactTwitter:before {
  background-position: 0 -54px;
}
p#contactRSS:before {
  background-position: 0 -81px;
}
p#contactFax:before {
  background-position: 0 -108px;
}
#googleMap {
  height: 400px;
  margin-top: 4em;
}
/* Misc. */
.hidden {
  display: none;
}
.mixin-centered-content,
.page-header__inner,
.page-footer__inner,
.content-stripe__inner,
.quotes__inner,
.page-content,
.product-page {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.mixin-vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.content-stripe {
  position: relative;
  color: #fff;
  background-color: #c1e7fe;
  overflow: hidden;
}
.content-stripe--pdf .content-stripe__bg,
.content-stripe--report .content-stripe__bg,
.content-stripe--graph .content-stripe__bg,
.content-stripe--pdfviewer .content-stripe__bg,
.content-stripe--publisher .content-stripe__bg {
  opacity: 0.35;
}
.content-stripe__bg {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  /* for variations, we want right-alignment. for vanilla, we want centre alignment */
  background-position: right center;
  background-size: cover;
}
.content-stripe--home .content-stripe__bg,
.content-stripe--compact .content-stripe__bg,
.content-stripe[class="content-stripe"] .content-stripe__bg {
  background-image: url('images/page-bg.jpg');
  background-size: 1545px;
  background-position: top center;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .content-stripe--home .content-stripe__bg,
  .content-stripe--compact .content-stripe__bg,
  .content-stripe[class="content-stripe"] .content-stripe__bg {
    background-image: url('images/page-bg@2x.jpg');
    background-size: 1545px;
  }
}
.content-stripe__bg--opaque {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .content-stripe .content-stripe__bg--desktop-opaque {
    opacity: 1;
  }
}
.content-stripe__inner {
  position: relative;
  z-index: 2000;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .content-stripe__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .content-stripe__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-stripe__copy {
  font-size: 1.4em;
}
@media screen and (min-width: 800px) {
  .content-stripe__copy__byline {
    color: #c1e7fe;
  }
}
.content-stripe__title {
  color: #fff;
  font-size: 1.4em;
}
.content-stripe__title--underline {
  border-bottom: 1px solid;
}
.content-stripe--divider {
  background-color: #fff;
}
.content-stripe--divider .content-stripe__title {
  color: #000;
}
.content-stripe--divider .content-stripe__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-stripe--compact .content-stripe__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-stripe--pdf {
  background-color: #7d6e60;
}
.content-stripe--pdf .content-stripe__bg {
  background-image: url('images/background-pdf.png');
  background-size: 597px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .content-stripe--pdf .content-stripe__bg {
    background-image: url('images/background-pdf@2x.png');
    background-size: 597px;
  }
}
.content-stripe--pdf .content-stripe__title,
.content-stripe--pdf .content-stripe__highlight {
  color: #f0cb87;
}
.content-stripe--publisher {
  background-color: #f7a41f;
}
.content-stripe--publisher .content-stripe__bg {
  background: url("images/background-publisher.svg") top -120px right -250px / auto 140% no-repeat;
}
.content-stripe--publisher .content-stripe__title,
.content-stripe--publisher .content-stripe__highlight {
  color: #89001c;
}
.content-stripe--report {
  background-color: #563b3f;
}
.content-stripe--report .content-stripe__bg {
  background-image: url('images/background-report.png');
  background-size: 682px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .content-stripe--report .content-stripe__bg {
    background-image: url('images/background-report@2x.png');
    background-size: 682px;
  }
}
.content-stripe--report .content-stripe__title,
.content-stripe--report .content-stripe__highlight {
  color: #dd6376;
}
.content-stripe--graph {
  background-color: #856e7a;
}
.content-stripe--graph .content-stripe__bg {
  background-image: url('images/background-graph.png');
  background-size: 609px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .content-stripe--graph .content-stripe__bg {
    background-image: url('images/background-graph@2x.png');
    background-size: 609px;
  }
}
.content-stripe--graph .content-stripe__title,
.content-stripe--graph .content-stripe__highlight {
  color: #c0e5d5;
}
.content-stripe--pdfviewer {
  background-color: #33433c;
}
.content-stripe--pdfviewer .content-stripe__bg {
  background-image: url('images/background-pdfviewer.png');
  background-size: 585px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .content-stripe--pdfviewer .content-stripe__bg {
    background-image: url('images/background-pdfviewer@2x.png');
    background-size: 585px;
  }
}
.content-stripe--pdfviewer .content-stripe__title,
.content-stripe--pdfviewer .content-stripe__highlight {
  color: #92de9f;
}
.content-stripe--columns {
  color: #181818;
  background-color: #fff;
}
.content-stripe--columns .content-stripe__title {
  color: #181818;
  padding-bottom: .5em;
}
.content-stripe--columns .content-stripe__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-stripe__highlight {
  font-size: .9em;
}
.content-stripe__highlight a,
.content-stripe__title a {
  color: inherit;
}
.quotes {
  position: relative;
  z-index: 2500;
  clear: both;
  color: #181818;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(193, 231, 254, 0.7);
}
.quotes__title {
  font-weight: 500;
  color: #181818;
}
.quotes .quote {
  margin: 20px 0 0;
}
.quotes .quote__text {
  font-size: 1.25em;
  font-style: italic;
  font-weight: 200;
}
.quotes .quote__caption {
  color: #0d5d97;
  font-weight: 600;
}
.quote {
  background: url(images/quote-icon.png) no-repeat;
  padding: 0 0 0 8.2em;
  min-height: 98px;
}
.quote--inline {
  background: none;
  padding-left: 0;
  min-height: 0;
}
.quote--inline .quote__logo {
  display: none;
}
.quote__text {
  font-style: italic;
}
.quote__text:before {
  content: '“';
  font-size: bigger;
}
.quote__text:after {
  content: '”';
  font-size: bigger;
}
.quote__caption {
  font-size: smaller;
  margin-top: 0.25em;
}
.quote__caption:before {
  content: '— ';
}
.quote__logo {
  float: right;
  margin-right: 3em;
}
.example {
  margin-top: 1em;
  clear: left;
}
.example__image {
  float: left;
  margin: 0 1em 1em 0;
}
.product-list {
  font-size: 16px;
  background: #def3ff;
  color: #181818;
  border-radius: 5px;
}
.product-list__items {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.product-list__item {
  list-style: none;
  border-top: 1px solid #9fd0ec;
  padding: 12px;
}
.product-list__item-title {
  font-weight: 400;
}
.product-list__item-link {
  display: block;
  position: relative;
  margin: -12px;
  padding: 12px;
  background-color: inherit;
}
.product-list__item-link:hover {
  background-color: #fff;
}
.product-list__item-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background-image: url('images/arrow-right.png');
  background-size: 8px;
  width: 8px;
  height: 15px;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .product-list__item-link::after {
    background-image: url('images/arrow-right@2x.png');
    background-size: 8px;
  }
}
.product-list__item-link p {
  color: #181818;
}
.product-list__title {
  padding: 12px;
  margin: 0;
}
.excerpt {
  font-size: 18px;
  padding: 1em 0;
}
.excerpt__table {
  border-collapse: separate;
  border-spacing: 1em;
}
.page-content,
.product-page {
  padding-top: 2em;
}
.theme--pdflibrary .page-content .page-content__copy h1,
.theme--pdflibrary .page-content .page-content__copy h2,
.theme--pdflibrary .page-content .page-content__copy h3 {
  color: #f0cb87;
}
.theme--publisher .page-content .page-content__copy h1,
.theme--publisher .page-content .page-content__copy h2,
.theme--publisher .page-content .page-content__copy h3 {
  color: #89001c;
}
.theme--pdfviewer .page-content .page-content__copy h1,
.theme--pdfviewer .page-content .page-content__copy h2,
.theme--pdfviewer .page-content .page-content__copy h3 {
  color: #92de9f;
}
.theme--report .page-content .page-content__copy h1,
.theme--report .page-content .page-content__copy h2,
.theme--report .page-content .page-content__copy h3 {
  color: #dd6376;
}
.page-content .page-content__copy h1,
.page-content .page-content__copy h2,
.page-content .page-content__copy h3,
.page-content .page-content__copy h4,
.page-content .page-content__copy h5,
.page-content .page-content__copy h6 {
  color: #181818;
  margin-bottom: 0.5em;
}
.page-content .page-content__copy h1 + .posthead,
.page-content .page-content__copy h2 + .posthead,
.page-content .page-content__copy h3 + .posthead,
.page-content .page-content__copy h4 + .posthead,
.page-content .page-content__copy h5 + .posthead,
.page-content .page-content__copy h6 + .posthead {
  margin-top: -0.5em;
}
.page-content .page-content__copy h2 {
  line-height: 1.2em;
}
.page-content .page-content__copy ol,
.page-content .page-content__copy ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
}
.page-content .page-content__copy ol.copy-list--inline,
.page-content .page-content__copy ul.copy-list--inline {
  padding-left: 0;
}
.page-content .page-content__copy ol.copy-list--inline li,
.page-content .page-content__copy ul.copy-list--inline li {
  list-style: none;
}
.page-content .page-content__copy img {
  display: block;
}
.page-content .page-content__copy pre,
.page-content .page-content__copy code {
  background-color: #fafafa;
  font-size: .8em;
}
.page-content .page-content__copy pre {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  padding: 1em;
  margin: 1em 0;
  overflow-x: scroll;
}
.theme--pdflibrary .product-page__copy h1,
.theme--pdflibrary .product-page__copy h2,
.theme--pdflibrary .product-page__copy h3 {
  color: #f0cb87;
}
.theme--publisher .product-page__copy h1,
.theme--publisher .product-page__copy h2,
.theme--publisher .product-page__copy h3 {
  color: #89001c;
}
.theme--pdfviewer .product-page__copy h1,
.theme--pdfviewer .product-page__copy h2,
.theme--pdfviewer .product-page__copy h3 {
  color: #92de9f;
}
.theme--report .product-page__copy h1,
.theme--report .product-page__copy h2,
.theme--report .product-page__copy h3 {
  color: #dd6376;
}
.product-page__copy h1,
.product-page__copy h2,
.product-page__copy h3,
.product-page__copy h4,
.product-page__copy h5,
.product-page__copy h6 {
  color: #181818;
  margin-bottom: 0.5em;
}
.product-page__copy h1 + .posthead,
.product-page__copy h2 + .posthead,
.product-page__copy h3 + .posthead,
.product-page__copy h4 + .posthead,
.product-page__copy h5 + .posthead,
.product-page__copy h6 + .posthead {
  margin-top: -0.5em;
}
.product-page__copy h2 {
  line-height: 1.2em;
}
.product-page__copy ol,
.product-page__copy ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
}
.product-page__copy ol.copy-list--inline,
.product-page__copy ul.copy-list--inline {
  padding-left: 0;
}
.product-page__copy ol.copy-list--inline li,
.product-page__copy ul.copy-list--inline li {
  list-style: none;
}
.product-page__copy img {
  display: block;
}
.product-page__copy pre,
.product-page__copy code {
  background-color: #fafafa;
  font-size: .8em;
}
.product-page__copy pre {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  padding: 1em;
  margin: 1em 0;
  overflow-x: scroll;
}
.theme--pdflibrary .product-page__copy h1,
.theme--pdflibrary .product-page__copy h2,
.theme--pdflibrary .product-page__copy h3 {
  color: #7d6e60;
}
.theme--publisher .product-page__copy h1,
.theme--publisher .product-page__copy h2,
.theme--publisher .product-page__copy h3 {
  color: #f7a41f;
}
.theme--pdfviewer .product-page__copy h1,
.theme--pdfviewer .product-page__copy h2,
.theme--pdfviewer .product-page__copy h3 {
  color: #33433c;
}
.theme--report .product-page__copy h1,
.theme--report .product-page__copy h2,
.theme--report .product-page__copy h3 {
  color: #563b3f;
}
.theme--pdflibrary .product-summary__header h1,
.theme--pdflibrary .product-summary__header h2,
.theme--pdflibrary .product-summary__header h3 {
  color: #7d6e60;
}
.theme--publisher .product-summary__header h1,
.theme--publisher .product-summary__header h2,
.theme--publisher .product-summary__header h3 {
  color: #f7a41f;
}
.theme--pdfviewer .product-summary__header h1,
.theme--pdfviewer .product-summary__header h2,
.theme--pdfviewer .product-summary__header h3 {
  color: #33433c;
}
.theme--report .product-summary__header h1,
.theme--report .product-summary__header h2,
.theme--report .product-summary__header h3 {
  color: #563b3f;
}
.theme--pdflibrary .product-summary__copy h1,
.theme--pdflibrary .product-summary__copy h2,
.theme--pdflibrary .product-summary__copy h3 {
  color: #f0cb87;
}
.theme--publisher .product-summary__copy h1,
.theme--publisher .product-summary__copy h2,
.theme--publisher .product-summary__copy h3 {
  color: #89001c;
}
.theme--pdfviewer .product-summary__copy h1,
.theme--pdfviewer .product-summary__copy h2,
.theme--pdfviewer .product-summary__copy h3 {
  color: #92de9f;
}
.theme--report .product-summary__copy h1,
.theme--report .product-summary__copy h2,
.theme--report .product-summary__copy h3 {
  color: #dd6376;
}
.product-summary__copy h1,
.product-summary__copy h2,
.product-summary__copy h3,
.product-summary__copy h4,
.product-summary__copy h5,
.product-summary__copy h6 {
  color: #181818;
  margin-bottom: 0.5em;
}
.product-summary__copy h1 + .posthead,
.product-summary__copy h2 + .posthead,
.product-summary__copy h3 + .posthead,
.product-summary__copy h4 + .posthead,
.product-summary__copy h5 + .posthead,
.product-summary__copy h6 + .posthead {
  margin-top: -0.5em;
}
.product-summary__copy h2 {
  line-height: 1.2em;
}
.product-summary__copy ol,
.product-summary__copy ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
}
.product-summary__copy ol.copy-list--inline,
.product-summary__copy ul.copy-list--inline {
  padding-left: 0;
}
.product-summary__copy ol.copy-list--inline li,
.product-summary__copy ul.copy-list--inline li {
  list-style: none;
}
.product-summary__copy img {
  display: block;
}
.product-summary__copy pre,
.product-summary__copy code {
  background-color: #fafafa;
  font-size: .8em;
}
.product-summary__copy pre {
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  padding: 1em;
  margin: 1em 0;
  overflow-x: scroll;
}
.product-summary__inner {
  font-size: 15px;
  border: 1px solid;
  border-radius: 5px;
  margin: 1em 0 0;
  padding: 1em;
}
.theme--pdflibrary .product-summary__inner {
  border-color: #7d6e60;
}
.theme--publisher .product-summary__inner {
  border-color: #f7a41f;
}
.theme--pdfviewer .product-summary__inner {
  border-color: #33433c;
}
.theme--report .product-summary__inner {
  border-color: #563b3f;
}
.product-summary__facts {
  margin: 0 0 1em;
  overflow: hidden;
}
.product-summary__facts dt {
  min-width: 6em;
  float: left;
  clear: left;
  font-weight: 700;
}
.product-summary__facts dt:after {
  content: ':';
}
.product-summary__facts dd {
  padding-left: .1em;
  float: left;
}
.item-summary {
  margin-bottom: 2em;
}
.item-summary:last-of-type {
  margin-bottom: 0;
}
.item-summary__title {
  font-size: 1.8em;
  font-weight: bold;
}
.item-summary--compact {
  margin-bottom: 1em;
}
.item-summary--compact .item-summary__title {
  font-size: 1em;
  font-weight: 600;
}
.item-summary time {
  font-style: italic;
  font-size: 0.9em;
}
.prehead + h1,
.prehead + h2,
.prehead + h3,
.prehead + h4 {
  margin-top: 0;
}
.component {
  margin-bottom: 1em;
}
aside .component {
  font-size: 15px;
}
.component h3,
.component h4,
.component h5 {
  font-weight: 700;
}
.tag__link {
  padding-right: 6px;
  line-height: 1rem;
}
.tag__link[data-rank='3'] {
  font-size: 1.5em;
}
.tag__link[data-rank='2'] {
  font-size: 1.25em;
}
.tag__link[data-rank='1'] {
  font-size: 1em;
}
.tag__link[data-rank='0'] {
  font-size: 0.8em;
}
hr {
  margin: 1em 0;
  border: none;
  background-image: url('images/page-bg.jpg');
  background-size: 1545px;
  width: 100%;
  height: 48px;
  opacity: 0.7;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  hr {
    background-image: url('images/page-bg@2x.jpg');
    background-size: 1545px;
  }
}
.blog__footer {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px dotted gray;
}
.blog__footer .tags .tag {
  margin-right: 0.5em;
}
.blog__footer #newComment {
  display: none;
}
.blog__footer #newComment.active {
  display: block;
  border: 1px solid gray;
  border-radius: 8px;
  padding: 1em 2em 1em 1em;
  margin-left: 15em;
  position: relative;
  top: -1em;
}
.blog__footer #newComment table {
  width: 100%;
}
.blog__footer #newComment table th {
  width: 25%;
}
.blog-meta section {
  margin-top: 2em;
}
.blog-meta .blog-categories__list {
  margin: .5em 0 0 2em;
  padding: 0;
}
.blogAuthor {
  margin-bottom: 1em;
}
.previousArticle {
  margin-right: 1em;
}
.matrix {
  font-size: 13px;
}
.matrix th,
.matrix td {
  border: 1px solid #b1b1b1;
  text-align: center;
  vertical-align: middle;
  padding: 0.75em 0.5em;
}
.matrix thead th:first-child {
  border: 0;
}
.matrix tbody {
  font-size: 14px;
}
.matrix tbody tr:nth-child(2n) {
  background: #f1f1f1;
}
.matrix th[scope="col"] {
  font-weight: 700;
  width: 90px;
}
.matrix th[scope="row"] {
  text-align: left;
  font-weight: 400;
}
.matrix__compat {
  display: inline-block;
  background-image: url('images/feature-icons.png');
  background-size: 23px;
  width: 23px;
  height: 17px;
  text-indent: -9999em;
}
@media (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .matrix__compat {
    background-image: url('images/feature-icons-x2.png');
    background-size: 23px;
  }
}
.matrix__compat:empty {
  background-position: 0 -17px;
}
.matrix__compat:empty:before {
  content: 'No';
}
.matrix__note {
  display: block;
  position: relative;
}
.matrix__note sup {
  position: absolute;
  margin-left: .25em;
}
.matrix__note:active sup,
.matrix__note:hover sup {
  text-decoration: underline;
}
.matrix__note-list {
  margin: 0;
  padding: 0.75em 0.5em;
}
.matrix__note-list li {
  list-style: none;
}
.matrix__cite:target {
  background: yellow;
}
.graphExamples {
  display: block;
}
.graphExamples .graphExamples__input .graphExamples__presets {
  width: auto;
  overflow-x: scroll;
  margin: 8px 0;
  white-space: nowrap;
}
.graphExamples .graphExamples__input .graphExamples__presets .graphExample__preset {
  display: inline;
  padding: 4px 0;
}
.graphExamples .graphExamples__input .graphExamples__xml {
  min-height: 360px;
  border: 1px solid #CCC;
}
.graphExamples .graphExamples__input .graphExamples__buttons {
  text-align: center;
  padding-top: 10px;
}
.graphExamples .graphExamples__output {
  margin-top: 10px;
  width: 100%;
  height: 360px;
  display: block;
  border: 1px solid #CCC;
  overflow: auto;
  position: relative;
  resize: both;
}
.graphExamples .graphExamples__output iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
}
.graphExamples .graphExamples__output iframe html {
  width: 100%;
  height: 100%;
  font-size: 0.7em;
  background-color: white;
  margin: 0;
  padding: 0;
  text-align: left;
}
.graphExamples .graphExamples__output iframe html pre {
  height: 100%;
  overflow: scroll;
}
@media screen and (min-width: 1024px) {
  .graphExamples {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 520px;
  }
  .graphExamples .graphExamples__input {
    display: table-cell;
    width: 50%;
    height: 100%;
    padding-right: 1em;
    vertical-align: top;
  }
  .graphExamples .graphExamples__input .graphExamples__presets {
    width: 100%;
  }
  .graphExamples .graphExamples__output {
    display: table-cell;
    width: 50%;
    height: 100%;
    padding: 0;
    vertical-align: top;
  }
}
blockquote {
  margin: 1em 2em;
  font-style: italic;
}
blockquote.highlight {
  font-style: normal;
  font-weight: bold;
}
blockquote.highlight::before {
  position: absolute;
  left: 0;
  content: "⚠️ ";
}
blockquote i {
  font-style: normal;
}
#pdfapplet {
  width: 100%;
  height: 500px;
  display: block;
}
/**
 * Magic to move all empty <a name=...> links up by 100px to cater for fixed heading
 */
a[name]:empty {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
.twitterLink {
  position: absolute;
  left: 50%;
  bottom: 4.5em;
  width: 24px;
  height: 20px;
  background: url("images/twitter.png");
  border: none;
}
iframe[name=google_conversion_frame] {
  position: fixed;
}
blockquote cite {
  display: block;
  text-align: right;
  font-size: 75%;
}
blockquote cite::before {
  content: "-- ";
}
/*# sourceMappingURL=style.map */