/*
Theme Name: CounterParty Theme
Theme URI: http://kodesolution.com/
Author: Ismail Hossain 
Author URI: http://kodesolution.com/
Description: 
Version: 1.1
*/
@charset "UTF-8";
@import url("https://hello.myfonts.net/count/2c04f6");
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.table td {
	padding: 3px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 750px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/**
 * @license
 * MyFonts Webfont Build ID 2884854, 2014-09-17T03:59:51-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed /assets/fonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Libertad-Italic by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/italic/
 *
 * Webfont: Libertad-Bold by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/bold/
 *
 * Webfont: Libertad-Medium by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/medium/
 *
 * Webfont: Libertad-LightItalic by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/light-italic/
 *
 * Webfont: Libertad-MediumItalic by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/medium-italic/
 *
 * Webfont: Libertad-Light by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/light/
 *
 * Webfont: Libertad-ExtraBoldItalic by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/extra-bold-italic/
 *
 * Webfont: Libertad-Thin by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/thin/
 *
 * Webfont: Libertad by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/regular/
 *
 * Webfont: Libertad-BoldItalic by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/bold-italic/
 *
 * Webfont: Libertad-ThinItalic by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/thin-italic/
 *
 * Webfont: Libertad-Book by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/book/
 *
 * Webfont: Libertad-BookItalic by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/book-italic/
 *
 * Webfont: Libertad-ExtraBold by TipoType
 * URL: http://www.myfonts.com/assets/fonts/tipotype/libertad/extra-bold/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2884854
 * Licensed pageviews: 10,000
 * /assets/fonts copyright: Copyright (c) 2014 by Fernando Diaz. All rights reserved.
 *
 * © 2014 MyFonts Inc
*/
@font-face {
  font-weight: 100;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_7_0.eot");
  src: url("fonts/2C04F6_7_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_7_0.woff") format("woff"), url("fonts/2C04F6_7_0.ttf") format("truetype");
}
@font-face {
  font-weight: 100;
  font-style: italic;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_A_0.eot");
  src: url("fonts/2C04F6_A_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_A_0.woff") format("woff"), url("fonts/2C04F6_A_0.ttf") format("truetype");
}
@font-face {
  font-weight: 200;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_5_0.eot");
  src: url("fonts/2C04F6_5_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_5_0.woff") format("woff"), url("fonts/2C04F6_5_0.ttf") format("truetype");
}
@font-face {
  font-weight: 200;
  font-style: italic;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_3_0.eot");
  src: url("fonts/2C04F6_3_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_3_0.woff") format("woff"), url("fonts/2C04F6_3_0.ttf") format("truetype");
}
@font-face {
  font-weight: 300;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_8_0.eot");
  src: url("fonts/2C04F6_8_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_8_0.woff") format("woff"), url("fonts/2C04F6_8_0.ttf") format("truetype");
}
@font-face {
  font-weight: 300;
  font-style: italic;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_0_0.eot");
  src: url("fonts/2C04F6_0_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_0_0.woff") format("woff"), url("fonts/2C04F6_0_0.ttf") format("truetype");
}
@font-face {
  font-weight: 400;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_B_0.eot");
  src: url("fonts/2C04F6_B_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_B_0.woff") format("woff"), url("fonts/2C04F6_B_0.ttf") format("truetype");
}
@font-face {
  font-weight: 400;
  font-style: italic;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_C_0.eot");
  src: url("fonts/2C04F6_C_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_C_0.woff") format("woff"), url("fonts/2C04F6_C_0.ttf") format("truetype");
}
@font-face {
  font-weight: 500;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_2_0.eot");
  src: url("fonts/2C04F6_2_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_2_0.woff") format("woff"), url("fonts/2C04F6_2_0.ttf") format("truetype");
}
@font-face {
  font-weight: 500;
  font-style: italic;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_4_0.eot");
  src: url("fonts/2C04F6_4_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_4_0.woff") format("woff"), url("fonts/2C04F6_4_0.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_1_0.eot");
  src: url("fonts/2C04F6_1_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_1_0.woff") format("woff"), url("fonts/2C04F6_1_0.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-style: italic;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_9_0.eot");
  src: url("fonts/2C04F6_9_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_9_0.woff") format("woff"), url("fonts/2C04F6_9_0.ttf") format("truetype");
}
@font-face {
  font-weight: 900;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_6_0.eot");
  src: url("fonts/2C04F6_6_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_6_0.woff") format("woff"), url("fonts/2C04F6_6_0.ttf") format("truetype");
}
@font-face {
  font-weight: 900;
  font-style: italic;
  font-family: 'Libertad';
  src: url("fonts/2C04F6_D_0.eot");
  src: url("fonts/2C04F6_D_0d41d.eot?#iefix") format("embedded-opentype"), url("fonts/2C04F6_D_0.woff") format("woff"), url("fonts/2C04F6_D_0.ttf") format("truetype");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
  background: #0a66ea;
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    background: white;
  }
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: Libertad, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 200;
  color: #676767;
  line-height: 1.7;
  background: white;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

a {
  color: #0a66ea;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

h1,
h3 {
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 20px;
  line-height: 1.4;
}

h3 {
  font-size: 20px;
}

h5 {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

hr {
  background: #cacaca;
  border: 0;
  height: 1px;
  margin: 0;
  padding: 0;
}

input {
  -webkit-font-smoothing: inherit;
  font-family: inherit;
}

p {
  margin: 0;
}

p + p {
  margin-top: 10px;
}

strong {
  font-weight: 500;
}

.section {
  background: white;
}

.section .section {
  background: none;
}

.section--shade {
  background: #f0f2f4;
}

.section--stage {
  border-bottom: 2px solid #0a66ea;
}

.section-cta {
  font-weight: 500;
  font-size: 17px;
}

.separator--section {
  width: 44px;
  height: 0px;
  margin: 0 auto;
  overflow: visible;
}

.separator--section img {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  padding: 17px 14px;
  position: relative;
  top: -23px;
}

.paragraph--stage {
  font-size: 17px;
}

.qa p {
  margin-top: 5px;
}

.vpad--0-bottom, .vpad--0 {
  padding-bottom: 0px;
}

.vpad--0-top, .vpad--0 {
  padding-top: 0px;
}

.vpad--bottom, .vpad {
  padding-bottom: 10px;
}

.vpad--top, .vpad {
  padding-top: 10px;
}

.vpad--2-bottom, .vpad--2 {
  padding-bottom: 20px;
}

.vpad--2-top, .vpad--2 {
  padding-top: 20px;
}

.vpad--3-bottom, .vpad--3 {
  padding-bottom: 30px;
}

.vpad--3-top, .vpad--3 {
  padding-top: 30px;
}

.vpad--4-bottom, .vpad--4 {
  padding-bottom: 40px;
}

.vpad--4-top, .vpad--4 {
  padding-top: 40px;
}

.vpad--5-bottom, .vpad--5 {
  padding-bottom: 50px;
}

.vpad--5-top, .vpad--5 {
  padding-top: 50px;
}

.vpad--6-bottom, .vpad--6 {
  padding-bottom: 60px;
}

.vpad--6-top, .vpad--6 {
  padding-top: 60px;
}

.vpad--8-bottom, .vpad--8 {
  padding-bottom: 80px;
}

.vpad--8-top, .vpad--8 {
  padding-top: 80px;
}

.vpad--10-bottom, .vpad--10 {
  padding-bottom: 100px;
}

.vpad--10-top, .vpad--10 {
  padding-top: 100px;
}

.vpad--11-bottom, .vpad--11 {
  padding-bottom: 110px;
}

.vpad--11-top, .vpad--11 {
  padding-top: 110px;
}

@media (min-width: 768px) {
  .vpad-sm--0-bottom, .vpad-sm--0 {
    padding-bottom: 0px;
  }

  .vpad-sm--0-top, .vpad-sm--0 {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .vpad-sm--bottom, .vpad-sm {
    padding-bottom: 10px;
  }

  .vpad-sm--top, .vpad-sm {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .vpad-sm--2-bottom, .vpad-sm--2 {
    padding-bottom: 20px;
  }

  .vpad-sm--2-top, .vpad-sm--2 {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .vpad-sm--3-bottom, .vpad-sm--3 {
    padding-bottom: 30px;
  }

  .vpad-sm--3-top, .vpad-sm--3 {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .vpad-sm--4-bottom, .vpad-sm--4 {
    padding-bottom: 40px;
  }

  .vpad-sm--4-top, .vpad-sm--4 {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .vpad-sm--5-bottom, .vpad-sm--5 {
    padding-bottom: 50px;
  }

  .vpad-sm--5-top, .vpad-sm--5 {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .vpad-sm--6-bottom, .vpad-sm--6 {
    padding-bottom: 60px;
  }

  .vpad-sm--6-top, .vpad-sm--6 {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .vpad-sm--8-bottom, .vpad-sm--8 {
    padding-bottom: 80px;
  }

  .vpad-sm--8-top, .vpad-sm--8 {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .vpad-sm--10-bottom, .vpad-sm--10 {
    padding-bottom: 100px;
  }

  .vpad-sm--10-top, .vpad-sm--10 {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .vpad-sm--11-bottom, .vpad-sm--11 {
    padding-bottom: 110px;
  }

  .vpad-sm--11-top, .vpad-sm--11 {
    padding-top: 110px;
  }
}
@media (min-width: 992px) {
  .vpad-md--0-bottom, .vpad-md--0 {
    padding-bottom: 0px;
  }

  .vpad-md--0-top, .vpad-md--0 {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .vpad-md--bottom, .vpad-md {
    padding-bottom: 10px;
  }

  .vpad-md--top, .vpad-md {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .vpad-md--2-bottom, .vpad-md--2 {
    padding-bottom: 20px;
  }

  .vpad-md--2-top, .vpad-md--2 {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .vpad-md--3-bottom, .vpad-md--3 {
    padding-bottom: 30px;
  }

  .vpad-md--3-top, .vpad-md--3 {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .vpad-md--4-bottom, .vpad-md--4 {
    padding-bottom: 40px;
  }

  .vpad-md--4-top, .vpad-md--4 {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .vpad-md--5-bottom, .vpad-md--5 {
    padding-bottom: 50px;
  }

  .vpad-md--5-top, .vpad-md--5 {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .vpad-md--6-bottom, .vpad-md--6 {
    padding-bottom: 60px;
  }

  .vpad-md--6-top, .vpad-md--6 {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .vpad-md--8-bottom, .vpad-md--8 {
    padding-bottom: 80px;
  }

  .vpad-md--8-top, .vpad-md--8 {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .vpad-md--10-bottom, .vpad-md--10 {
    padding-bottom: 100px;
  }

  .vpad-md--10-top, .vpad-md--10 {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .vpad-md--11-bottom, .vpad-md--11 {
    padding-bottom: 110px;
  }

  .vpad-md--11-top, .vpad-md--11 {
    padding-top: 110px;
  }
}
@media (min-width: 1200px) {
  .vpad-lg--0-bottom, .vpad-lg--0 {
    padding-bottom: 0px;
  }

  .vpad-lg--0-top, .vpad-lg--0 {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .vpad-lg--bottom, .vpad-lg {
    padding-bottom: 10px;
  }

  .vpad-lg--top, .vpad-lg {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .vpad-lg--2-bottom, .vpad-lg--2 {
    padding-bottom: 20px;
  }

  .vpad-lg--2-top, .vpad-lg--2 {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .vpad-lg--3-bottom, .vpad-lg--3 {
    padding-bottom: 30px;
  }

  .vpad-lg--3-top, .vpad-lg--3 {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .vpad-lg--4-bottom, .vpad-lg--4 {
    padding-bottom: 40px;
  }

  .vpad-lg--4-top, .vpad-lg--4 {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .vpad-lg--5-bottom, .vpad-lg--5 {
    padding-bottom: 50px;
  }

  .vpad-lg--5-top, .vpad-lg--5 {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .vpad-lg--6-bottom, .vpad-lg--6 {
    padding-bottom: 60px;
  }

  .vpad-lg--6-top, .vpad-lg--6 {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .vpad-lg--8-bottom, .vpad-lg--8 {
    padding-bottom: 80px;
  }

  .vpad-lg--8-top, .vpad-lg--8 {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .vpad-lg--10-bottom, .vpad-lg--10 {
    padding-bottom: 100px;
  }

  .vpad-lg--10-top, .vpad-lg--10 {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .vpad-lg--11-bottom, .vpad-lg--11 {
    padding-bottom: 110px;
  }

  .vpad-lg--11-top, .vpad-lg--11 {
    padding-top: 110px;
  }
}
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .text-left--sm {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .text-center--sm {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-right--sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-left--md {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-center--md {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-right--md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-left--lg {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .text-center--lg {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-right--lg {
    text-align: right;
  }
}
.btn-link {
  -webkit-transition: 100ms linear all;
  -o-transition: 100ms linear all;
  transition: 100ms linear all;
  border: 1px solid #0a66ea;
  border-radius: 5px;
  display: inline-block;
  line-height: 2.5em;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  text-decoration: none !important;
}
.btn-link:hover, .btn-link:focus {
  background: rgba(255, 255, 255, 0.5);
}
.btn-link:active {
  position: relative;
  top: 1px;
}

.btn--frameless {
  background: #e8ecec;
  border: 0;
  color: #676767;
}
.btn--frameless:hover, .btn--frameless:focus {
  background: #f0f3f3;
}

.btn-link + .btn-link {
  margin-left: 30px;
}

.tile-image {
  display: inline-block;
  margin: 0 0 40px;
}

.uppercase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.medium {
  font-weight: 500;
}

.slider {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  transform: translate3d(0, 0, 0);
}

.slider p {
  margin: 0;
}

.slider--images,
.slider--captions {
  max-width: 100%;
  width: 681px;
}

.slider-pagination {
  font-weight: 500;
}

.slider-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slider-pagination li {
  display: inline-block;
}

.slider-pagination a {
  border: solid #0a66ea;
  border-radius: 50%;
  display: block;
  text-decoration: none !important;
}

.slider-pagination .active {
  color: #ed1650;
  cursor: default;
}

.slider-pagination {
  font-size: 18px;
  line-height: 38px;
}

.slider-pagination a {
  width: 40px;
  height: 40px;
  border-width: 2px;
}

.slider-pagination li + li {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .slider-pagination {
    font-size: 24px;
    line-height: 46px;
  }

  .slider-pagination a {
    width: 50px;
    height: 50px;
    border-width: 3px;
  }

  .slider-pagination li + li {
    margin-left: 70px;
  }
}
.form--sign-up {
  line-height: 1;
}

.form--sign-up input {
  background: transparent;
  border: 1px solid white;
  outline: 0 !important;
  padding: 9px 0 8px;
}

.form--sign-up input[type="email"] {
  border-radius: 5px 0 0 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.form--sign-up input[type="submit"] {
  border-radius: 0 5px 5px 0;
  border-left: 0;
  position: absolute;
  right: 0;
  width: 75px;
  top: 0;
}
.form--sign-up input[type="submit"]:hover {
  -webkit-transition: 75ms linear background;
  -o-transition: 75ms linear background;
  transition: 75ms linear background;
  background: rgba(255, 255, 255, 0.1);
}

.sign-up--wrapper {
  margin: 0 auto;
  max-width: 300px;
  padding-right: 75px;
  position: relative;
}

.sign-up--dev input {
  border: 1px solid #cacaca;
}

.sign-up--dev input[type="email"] {
  border-right: 0;
}

.sign-up--dev input[type="submit"] {
  background: #0a66ea;
  border-color: #0a66ea;
  color: white;
}
.sign-up--dev input[type="submit"]:hover {
  background: #0f6df5;
}

.slider--features {
  height: 270px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.slider--page {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
}

.active .slider--circle {
  background: #0a66ea;
}

.slider--circle {
  width: 100%;
  height: 100%;
  background: #d8d8d8;
  border-radius: 50%;
}

@media (min-width: 768px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.img {
  height: auto;
  max-width: 100%;
}

.img--icon--twitter {
  width: 40px;
}

.img--icon--github {
  width: 40px;
}

.img--icon--status {
  width: 40px;
}

.img--icon--counterparty {
  width: 24px;
}

.img--logo--humint {
  width: 23px;
}

.img--icon--linkedin {
  width: 40px;
}

.img--icon--facebook {
  width: 40px;
}

.img--icon--google {
  width: 40px;
}

.img--icon--comment {
  width: 40px;
}

.img--stage--home {
  width: 340px;
}

.img--get-started {
  width: 200px;
}

.img--shawn img {
  width: 130px;
}

.img--developers img {
  width: 240px;
}

.img--platform img {
  width: 100px;
}

/*.img--why-xcp {
  width: 110px;
}*/

.feature-img {
  width: 140px;
  margin: auto;
}

.img--press--wired {
  width: 146px;
}

.img--press--ltb {
  width: 90px;
}

.img--press--coindesk {
  width: 140px;
}

.img--press--moneybeat {
  width: 200px;
}

.img--press--upstart {
  width: 125px;
}

.img--press--venturebeat {
  width: 200px;
}

.img--stage--platform {
  width: 319px;
}

.img--protocol img {
  width: 602px;
}

.img--stage--why-xcp {
  width: 340px;
}

.img--case-study--storj img {
  width: 681px;
}

.img--token img {
  width: 550px;
}

.img--wallet img {
  width: 680px;
}

.img--feature {
  width: 67px;
}

.img--team-member {
  width: 100px;
}

.img--why-xcp--1 img {
  width: 94px;
}

.img--why-xcp--2 img {
  width: 174px;
}

.img--why-xcp--3 img{
  width: 92px;
}

.img--why-xcp--4 img{
  width: 208px;
}

.img--why-xcp--5 img{
  width: 120px;
}

.img--why-xcp--6 img{
  width: 190px;
}

.img--stage--get-started {
  width: 313px;
}

.img--get-started--learn-more img {
  width: 210px;
}

.img--get-started--token img {
  width: 120px;
}

.img--stage--developers {
  width: 542px;
}

.img--stage--developers--xs {
  width: 279px;
}

.img--stage--components {
  width: 475px;
}

.img--stage--components--xs {
  width: 281px;
}

.img--stage--news {
  width: 235px;
}

.img--icon--share {
  width: 12px;
}

.img--stage--support {
  width: 288px;
}

.img--logo-placeholder {
  width: 103px;
}

.img--support--tickets img {
  width: 169px;
}

.img--down-arrow {
  width: 17px;
}

@media (min-width: 768px) {
  .img--icon--comment,
  .img--icon--google,
  .img--icon--linkedin,
  .img--icon--facebook,
  .img--icon--twitter,
  .img--icon--status,
  .img--icon--github {
    width: 20px;
  }
}
header {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0;
  font-size: 13px;
  line-height: 40px;
  position: relative;
  height: 80px;
  z-index: 1;
}
header .separator {
  padding: 0 3px;
}
header .logo {
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
header .xcp-price {
  color: #ed1650;
  line-height: 20px;
}
header .active {
  background: #e0eef8;
  border-radius: 4px;
  cursor: default;
  text-decoration: none !important;
}
header .nav a {
  /*padding: 4px 5px 3px;*/
  padding: 4px 4px 3px;
}

footer {
  background: #0a66ea;
  color: white;
  display: none;
  font-size: 11px;
}

.main-wrapper footer {
  display: block;
}

footer a {
  color: white;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer li + li {
  margin-top: 10px;
}

footer hr {
  background: white;
}

.external-links {
  line-height: 24px;
}

.external-links .img {
  margin-right: 10px;
}

.external-links li + li {
  margin-top: 20px;
}

.terms-of-use {
  background: #004eb4;
}

.open .terms-of-use--content {
  height: auto;
}

.terms-of-use--content {
  height: 0;
  overflow: hidden;
}

.img--logo--humint {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .social-link {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .main-wrapper footer {
    display: none;
  }

  body > footer {
    display: block;
  }

  html {
    min-height: 100%;
    position: relative;
  }

  body {
    margin-bottom: 424px;
  }

  footer {
    width: 100%;
    height: 424px;
    bottom: 0;
    position: absolute;
  }
}
.menu-toggle {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  float: left;
  margin: 0 auto;
  padding: 8px 4px;
  position: relative;
  width: 22px;
}

.menu-toggle--right {
  float: right;
}

.menu-toggle--wrapper:before, .menu-toggle--wrapper:after {
  content: " ";
  display: table;
}
.menu-toggle--wrapper:after {
  clear: both;
}

.menu-toggle .bar {
  width: 100%;
  height: 5px;
  position: relative;
}

.menu-toggle .bar div {
  width: 100%;
  height: 100%;
  background: #676767;
  position: absolute;
  top: 0;
}

.menu-toggle .bar + .bar {
  margin-top: 4px;
}

.menu-toggle .vbars {
  width: 5px;
  height: 24px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: solid white;
  border-width: 0 4px;
  left: 0px;
  position: absolute;
  top: 8px;
}

.with-menu .menu-toggle .bar div,
.with-menu .menu-toggle .vbars {
  display: none;
}
.with-menu .menu-toggle .middle div {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.with-menu .menu-toggle .middle div + div {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.with-menu .main-wrapper {
  position: fixed;
}

.with-left-menu .left-menu-wrapper {
  position: relative;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  z-index: 1;
}
.with-left-menu .main-wrapper {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 0 5px;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 0 5px;
  transform: translate(80%, 0%);
  -webkit-transform: translate(80%, 0%);
}

.with-right-menu .right-menu-wrapper {
  position: relative;
  transform: translate(20%, 0%);
  -webkit-transform: translate(20%, 0%);
  z-index: 3;
}
.with-right-menu .main-wrapper {
  transform: translate(-80%, 0%);
  -webkit-transform: translate(-80%, 0%);
}

.main-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 100ms linear all;
  -o-transition: 100ms linear all;
  transition: 100ms linear all;
  -webkit-transform: translate(0%, 0%);
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  transform: translate(0%, 0%);
  z-index: 2;
}

.left-menu-wrapper,
.right-menu-wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: 100ms linear all;
  -o-transition: 100ms linear all;
  transition: 100ms linear all;
  background: #0a66ea;
  bottom: 0;
  font-size: 17px;
  position: fixed;
  right: -15px;
  top: 0;
}

.right-menu-wrapper {
  transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
}

.left-menu-wrapper {
  transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
}

@media (min-width: 768px) {
  .with-menu .main-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 100ms linear all;
    -o-transition: 100ms linear all;
    transition: 100ms linear all;
    -webkit-transform: translate(0%, 0%);
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0%, 0%);
    z-index: 2;
  }
  .with-menu .left-menu-wrapper,
  .with-menu .right-menu-wrapper {
    width: 100%;
    height: 100%;
    -webkit-transition: 100ms linear all;
    -o-transition: 100ms linear all;
    transition: 100ms linear all;
    background: #0a66ea;
    bottom: 0;
    font-size: 17px;
    position: fixed;
    right: 0;
    top: 0;
  }
  .with-menu .right-menu-wrapper {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
  }
  .with-menu .left-menu-wrapper {
    transform: translate(-100%, 0%);
    -webkit-transform: translate(-100%, 0%);
  }
}
.right-menu-wrapper .separator {
  display: none;
}

.right-menu-wrapper a {
  background: #0a66ea;
  border-bottom: 1px solid #62a0f8;
  color: white !important;
  display: block;
  padding: 20px 15px;
  text-decoration: none !important;
}
.right-menu-wrapper a:hover {
  background: #0a68ef;
}
.right-menu-wrapper a:active, .right-menu-wrapper a.active {
  background: #0060b4;
}

.left-menu-wrapper .nav--docs {
  background: #0a66ea;
  color: white;
  left: 0;
  margin-right: 0;
  padding: 25px 20px;
}
.left-menu-wrapper .nav--docs,
.left-menu-wrapper .nav--docs h2 {
  font-size: 17px;
  line-height: 1.9;
}
.left-menu-wrapper .nav--docs hr {
  background: #7aaef9;
  display: block;
  left: -20px;
  margin: 20px 0;
  position: relative;
}
.left-menu-wrapper .nav--docs li {
  margin: 15px 0 0;
}
.left-menu-wrapper .nav--docs a {
  color: white !important;
}
.left-menu-wrapper .nav--docs ul {
  margin: 0;
  padding: 0;
}

.share-dropdown {
  margin: 0 auto;
  width: 175px;
}

.share-dropdown .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eaeaea;
  font-size: 15px;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}

.share-dropdown li a {
  color: #0a66ea;
  line-height: 1.5;
  outline: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.share-dropdown li a:focus,
.share-dropdown li a:hover {
  background: white;
  color: #0a66ea;
  text-decoration: underline;
}

.share-dropdown .item + .item a {
  border-top: 1px solid #eaeaea;
}

.share-dropdown .up-caret {
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  left: 82px;
  position: absolute;
  top: -7px;
}

.share-dropdown .up-caret-border {
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #eaeaea;
  left: 81px;
  position: absolute;
  top: -8px;
}

.main {
  overflow: visible;
}

.news {
  border-bottom: 1px solid #979797;
}

.news .btn-link {
  margin-right: 20px;
}

.img--team-member {
  -webkit-transition: 75ms linear all;
  -o-transition: 75ms linear all;
  transition: 75ms linear all;
  border-radius: 50%;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.team-member:hover .img--team-member {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.platform-features {
  font-size: 14px;
}

.platform-features p {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 1.5;
  height: 6em;
  overflow: visible;
}

.team-member--name {
  font-weight: 300;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 768px) {
  .platform-features p {
    height: 4.5em;
  }

  .team-member--name {
    font-size: 17px;
  }
}
.team-member--position {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 13px;
  height: 2em;
  line-height: 1.5;
}

.developers-header--wrapper {
  margin-bottom: 40px;
}

.developers-header--wrapper,
.developers-header {
  position: relative;
}

.developers-header--background {
  background: #f0f2f4;
  border-bottom: 1px solid #cacaca;
  position: absolute;
  left: -45px;
  top: -40px;
  bottom: 0;
  width: 2000px;
}

.container .markdown-body {
  font-family: Libertad, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 200;
  color: #676767;
  line-height: 1.7;
  font-size: 15px;
}

.container .markdown-body input {
  font-family: Libertad, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
}

.section--docs {
  overflow: hidden;
}

.section--docs .markdown-body > .section {
  margin-top: -34px !important;
}

.content--docs .markdown-body h1 {
  font-size: 24px;
}
.content--docs .markdown-body h2 {
  border-color: #cacaca;
  font-size: 20px;
}
.content--docs .markdown-body h3 {
  font-size: 18px;
}
.content--docs .markdown-body h4 {
  font-size: 14px;
}
.content--docs .markdown-body h5 {
  font-size: 12px;
}
.content--docs .markdown-body h6 {
  font-size: 10px;
}

@media (min-width: 768px) {
  .content--docs .markdown-body h1 {
    font-size: 28px;
  }
  .content--docs .markdown-body h2 {
    font-size: 24px;
  }
  .content--docs .markdown-body h3 {
    font-size: 20px;
  }
  .content--docs .markdown-body h4 {
    font-size: 16px;
  }
  .content--docs .markdown-body h5 {
    font-size: 12px;
  }
  .content--docs .markdown-body h6 {
    font-size: 10px;
  }

  .section--docs {
    overflow: visible;
  }

  .content--docs {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-left: 1px solid #cacaca;
    left: -45px;
    padding-left: 45px;
    position: relative;
    width: 100%;
  }
}
.nav--docs {
  border-right: 1px solid #cacaca;
  left: 1px;
  margin-right: 15px;
  position: relative;
}
.nav--docs,
.nav--docs h2 {
  font-size: 13px;
}
.nav--docs h2 {
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.nav--docs ul {
  line-height: 1.9;
  list-style: none;
  margin: 15px 0 0;
  padding: 0 0 30px;
}
.nav--docs hr {
  display: none;
}

.docs--main h3 {
  text-align: center;
}

.qa--header {
  line-height: 1;
}

.logos--title {
  font-weight: 300;
  font-size: 17px;
  line-height: 1;
}

.logos a {
  font-size: 13px;
}

.separator--formats {
  font-weight: 500;
  margin: 0 5px;
}

.news--entries h2 {
  font-size: 20px;
  line-height: 1.2;
}
.news--entries h4 {
  font-size: 20px;
}
.news--entries h2,
.news--entries h4 {
  font-weight: 700;
  margin: 0;
  padding: 5px 0 0;
}
.news--entries p + p {
  margin-top: 30px;
}
.news--entries a {
  font-weight: 500;
  font-size: 17px;
}
.news--entries hr {
  margin-top: 60px;
}

.news--entry h1 {
  font-size: 20px;
  margin: 10px 0;
}
.news--entry h1 + p {
  margin-bottom: 2em;
}
.news--entry p + p {
  margin-top: 1em;
}

.img--icon--share {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .news--entries h2,
  .news--entry h1 {
    font-size: 28px;
  }
}

@font-face {
  font-family: octicons-anchor;
  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAYcAA0AAAAACjQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABwAAAAca8vGTk9TLzIAAAFMAAAARAAAAFZG1VHVY21hcAAAAZAAAAA+AAABQgAP9AdjdnQgAAAB0AAAAAQAAAAEACICiGdhc3AAAAHUAAAACAAAAAj//wADZ2x5ZgAAAdwAAADRAAABEKyikaNoZWFkAAACsAAAAC0AAAA2AtXoA2hoZWEAAALgAAAAHAAAACQHngNFaG10eAAAAvwAAAAQAAAAEAwAACJsb2NhAAADDAAAAAoAAAAKALIAVG1heHAAAAMYAAAAHwAAACABEAB2bmFtZQAAAzgAAALBAAAFu3I9x/Nwb3N0AAAF/AAAAB0AAAAvaoFvbwAAAAEAAAAAzBdyYwAAAADP2IQvAAAAAM/bz7t4nGNgZGFgnMDAysDB1Ml0hoGBoR9CM75mMGLkYGBgYmBlZsAKAtJcUxgcPsR8iGF2+O/AEMPsznAYKMwIkgMA5REMOXicY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+h5j//yEk/3KoSgZGNgYYk4GRCUgwMaACRoZhDwCs7QgGAAAAIgKIAAAAAf//AAJ4nHWMMQrCQBBF/0zWrCCIKUQsTDCL2EXMohYGSSmorScInsRGL2DOYJe0Ntp7BK+gJ1BxF1stZvjz/v8DRghQzEc4kIgKwiAppcA9LtzKLSkdNhKFY3HF4lK69ExKslx7Xa+vPRVS43G98vG1DnkDMIBUgFN0MDXflU8tbaZOUkXUH0+U27RoRpOIyCKjbMCVejwypzJJG4jIwb43rfl6wbwanocrJm9XFYfskuVC5K/TPyczNU7b84CXcbxks1Un6H6tLH9vf2LRnn8Ax7A5WQAAAHicY2BkYGAA4teL1+yI57f5ysDNwgAC529f0kOmWRiYVgEpDgYmEA8AUzEKsQAAAHicY2BkYGB2+O/AEMPCAAJAkpEBFbAAADgKAe0EAAAiAAAAAAQAAAAEAAAAAAAAKgAqACoAiAAAeJxjYGRgYGBhsGFgYgABEMkFhAwM/xn0QAIAD6YBhwB4nI1Ty07cMBS9QwKlQapQW3VXySvEqDCZGbGaHULiIQ1FKgjWMxknMfLEke2A+IJu+wntrt/QbVf9gG75jK577Lg8K1qQPCfnnnt8fX1NRC/pmjrk/zprC+8D7tBy9DHgBXoWfQ44Av8t4Bj4Z8CLtBL9CniJluPXASf0Lm4CXqFX8Q84dOLnMB17N4c7tBo1AS/Qi+hTwBH4rwHHwN8DXqQ30XXAS7QaLwSc0Gn8NuAVWou/gFmnjLrEaEh9GmDdDGgL3B4JsrRPDU2hTOiMSuJUIdKQQayiAth69r6akSSFqIJuA19TrzCIaY8sIoxyrNIrL//pw7A2iMygkX5vDj+G+kuoLdX4GlGK/8Lnlz6/h9MpmoO9rafrz7ILXEHHaAx95s9lsI7AHNMBWEZHULnfAXwG9/ZqdzLI08iuwRloXE8kfhXYAvE23+23DU3t626rbs8/8adv+9DWknsHp3E17oCf+Z48rvEQNZ78paYM38qfk3v/u3l3u3GXN2Dmvmvpf1Srwk3pB/VSsp512bA/GG5i2WJ7wu430yQ5K3nFGiOqgtmSB5pJVSizwaacmUZzZhXLlZTq8qGGFY2YcSkqbth6aW1tRmlaCFs2016m5qn36SbJrqosG4uMV4aP2PHBmB3tjtmgN2izkGQyLWprekbIntJFing32a5rKWCN/SdSoga45EJykyQ7asZvHQ8PTm6cslIpwyeyjbVltNikc2HTR7YKh9LBl9DADC0U/jLcBZDKrMhUBfQBvXRzLtFtjU9eNHKin0x5InTqb8lNpfKv1s1xHzTXRqgKzek/mb7nB8RZTCDhGEX3kK/8Q75AmUM/eLkfA+0Hi908Kx4eNsMgudg5GLdRD7a84npi+YxNr5i5KIbW5izXas7cHXIMAau1OueZhfj+cOcP3P8MNIWLyYOBuxL6DRylJ4cAAAB4nGNgYoAALjDJyIAOWMCiTIxMLDmZedkABtIBygAAAA==) format('woff');
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
}

.markdown-body a {
  background: transparent;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline: 0;
}

.markdown-body strong {
  font-weight: bold;
}

.markdown-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.markdown-body img {
  border: 0;
}

.markdown-body hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

.markdown-body pre {
  overflow: auto;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.markdown-body input {
  color: inherit;
  font: inherit;
  margin: 0;
}

.markdown-body html input[disabled] {
  cursor: default;
}

.markdown-body input {
  line-height: normal;
}

.markdown-body input[type="checkbox"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.markdown-body table {
  border-collapse: collapse;
  border-spacing: 0;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.markdown-body input {
  font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

.markdown-body a {
  color: #4183c4;
  text-decoration: none;
}

.markdown-body a:hover,
.markdown-body a:focus,
.markdown-body a:active {
  text-decoration: underline;
}

.markdown-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.markdown-body hr:before {
  display: table;
  content: "";
}

.markdown-body hr:after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
}

.markdown-body h1 {
  font-size: 30px;
}

.markdown-body h2 {
  font-size: 21px;
}

.markdown-body h3 {
  font-size: 16px;
}

.markdown-body h4 {
  font-size: 14px;
}

.markdown-body h5 {
  font-size: 12px;
}

.markdown-body h6 {
  font-size: 11px;
}

.markdown-body blockquote {
  margin: 0;
}

.markdown-body ul,
.markdown-body ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code {
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.markdown-body kbd {
  background-color: #e7e7e7;
  background-image: -webkit-linear-gradient(#fefefe, #e7e7e7);
  background-image: linear-gradient(#fefefe, #e7e7e7);
  background-repeat: repeat-x;
  border-radius: 2px;
  border: 1px solid #cfcfcf;
  color: #000;
  padding: 3px 5px;
  line-height: 10px;
  font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  display: inline-block;
}

.markdown-body>*:first-child {
  margin-top: 0 !important;
}

.markdown-body>*:last-child {
  margin-bottom: 0 !important;
}

.markdown-body .anchor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding-right: 6px;
  padding-left: 30px;
  margin-left: -30px;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  position: relative;
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  display: none;
  color: #000;
  vertical-align: middle;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  height: 1em;
  padding-left: 8px;
  margin-left: -30px;
  line-height: 1;
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  display: inline-block;
}

.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2.25em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}

.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
}

.markdown-body h3 {
  font-size: 1.5em;
  line-height: 1.43;
}

.markdown-body h4 {
  font-size: 1.25em;
}

.markdown-body h5 {
  font-size: 1em;
}

.markdown-body h6 {
  font-size: 1em;
  color: #777;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body hr {
  height: 4px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li>p {
  margin-top: 16px;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}

.markdown-body blockquote>:first-child {
  margin-top: 0;
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0;
}

.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
}

.markdown-body table th {
  font-weight: bold;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.markdown-body img {
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.markdown-body code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(0,0,0,0.04);
  border-radius: 3px;
}

.markdown-body code:before,
.markdown-body code:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}

.markdown-body pre>code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body pre {
  word-wrap: normal;
}

.markdown-body pre code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body pre code:before,
.markdown-body pre code:after {
  content: normal;
}

.markdown-body .highlight {
  background: #fff;
}

.markdown-body .highlight .mf,
.markdown-body .highlight .mh,
.markdown-body .highlight .mi,
.markdown-body .highlight .mo,
.markdown-body .highlight .il,
.markdown-body .highlight .m {
  color: #945277;
}

.markdown-body .highlight .s,
.markdown-body .highlight .sb,
.markdown-body .highlight .sc,
.markdown-body .highlight .sd,
.markdown-body .highlight .s2,
.markdown-body .highlight .se,
.markdown-body .highlight .sh,
.markdown-body .highlight .si,
.markdown-body .highlight .sx,
.markdown-body .highlight .s1 {
  color: #df5000;
}

.markdown-body .highlight .kc,
.markdown-body .highlight .kd,
.markdown-body .highlight .kn,
.markdown-body .highlight .kp,
.markdown-body .highlight .kr,
.markdown-body .highlight .kt,
.markdown-body .highlight .k,
.markdown-body .highlight .o {
  font-weight: bold;
}

.markdown-body .highlight .kt {
  color: #458;
}

.markdown-body .highlight .c,
.markdown-body .highlight .cm,
.markdown-body .highlight .c1 {
  color: #998;
  font-style: italic;
}

.markdown-body .highlight .cp,
.markdown-body .highlight .cs {
  color: #999;
  font-weight: bold;
}

.markdown-body .highlight .cs {
  font-style: italic;
}

.markdown-body .highlight .n {
  color: #333;
}

.markdown-body .highlight .na,
.markdown-body .highlight .nv,
.markdown-body .highlight .vc,
.markdown-body .highlight .vg,
.markdown-body .highlight .vi {
  color: #008080;
}

.markdown-body .highlight .nb {
  color: #0086B3;
}

.markdown-body .highlight .nc {
  color: #458;
  font-weight: bold;
}

.markdown-body .highlight .no {
  color: #094e99;
}

.markdown-body .highlight .ni {
  color: #800080;
}

.markdown-body .highlight .ne {
  color: #990000;
  font-weight: bold;
}

.markdown-body .highlight .nf {
  color: #945277;
  font-weight: bold;
}

.markdown-body .highlight .nn {
  color: #555;
}

.markdown-body .highlight .nt {
  color: #000080;
}

.markdown-body .highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

.markdown-body .highlight .gd {
  color: #000;
  background-color: #fdd;
}

.markdown-body .highlight .gd .x {
  color: #000;
  background-color: #faa;
}

.markdown-body .highlight .ge {
  font-style: italic;
}

.markdown-body .highlight .gr {
  color: #aa0000;
}

.markdown-body .highlight .gh {
  color: #999;
}

.markdown-body .highlight .gi {
  color: #000;
  background-color: #dfd;
}

.markdown-body .highlight .gi .x {
  color: #000;
  background-color: #afa;
}

.markdown-body .highlight .go {
  color: #888;
}

.markdown-body .highlight .gp {
  color: #555;
}

.markdown-body .highlight .gs {
  font-weight: bold;
}

.markdown-body .highlight .gu {
  color: #800080;
  font-weight: bold;
}

.markdown-body .highlight .gt {
  color: #aa0000;
}

.markdown-body .highlight .ow {
  font-weight: bold;
}

.markdown-body .highlight .w {
  color: #bbb;
}

.markdown-body .highlight .sr {
  color: #017936;
}

.markdown-body .highlight .ss {
  color: #8b467f;
}

.markdown-body .highlight .bp {
  color: #999;
}

.markdown-body .highlight .gc {
  color: #999;
  background-color: #EAF2F5;
}

.markdown-body .octicon {
  font: normal normal 16px octicons-anchor;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.markdown-body .octicon-link:before {
  content: '\f05c';
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 3px;
}


.markdown-body .task-list-item input {
  float: left;
  margin: 0.3em 0 0.25em -1.6em;
  vertical-align: middle;
}

.hidden {
	display: none;
}

.wpb_raw_html {
	margin-bottom: 0 !important;
}
.menu-top-nav-container .separator:last-child {
	display: none;
}
.wpb_content_element {
  margin-bottom: 0 !important;
}

body.single-post .post-thumbnail {
	display: none;
}
