html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1;
  font-family: sans-serif;
}
iframe {
  border: 0;
}
main {
  display: block;
}
ul,
ol {
  padding-left: 0;
}
li {
  display: block;
}
dl {
  margin-top: 0;
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
p {
  margin-bottom: 0;
}
sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
i,
address {
  font-style: normal;
}
figure {
  margin: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}
input,
textarea,
keygen,
select,
button {
  font-family: inherit;
  color: inherit;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  position: relative;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
@font-face {
  font-family: 'LatoWeb';
  src: url("/fonts/Lato-Regular.woff2") format('woff2'), url("/fonts/Lato-Regular.woff") format('woff'), url("/fonts/Lato-Regular.ttf") format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoWeb';
  src: url("/fonts/Lato-Italic.woff2") format('woff2'), url("/fonts/Lato-Italic.woff") format('woff'), url("/fonts/Lato-Italic.ttf") format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoWeb';
  src: url("/fonts/Lato-Bold.woff2") format('woff2'), url("/fonts/Lato-Bold.woff") format('woff'), url("/fonts/Lato-Bold.ttf") format('truetype');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoWeb';
  src: url("/fonts/Lato-BoldItalic.woff2") format('woff2'), url("/fonts/Lato-BoldItalic.woff") format('woff'), url("/fonts/Lato-BoldItalic.ttf") format('truetype');
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoWeb';
  src: url("/fonts/Lato-Light.woff2") format('woff2'), url("/fonts/Lato-Light.woff") format('woff'), url("/fonts/Lato-Light.ttf") format('truetype');
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoWeb';
  src: url("/fonts/Lato-LightItalic.woff2") format('woff2'), url("/fonts/Lato-LightItalic.woff") format('woff'), url("/fonts/Lato-LightItalic.ttf") format('truetype');
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
body {
  color: #d0d0d2;
  background-color: #141422;
}
a {
  color: #d8c13a;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
a:hover {
  color: #e0cd61;
}
a:active {
  color: #d8c13a;
}
a:focus {
  color: #e0cd61;
}
html.overflow-hidden,
html.overflow-hidden body {
  overflow-x: hidden;
}
/*
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format('embedded-opentype'), url("/fonts/fontawesome-webfont.woff2?v=4.6.2") format('woff2'), url("/fonts/fontawesome-webfont.woff?v=4.6.2") format('woff'), url("/fonts/fontawesome-webfont.ttf?v=4.6.2") format('truetype'), url("/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.285714285714286em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.142857142857143em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.857142857142857em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  -ms-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -webkit-animation: fa-spin 1s infinite steps(8);
  -moz-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
  -ms-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.type-debug-grid {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='24'><rect style='fill: rgb(196,196,196);'  width='1' height='0.25px' x='0' y='23'/></svg>");
}
body {
  font-family: LatoWeb, Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 112.5%;
}
p {
  line-height: 1.7rem;
  margin-top: 1.7rem;
}
.large {
  font-size: 1.414rem;
  font-weight: 300;
}
.small {
  font-size: 0.942666666666667rem;
}
blockquote {
  line-height: 1.7rem;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: bold;
  color: #f9efc1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 300;
  color: #84848b;
}
h1 {
  font-size: 2.828rem;
  line-height: 3.4rem;
  margin-top: 3.4rem;
}
@media only screen and (min-width: 640px) {
  h1 {
    font-size: 4.242rem;
    line-height: 5.1rem;
  }
}
h2 {
  font-size: 2.121rem;
  line-height: 3.4rem;
  margin-top: 3.4rem;
}
@media only screen and (min-width: 640px) {
  h2 {
    font-size: 2.828rem;
  }
}
h3 {
  font-size: 1.414rem;
  line-height: 1.7rem;
  margin-top: 1.7rem;
}
h4 {
  font-size: 0.942666666666667rem;
  line-height: 1.7rem;
  margin-top: 1.7rem;
}
h5 {
  font-size: 0.75rem;
  line-height: 1.7rem;
  margin-top: 1.7rem;
}
h6 {
  font-size: 0.471333333333333rem;
  line-height: 1.7rem;
  margin-top: 1.7rem;
}
ul,
ol {
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
}
ul li,
ol li {
  line-height: 1.7rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
ol,
ul.list,
ul ul,
.documentation-layout__content article ul {
  padding-left: 2em;
}
ol {
  list-style-type: decimal;
}
ol li,
ul.list li,
.documentation-layout__content article ul li {
  display: list-item;
  margin-top: 0.85rem;
}
ol ol,
ul ol {
  list-style-type: lower-roman;
}
ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}
ul.list,
.documentation-layout__content article ul {
  list-style-type: square;
}
ul.list ul.list,
.documentation-layout__content article ul ul.list {
  list-style-type: circle;
}
ul.list ul.list ul.list,
.documentation-layout__content article ul ul.list ul.list {
  list-style-type: square;
}
dl {
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
}
dl dt,
dl dd {
  line-height: 1.7rem;
}
hr {
  margin-top: 1.7rem;
  border: 0;
  border-bottom: 3px solid #262633;
}
small {
  font-size: 66.66666666666666%;
}
p a,
ul a,
ol a,
dl a {
  text-decoration: none;
  border-bottom: 0.1em solid currentColor;
  font-weight: bold;
}
code {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  color: #e75225;
  background-color: #262633;
  border: 1px solid #393945;
  padding: 0.1em 0.5em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  border-radius: 3px;
  font-size: 75%;
  vertical-align: bottom;
}
strong code {
  font-weight: normal;
}
pre {
  margin: 0;
  padding: 1.5em 3em;
  background-color: #262633;
  word-wrap: normal;
  word-wrap: normal;
  overflow: auto;
  line-height: 1.7rem;
  margin-top: 1.7rem;
}
pre > code {
  background-color: transparent;
  font-size: 0.7rem;
  padding: 0;
  margin: 0;
  white-space: pre;
  word-break: normal;
  display: inline;
  max-width: initial;
  word-wrap: normal;
  border: 0;
  border-radius: 0;
}
kbd,
.context-menu {
  font-family: LatoWeb, Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 75%;
  vertical-align: bottom;
  line-height: 1.3;
  padding: 0.2em 0.5em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  border-radius: 3px;
  background-color: #262633;
  border: 1px solid #393945;
  font-weight: bold;
}
.context-menu {
  font-style: normal;
}
.context-menu i.fa {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
::-moz-selection {
  background-color: rgba(20,146,135,0.5);
}
::selection {
  background-color: rgba(20,146,135,0.5);
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 640px) {
  .container {
    padding-left: calc(50% - 300px);
    padding-right: calc(50% - 300px);
  }
}
@media only screen and (min-width: 940px) {
  .container {
    padding-left: calc(50% - 450px);
    padding-right: calc(50% - 450px);
  }
}
@media only screen and (min-width: 1240px) {
  .container {
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px);
  }
}
.container section {
  padding-bottom: 1.7rem;
  border-bottom: 3px solid #262633;
}
.container section:last-child {
  border-bottom: 0;
}
.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grid > * {
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media screen and (min-width: 640px) {
  .grid {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid > * {
    width: 49.5%;
  }
}
.grid--ai-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid--ac-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.sidebar-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sidebar-layout > * {
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media screen and (min-width: 940px) {
  .sidebar-layout {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sidebar-layout > * {
    width: 49.5%;
  }
}
@media only screen and (min-width: 940px) {
  .sidebar-layout__main {
    width: 65%;
  }
  .sidebar-layout__sidebar {
    width: 30%;
  }
  .sidebar-layout > *:last-child {
    margin-left: 4%;
  }
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button,
button {
  display: inline-block;
  font-size: 0.942666666666667rem;
  line-height: 1;
  padding: 0.7em 1.15em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 3px;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: color, border-color, background-color;
  -moz-transition-property: color, border-color, background-color;
  -o-transition-property: color, border-color, background-color;
  -ms-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}
.button:focus:not(.disabled),
button:focus:not(.disabled),
.button:focus:not([disabled]),
button:focus:not([disabled]) {
  outline: 0;
  -webkit-box-shadow: 0 0 7px #d0d0d2;
  box-shadow: 0 0 7px #d0d0d2;
}
.button.disabled,
button.disabled,
.button[disabled],
button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.button--small {
  font-size: 0.75rem;
}
.button--large {
  font-size: 1.414rem;
}
.button__subtext {
  display: block;
  font-size: 60%;
  text-align: center;
  padding-top: 1em;
  text-transform: uppercase;
}
.button--full-width {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.button--basic {
  color: #141422;
  background-color: rgba(216,193,58,0.7);
  border-color: #d8c13a;
}
.button--basic:focus {
  color: #141422;
}
.button--basic:hover,
.button--basic:focus {
  color: #141422;
  background-color: #d8c13a;
  border-color: #d8c13a;
}
.button--basic:hover:focus,
.button--basic:focus:focus {
  color: #141422;
}
.button--basic:hover.disabled,
.button--basic:focus.disabled,
.button--basic:hover[disabled],
.button--basic:focus[disabled] {
  color: #141422;
  background-color: rgba(216,193,58,0.7);
  border-color: #d8c13a;
}
.button--basic:hover.disabled:focus,
.button--basic:focus.disabled:focus,
.button--basic:hover[disabled]:focus,
.button--basic:focus[disabled]:focus {
  color: #141422;
}
.button--neutral {
  color: #141422;
  background-color: rgba(132,132,139,0.7);
  border-color: #84848b;
}
.button--neutral:focus {
  color: #141422;
}
.button--neutral:hover,
.button--neutral:focus {
  color: #141422;
  background-color: #84848b;
  border-color: #84848b;
}
.button--neutral:hover:focus,
.button--neutral:focus:focus {
  color: #141422;
}
.button--neutral:hover.disabled,
.button--neutral:focus.disabled,
.button--neutral:hover[disabled],
.button--neutral:focus[disabled] {
  color: #141422;
  background-color: rgba(132,132,139,0.7);
  border-color: #84848b;
}
.button--neutral:hover.disabled:focus,
.button--neutral:focus.disabled:focus,
.button--neutral:hover[disabled]:focus,
.button--neutral:focus[disabled]:focus {
  color: #141422;
}
.button--subdued {
  color: #d8c13a;
  background-color: transparent;
  border-color: #262633;
}
.button--subdued:focus {
  color: #d8c13a;
}
.button--subdued:hover,
.button--subdued:focus {
  color: #e0cd61;
  background-color: #262633;
  border-color: #262633;
}
.button--subdued:hover:focus,
.button--subdued:focus:focus {
  color: #e0cd61;
}
.button--subdued:hover.disabled,
.button--subdued:focus.disabled,
.button--subdued:hover[disabled],
.button--subdued:focus[disabled] {
  color: #d8c13a;
  background-color: transparent;
  border-color: #262633;
}
.button--subdued:hover.disabled:focus,
.button--subdued:focus.disabled:focus,
.button--subdued:hover[disabled]:focus,
.button--subdued:focus[disabled]:focus {
  color: #d8c13a;
}
.button--primary {
  color: #141422;
  background-color: rgba(69,195,236,0.8);
  border-color: #45c3ec;
}
.button--primary:focus {
  color: #141422;
}
.button--primary:hover,
.button--primary:focus {
  color: #141422;
  background-color: #45c3ec;
  border-color: #45c3ec;
}
.button--primary:hover:focus,
.button--primary:focus:focus {
  color: #141422;
}
.button--primary:hover.disabled,
.button--primary:focus.disabled,
.button--primary:hover[disabled],
.button--primary:focus[disabled] {
  color: #141422;
  background-color: rgba(69,195,236,0.8);
  border-color: #45c3ec;
}
.button--primary:hover.disabled:focus,
.button--primary:focus.disabled:focus,
.button--primary:hover[disabled]:focus,
.button--primary:focus[disabled]:focus {
  color: #141422;
}
.button--success {
  color: #141422;
  background-color: rgba(90,168,75,0.7);
  border-color: #5aa84b;
}
.button--success:focus {
  color: #141422;
}
.button--success:hover,
.button--success:focus {
  color: #141422;
  background-color: #5aa84b;
  border-color: #5aa84b;
}
.button--success:hover:focus,
.button--success:focus:focus {
  color: #141422;
}
.button--success:hover.disabled,
.button--success:focus.disabled,
.button--success:hover[disabled],
.button--success:focus[disabled] {
  color: #141422;
  background-color: rgba(90,168,75,0.7);
  border-color: #5aa84b;
}
.button--success:hover.disabled:focus,
.button--success:focus.disabled:focus,
.button--success:hover[disabled]:focus,
.button--success:focus[disabled]:focus {
  color: #141422;
}
.button--danger {
  color: #141422;
  background-color: rgba(240,74,67,0.7);
  border-color: #f04a43;
}
.button--danger:focus {
  color: #141422;
}
.button--danger:hover,
.button--danger:focus {
  color: #141422;
  background-color: #f04a43;
  border-color: #f04a43;
}
.button--danger:hover:focus,
.button--danger:focus:focus {
  color: #141422;
}
.button--danger:hover.disabled,
.button--danger:focus.disabled,
.button--danger:hover[disabled],
.button--danger:focus[disabled] {
  color: #141422;
  background-color: rgba(240,74,67,0.7);
  border-color: #f04a43;
}
.button--danger:hover.disabled:focus,
.button--danger:focus.disabled:focus,
.button--danger:hover[disabled]:focus,
.button--danger:focus[disabled]:focus {
  color: #141422;
}
.alt-section .button--subdued {
  color: #d8c13a;
  background-color: transparent;
  border-color: #393945;
}
.alt-section .button--subdued:focus {
  color: #d8c13a;
}
.alt-section .button--subdued:hover,
.alt-section .button--subdued:focus {
  color: #e0cd61;
  background-color: #393945;
  border-color: #393945;
}
.alt-section .button--subdued:hover:focus,
.alt-section .button--subdued:focus:focus {
  color: #e0cd61;
}
.alt-section .button--subdued:hover.disabled,
.alt-section .button--subdued:focus.disabled,
.alt-section .button--subdued:hover[disabled],
.alt-section .button--subdued:focus[disabled] {
  color: #d8c13a;
  background-color: transparent;
  border-color: #393945;
}
.alt-section .button--subdued:hover.disabled:focus,
.alt-section .button--subdued:focus.disabled:focus,
.alt-section .button--subdued:hover[disabled]:focus,
.alt-section .button--subdued:focus[disabled]:focus {
  color: #d8c13a;
}
.input-group {
  position: relative;
  margin-top: 1.7rem;
}
.input-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.5em;
  font-weight: bold;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
}
.input-group__helper {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.942666666666667rem;
  text-align: right;
  font-weight: bold;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
}
.input-group__helper.password-mask {
  cursor: pointer;
  color: #d8c13a;
}
.input-group__helper.password-mask:hover {
  color: #e0cd61;
}
.input-group__feedback {
  font-size: 0.75rem;
  margin-top: 0.5em;
  line-height: 1rem;
  color: #84848b;
  letter-spacing: 0.01em;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
}
.input-group__feedback:empty {
  display: none;
}
.input-group--error label:first-child {
  color: #f04a43;
}
.input-group--error .input-group__feedback {
  color: #f04a43;
}
.input-group--error .recurly-hosted-field,
.input-group--error .form-control {
  border-color: #f04a43;
  background-color: #522025;
}
.input-group--error input[type='checkbox'] + label:before,
.input-group--error input[type='radio'] + label:before {
  color: #f04a43;
}
.input-group--valid label:first-child {
  color: #5aa84b;
}
.input-group--valid .input-group__feedback {
  color: #5aa84b;
}
.input-group--valid .recurly-hosted-field,
.input-group--valid .form-control {
  border-color: #5aa84b;
  background-color: #253c28;
}
.input-group--valid input[type='checkbox'] + label:before,
.input-group--valid input[type='radio'] + label:before {
  color: #5aa84b;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.4em 0.85rem;
  font-size: 1.414rem;
  height: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0f0f19;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #393945;
  border-radius: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: border-color, box-shadow;
  -moz-transition-property: border-color, box-shadow;
  -o-transition-property: border-color, box-shadow;
  -ms-transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow;
}
.form-control--small {
  font-size: 0.942666666666667rem;
}
.form-control[disabled],
.form-control .disabled,
fieldset[disabled] .form-control {
  background-color: #262633;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  -webkit-background-size: 8px 10px;
  -moz-background-size: 8px 10px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: calc(1.7rem + 8px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23d0d0d2' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
}
select.form-control::-ms-expand {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
select.form-control:focus::-ms-value {
  color: #d0d0d2;
  background: none;
}
input:-webkit-autofill {
  background-color: transparent !important;
}
input[type="file"] {
  display: block;
  font-size: 0.942666666666667rem;
  line-height: 2.5;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #d0d0d2;
}
select:-moz-focusring * {
  color: #d0d0d2;
  text-shadow: none;
}
.form-control:focus {
  border-color: #d0d0d2;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(208,208,210,0.5);
  box-shadow: 0 0 5px rgba(208,208,210,0.5);
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  display: block;
}
input[type='checkbox'] + label:before,
input[type='radio'] + label:before {
  font-family: FontAwesome;
  width: 1.25em;
  display: inline-block;
}
input[type="checkbox"] + label:before {
  content: "\f096";
}
input[type="checkbox"]:checked + label:before {
  content: "\f046";
}
input[type="radio"] + label:before {
  content: "\f10c";
}
input[type="radio"]:checked + label:before {
  content: "\f192";
}
input[type="checkbox"]:disabled + label:before,
input[type="radio"]:disabled + label:before {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
input::-webkit-input-placeholder {
  color: #32323b;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  top: 1px;
}
input:-moz-placeholder {
  color: #32323b;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  top: 1px;
}
input::-moz-placeholder {
  color: #32323b;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  top: 1px;
}
input:-ms-input-placeholder {
  color: #32323b;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -ms-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  top: 1px;
}
input:focus::-webkit-input-placeholder {
  color: #20202a;
}
input:focus:-moz-placeholder {
  color: #20202a;
}
input:focus::-moz-placeholder {
  color: #20202a;
}
input:focus:-ms-input-placeholder {
  color: #20202a;
}
.standard-form {
  background-color: #262633;
  border-radius: 3px;
  padding: 1px 1.7rem 1.7rem;
  margin-top: 1.7rem;
}
.standard-form__heading {
  margin-bottom: 1.7rem;
  padding-bottom: 0.5em;
  font-size: 1.414rem;
  border-bottom: 3px solid #393945;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive.center {
  margin-left: auto;
  margin-right: auto;
}
.img-bordered {
  margin-top: 1.7rem;
  border: 3px solid #262633;
  padding: 3px;
  border-radius: 3px;
}
.img-floated {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 640px) {
  .img-floated {
    margin-top: 0;
    margin-bottom: 1.7rem;
    max-width: 50%;
  }
  .img-floated--left {
    float: left;
    margin-right: 3em;
  }
  .img-floated--right {
    float: right;
    margin-left: 3em;
  }
}
.figure {
  margin-top: 1.7rem;
  border: 3px solid #262633;
  padding: 3px;
  border-radius: 3px;
}
.figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.figure figcaption {
  font-size: 0.942666666666667rem;
  margin: 4px 0.5em 0;
  padding: 0.5em 0;
  text-align: center;
}
.figure.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.figure--example {
  padding: 0 0 5px;
  border-radius: 0;
}
.figure--example .example,
.figure--example pre {
  border: 0;
  margin-top: 0;
}
.figure--example figcaption {
  border-top: 3px solid #262633;
  margin-top: 0;
}
table {
  margin-top: 1.7rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
  line-height: 30.599999999999998px;
}
.table,
.documentation-layout__content article table {
  width: 100%;
  max-width: 100%;
}
.table td,
.documentation-layout__content article table td,
.table th,
.documentation-layout__content article table th {
  padding: 1em;
  border-top: 1px solid #262633;
}
.table td,
.documentation-layout__content article table td {
  vertical-align: top;
}
.table th,
.documentation-layout__content article table th {
  vertical-align: bottom;
}
.table thead > tr:first-child > th,
.documentation-layout__content article table thead > tr:first-child > th {
  border-top: 0;
}
.table--bordered {
  border: 1px solid #262633;
}
.table--bordered td,
.table--bordered th {
  border: 1px solid #262633;
}
.table--bordered thead > tr:last-child > th {
  border-bottom-width: 3px;
}
.responsive-table {
  overflow-x: auto;
  min-height: 0.01%;
  width: 100%;
  overflow-y: hidden;
  -ms-overflow-style: ms-autohiding-scrollbar;
  margin-top: 1.7rem;
  border: 1px solid #393945;
}
.responsive-table > table {
  margin: 3px;
}
.axo-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  padding: 0;
  pointer-events: none;
  width: auto;
}
.axo-tooltip--default {
  display: inline-block;
  border-radius: 3px;
  background: #262633;
  color: #d0d0d2;
  border: 1px solid #84848b;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding: 0.7em 1.15em;
  font-size: 0.8rem;
  text-align: center;
}
.axo-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-width: 7.5px;
  border-style: solid;
  border-color: transparent;
}
.axo-tooltip--top:before,
.axo-tooltip--bottom:before {
  left: 50%;
  margin-left: -7.5px;
}
.axo-tooltip--top:before {
  bottom: -15px;
  border-top-color: #84848b;
}
.axo-tooltip--bottom:before {
  top: -15px;
  border-bottom-color: #84848b;
}
.axo-tooltip--left:before,
.axo-tooltip--right:before {
  top: 50%;
  margin-top: -7.5px;
}
.axo-tooltip--left:before {
  right: -15px;
  border-left-color: #84848b;
}
.axo-tooltip--right:before {
  left: -15px;
  border-right-color: #84848b;
}
.alert {
  display: block;
  padding: 1.7rem 1.5em;
  border-radius: 3px;
  background: #262633;
}
.alert p {
  font-size: 0.942666666666667rem;
}
.alert p:first-of-type {
  margin-top: 0;
}
.alert--bordered {
  border: 1px solid rgba(132,132,139,0.4);
}
.alert--warning {
  border-color: rgba(230,212,105,0.5);
  background: rgba(252,216,0,0.4);
  color: #ddd293;
}
.alert--success {
  border-color: rgba(149,188,142,0.5);
  background: rgba(90,168,75,0.4);
  color: #acc4a9;
}
.alert--danger {
  border-color: rgba(224,141,138,0.5);
  background: rgba(240,74,67,0.4);
  color: #d9a7a7;
}
.alert--striped {
  background: -webkit-linear-gradient(45deg, #262633 25%, #2f2f3c 0, #2f2f3c 50%, #262633 0, #262633 75%, #2f2f3c 0);
  background: -moz-linear-gradient(45deg, #262633 25%, #2f2f3c 0, #2f2f3c 50%, #262633 0, #262633 75%, #2f2f3c 0);
  background: -o-linear-gradient(45deg, #262633 25%, #2f2f3c 0, #2f2f3c 50%, #262633 0, #262633 75%, #2f2f3c 0);
  background: -ms-linear-gradient(45deg, #262633 25%, #2f2f3c 0, #2f2f3c 50%, #262633 0, #262633 75%, #2f2f3c 0);
  background: linear-gradient(45deg, #262633 25%, #2f2f3c 0, #2f2f3c 50%, #262633 0, #262633 75%, #2f2f3c 0);
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
.alert--striped.alert--warning {
  background: -webkit-linear-gradient(45deg, rgba(252,216,0,0.4) 25%, rgba(252,216,0,0.35) 0, rgba(252,216,0,0.35) 50%, rgba(252,216,0,0.4) 0, rgba(252,216,0,0.4) 75%, rgba(252,216,0,0.35) 0);
  background: -moz-linear-gradient(45deg, rgba(252,216,0,0.4) 25%, rgba(252,216,0,0.35) 0, rgba(252,216,0,0.35) 50%, rgba(252,216,0,0.4) 0, rgba(252,216,0,0.4) 75%, rgba(252,216,0,0.35) 0);
  background: -o-linear-gradient(45deg, rgba(252,216,0,0.4) 25%, rgba(252,216,0,0.35) 0, rgba(252,216,0,0.35) 50%, rgba(252,216,0,0.4) 0, rgba(252,216,0,0.4) 75%, rgba(252,216,0,0.35) 0);
  background: -ms-linear-gradient(45deg, rgba(252,216,0,0.4) 25%, rgba(252,216,0,0.35) 0, rgba(252,216,0,0.35) 50%, rgba(252,216,0,0.4) 0, rgba(252,216,0,0.4) 75%, rgba(252,216,0,0.35) 0);
  background: linear-gradient(45deg, rgba(252,216,0,0.4) 25%, rgba(252,216,0,0.35) 0, rgba(252,216,0,0.35) 50%, rgba(252,216,0,0.4) 0, rgba(252,216,0,0.4) 75%, rgba(252,216,0,0.35) 0);
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
.alert--striped.alert--success {
  background: -webkit-linear-gradient(45deg, rgba(90,168,75,0.4) 25%, rgba(90,168,75,0.35) 0, rgba(90,168,75,0.35) 50%, rgba(90,168,75,0.4) 0, rgba(90,168,75,0.4) 75%, rgba(90,168,75,0.35) 0);
  background: -moz-linear-gradient(45deg, rgba(90,168,75,0.4) 25%, rgba(90,168,75,0.35) 0, rgba(90,168,75,0.35) 50%, rgba(90,168,75,0.4) 0, rgba(90,168,75,0.4) 75%, rgba(90,168,75,0.35) 0);
  background: -o-linear-gradient(45deg, rgba(90,168,75,0.4) 25%, rgba(90,168,75,0.35) 0, rgba(90,168,75,0.35) 50%, rgba(90,168,75,0.4) 0, rgba(90,168,75,0.4) 75%, rgba(90,168,75,0.35) 0);
  background: -ms-linear-gradient(45deg, rgba(90,168,75,0.4) 25%, rgba(90,168,75,0.35) 0, rgba(90,168,75,0.35) 50%, rgba(90,168,75,0.4) 0, rgba(90,168,75,0.4) 75%, rgba(90,168,75,0.35) 0);
  background: linear-gradient(45deg, rgba(90,168,75,0.4) 25%, rgba(90,168,75,0.35) 0, rgba(90,168,75,0.35) 50%, rgba(90,168,75,0.4) 0, rgba(90,168,75,0.4) 75%, rgba(90,168,75,0.35) 0);
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
.alert--striped.alert--danger {
  background: -webkit-linear-gradient(45deg, rgba(240,74,67,0.4) 25%, rgba(240,74,67,0.35) 0, rgba(240,74,67,0.35) 50%, rgba(240,74,67,0.4) 0, rgba(240,74,67,0.4) 75%, rgba(240,74,67,0.35) 0);
  background: -moz-linear-gradient(45deg, rgba(240,74,67,0.4) 25%, rgba(240,74,67,0.35) 0, rgba(240,74,67,0.35) 50%, rgba(240,74,67,0.4) 0, rgba(240,74,67,0.4) 75%, rgba(240,74,67,0.35) 0);
  background: -o-linear-gradient(45deg, rgba(240,74,67,0.4) 25%, rgba(240,74,67,0.35) 0, rgba(240,74,67,0.35) 50%, rgba(240,74,67,0.4) 0, rgba(240,74,67,0.4) 75%, rgba(240,74,67,0.35) 0);
  background: -ms-linear-gradient(45deg, rgba(240,74,67,0.4) 25%, rgba(240,74,67,0.35) 0, rgba(240,74,67,0.35) 50%, rgba(240,74,67,0.4) 0, rgba(240,74,67,0.4) 75%, rgba(240,74,67,0.35) 0);
  background: linear-gradient(45deg, rgba(240,74,67,0.4) 25%, rgba(240,74,67,0.35) 0, rgba(240,74,67,0.35) 50%, rgba(240,74,67,0.4) 0, rgba(240,74,67,0.4) 75%, rgba(240,74,67,0.35) 0);
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
.alert--dismissable {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.alert__close {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 1.5em;
  cursor: pointer;
}
.alert--full-width {
  border-radius: 0;
}
.callout {
  display: block;
  padding: 1.7rem 3em;
  border: 1px solid #84848b;
  border-left-width: 3px;
  border-right-width: 3px;
}
.callout h3,
.callout h4 {
  color: inherit;
  font-size: 1.125rem;
}
.callout :first-child {
  margin-top: 0;
}
.callout :last-child {
  margin-bottom: 0;
}
.callout--warning {
  border-color: #e6d469;
  background: rgba(252,216,0,0.2);
  color: #ddd293;
}
.callout--success {
  border-color: #95bc8e;
  background: rgba(90,168,75,0.2);
  color: #acc4a9;
}
.callout--danger {
  border-color: #e08d8a;
  background: rgba(240,74,67,0.2);
  color: #d9a7a7;
}
.callout--full-width {
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  border-radius: 0;
}
@media only screen and (min-width: 640px) {
  .callout--full-width {
    padding-left: calc(50% - 300px);
    padding-right: calc(50% - 300px);
  }
}
@media only screen and (min-width: 940px) {
  .callout--full-width {
    padding-left: calc(50% - 450px);
    padding-right: calc(50% - 450px);
  }
}
@media only screen and (min-width: 1240px) {
  .callout--full-width {
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px);
  }
}
.callout--condensed {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.callout--condensed p,
.callout--condensed ul {
  margin-top: 0.85rem;
}
.alt-section {
  background-color: #262633;
  color: #d0d0d2;
}
.alt-section h1,
.alt-section h2,
.alt-section h3,
.alt-section h4,
.alt-section h5,
.alt-section h6 {
  color: inherit;
}
.alt-section a:not(.button):not(button) {
  color: #d8c13a;
}
.alt-section a:not(.button):not(button):hover {
  color: #e0cd61;
}
.alt-section a:not(.button):not(button):active {
  color: #d8c13a;
}
.alt-section a:not(.button):not(button):focus {
  color: #e0cd61;
}
.alt-section h1,
.alt-section h2,
.alt-section h3,
.alt-section h4,
.alt-section h5,
.alt-section h6 {
  color: #f9efc1;
}
.choice-box {
  display: block;
  background: none;
  border: 3px solid #262633;
  border-radius: 3px;
  padding: 0 1.7rem 1.7rem;
  margin-top: 1.7rem;
}
.choice-box__icon {
  display: block;
  text-align: center;
  font-size: 2.121rem;
  margin-top: 1.7rem;
  line-height: 1.7rem;
}
.choice-box h3,
.choice-box h4 {
  color: inherit;
  text-align: center;
}
.choice-box p {
  text-align: center;
  color: #d0d0d2;
}
a.choice-box {
  cursor: pointer;
  -webkit-transition-property: border-color, background-color, color;
  -moz-transition-property: border-color, background-color, color;
  -o-transition-property: border-color, background-color, color;
  -ms-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
a.choice-box:hover {
  border-color: #e0cd61;
  background-color: #262633;
}
.documentation-layout__sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -240px;
  width: 240px;
  overflow-y: auto;
  background-color: #262633;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
@media only screen and (min-width: 350px) {
  .documentation-layout__sidebar {
    left: -270px;
    width: 270px;
  }
}
@media only screen and (min-width: 380px) {
  .documentation-layout__sidebar {
    left: -300px;
    width: 300px;
  }
}
@media only screen and (min-width: 783px) {
  .documentation-layout__sidebar {
    left: 0;
  }
}
.documentation-layout__content {
  min-height: 100%;
  width: 100%;
  -webkit-transition: margin-left 0.4s ease;
  -moz-transition: margin-left 0.4s ease;
  -o-transition: margin-left 0.4s ease;
  -ms-transition: margin-left 0.4s ease;
  transition: margin-left 0.4s ease;
}
@media only screen and (min-width: 783px) {
  .documentation-layout__content {
    margin-left: 300px;
    width: auto;
  }
}
.documentation-layout__content .site-header__container {
  background-color: rgba(38,38,51,0.5);
}
.documentation-layout__content span.header-link {
  color: #84848b;
}
.documentation-layout__content main {
  padding: 0 1.7rem 3.4rem;
}
.side-nav-open .documentation-layout__sidebar {
  left: 0;
}
.side-nav-open .documentation-layout__content {
  margin-left: 240px;
  overflow: hidden;
}
@media only screen and (min-width: 350px) {
  .side-nav-open .documentation-layout__content {
    margin-left: 270px;
  }
}
@media only screen and (min-width: 380px) {
  .side-nav-open .documentation-layout__content {
    margin-left: 300px;
  }
}
.documentation-layout__sidebar .documentation-layout__header {
  text-align: center;
  padding: 0.85rem 1.7rem;
}
.documentation-layout__sidebar .header-logo {
  color: #393945;
  margin-right: 0.5em;
}
.documentation-layout__sidebar .header-logo__image.axosoft {
  background-image: url("/img/logo-axo-light.svg");
}
.documentation-layout__sidebar a.header-logo {
  color: #f9efc1;
}
.documentation-layout__sidebar a.header-logo:hover {
  color: #fff;
}
.documentation-layout__sidebar a.header-logo:active {
  color: #f9efc1;
}
.documentation-layout__sidebar a.header-logo:focus {
  color: #fff;
}
.documentation-layout__sidebar span.header-logo {
  color: #d8c13a;
}
.documentation-layout__sidebar .site-footer {
  border-top: 0;
  color: #d0d0d2;
  padding: 0.85rem 1.7rem;
}
.documentation-layout__sidebar .site-footer__copyright {
  text-align: left;
}
.documentation-layout__sidebar .site-footer a {
  color: #d8c13a;
}
.documentation-layout__sidebar .site-footer a:hover {
  color: #e0cd61;
}
.documentation-layout__sidebar .site-footer a:active {
  color: #d8c13a;
}
.documentation-layout__sidebar .site-footer a:focus {
  color: #e0cd61;
}
.version-string {
  color: #84848b;
  white-space: nowrap;
}
.documentation-search {
  padding: 0.85rem 1.7rem;
}
.documentation-search .input-group {
  margin: 0;
}
.documentation-nav--main {
  border: solid #393945;
  border-width: 3px 0;
  padding: 0.85rem 0;
}
.documentation-nav .nav-list {
  margin: 0;
}
.documentation-nav .nav-list__category__title {
  margin-top: 0;
  padding: 5px 1.7rem;
  color: #84848b;
  text-transform: uppercase;
  border: solid transparent;
  border-width: 1px 0;
  cursor: pointer;
  position: relative;
}
.documentation-nav .nav-list__category__title:hover,
.documentation-nav .nav-list__category__title:focus {
  background-color: #2f2f3c;
  color: #d0d0d2;
  border-color: #393945;
}
.documentation-nav .nav-list__category__title:after {
  content: '\f0d9';
  position: absolute;
  font-family: FontAwesome;
  right: 1.7rem;
  text-align: right;
}
.documentation-nav .nav-list__category__list {
  padding-left: 0;
  margin-left: 0;
  display: none;
}
.documentation-nav .nav-list__category__item a {
  border-radius: 0;
  padding: 0.25em 1.7rem;
  font-weight: bold;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  color: #d0d0d2;
}
.documentation-nav .nav-list__category__item a:hover {
  color: #e0cd61;
}
.documentation-nav .nav-list__category__item a:active {
  color: #d0d0d2;
}
.documentation-nav .nav-list__category__item a:focus {
  color: #e0cd61;
}
.documentation-nav .nav-list__category__item a:hover,
.documentation-nav .nav-list__category__item a:focus {
  background-color: #2f2f3c;
}
.documentation-nav .nav-list__category__item a.active,
.documentation-nav .nav-list__category__item a.active:hover,
.documentation-nav .nav-list__category__item a.active:focus {
  border-left: 0.425rem solid #e75225;
  padding-left: 1.275rem;
  background-color: #393945;
  color: #d0d0d2;
}
.documentation-nav .nav-list__category__item a.active:hover,
.documentation-nav .nav-list__category__item a.active:hover:hover,
.documentation-nav .nav-list__category__item a.active:focus:hover {
  color: #d0d0d2;
}
.documentation-nav .nav-list__category__item a.active:active,
.documentation-nav .nav-list__category__item a.active:hover:active,
.documentation-nav .nav-list__category__item a.active:focus:active {
  color: #d0d0d2;
}
.documentation-nav .nav-list__category__item a.active:focus,
.documentation-nav .nav-list__category__item a.active:hover:focus,
.documentation-nav .nav-list__category__item a.active:focus:focus {
  color: #d0d0d2;
}
.documentation-nav .nav-list__category.expanded .nav-list__category__title:after {
  content: '\f0d7';
}
.documentation-nav .nav-list__category.expanded .nav-list__category__list {
  display: block;
}
.documentation-nav .nav-list__category.active .nav-list__category__title,
.documentation-nav .nav-list__category.active .nav-list__category__title:hover,
.documentation-nav .nav-list__category.active .nav-list__category__title:focus {
  color: #db917b;
}
.documentation-layout__content article {
  width: auto;
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.documentation-layout__content article hr {
  margin-top: 3.4rem;
}
.documentation-layout__content article .alert,
.documentation-layout__content article .callout,
.documentation-layout__content article .embed-container {
  margin-top: 1.7rem;
}
.search-results .result {
  padding-bottom: 1.7rem;
}
.search-results .result__address {
  font-size: 0.707rem;
  color: #84848b;
}
.search-results .search-query {
  background-color: #393945;
}
.example {
  position: relative;
  padding: 3em 3em 1.5em;
  border: 3px solid #262633;
  border-top: 0;
  margin-top: 1.7rem;
}
.example:before {
  display: block;
  content: "example";
  font-size: 0.75rem;
  text-transform: uppercase;
  position: absolute;
  color: #d0d0d2;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.5em;
  background-color: #262633;
}
.example .container {
  padding-left: 20px;
  padding-right: 20px;
}
.example ul:not(.list) {
  list-style: none;
  padding-left: 0;
}
.example ul:not(.list) ul {
  padding-left: 2em;
}
.hero {
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}
.hero h1 {
  margin-top: 0;
}
.hero--tall {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}
.hero__content {
  position: relative;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
.hero__content.center {
  margin-left: auto;
  margin-right: auto;
}
.hero__video {
  display: none;
}
@media only screen and (min-width: 640px) {
  .hero__video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
.hero--bg {
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero--bg + .site-footer {
  border-top: 0;
}
.hero--bg--dark:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
}
.hero--viewport {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 640px) and (min-height: 800px) {
  .hero--viewport {
    height: 100vh;
  }
  .hero--viewport--footer {
    height: calc(100vh - 90px);
  }
}
.modal-overlay,
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.modal-overlay.modal-hidden,
.modal-wrapper.modal-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 1ms 0.4s ease, opacity 0.4s ease;
  -moz-transition: -moz-transform 1ms 0.4s ease, opacity 0.4s ease;
  -o-transition: -o-transform 1ms 0.4s ease, opacity 0.4s ease;
  -ms-transition: -ms-transform 1ms 0.4s ease, opacity 0.4s ease;
  transition: transform 1ms 0.4s ease, opacity 0.4s ease;
}
.modal-overlay {
  background-color: #000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  z-index: 200;
}
.modal-wrapper {
  z-index: 201;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  padding: 1em;
}
.modal {
  position: relative;
  display: inline-block;
  z-index: 202;
  background-color: #141422;
  pointer-events: auto;
}
.modal__close {
  display: inline-block;
  position: absolute;
  width: 2.55rem;
  text-align: center;
  font-size: 1.414rem;
  line-height: 2.55rem;
  top: 0;
  right: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.modal__close:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modal__content {
  padding-top: 0.85rem;
  padding-left: 2.55rem;
  padding-right: 2.55rem;
  padding-bottom: 2.55rem;
}
.page-navigation {
  text-align: center;
}
.page-navigation li {
  display: inline-block;
  font-size: 0.942666666666667rem;
}
.page-navigation__page {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 3px;
  background-color: #141422;
  border: 2px solid #262633;
}
.page-navigation__page.dots {
  border-color: transparent;
  background-color: transparent;
}
.page-navigation__page .fa {
  font-size: 80%;
}
a.page-navigation__page:hover {
  background-color: #262633;
  border-color: inherit;
}
.pricing-pane {
  background-color: #262633;
  border-radius: 3px;
  padding: 1px 1em 0.85rem;
  margin-top: 1.7rem;
  text-align: center;
  min-width: 280px;
  max-width: 600px;
}
.pricing-pane__title {
  margin-top: 0.85rem;
}
.pricing-pane__tag {
  margin-top: 0.85rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 150px;
  background-color: #141422;
  border-radius: 0.5em;
}
.pricing-pane__price,
.pricing-pane__subprice,
.pricing-pane__cycle {
  display: inline-block;
}
.pricing-pane__price {
  font-size: 4.242rem;
  line-height: 5.1rem;
  font-weight: bold;
}
.pricing-pane__price sup {
  font-size: 26.52%;
  top: -1.9em;
}
.pricing-pane__price sup.time {
  font-size: 33.33333333333333%;
  top: -1.3em;
  margin-left: 0.2em;
}
.pricing-pane__price:not(:last-child) {
  border-bottom: 1px solid #393945;
}
.pricing-pane__subprice {
  font-weight: bold;
  line-height: 1.7rem;
}
.pricing-pane__cycle {
  font-size: 0.75rem;
  line-height: 1.7rem;
}
.pricing-pane__cta {
  margin-top: 0.85rem;
}
.pricing-pane__description {
  font-size: 0.942666666666667rem;
  margin-top: 0.85rem;
}
.pricing-pane__description + .pricing-pane__features {
  margin-top: 0.85rem;
  border-top: 1px solid #393945;
  padding-top: 0.85rem;
}
.pricing-pane__features {
  text-align: left;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.pricing-pane__features.list {
  padding-left: 1.25em;
}
.pricing-pane__features.list li {
  margin-top: 0;
}
.nav-list__header {
  font-size: 0.75rem;
  text-transform: uppercase;
  border-bottom: 3px solid #262633;
  margin-bottom: 3px;
}
.nav-list__header:not(:first-child) {
  margin-top: 1em;
}
.nav-list li a,
.nav-list li span {
  display: block;
  font-size: 0.942666666666667rem;
  padding: 0 0.85rem;
  margin: 0;
  border: 0;
  font-weight: normal;
  cursor: pointer;
  border-radius: 3px;
  color: #84848b;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -ms-transition-property: color, background-color;
  transition-property: color, background-color;
}
.nav-list li a:hover,
.nav-list li span:hover {
  color: #e0cd61;
}
.nav-list li a:active,
.nav-list li span:active {
  color: #84848b;
}
.nav-list li a:focus,
.nav-list li span:focus {
  color: #e0cd61;
}
.nav-list li a:hover,
.nav-list li span:hover,
.nav-list li a:focus,
.nav-list li span:focus {
  background-color: rgba(38,38,51,0.5);
}
.nav-list li a.active,
.nav-list li span.active,
.nav-list li a.active:hover,
.nav-list li span.active:hover,
.nav-list li a.active:focus,
.nav-list li span.active:focus {
  color: #e75225;
  font-weight: bold;
}
.site-footer {
  border-top: 3px solid #262633;
  font-size: 0.75rem;
  width: 100%;
}
.site-footer .container {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.site-footer--tiny .container {
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer ul {
  margin: 0;
  font-size: inherit;
  text-align: center;
}
.site-footer ul li {
  display: inline-block;
}
.site-footer__copyright {
  text-align: center;
  margin-top: 5px;
}
.site-footer__copyright:first-child {
  margin-top: 0;
}
.site-footer .fa-heart {
  color: #e75225;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.footer-link {
  display: inline-block;
  color: #d8c13a;
  margin-left: 0.25em;
  margin-right: 0.25em;
  line-height: 1;
  padding: 0.5em 0.75em;
  border-bottom: 2px solid transparent;
}
.footer-link:hover {
  color: #e0cd61;
}
.footer-link:active {
  color: #d8c13a;
}
.footer-link:focus {
  color: #e0cd61;
}
.footer-link:focus {
  outline: 0;
}
.footer-link:hover,
.footer-link:focus {
  border-bottom-color: #393945;
}
.footer-link:active,
.footer-link.active {
  border-bottom-color: #e75225;
}
.transparent-footer {
  position: relative;
}
@media screen and (min-width: 640px) and (min-height: 800px) {
  .transparent-footer .hero {
    padding-bottom: calc(3.4rem + 87px);
  }
  .transparent-footer .hero--tall {
    padding-bottom: calc(8.5rem + 87px);
  }
  .transparent-footer .site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(20,20,34,0.9);
    border-top: 0;
    color: #d0d0d2;
  }
  .transparent-footer .footer-link {
    color: #d8c13a;
  }
  .transparent-footer .footer-link:hover {
    color: #e0cd61;
  }
  .transparent-footer .footer-link:active {
    color: #d8c13a;
  }
  .transparent-footer .footer-link:focus {
    color: #e0cd61;
  }
  .transparent-footer .footer-link:hover,
  .transparent-footer .footer-link:focus {
    border-bottom-color: rgba(255,255,255,0.3);
  }
}
.transparent-footer--alt {
  position: relative;
}
.transparent-footer--alt .hero {
  padding-bottom: calc(3.4rem + 36px);
}
.transparent-footer--alt .hero--tall {
  padding-bottom: calc(8.5rem + 36px);
}
@media screen and (min-width: 640px) {
  .transparent-footer--alt .site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(20,20,34,0.9);
    border-top: 0;
    color: #d0d0d2;
  }
  .transparent-footer--alt .site-footer .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 20px;
  }
  .transparent-footer--alt .site-footer__copyright {
    margin-top: 0;
  }
  .transparent-footer--alt .footer-link {
    color: #d8c13a;
    border: 0;
    display: inline-block;
    margin: 0;
    line-height: 1.7rem;
    padding: 0 0.75em;
  }
  .transparent-footer--alt .footer-link:hover {
    color: #e0cd61;
  }
  .transparent-footer--alt .footer-link:active {
    color: #d8c13a;
  }
  .transparent-footer--alt .footer-link:focus {
    color: #e0cd61;
  }
  .transparent-footer--alt .footer-link:focus {
    outline: 0;
  }
  .transparent-footer--alt .footer-link:hover,
  .transparent-footer--alt .footer-link:focus {
    background-color: rgba(255,255,255,0.1);
  }
}
.site-header {
  font-size: 0.942666666666667rem;
  background-color: #141422;
  width: 100%;
}
.site-header__container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 10px;
  height: 70px;
}
.site-header__container.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 783px) {
  .site-header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header__links {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: inherit;
}
.site-header__links li {
  display: inline-block;
}
.site-header__links button,
.site-header__links .button {
  margin-left: 0.5em;
}
@media only screen and (min-width: 783px) {
  .site-header__links.mobile {
    display: none;
  }
}
.site-header__links.desktop {
  display: none;
}
@media only screen and (min-width: 783px) {
  .site-header__links.desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.header-separator {
  display: inline-block;
  width: 3px;
  background-color: #262633;
  height: 40px;
  margin-left: 0.5em;
}
.header-link {
  margin-left: 0.5em;
  font-weight: bold;
  display: inline-block;
  padding: 0.25em 0.75em;
  border-bottom: 3px solid transparent;
}
a.header-link {
  cursor: pointer;
}
a.header-link:focus {
  outline: 0;
}
a.header-link:hover,
a.header-link:focus {
  border-bottom-color: #393945;
}
a.header-link.active {
  border-bottom-color: #e75225;
}
span.header-link {
  color: #d0d0d2;
}
a.header-logo,
a.header-logo__image {
  color: #f9efc1;
}
a.header-logo:hover,
a.header-logo__image:hover {
  color: #fff;
}
a.header-logo:active,
a.header-logo__image:active {
  color: #f9efc1;
}
a.header-logo:focus,
a.header-logo__image:focus {
  color: #fff;
}
span.header-link.interactive,
span.header-link--dropdown,
a.header-link {
  color: #d8c13a;
}
span.header-link.interactive:hover,
span.header-link--dropdown:hover,
a.header-link:hover {
  color: #e0cd61;
}
span.header-link.interactive:active,
span.header-link--dropdown:active,
a.header-link:active {
  color: #d8c13a;
}
span.header-link.interactive:focus,
span.header-link--dropdown:focus,
a.header-link:focus {
  color: #e0cd61;
}
.header-logo {
  display: inline-block;
  height: 40px;
}
.header-logo__subtitle {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: lowercase;
  vertical-align: 20%;
  margin-left: 0.5em;
  border-left: 3px solid #262633;
  padding-left: 0.5em;
}
.header-logo__subtitle--small {
  padding-left: 0;
  border-left: 0;
  font-size: 1.125rem;
  text-transform: none;
  vertical-align: top;
}
.header-logo__image {
  display: inline-block;
  height: 40px;
}
.header-logo__image.axosoft {
  width: 150px;
  -webkit-background-size: 150px 40px;
  -moz-background-size: 150px 40px;
  background-size: 150px 40px;
  background-image: url("/img/logo-axo-dark.svg");
}
.header-logo__image.gitkraken {
  width: 150px;
  -webkit-background-size: 150px 40px;
  -moz-background-size: 150px 40px;
  background-size: 150px 40px;
  background-image: url("/img/logo-gk-h-light.svg");
}
.header-logo__image.leaf {
  width: 54px;
  -webkit-background-size: 54px 40px;
  -moz-background-size: 54px 40px;
  background-size: 54px 40px;
  background-image: url("/img/logo-axo-leaf.svg");
}
.header-logo__image.squid {
  width: 50px;
  -webkit-background-size: 50px 40px;
  -moz-background-size: 50px 40px;
  background-size: 50px 40px;
  background-image: url("/img/logo-gk-squid.svg");
}
.header-logo__image span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.header-link--dropdown {
  position: relative;
}
.header-link--dropdown .fa-caret-down {
  margin-left: 0.2em;
}
.header-link--dropdown ul {
  display: none;
  margin: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0;
  border: 1px solid #393945;
  background-color: #141422;
  border-radius: 3px;
  z-index: 101;
}
.header-link--dropdown ul li {
  display: block;
}
.header-link--dropdown ul li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.header-link--dropdown ul li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.header-link--dropdown ul li a {
  display: block;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  -moz-transition: color 0.4s ease, background-color 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease;
  -ms-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
  border: 0;
  white-space: nowrap;
  text-align: right;
  padding: 0.5em 0.75em;
}
.header-link--dropdown ul li a:hover {
  background-color: #262633;
}
.header-link--dropdown:hover,
.header-link--dropdown:focus {
  border-bottom-color: transparent;
}
.header-link--dropdown:hover ul,
.header-link--dropdown:focus ul {
  display: block;
}
.mobile-nav-button {
  display: inline-block;
  position: relative;
  font-size: 0;
  text-indent: -99999px;
  cursor: pointer;
  height: 40px;
  width: 32px;
  z-index: 10000;
  margin-left: 1rem;
}
.mobile-nav-button span {
  display: block;
  position: absolute;
  height: 4px;
  top: 16px;
  width: 100%;
  background-color: #d8c13a;
  border-radius: 2px;
  -webkit-transition: background 0s 0.4s;
  -moz-transition: background 0s 0.4s;
  -o-transition: background 0s 0.4s;
  -ms-transition: background 0s 0.4s;
  transition: background 0s 0.4s;
}
.mobile-nav-button span:before,
.mobile-nav-button span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #d8c13a;
  border-radius: 2px;
  -webkit-transition-duration: 0.4s, 0.4s, 0.4s;
  -moz-transition-duration: 0.4s, 0.4s, 0.4s;
  -o-transition-duration: 0.4s, 0.4s, 0.4s;
  -ms-transition-duration: 0.4s, 0.4s, 0.4s;
  transition-duration: 0.4s, 0.4s, 0.4s;
  -webkit-transition-delay: 0.4s, 0s, 0.4s;
  -moz-transition-delay: 0.4s, 0s, 0.4s;
  -o-transition-delay: 0.4s, 0s, 0.4s;
  -ms-transition-delay: 0.4s, 0s, 0.4s;
  transition-delay: 0.4s, 0s, 0.4s;
}
.mobile-nav-button span:before {
  top: -12px;
  -webkit-transition-property: top, -webkit-transform, background-color;
  -moz-transition-property: top, -moz-transform, background-color;
  -o-transition-property: top, -o-transform, background-color;
  -ms-transition-property: top, -ms-transform, background-color;
  transition-property: top, transform, background-color;
}
.mobile-nav-button span:after {
  bottom: -12px;
  -webkit-transition-property: bottom, -webkit-transform, background-color;
  -moz-transition-property: bottom, -moz-transform, background-color;
  -o-transition-property: bottom, -o-transform, background-color;
  -ms-transition-property: bottom, -ms-transform, background-color;
  transition-property: bottom, transform, background-color;
}
.mobile-nav-button.is-active span {
  background: none;
}
.mobile-nav-button.is-active span:before,
.mobile-nav-button.is-active span:after {
  -webkit-transition-delay: 0s, 0.4s, 0.4s;
  -moz-transition-delay: 0s, 0.4s, 0.4s;
  -o-transition-delay: 0s, 0.4s, 0.4s;
  -ms-transition-delay: 0s, 0.4s, 0.4s;
  transition-delay: 0s, 0.4s, 0.4s;
  background-color: #d8c13a;
}
.mobile-nav-button.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-button.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav {
  background-color: rgba(20,20,34,0.99);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 1ms ease 0.4s, opacity 0.4s ease-out;
  -moz-transition: -moz-transform 1ms ease 0.4s, opacity 0.4s ease-out;
  -o-transition: -o-transform 1ms ease 0.4s, opacity 0.4s ease-out;
  -ms-transition: -ms-transform 1ms ease 0.4s, opacity 0.4s ease-out;
  transition: transform 1ms ease 0.4s, opacity 0.4s ease-out;
}
@media only screen and (min-width: 783px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav .nav-list {
  padding-top: 70px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out, opacity 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out, opacity 0.4s ease-out;
  -ms-transition: -ms-transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.mobile-nav .nav-list__header {
  border: 0;
  margin-bottom: 0;
}
.mobile-nav .nav-list li,
.mobile-nav .nav-list li a {
  text-align: center;
}
.mobile-nav .nav-list li a {
  color: #d8c13a;
  padding-top: 0.51rem;
  padding-bottom: 0.51rem;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  font-size: 1.414rem;
}
.mobile-nav .nav-list li a:hover {
  color: #e0cd61;
}
.mobile-nav .nav-list li a:active {
  color: #d8c13a;
}
.mobile-nav .nav-list li a:focus {
  color: #e0cd61;
}
.mobile-nav-open {
  overflow: hidden;
}
.mobile-nav-open .site-header {
  width: 100%;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #141422;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.mobile-nav-open .mobile-nav {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.mobile-nav-open .mobile-nav .nav-list {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-search-button {
  display: inline-block;
  cursor: pointer;
}
.mobile-search-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.mobile-search-button i.fa {
  display: inline-block;
  font-size: 2em;
  line-height: 40px;
  margin-top: -0.2em;
}
.site-header__search {
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: 100;
  display: none;
  background: rgba(20,20,34,0.95);
  color: #d0d0d2;
}
@media only screen and (min-width: 783px) {
  .site-header__search {
    top: 100px;
  }
}
.site-header__search form {
  position: relative;
}
.site-header__search .fa {
  position: absolute;
  top: 50%;
  left: 1em;
  font-size: 0.942666666666667rem;
  margin-top: -0.5em;
}
.site-header__search input {
  background: none;
  border: 0;
  font-size: 0.942666666666667rem;
  padding-left: 3em;
}
.site-header__search input::-webkit-input-placeholder {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  font-style: italic;
}
.site-header__search input:-moz-placeholder {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  font-style: italic;
}
.site-header__search input::-moz-placeholder {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  font-style: italic;
}
.site-header__search input:-ms-input-placeholder {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  font-style: italic;
}
.site-header__search input:focus::-webkit-input-placeholder {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.site-header__search input:focus:-moz-placeholder {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.site-header__search input:focus::-moz-placeholder {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.site-header__search input:focus:-ms-input-placeholder {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.site-header__super {
  display: none;
  background-color: #262633;
  height: 27px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 783px) {
  .site-header__super {
    display: block;
  }
}
.site-header__super__container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.site-header__super .header-link {
  border: 0;
  display: inline-block;
  margin: 0;
  line-height: 1.7rem;
  padding: 0 0.75em;
}
.site-header__super .header-link:focus {
  outline: 0;
}
.site-header__super .header-link:hover,
.site-header__super .header-link:focus {
  background-color: #393945;
}
.header-sticky {
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: #141422;
  border-bottom: 1px solid #141422;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-transition-property: background-color, box-shadow, border-bottom-color;
  -moz-transition-property: background-color, box-shadow, border-bottom-color;
  -o-transition-property: background-color, box-shadow, border-bottom-color;
  -ms-transition-property: background-color, box-shadow, border-bottom-color;
  transition-property: background-color, box-shadow, border-bottom-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header-sticky.is_stuck {
  top: 0;
  position: fixed;
}
.transparent-header {
  position: relative;
}
.transparent-header .site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.transparent-header a.header-link:hover,
.transparent-header a.header-link:focus {
  border-bottom-color: rgba(255,255,255,0.3);
}
.transparent-header .header-link--dropdown:hover {
  border-bottom-color: transparent;
}
@media only screen and (min-width: 783px) {
  .transparent-header .site-header {
    background-color: transparent;
  }
  .transparent-header .header-logo__subtitle {
    border-left-color: rgba(255,255,255,0.3);
  }
  .transparent-header .header-separator {
    background-color: rgba(255,255,255,0.3);
  }
  .transparent-header span.header-link {
    color: #d8c13a;
  }
  .transparent-header a.header-logo,
  .transparent-header a.header-logo__image,
  .transparent-header span.header-link.interactive,
  .transparent-header span.header-link--dropdown,
  .transparent-header a.header-link {
    color: #d8c13a;
  }
  .transparent-header a.header-logo:hover,
  .transparent-header a.header-logo__image:hover,
  .transparent-header span.header-link.interactive:hover,
  .transparent-header span.header-link--dropdown:hover,
  .transparent-header a.header-link:hover {
    color: #e0cd61;
  }
  .transparent-header a.header-logo:active,
  .transparent-header a.header-logo__image:active,
  .transparent-header span.header-link.interactive:active,
  .transparent-header span.header-link--dropdown:active,
  .transparent-header a.header-link:active {
    color: #d8c13a;
  }
  .transparent-header a.header-logo:focus,
  .transparent-header a.header-logo__image:focus,
  .transparent-header span.header-link.interactive:focus,
  .transparent-header span.header-link--dropdown:focus,
  .transparent-header a.header-link:focus {
    color: #e0cd61;
  }
  .transparent-header .header-logo__image.axosoft {
    background-image: url("/img/logo-axo-light.svg");
  }
  .transparent-header .mobile-nav-button span,
  .transparent-header .mobile-nav-button span:before,
  .transparent-header .mobile-nav-button span:after {
    background-color: #d8c13a;
  }
  .transparent-header .header-sticky {
    background-color: rgba(20,20,34,0.9);
    border-bottom: 0;
  }
  .transparent-header .header-sticky:not(.is_stuck) {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .transparent-header .site-header__super {
    background-color: rgba(20,20,34,0.9);
  }
  .transparent-header .site-header__super .header-link:hover,
  .transparent-header .site-header__super .header-link:focus {
    background-color: rgba(255,255,255,0.1);
  }
}
.transparent-header .hero {
  padding-top: calc(3.4rem + 70px);
}
.transparent-header .hero--tall {
  padding-top: calc(8.5rem + 70px);
}
.subheader-nav {
  background-color: #262633;
  font-size: 0.8rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 640px) {
  .subheader-nav {
    padding-left: calc(50% - 300px);
    padding-right: calc(50% - 300px);
  }
}
@media only screen and (min-width: 940px) {
  .subheader-nav {
    padding-left: calc(50% - 450px);
    padding-right: calc(50% - 450px);
  }
}
@media only screen and (min-width: 1240px) {
  .subheader-nav {
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px);
  }
}
.subheader-nav__toggle {
  display: block;
  line-height: 1.7rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #d8c13a;
}
.subheader-nav__toggle:hover {
  color: #e0cd61;
}
.subheader-nav__toggle:active {
  color: #d8c13a;
}
.subheader-nav__toggle:focus {
  color: #e0cd61;
}
@media only screen and (min-width: 783px) {
  .subheader-nav__toggle {
    display: none;
  }
}
.subheader-nav__inner {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 783px) {
  .subheader-nav__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
.subheader-nav__item {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #141422;
  text-align: center;
  padding: 0.85rem;
  line-height: 1.7rem;
  border-radius: 3px;
  border: 2px solid #262633;
  font-weight: bold;
}
@media only screen and (min-width: 783px) {
  .subheader-nav__item:not(:first-child) {
    margin-left: 1px;
  }
}
.subheader-nav__item:hover {
  border-color: #e0cd61;
}
.subheader-nav__item.active {
  border-bottom-color: #e75225;
}
.subheader-nav__item.active:hover {
  border-color: #262633;
  border-bottom-color: #e75225;
}
.subheader-nav__icon {
  display: block;
  text-align: center;
  font-size: 1.414rem;
  line-height: 1.7rem;
  font-weight: normal;
}
.tag {
  display: inline-block;
  padding: 0.55em 0.9em;
  font-size: 60%;
  line-height: 1;
  border: 1px solid;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 3px;
  font-weight: bold;
}
.tag--small {
  vertical-align: top;
  font-size: 40%;
}
.tag__action {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tag__action:hover,
.tag__action:focus {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.tag--neutral {
  color: #141422;
  background-color: #84848b;
  border-color: #84848b;
}
.tag--neutral[href] {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: rgba(132,132,139,0.85);
}
.tag--neutral[href]:hover,
.tag--neutral[href]:focus {
  color: #141422;
  background-color: #84848b;
}
.tag--subdued {
  color: #d0d0d2;
  background-color: #393945;
  border-color: #393945;
}
.tag--subdued[href] {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: rgba(57,57,69,0.85);
}
.tag--subdued[href]:hover,
.tag--subdued[href]:focus {
  color: #d0d0d2;
  background-color: #393945;
}
.tag--link {
  color: #141422;
  background-color: #d8c13a;
  border-color: #d8c13a;
}
.tag--link[href] {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: rgba(216,193,58,0.85);
}
.tag--link[href]:hover,
.tag--link[href]:focus {
  color: #141422;
  background-color: #d8c13a;
}
.tag--primary {
  color: #141422;
  background-color: #45c3ec;
  border-color: #45c3ec;
}
.tag--primary[href] {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: rgba(69,195,236,0.85);
}
.tag--primary[href]:hover,
.tag--primary[href]:focus {
  color: #141422;
  background-color: #45c3ec;
}
.tag--success {
  color: #141422;
  background-color: #5aa84b;
  border-color: #5aa84b;
}
.tag--success[href] {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: rgba(90,168,75,0.85);
}
.tag--success[href]:hover,
.tag--success[href]:focus {
  color: #141422;
  background-color: #5aa84b;
}
.tag--danger {
  color: #141422;
  background-color: #f04a43;
  border-color: #f04a43;
}
.tag--danger[href] {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: rgba(240,74,67,0.85);
}
.tag--danger[href]:hover,
.tag--danger[href]:focus {
  color: #141422;
  background-color: #f04a43;
}
.toggle-selector {
  text-align: center;
  margin-top: 1.7rem;
}
.toggle-selector > * {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
}
.toggle-selector__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #d0d0d2;
  -webkit-transition-property: color, opacity;
  -moz-transition-property: color, opacity;
  -o-transition-property: color, opacity;
  -ms-transition-property: color, opacity;
  transition-property: color, opacity;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
.toggle-selector__label.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.toggle-selector__label:not(.active) {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  cursor: pointer;
}
.toggle-selector__label:not(.active):hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #d8c13a;
}
.toggle-selector__switch {
  cursor: pointer;
  position: relative;
  width: 40px;
  border: 2px solid #d0d0d2;
  border-radius: 10px;
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.toggle-selector__switch__inner {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 12px;
  width: 12px;
  background-color: #d0d0d2;
  border-radius: 50%;
  -webkit-transition-property: -webkit-transform, background-color;
  -moz-transition-property: -moz-transform, background-color;
  -o-transition-property: -o-transform, background-color;
  -ms-transition-property: -ms-transform, background-color;
  transition-property: transform, background-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
.toggle-left .toggle-selector__switch__inner {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.toggle-right .toggle-selector__switch__inner {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.toggle-selector__switch:hover {
  border-color: #d8c13a;
}
.toggle-selector__switch:hover__inner {
  background-color: #d8c13a;
}
.embed-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container embed,
.embed-container object,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-container--16-9 {
  padding-bottom: 56.25%;
}
.embed-container--4-3 {
  padding-bottom: 75%;
}
.video-player {
  margin-top: 1.7rem;
  background-color: rgba(0,0,0,0.9);
  padding: 1em;
  border-radius: 1em;
}
.video-player video {
  display: block;
  width: 100%;
  height: auto;
}
.video-player video::-webkit-media-controls {
  display: none;
}
.video-player__thumbnail {
  position: relative;
  cursor: pointer;
}
.video-player__thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  background-color: rgba(0,0,0,0.7);
  background-image: url("/video/play-button.svg");
  background-position: center;
  -webkit-background-size: 20% auto;
  -moz-background-size: 20% auto;
  background-size: 20% auto;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s ease-out;
  -moz-transition: background-size 0.4s ease-out;
  -o-transition: background-size 0.4s ease-out;
  -ms-transition: background-size 0.4s ease-out;
  transition: background-size 0.4s ease-out;
}
.video-player__thumbnail:hover:after {
  -webkit-background-size: 25% auto;
  -moz-background-size: 25% auto;
  background-size: 25% auto;
}
.mtz {
  margin-top: 0rem !important;
}
.mlz {
  margin-left: 0rem !important;
}
.mrz {
  margin-right: 0rem !important;
}
.mbz {
  margin-bottom: 0rem !important;
}
.mz {
  margin: 0rem !important;
}
.mtxs {
  margin-top: 0.425rem !important;
}
.mlxs {
  margin-left: 0.425rem !important;
}
.mrxs {
  margin-right: 0.425rem !important;
}
.mbxs {
  margin-bottom: 0.425rem !important;
}
.mxs {
  margin: 0.425rem !important;
}
.mts {
  margin-top: 0.85rem !important;
}
.mls {
  margin-left: 0.85rem !important;
}
.mrs {
  margin-right: 0.85rem !important;
}
.mbs {
  margin-bottom: 0.85rem !important;
}
.ms {
  margin: 0.85rem !important;
}
.mtm {
  margin-top: 1.7rem !important;
}
.mlm {
  margin-left: 1.7rem !important;
}
.mrm {
  margin-right: 1.7rem !important;
}
.mbm {
  margin-bottom: 1.7rem !important;
}
.mm {
  margin: 1.7rem !important;
}
.mtl {
  margin-top: 3.4rem !important;
}
.mll {
  margin-left: 3.4rem !important;
}
.mrl {
  margin-right: 3.4rem !important;
}
.mbl {
  margin-bottom: 3.4rem !important;
}
.ml {
  margin: 3.4rem !important;
}
.ptz {
  padding-top: 0rem !important;
}
.plz {
  padding-left: 0rem !important;
}
.prz {
  padding-right: 0rem !important;
}
.pbz {
  padding-bottom: 0rem !important;
}
.pz {
  padding: 0rem !important;
}
.ptxs {
  padding-top: 0.425rem !important;
}
.plxs {
  padding-left: 0.425rem !important;
}
.prxs {
  padding-right: 0.425rem !important;
}
.pbxs {
  padding-bottom: 0.425rem !important;
}
.pxs {
  padding: 0.425rem !important;
}
.pts {
  padding-top: 0.85rem !important;
}
.pls {
  padding-left: 0.85rem !important;
}
.prs {
  padding-right: 0.85rem !important;
}
.pbs {
  padding-bottom: 0.85rem !important;
}
.ps {
  padding: 0.85rem !important;
}
.ptm {
  padding-top: 1.7rem !important;
}
.plm {
  padding-left: 1.7rem !important;
}
.prm {
  padding-right: 1.7rem !important;
}
.pbm {
  padding-bottom: 1.7rem !important;
}
.pm {
  padding: 1.7rem !important;
}
.ptl {
  padding-top: 3.4rem !important;
}
.pll {
  padding-left: 3.4rem !important;
}
.prl {
  padding-right: 3.4rem !important;
}
.pbl {
  padding-bottom: 3.4rem !important;
}
.pl {
  padding: 3.4rem !important;
}
.nowrap {
  white-space: nowrap;
}
.center {
  text-align: center;
}
.narrow:not(.container) {
  width: auto;
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.narrow-plus:not(.container) {
  width: auto;
  max-width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.svg-fix {
  width: 100% \9;
}
button.button--ui,
.button.button--ui {
  color: #d0d0d2;
  padding: 0.3rem;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: bottom;
}
button.button--uiblue,
.button.button--uiblue {
  color: #d0d0d2;
  background-color: rgba(46,109,164,0.4);
  border-color: #2e6da4;
}
button.button--uiblue:focus,
.button.button--uiblue:focus {
  color: #d0d0d2;
}
button.button--uiblue:hover,
.button.button--uiblue:hover,
button.button--uiblue:focus,
.button.button--uiblue:focus,
button.button--uiblue:active,
.button.button--uiblue:active {
  color: #d0d0d2;
  background-color: rgba(46,109,164,0.7);
  border-color: #2e6da4;
}
button.button--uiblue:hover:focus,
.button.button--uiblue:hover:focus,
button.button--uiblue:focus:focus,
.button.button--uiblue:focus:focus,
button.button--uiblue:active:focus,
.button.button--uiblue:active:focus {
  color: #d0d0d2;
}
button.button--uiorange,
.button.button--uiorange {
  color: #d0d0d2;
  background-color: rgba(238,162,54,0.4);
  border-color: #eea236;
}
button.button--uiorange:focus,
.button.button--uiorange:focus {
  color: #d0d0d2;
}
button.button--uiorange:hover,
.button.button--uiorange:hover,
button.button--uiorange:focus,
.button.button--uiorange:focus,
button.button--uiorange:active,
.button.button--uiorange:active {
  color: #d0d0d2;
  background-color: rgba(238,162,54,0.7);
  border-color: #eea236;
}
button.button--uiorange:hover:focus,
.button.button--uiorange:hover:focus,
button.button--uiorange:focus:focus,
.button.button--uiorange:focus:focus,
button.button--uiorange:active:focus,
.button.button--uiorange:active:focus {
  color: #d0d0d2;
}
button.button--nolink:hover,
.button.button--nolink:hover,
button.button--nolink:focus,
.button.button--nolink:focus,
button.button--nolink:active,
.button.button--nolink:active {
  cursor: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
button.button--nolink:hover.button--basic,
.button.button--nolink:hover.button--basic,
button.button--nolink:focus.button--basic,
.button.button--nolink:focus.button--basic,
button.button--nolink:active.button--basic,
.button.button--nolink:active.button--basic {
  color: #d0d0d2;
  background-color: rgba(216,193,58,0.7);
  border-color: #d8c13a;
}
button.button--nolink:hover.button--basic:focus,
.button.button--nolink:hover.button--basic:focus,
button.button--nolink:focus.button--basic:focus,
.button.button--nolink:focus.button--basic:focus,
button.button--nolink:active.button--basic:focus,
.button.button--nolink:active.button--basic:focus {
  color: #d0d0d2;
}
button.button--nolink:hover.button--neutral,
.button.button--nolink:hover.button--neutral,
button.button--nolink:focus.button--neutral,
.button.button--nolink:focus.button--neutral,
button.button--nolink:active.button--neutral,
.button.button--nolink:active.button--neutral {
  color: #d0d0d2;
  background-color: rgba(132,132,139,0.7);
  border-color: #84848b;
}
button.button--nolink:hover.button--neutral:focus,
.button.button--nolink:hover.button--neutral:focus,
button.button--nolink:focus.button--neutral:focus,
.button.button--nolink:focus.button--neutral:focus,
button.button--nolink:active.button--neutral:focus,
.button.button--nolink:active.button--neutral:focus {
  color: #d0d0d2;
}
button.button--nolink:hover.button--subdued,
.button.button--nolink:hover.button--subdued,
button.button--nolink:focus.button--subdued,
.button.button--nolink:focus.button--subdued,
button.button--nolink:active.button--subdued,
.button.button--nolink:active.button--subdued {
  color: #d8c13a;
  background-color: transparent;
  border-color: #262633;
}
button.button--nolink:hover.button--subdued:focus,
.button.button--nolink:hover.button--subdued:focus,
button.button--nolink:focus.button--subdued:focus,
.button.button--nolink:focus.button--subdued:focus,
button.button--nolink:active.button--subdued:focus,
.button.button--nolink:active.button--subdued:focus {
  color: #d8c13a;
}
button.button--nolink:hover.button--primary,
.button.button--nolink:hover.button--primary,
button.button--nolink:focus.button--primary,
.button.button--nolink:focus.button--primary,
button.button--nolink:active.button--primary,
.button.button--nolink:active.button--primary {
  color: #d0d0d2;
  background-color: rgba(69,195,236,0.8);
  border-color: #45c3ec;
}
button.button--nolink:hover.button--primary:focus,
.button.button--nolink:hover.button--primary:focus,
button.button--nolink:focus.button--primary:focus,
.button.button--nolink:focus.button--primary:focus,
button.button--nolink:active.button--primary:focus,
.button.button--nolink:active.button--primary:focus {
  color: #d0d0d2;
}
button.button--nolink:hover.button--success,
.button.button--nolink:hover.button--success,
button.button--nolink:focus.button--success,
.button.button--nolink:focus.button--success,
button.button--nolink:active.button--success,
.button.button--nolink:active.button--success {
  color: #d0d0d2;
  background-color: rgba(90,168,75,0.7);
  border-color: #5aa84b;
}
button.button--nolink:hover.button--success:focus,
.button.button--nolink:hover.button--success:focus,
button.button--nolink:focus.button--success:focus,
.button.button--nolink:focus.button--success:focus,
button.button--nolink:active.button--success:focus,
.button.button--nolink:active.button--success:focus {
  color: #d0d0d2;
}
button.button--nolink:hover.button--danger,
.button.button--nolink:hover.button--danger,
button.button--nolink:focus.button--danger,
.button.button--nolink:focus.button--danger,
button.button--nolink:active.button--danger,
.button.button--nolink:active.button--danger {
  color: #d0d0d2;
  background-color: rgba(240,74,67,0.7);
  border-color: #f04a43;
}
button.button--nolink:hover.button--danger:focus,
.button.button--nolink:hover.button--danger:focus,
button.button--nolink:focus.button--danger:focus,
.button.button--nolink:focus.button--danger:focus,
button.button--nolink:active.button--danger:focus,
.button.button--nolink:active.button--danger:focus {
  color: #d0d0d2;
}
button.button--nolink:hover.button--uiblue,
.button.button--nolink:hover.button--uiblue,
button.button--nolink:focus.button--uiblue,
.button.button--nolink:focus.button--uiblue,
button.button--nolink:active.button--uiblue,
.button.button--nolink:active.button--uiblue {
  color: #d0d0d2;
  background-color: rgba(46,109,164,0.4);
  border-color: #2e6da4;
}
button.button--nolink:hover.button--uiblue:focus,
.button.button--nolink:hover.button--uiblue:focus,
button.button--nolink:focus.button--uiblue:focus,
.button.button--nolink:focus.button--uiblue:focus,
button.button--nolink:active.button--uiblue:focus,
.button.button--nolink:active.button--uiblue:focus {
  color: #d0d0d2;
}
button.button--nolink:hover.button--uiorange,
.button.button--nolink:hover.button--uiorange,
button.button--nolink:focus.button--uiorange,
.button.button--nolink:focus.button--uiorange,
button.button--nolink:active.button--uiorange,
.button.button--nolink:active.button--uiorange {
  color: #d0d0d2;
  background-color: rgba(238,162,54,0.4);
  border-color: #eea236;
}
button.button--nolink:hover.button--uiorange:focus,
.button.button--nolink:hover.button--uiorange:focus,
button.button--nolink:focus.button--uiorange:focus,
.button.button--nolink:focus.button--uiorange:focus,
button.button--nolink:active.button--uiorange:focus,
.button.button--nolink:active.button--uiorange:focus {
  color: #d0d0d2;
}
.example-form {
  width: auto;
  max-width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #262633;
  padding: 0 2em;
}
@media only screen and (min-width: 640px) {
  .example-form {
    max-width: 500px;
  }
}
.example.mobile-nav-open .mobile-nav {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  min-height: 500px;
}
.docs-pricing-plans {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 783px) {
  .docs-pricing-plans {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .docs-pricing-plans .pricing-pane:not(:first-child) {
    margin-left: 1.7rem;
  }
}
.faq section,
.reveal section {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.faq__question,
.reveal__question,
.faq__source,
.reveal__source {
  font-weight: bold;
  color: #d8c13a;
  cursor: pointer;
  padding-left: 1.7rem;
  position: relative;
}
.faq__question:hover,
.reveal__question:hover,
.faq__source:hover,
.reveal__source:hover {
  color: #e0cd61;
}
.faq__question:active,
.reveal__question:active,
.faq__source:active,
.reveal__source:active {
  color: #d8c13a;
}
.faq__question:focus,
.reveal__question:focus,
.faq__source:focus,
.reveal__source:focus {
  color: #e0cd61;
}
.faq__question:before,
.reveal__question:before,
.faq__source:before,
.reveal__source:before {
  content: '\25AA';
  position: absolute;
  display: inline-block;
  left: 0;
  color: #84848b;
  width: 1.7rem;
  text-align: center;
}
.faq__answer,
.reveal__answer,
.faq__target,
.reveal__target {
  display: none;
  background-color: #262633;
  margin-top: 0.85rem;
  padding: 1px 1.7rem 1.7rem;
  border-radius: 3px;
}
.faq__answer kbd,
.reveal__answer kbd,
.faq__target kbd,
.reveal__target kbd,
.faq__answer .context-menu,
.reveal__answer .context-menu,
.faq__target .context-menu,
.reveal__target .context-menu,
.faq__answer code,
.reveal__answer code,
.faq__target code,
.reveal__target code {
  background-color: #393945;
}
.faq .callout h4,
.reveal .callout h4 {
  margin-top: 0;
}
.faq .callout .dl-list li,
.reveal .callout .dl-list li {
  font-size: inherit;
  line-height: 2.5rem;
  list-style-type: none;
}
.faq .callout .dl-list a,
.reveal .callout .dl-list a {
  border-bottom: none;
}
.faq .callout .dl-list i.fa,
.reveal .callout .dl-list i.fa {
  margin-right: 0.5rem;
}
.swatch {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.7rem;
}
.swatch__sample {
  font-size: 0.75rem;
  width: 25%;
  min-height: 8em;
  -webkit-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  border-radius: 0.5em;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  line-height: 1.7rem;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.swatch__sample--axo-green {
  background-color: #8ac732;
  color: #000;
}
.swatch__sample--axo-blue {
  background-color: #2a3e51;
}
.swatch__sample--axo-dark-blue {
  background-color: #1c2933;
}
.swatch__sample--axo-light-blue {
  background-color: #425f75;
}
.swatch__sample--axo-grey {
  background-color: #607a8a;
}
.swatch__sample--axo-orange {
  background-color: #e17823;
  color: #000;
}
.swatch__sample--axo-red {
  background-color: #c13527;
}
.swatch__sample--axo-light {
  background-color: #edf1f2;
  color: #000;
}
.swatch__sample--axo-silver {
  background-color: #d7e0e0;
  color: #000;
}
.swatch__sample--axo-magenta {
  background-color: #ee2d64;
  color: #000;
}
.swatch__sample--axo-link {
  background-color: #337ab7;
}
.swatch__sample--gk-cream {
  background-color: #f9efc1;
  color: #000;
}
.swatch__sample--gk-ink {
  background-color: #141422;
}
.swatch__sample--gk-orange {
  background-color: #e75225;
  color: #000;
}
.swatch__sample--gk-yellow {
  background-color: #d8c13a;
  color: #000;
}
.swatch__sample--gk-teal {
  background-color: #149287;
}
.swatch__sample--gk-ink-tint {
  background-color: #262633;
}
.swatch__sample--gk-grey {
  background-color: #d0d0d2;
  color: #000;
}
.swatch__sample--gk-ink-light {
  background-color: #393945;
}
.swatch__sample--gk-blue {
  background-color: #45c3ec;
  color: #000;
}
.swatch__sample--axo-link {
  background-color: #337ab7;
}
.swatch__sample--axo-success {
  background-color: #5aa84b;
}
.swatch__sample--axo-warning {
  background-color: #fcd800;
  color: #000;
}
.swatch__sample--axo-danger {
  background-color: #f04a43;
  color: #000;
}
.swatch__sample--graph-teal {
  background-color: #2ece9d;
  color: #000;
}
.swatch__sample--graph-light-blue {
  background-color: #15a0bf;
}
.swatch__sample--graph-dark-blue {
  background-color: #0669f7;
  color: #000;
}
.swatch__sample--graph-magenta {
  background-color: #8e00c2;
}
.swatch__sample--graph-purple {
  background-color: #c517b6;
}
.swatch__sample--graph-dark-purple {
  background-color: #d90171;
}
.swatch__sample--graph-red {
  background-color: #cd0101;
}
.swatch__sample--graph-orange {
  background-color: #f25d2e;
  color: #000;
}
.swatch__sample--graph-yellow {
  background-color: #f2ca33;
  color: #000;
}
.swatch__sample--graph-green {
  background-color: #7bd938;
  color: #000;
}
.swatch__description {
  width: 75%;
  padding-left: 1.7rem;
}
.swatch__description p {
  font-size: 0.942666666666667rem;
}
.swatch__description p:first-child {
  margin-top: 0;
}
.swatch--graph {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}
.swatch--graph .swatch__sample {
  width: 12em;
  margin-top: 1.7rem;
  margin-right: 1em;
}
.icon-green {
  color: #5cb85c;
}
.icon-orange {
  color: #de9b43;
}
.table--shortcuts th:first-child,
.table--shortcuts td:first-child {
  width: 50%;
}
.table--shortcuts th:nth-child(2),
.table--shortcuts td:nth-child(2),
.table--shortcuts th:nth-child(3),
.table--shortcuts td:nth-child(3) {
  width: 25%;
}
@media only screen and (max-width: 639px) {
  .table--shortcuts th:nth-child(2),
  .table--shortcuts td:nth-child(2),
  .table--shortcuts th:nth-child(3),
  .table--shortcuts td:nth-child(3) {
    white-space: nowrap;
  }
}
dl.horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
dl.horizontal dt {
  margin-bottom: 2rem;
  -webkit-flex-basis: 75px;
  flex-basis: 75px;
}
dl.horizontal dt.img img {
  width: 65px;
  max-width: 100%;
}
dl.horizontal dd {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 calc(100% - 75px);
  -ms-flex: 0 1 calc(100% - 75px);
  flex: 0 1 calc(100% - 75px);
  padding-left: 3rem;
  margin-bottom: 3rem;
}
dl.horizontal dd h1,
dl.horizontal dd h2,
dl.horizontal dd h3,
dl.horizontal dd h4,
dl.horizontal dd h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
dl.horizontal dd p:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 639px) {
  dl.horizontal {
    display: block;
  }
  dl.horizontal dt.img img,
  dl.horizontal dd.img img {
    display: block;
    margin: 0 auto;
  }
  dl.horizontal dt {
    margin: 0 auto 0.5rem auto;
  }
  dl.horizontal dd {
    margin: 0 auto 3rem auto;
    padding-left: 0;
  }
  dl.horizontal dd h1,
  dl.horizontal dd h2,
  dl.horizontal dd h3,
  dl.horizontal dd h4,
  dl.horizontal dd h5 {
    text-align: center;
  }
}
.page--index .hero--bg {
  background-image: url("/img/bg/water.jpg");
}
.page--index .hero--bg--dark:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.install-diagram {
  position: relative;
}
.install-diagram .label {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 100%;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  transition: opacity 400ms;
  font-size: 2rem;
}
.install-diagram .label.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.install-diagram svg {
  max-width: 100%;
  width: 300px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.site-footer p {
  margin-bottom: 0.2rem;
}
.site-footer .social-footer {
  font-size: 0.942666666666667rem;
}
.site-footer .social-footer a {
  color: #84848b;
  font-size: 1.5rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
.site-footer .social-footer a.active,
.site-footer .social-footer a.active:hover,
.site-footer .social-footer a.active:focus {
  color: #e75225;
  font-weight: bold;
}
.nav-list__category:not(:nth-child(-n+2)):not(:nth-last-child(-n+3)),
#category-glo-release-notes {
  display: none;
}
#category-gitkraken h5,
#category-glo h5,
#category-enterprise h5 {
  color: #e75225;
}
