html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@font-face {
  font-family: "EratoReg";
  src: url("/documentation/fonts/EratoReg-webfont.eot");
  src: url("/documentation/fonts/EratoReg-webfont.eot?#iefix") format("embedded-opentype"), url("/documentation/fonts/EratoReg-webfont.woff") format("woff"), url("/documentation/fonts/EratoReg-webfont.ttf") format("truetype"), url("/documentation/fonts/EratoReg-webfont.svg#erato-regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  font-size: 96%;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Segoe", "Segoe UI", "Arial", sans-serif;
  color: #333539;
  background: #f6f6f6;
  height: 100%;
  padding: 0 2em;
  font-weight: 300;
}

h1 {
  font-size: 2.3em;
  font-family: "EratoReg", "Palatino", "Palatino Linotype", "Georgia", serif;
  font-weight: 200;
  letter-spacing: -0.02em;
  margin-bottom: 0.75em;
  margin-top: 0.2em;
  color: #333539;
  -webkit-font-smoothing: antialiased;
}
h1 em {
  font-weight: 200;
  color: #9f1c35;
}

h2 {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 1.45em;
  color: #333539;
  font-family: "EratoReg", "Palatino", "Palatino Linotype", "Georgia", serif;
}

h3 {
  font-weight: 500;
  color: #333539;
  margin-top: 1em;
}

#page-wrapper {
  *zoom: 1;
  max-width: 69em;
  _width: 69em;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  background: white;
  position: relative;
  padding-bottom: 9em;
}
#page-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

a {
  cursor: pointer !important;
}

#logo-bar {
  background: white;
  padding: 2em 0 1em 0;
  overflow: hidden;
}
#logo-bar a.logo {
  float: left;
  margin-top: -0.2em;
}

footer {
  border-top: solid 1px #dddddd;
  height: 5em;
  padding-top: 2em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 94%;
  text-align: center;
}
footer span {
  font-size: 0.8em;
}

nav#site-nav {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -3em;
  display: inline;
  font-family: "Helvetica Neue", "Helvetica", "Segoe", "Segoe UI", "Arial", sans-serif;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0;
  border-bottom: solid 1px #dddddd;
}
nav#site-nav ul {
  display: inline-block;
}
nav#site-nav li {
  display: block;
  float: left;
  margin-right: 0.5em;
}
nav#site-nav li a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  display: block;
  padding: 0.5em 2em 0.5em 0;
  transition: color 0.15s;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
}
nav#site-nav li a:active, nav#site-nav li a:focus {
  outline: none;
}
nav#site-nav li a.active, nav#site-nav li a:hover {
  color: #9f1c35;
}

article {
  background: white;
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -3em;
  display: inline;
  padding: 3em 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article section {
  padding: 1em 0;
}
article .text-content, article nav {
  line-height: 180%;
}
article .text-content strong, article nav strong {
  font-weight: 500;
}
article .text-content {
  width: 61.70213%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
}
article .text-content table {
  width: 100%;
  margin-bottom: 4em;
}
article .text-content table tr:nth-child(odd) td {
  background: #f6f6f6;
}
article .text-content table td {
  padding: 1em;
  font-weight: 300;
}
article .text-content table td:first-child {
  color: #333539;
  font-weight: bold;
}
article .text-content a {
  color: #9f1c35;
}
article .text-content p {
  margin-top: 1em;
  margin-top: 1em;
}
article .text-content p:first-child {
  font-size: 1.25em;
  line-height: 154%;
  color: #4f5155;
  margin-bottom: 1.6em;
}
article .text-content p + h2 {
  margin-top: 2em;
}
article nav {
  width: 36.17021%;
  float: right;
  margin-right: 0;
  *margin-left: -3em;
  display: inline;
  overflow-x: hidden;
}
article nav.fixed {
  position: fixed;
  top: 1em;
}
article nav.fixed-bottom {
  bottom: 6em;
  right: auto;
  height: 613.54688px;
  position: absolute;
  top: auto;
}
article nav li {
  margin-bottom: -0.3em;
  width: 200%;
}
article nav li.h3 {
  font-size: 0.9em;
  padding-left: 2em;
}
article nav li.h3 a {
  font-weight: 300;
}
article nav li.h3 + li.h2 {
  margin-top: 1em;
}
article nav a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  color: #9f1c35;
  font-weight: 400;
}
article nav a:active, article nav a:focus {
  outline: none;
}
article nav a.active {
  font-weight: 400 !important;
  border-bottom: dotted 1px;
}
article nav a.top-link {
  display: block;
  margin-bottom: 3em;
}

article .text-content li {
  list-style: disc outside none;
}

article .text-content ul {
  padding-left: 30px;
}

.social {
  overflow: hidden;
}
.social ul {
  margin-top: 0.5em;
  overflow: hidden;
}
.social ul li {
  float: right;
  margin-left: 0.3em;
}
.social ul li.title {
  margin-right: 0.3em;
  font-size: 0.8em;
  margin-top: 0.55em;
  opacity: 0.5;
}
.social ul li.icon {
  width: 28px;
  height: 28px;
  overflow: hidden;
}
.social ul li.icon.linkedin img {
  margin-left: -28px;
}
.social ul li.icon.twitter img {
  margin-left: -56px;
}
.social ul li.icon.googleplus img {
  margin-left: -84px;
}

code {
  font-size: 12px;
}

.button, .button--light {
  text-transform: uppercase;
  display: inline-block;
  padding: 0.3em 2em;
  font-weight: 500;
  background: #219db3;
  color: white;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.button--light {
  background: #f1f1ed;
  color: #333539;
}

.homepage h1 {
  text-align: center;
  line-height: 130%;
  margin-bottom: 1.5em;
  font-size: 2.7em;
}
.homepage h2 {
  text-align: center;
}
.homepage .key-features {
  *zoom: 1;
  max-width: 69em;
  _width: 69em;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
  line-height: 160%;
  margin-bottom: 4em;
}
.homepage .key-features:after {
  content: "";
  display: table;
  clear: both;
}
.homepage .key-features .feature {
  width: 30.43478%;
  float: left;
  margin-right: 4.34783%;
  display: inline;
  padding: 0 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage .key-features .feature ul {
  list-style-type: square;
}
.homepage .key-features .feature li {
  margin-bottom: 0.5em;
}
.homepage .key-features .feature.last {
  width: 30.43478%;
  float: right;
  margin-right: 0;
  *margin-left: -3em;
  display: inline;
}
.homepage .cta {
  background: #f6f6f6;
  line-height: 180%;
  padding: 1.5em 2em;
  margin-bottom: 2em;
  text-align: center;
  border-radius: 0.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage .cta h2 {
  display: inline;
}
.homepage .cta a {
  color: #9f1c35;
  margin-left: 3em;
}
.homepage .cta a.button, .homepage .cta a.button--light {
  color: white;
}
.homepage .more {
  padding: 1em 2em;
  text-align: center;
}
.homepage .more h3 {
  display: inline;
}
.homepage .more a {
  color: #9f1c35;
  margin-left: 1em;
  display: inline-block;
  line-height: 150%;
}

span.flash, span.new {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  padding: 0 0.5em;
  font-size: 0.9em;
  margin-right: 0.5em;
  background-color: #9f1c35;
}

.new:before {
  content: "NEW ";
}

pre {
  overflow: auto;
}

article .text-content .filter-link {
  display: block;
  margin-top: -4px;
  font-size: 12px;
  font-weight: normal;
}
