/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Spacing
 */
/**
 * Grid Variables
 */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.row {
  max-width: rem-calc(1100);
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }
.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 30em) {
  .smallish-1 {
    width: 8.3333333333%; }

  .smallish-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .smallish-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .smallish-offset-0 {
    margin-left: 0%; }

  .smallish-2 {
    width: 16.6666666667%; }

  .smallish-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .smallish-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .smallish-offset-1 {
    margin-left: 8.3333333333%; }

  .smallish-3 {
    width: 25%; }

  .smallish-push-3 {
    position: relative;
    left: 25%; }

  .smallish-pull-3 {
    position: relative;
    left: -25%; }

  .smallish-offset-2 {
    margin-left: 16.6666666667%; }

  .smallish-4 {
    width: 33.3333333333%; }

  .smallish-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .smallish-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .smallish-offset-3 {
    margin-left: 25%; }

  .smallish-5 {
    width: 41.6666666667%; }

  .smallish-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .smallish-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .smallish-offset-4 {
    margin-left: 33.3333333333%; }

  .smallish-6 {
    width: 50%; }

  .smallish-push-6 {
    position: relative;
    left: 50%; }

  .smallish-pull-6 {
    position: relative;
    left: -50%; }

  .smallish-offset-5 {
    margin-left: 41.6666666667%; }

  .smallish-7 {
    width: 58.3333333333%; }

  .smallish-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .smallish-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .smallish-offset-6 {
    margin-left: 50%; }

  .smallish-8 {
    width: 66.6666666667%; }

  .smallish-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .smallish-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .smallish-offset-7 {
    margin-left: 58.3333333333%; }

  .smallish-9 {
    width: 75%; }

  .smallish-push-9 {
    position: relative;
    left: 75%; }

  .smallish-pull-9 {
    position: relative;
    left: -75%; }

  .smallish-offset-8 {
    margin-left: 66.6666666667%; }

  .smallish-10 {
    width: 83.3333333333%; }

  .smallish-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .smallish-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .smallish-offset-9 {
    margin-left: 75%; }

  .smallish-11 {
    width: 91.6666666667%; }

  .smallish-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .smallish-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .smallish-offset-10 {
    margin-left: 83.3333333333%; }

  .smallish-12 {
    width: 100%; }

  .smallish-offset-11 {
    margin-left: 91.6666666667%; }

  .smallish-up-1 > .column, .smallish-up-1 > .columns {
    width: 100%;
    float: left; }
    .smallish-up-1 > .column:nth-of-type(1n), .smallish-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .smallish-up-1 > .column:nth-of-type(1n+1), .smallish-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .smallish-up-1 > .column:last-child, .smallish-up-1 > .columns:last-child {
      float: left; }

  .smallish-up-2 > .column, .smallish-up-2 > .columns {
    width: 50%;
    float: left; }
    .smallish-up-2 > .column:nth-of-type(1n), .smallish-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .smallish-up-2 > .column:nth-of-type(2n+1), .smallish-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .smallish-up-2 > .column:last-child, .smallish-up-2 > .columns:last-child {
      float: left; }

  .smallish-up-3 > .column, .smallish-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .smallish-up-3 > .column:nth-of-type(1n), .smallish-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .smallish-up-3 > .column:nth-of-type(3n+1), .smallish-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .smallish-up-3 > .column:last-child, .smallish-up-3 > .columns:last-child {
      float: left; }

  .smallish-up-4 > .column, .smallish-up-4 > .columns {
    width: 25%;
    float: left; }
    .smallish-up-4 > .column:nth-of-type(1n), .smallish-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .smallish-up-4 > .column:nth-of-type(4n+1), .smallish-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .smallish-up-4 > .column:last-child, .smallish-up-4 > .columns:last-child {
      float: left; }

  .smallish-up-5 > .column, .smallish-up-5 > .columns {
    width: 20%;
    float: left; }
    .smallish-up-5 > .column:nth-of-type(1n), .smallish-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .smallish-up-5 > .column:nth-of-type(5n+1), .smallish-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .smallish-up-5 > .column:last-child, .smallish-up-5 > .columns:last-child {
      float: left; }

  .smallish-up-6 > .column, .smallish-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .smallish-up-6 > .column:nth-of-type(1n), .smallish-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .smallish-up-6 > .column:nth-of-type(6n+1), .smallish-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .smallish-up-6 > .column:last-child, .smallish-up-6 > .columns:last-child {
      float: left; }

  .smallish-up-7 > .column, .smallish-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .smallish-up-7 > .column:nth-of-type(1n), .smallish-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .smallish-up-7 > .column:nth-of-type(7n+1), .smallish-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .smallish-up-7 > .column:last-child, .smallish-up-7 > .columns:last-child {
      float: left; }

  .smallish-up-8 > .column, .smallish-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .smallish-up-8 > .column:nth-of-type(1n), .smallish-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .smallish-up-8 > .column:nth-of-type(8n+1), .smallish-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .smallish-up-8 > .column:last-child, .smallish-up-8 > .columns:last-child {
      float: left; }

  .smallish-collapse > .column, .smallish-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .smallish-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .smallish-uncollapse > .column, .smallish-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }

  .smallish-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .smallish-uncentered,
  .smallish-push-0,
  .smallish-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .large-offset-1 {
    margin-left: 8.3333333333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.6666666667%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .large-offset-4 {
    margin-left: 33.3333333333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.6666666667%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .large-offset-7 {
    margin-left: 58.3333333333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.6666666667%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .large-offset-10 {
    margin-left: 83.3333333333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.6666666667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
.row {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media screen and (min-width: 40em) {
    .row {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }

/**
 * Fonts
 */
@font-face {
  font-family: 'FiraSans';
  src: url("../fonts/firasans-bold.eot");
  src: url("../fonts/firasans-bold.eot") format("embedded-opentype"), url("../fonts/firasans-bold.woff2") format("woff2"), url("../fonts/firasans-bold.woff") format("woff"), url("../fonts/firasans-bold.ttf") format("truetype"), url("../fonts/firasans-bold.svg#FirasansBold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'FiraSans';
  src: url("../fonts/firaSans-bolditalic.eot");
  src: url("../fonts/firasans-bolditalic.eot") format("embedded-opentype"), url("../fonts/firasans-bolditalic.woff2") format("woff2"), url("../fonts/firasans-bolditalic.woff") format("woff"), url("../fonts/firasans-bolditalic.ttf") format("truetype"), url("../fonts/firasans-bolditalic.svg#FiraSansBold") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'FiraSans';
  src: url("../fonts/firasans-regular.eot");
  src: url("../fonts/firasans-regular.eot") format("embedded-opentype"), url("../fonts/firasans-regular.woff2") format("woff2"), url("../fonts/firasans-regular.woff") format("woff"), url("../fonts/firasans-regular.ttf") format("truetype"), url("../fonts/firasans-regular.svg#FiraSansRegular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'FiraSans';
  src: url("../fonts/firasans-italic.eot");
  src: url("../fonts/firasans-italic.eot") format("embedded-opentype"), url("../fonts/firasans-italic.woff2") format("woff2"), url("../fonts/firasans-italic.woff") format("woff"), url("../fonts/firasans-italic.ttf") format("truetype"), url("../fonts/firasans-italic.svg#FiraSansBold") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-bold.eot");
  src: url("../fonts/montserrat-bold.eot") format("embedded-opentype"), url("../fonts/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat-bold.woff") format("woff"), url("../fonts/montserrat-bold.ttf") format("truetype"), url("../fonts/montserrat-bold.svg#MontserratBold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-regular.eot");
  src: url("../fonts/montserrat-regular.eot") format("embedded-opentype"), url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff"), url("../fonts/montserrat-regular.ttf") format("truetype"), url("../fonts/montserrat-regular.svg#MontserratRegular") format("svg");
  font-weight: 400;
  font-style: normal; }
/**
 * Colours
 */
.bg_accent-blue {
  background-color: #01A5E0; }

.bg_accent-light-blue {
  background-color: #67c9ec; }

.bg_accent-dark-blue {
  background-color: #093448; }

.bg_accent-yellow {
  background-color: #F4D642; }

.bg_accent-green {
  background-color: #39B790; }

.bg_accent-red {
  background-color: #E53528; }

.bg_accent-orange {
  background-color: #E5772F; }

.bg_accent-purple {
  background-color: #7056DB; }

.bg_accent-grey {
  background-color: #B5C3C6; }

.bg_block-dark {
  background-color: #051A24; }

.bg_block-mid {
  background-color: #666666; }

.bg_block-navy {
  background-color: #093448; }

.bg_block-light {
  background-color: #F4F4F4; }

.bg_block-hero {
  background-color: #F0FBFC; }

.bg_stroke-light {
  background-color: #E1E7E8; }

.bg_white {
  background: white; }

/**
 * Typography
 */
h1, .h1 {
  font-family: FiraSans;
  font-size: 36px;
  color: #333333; }

h2, .h2 {
  font-family: FiraSans;
  font-size: 28px;
  color: #333333; }

h3, .h3 {
  font-family: FiraSans;
  font-size: 28px;
  color: #333333; }

h4, .h4 {
  font-family: FiraSans;
  font-size: 21px;
  color: #333333; }

h5, .h5, .footer_nav li:first-child, .subnav_link, .social-entry .label {
  font-family: Montserrat;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase; }

h6, .h6 {
  font-family: Montserrat;
  font-size: 14px;
  color: #666666; }

a.headline-link {
  padding-bottom: 30px;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 14px; }

[ng-click] {
  cursor: pointer; }

.emphasis {
  font-family: FiraSans;
  color: currentColor; }

.italic {
  font-family: FiraSans; }

.small-print {
  font-family: FiraSans;
  color: #666666;
  font-size: 14px; }

.uppercase {
  text-transform: uppercase; }

.spaced-link {
  color: #666666;
  padding-left: 6.6666666667px;
  padding-right: 6.6666666667px;
  display: inline-block; }

.text_accent-blue, .module-authentication {
  color: #01A5E0; }

.text_accent-light-blue {
  color: #67c9ec; }

.text_accent-dark-blue {
  color: #093448; }

.text_accent-yellow, .module-datastores, .module-datastore {
  color: #F4D642; }

.text_accent-green, .module-io {
  color: #39B790; }

.text_accent-red, .module-policy {
  color: #E53528; }

.text_accent-orange, .module-languages {
  color: #E5772F; }

.text_accent-purple, .module-protocols {
  color: #7056DB; }

.text_accent-grey {
  color: #B5C3C6; }

.text-dark {
  color: #333333; }

.text-mid {
  color: #666666; }

.text-light {
  color: #A3A3A3; }

.text-white {
  color: #FFFFFF; }

.text-link {
  color: #01A5E0; }

.text-alert {
  color: #E53528; }

.text_centered {
  text-align: center; }

.text_compressed > * {
  margin-bottom: 0; }

.pull_right {
  float: right; }

.pull_left {
  float: left; }

.title_case {
  text-transform: capitalize; }

/**
 * Buttons
 */
.button, .button_alt {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 2px;
  border: none;
  padding: 15px 20px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block; }
  .button .arrow_icon path, .button_alt .arrow_icon path {
    fill: white; }
  .button:hover, .button_alt:hover {
    color: white; }
  .button.outline, .outline.button_alt {
    border: 1px solid white;
    background: transparent; }
    .button.outline:hover, .outline.button_alt:hover {
      background-color: white;
      color: #333333; }
  .button.bg_block-light, .bg_block-light.button_alt {
    border: 1px solid #E1E7E8; }
    .button.bg_block-light:hover, .bg_block-light.button_alt:hover {
      color: currentColor;
      background-color: #dbdbdb; }
  .button.detailed, .detailed.button_alt {
    padding: 24px;
    display: inline-block; }
    .button.detailed .right-border, .detailed.button_alt .right-border {
      padding-right: 16px;
      border-right: 1px solid white; }
    .button.detailed .h4, .detailed.button_alt .h4 {
      color: #FFFFFF;
      display: inline; }
    .button.detailed .h5, .detailed.button_alt .h5, .button.detailed .footer_nav li:first-child, .footer_nav .button.detailed li:first-child, .detailed.button_alt .footer_nav li:first-child, .footer_nav .detailed.button_alt li:first-child, .button.detailed .subnav_link, .detailed.button_alt .subnav_link, .button.detailed .social-entry .label, .social-entry .button.detailed .label, .detailed.button_alt .social-entry .label, .social-entry .detailed.button_alt .label {
      color: #FFFFFF;
      padding-left: 16px;
      padding-right: 16px; }
    .button.detailed .icon_xsmall, .detailed.button_alt .icon_xsmall {
      margin-right: 16px; }
  .button.block, .block.button_alt {
    display: block;
    width: 100%; }
  .button.releases-fixed-width, .releases-fixed-width.button_alt {
    width: 348px;
    max-width: 100%; }
    @media (max-width: 450px) {
      .button.releases-fixed-width, .releases-fixed-width.button_alt {
        width: auto; } }
  .button.bg_accent-green:hover, .bg_accent-green.button_alt:hover {
    background-color: #2d9071; }
  .button.bg_accent-blue:hover, .bg_accent-blue.button_alt:hover {
    background-color: #0180ad; }
  .button.bg_accent-light-blue:hover, .bg_accent-light-blue.button_alt:hover {
    background-color: #3ab9e6; }
  .button.bg_accent-dark-blue:hover, .bg_accent-dark-blue.button_alt:hover {
    background-color: #03131b; }
  .button.bg_accent-grey, .bg_accent-grey.button_alt {
    background-color: #a7b7bb; }
    .button.bg_accent-grey:hover, .bg_accent-grey.button_alt:hover {
      background-color: #8aa0a5; }
  .button .arrow, .button_alt .arrow {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-left: 10px; }

.button_alt {
  color: currentColor; }

.link, .accented-block {
  border: 1px solid #E1E7E8;
  border-left: 6px solid currentColor;
  padding: 30px 20px; }
  .link.accent-blue, .accented-block.accent-blue {
    border-left-color: #01A5E0; }
  .link.accent-light-blue, .accented-block.accent-light-blue {
    border-left-color: #67c9ec; }
  .link.accent-dark-blue, .accented-block.accent-dark-blue {
    border-left-color: #093448; }
  .link.accent-yellow, .accented-block.accent-yellow {
    border-left-color: #F4D642; }
  .link.accent-green, .accented-block.accent-green {
    border-left-color: #39B790; }
  .link.accent-red, .accented-block.accent-red {
    border-left-color: #E53528; }
  .link.accent-orange, .accented-block.accent-orange {
    border-left-color: #E5772F; }
  .link.accent-purple, .accented-block.accent-purple {
    border-left-color: #7056DB; }
  .link.accent-grey, .accented-block.accent-grey {
    border-left-color: #B5C3C6; }

.link {
  display: inline-block;
  border-radius: 0;
  margin-top: -1px;
  background-color: white;
  color: currentColor;
  text-align: left;
  text-decoration: none; }
  .link:hover {
    background-color: #F4F4F4; }
  .link .icon {
    width: 30px;
    margin-right: 10px;
    display: inline-block; }
  .link .icon_small {
    display: inline-block;
    vertical-align: middle; }
  .link .arrow {
    width: 10px;
    margin-left: 5px; }
  .link.block {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .link.block .arrow {
      margin-left: auto; }
    .link.block .flex_1 {
      flex: 1; }
  .link.inactive {
    background-color: #F4F4F4;
    color: #B5C3C6;
    border-color: #F4F4F4;
    border-left-color: #A3A3A3; }
    .link.inactive .h5, .link.inactive .footer_nav li:first-child, .footer_nav .link.inactive li:first-child, .link.inactive .subnav_link, .link.inactive .social-entry .label, .social-entry .link.inactive .label {
      color: inherit; }
    .link.inactive svg * {
      stroke: currentColor; }
    .link.inactive .st42 {
      fill: currentColor;
      stroke: transparent; }
    .link.inactive:hover {
      color: #A3A3A3;
      border-color: #A3A3A3; }

.open-toggle {
  margin-top: 15px;
  margin-right: 15px;
  float: right; }

.undecorate {
  text-decoration: none; }

/**
 * Shared styles
 */
hr {
  height: 1px;
  color: #E1E7E8;
  background: #E1E7E8;
  font-size: 0;
  border: 0;
  margin: 30px 0 !important; }

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

.icon_xsmall {
  width: 28px;
  height: 28px; }

.icon_small {
  width: 45px;
  height: 45px; }

.icon_medium {
  width: 100px;
  height: 100px; }

.icon_large {
  width: 150px;
  height: 150px; }

.icon_404 {
  width: 300px;
  height: 200px; }

pre .h5, pre .footer_nav li:first-child, .footer_nav pre li:first-child, pre .subnav_link, pre .social-entry .label, .social-entry pre .label {
  color: #98acb0; }

table td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px; }

.section-title {
  font-family: FiraSans; }

.quick-links {
  margin-bottom: 30px; }
  .quick-links h5, .quick-links .h5, .quick-links .footer_nav li:first-child, .footer_nav .quick-links li:first-child, .quick-links .subnav_link, .quick-links .social-entry .label, .social-entry .quick-links .label {
    color: #666666; }
  .quick-links a {
    text-decoration: none; }
    .quick-links a:hover {
      color: currentColor; }

.alert-box {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #F4F4F4;
  width: 100%; }

.circle-number {
  margin-bottom: 30px;
  color: #01A5E0;
  border: 3px solid #01A5E0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 21px;
  text-align: center; }

.grey-block {
  background-color: #F4F4F4;
  padding: 30px; }

.inline_nav, .inline_list {
  margin-left: -20px;
  margin-right: -20px; }
  .inline_nav li, .inline_list li {
    display: inline-block; }
  .inline_nav a, .inline_list a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px; }

.remove-subnav-margin {
  margin-top: -30px; }

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

/**
 * Basic styling
 */
body {
  font-family: FiraSans;
  color: #666666;
  font-size: 18px;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

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

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

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

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

/**
 * Headings
 */
/**
 * Links
 */
a {
  color: #01A5E0; }
  a:hover {
    color: #333333; }

/**
 * Type Emphasis
 */
strong, b {
  font-family: FiraSans;
  font-weight: bold; }

i, cite, em, var, address, dfn {
  font-family: FiraSans;
  font-style: italic; }

/**
 * Blockquotes
 */
blockquote {
  color: #666666;
  border-left: 6px solid #67c9ec;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-family: FiraSans;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #E1E7E8;
  border-radius: 3px;
  background-color: #F4F4F4; }

code {
  padding: 1px 5px; }

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

nav ul {
  list-style: none;
  margin: 0; }

button {
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer; }

/**
 * Wrapper
 */
.wrapper, .post-hero, .owl-nav {
  max-width: -webkit-calc(1100px);
  max-width: calc(1100px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper, .post-hero, .owl-nav {
      max-width: -webkit-calc(1100px - (30px));
      max-width: calc(1100px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .post-hero:after, .owl-nav:after, .clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Site header
 */
.global-nav {
  background-color: #01A5E0;
  height: 20px; }
  .global-nav::before, .global-nav::after {
    content: ' ';
    display: table; }
  .global-nav::after {
    clear: both; }

.global_link_label {
  display: none;
  opacity: 0.8; }
  @media screen and (min-width: 30em) {
    .global_link_label {
      display: block; } }

.global_links {
  border-radius: 20px 0 0 20px;
  background-color: #01A5E0; }

.global_link {
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  float: left;
  border-right: 1px solid white;
  text-decoration: none;
  padding: 10px; }
  .global_link.text, .global_link .text {
    text-transform: none; }

.site-header {
  box-shadow: 0 5px 0px #e7e7e7;
  transition: box-shadow 200ms; }
  .site-header::before, .site-header::after {
    content: ' ';
    display: table; }
  .site-header::after {
    clear: both; }
  .site-header.fixed {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 900;
    top: 0; }

.site-header-wrapper {
  padding: 24px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }
  .site-header-wrapper::before, .site-header-wrapper::after {
    content: ' ';
    display: table; }
  .site-header-wrapper::after {
    clear: both; }

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  width: 190px;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  margin: 0 auto;
  text-align: center;
  clear: left;
  color: #666666;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  z-index: 100; }
  .site-nav.active {
    display: block; }
  @media screen and (min-width: 40em) {
    .site-nav {
      position: static;
      display: block;
      clear: none; } }
  @media screen and (min-width: 64em) {
    .site-nav {
      float: left;
      width: calc(100% - 190px);
      margin-top: 5px; } }
  .site-nav a:not(.button):not(.button_alt) {
    text-decoration: none;
    color: currentColor;
    display: block;
    padding: 15px 20px; }
    @media screen and (min-width: 40em) {
      .site-nav a:not(.button):not(.button_alt) {
        padding: 10px 20px; } }

@media screen and (min-width: 40em) {
  .site-nav-list {
    clear: both; } }
@media screen and (min-width: 64em) {
  .site-nav-list {
    clear: none;
    width: calc(100% - 190px);
    margin-top: 6px; } }

.site-nav-item {
  display: block; }
  @media screen and (min-width: 40em) {
    .site-nav-item {
      display: inline-block;
      width: calc(33.33% - 4px); } }
  @media screen and (min-width: 75em) {
    .site-nav-item {
      width: auto; } }

.menu-icon {
  width: 70px;
  padding: 20px 20px 0;
  float: right;
  display: inline-block; }
  @media screen and (min-width: 40em) {
    .menu-icon {
      display: none; } }

.get-release {
  display: inline-block; }
  @media screen and (min-width: 40em) {
    .get-release {
      float: right; } }

/**
 * Site footer
 */
.footer_main .footer_logo {
  display: block;
  margin-bottom: 15px; }
.footer_main .footer-social .icon_small:hover {
  opacity: 0.5; }
.footer_main .button, .footer_main .button_alt {
  margin-bottom: 20px; }
.footer_main p {
  margin-top: 20px;
  font-size: 14px; }

.footer_nav {
  color: #A3A3A3; }
  .footer_nav ul {
    margin-bottom: 30px; }
    @media screen and (min-width: 0em) and (max-width: 29.9375em) {
      .footer_nav ul {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left; } }
  @media screen and (min-width: 0em) and (max-width: 29.9375em) and (min-width: 40em) {
    .footer_nav ul {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 0em) and (max-width: 29.9375em) {
        .footer_nav ul:last-child:not(:first-child) {
          float: right; }
        .footer_nav ul:last-child:last-child {
          float: left; }
        .footer_nav ul:nth-child(2n + 1) {
          clear: left; } }
    @media screen and (min-width: 30em) and (max-width: 39.9375em) {
      .footer_nav ul {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 33.3333333333%;
        float: left; } }
  @media screen and (min-width: 30em) and (max-width: 39.9375em) and (min-width: 40em) {
    .footer_nav ul {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 30em) and (max-width: 39.9375em) {
        .footer_nav ul:last-child:not(:first-child) {
          float: right; }
        .footer_nav ul:last-child:last-child {
          float: left; }
        .footer_nav ul:nth-child(3n + 1) {
          clear: left; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .footer_nav ul {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 33.3333333333%;
        float: left; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
    .footer_nav ul {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .footer_nav ul:last-child:not(:first-child) {
          float: right; }
        .footer_nav ul:last-child:last-child {
          float: left; }
        .footer_nav ul:nth-child(3n + 1) {
          clear: left; } }
    @media screen and (min-width: 64em) {
      .footer_nav ul {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 20%;
        float: left; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .footer_nav ul {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        .footer_nav ul:last-child:not(:first-child) {
          float: right; }
        .footer_nav ul:last-child:last-child {
          float: left; } }
  .footer_nav li {
    margin-bottom: 10px; }
  .footer_nav li:first-child {
    color: white; }
  .footer_nav a {
    color: currentColor;
    text-decoration: none; }

/**
 * Sub Nav
 */
.sub-nav {
  background-color: #F4F4F4;
  padding: 30px 0;
  margin-bottom: 30px; }

.subnav_link {
  color: #A3A3A3; }
  .active .subnav_link, .subnav_link.active {
    color: #333333; }

/**
 * Page content
 */
.site-header.fixed + .page-content {
  margin-top: 100px; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  background-color: #666666; }

.post-hero {
  padding: 60px 0; }
  .post-hero.hero-about {
    background: url("../img/hero-about.svg") right no-repeat; }
  .post-hero.hero-community {
    background: url("../img/hero-community.svg") right no-repeat; }
  .post-hero.hero-documentation {
    background: url("../img/hero-documentation.svg") right no-repeat; }
  .post-hero.hero-releases {
    background: url("../img/hero-releases.svg") right no-repeat; }
  .post-hero.hero-support {
    background: url("../img/hero-support.svg") right no-repeat; }

.post-title {
  color: white;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .post-title {
      font-size: 36px; } }

.post-subtitle {
  color: white; }

.security_post {
  border-top: 1px solid #B5C3C6; }

.security_post_date {
  display: inline-block;
  margin-right: 30px; }

.base_padding {
  padding: 30px; }

.sm_padding {
  padding: 20px; }

.base_padding_v {
  padding-top: 30px;
  padding-bottom: 30px; }

.base_padding_h {
  padding-left: 30px;
  padding-right: 30px; }

.base_padding_l {
  padding-left: 30px; }

.base_padding_r {
  padding-right: 30px; }

.base_margin_b {
  margin-bottom: 30px; }

.lg_padding_v {
  padding-top: 90px;
  padding-bottom: 90px; }

.lg_padding_h {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 40em) {
    .lg_padding_h {
      padding-left: 90px;
      padding-right: 90px; } }

.home_hero {
  padding-top: 60px; }
  @media screen and (min-width: 40em) {
    .home_hero {
      padding-top: 150px; } }
  .home_hero .button + .button, .home_hero .button_alt + .button, .home_hero .button + .button_alt, .home_hero .button_alt + .button_alt {
    margin-left: calc(30px / 2); }
  .home_hero .wave {
    margin-bottom: 30px; }
  @media screen and (min-width: 40em) {
    .home_hero .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .home_hero .columns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .home_hero .home_hero_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .home_hero img:last-of-type {
      margin-top: auto; } }
  .home_hero .columns:nth-child(even) .fish-icon {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s; }
  .home_hero .columns:nth-child(even) .fish-right {
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s; }

.home_hero_block {
  position: relative;
  margin-bottom: 30px; }

.poke_out {
  margin-bottom: 30px;
  z-index: 10;
  position: relative; }
  @media screen and (min-width: 40em) {
    .poke_out {
      margin-top: -105px; } }

.block_shadow {
  box-shadow: 5px 5px 0 0 #dbf5f8; }

.home_hero_block_overlay {
  position: absolute;
  z-index: 20;
  left: -50px;
  right: -50px;
  top: -80px;
  bottom: -50px;
  background: white;
  padding: 30px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
  transition: all 350ms; }
  .active .home_hero_block_overlay {
    transform: none;
    opacity: 1;
    visibility: visible; }

@-webkit-keyframes fishy {
  0% {
    -webkit-transform: skew(15deg) rotate(5deg) translate(-10px, 10px);
    transform: skew(15deg) rotate(5deg) translate(-10px, 10px); }
  33% {
    -webkit-transform: none;
    transform: none; }
  66% {
    -webkit-transform: skew(-15deg) rotate(-5deg) translate(10px, -10px);
    transform: skew(-15deg) rotate(-5deg) translate(10px, -10px); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes fishy {
  0% {
    -webkit-transform: skew(15deg) rotate(5deg) translate(-10px, 10px);
    transform: skew(15deg) rotate(5deg) translate(-10px, 10px); }
  33% {
    -webkit-transform: none;
    transform: none; }
  66% {
    -webkit-transform: skew(-15deg) rotate(-5deg) translate(10px, -10px);
    transform: skew(-15deg) rotate(-5deg) translate(10px, -10px); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.fish-icon {
  -webkit-animation-name: fishy;
  animation-name: fishy;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  width: 30%;
  right: 50%;
  top: 30px;
  transition: all 350ms; }
  @media screen and (min-width: 40em) {
    .fish-icon {
      top: -15px; } }
  .active .fish-icon {
    top: -150px;
    z-index: 21;
    right: 100%; }

.fish-right {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  left: 50%;
  right: auto; }
  .active .fish-right {
    top: -150px;
    z-index: 21;
    left: 100%; }

.home_support_block p {
  margin-bottom: 60px; }
@media screen and (min-width: 40em) {
  .home_support_block .columns:first-child {
    border-right: 1px solid #505f66; } }

@media screen and (min-width: 64em) {
  .inner_padded_blocks .inner {
    padding-left: 60px; }
  .inner_padded_blocks .columns:first-child .inner {
    padding-right: 60px;
    padding-left: 0; } }

.about_stats_bg {
  background-color: #F4F4F4;
  padding: 30px 30px 0;
  margin-bottom: 60px; }

.about_stats_tabs {
  padding-top: 30px; }
  .about_stats_tabs .stat-tab {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 20%;
    float: left;
    height: 90px;
    border-left: 6px solid #B5C3C6;
    color: #333333;
    padding: 15px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 14px; }
    @media screen and (min-width: 40em) {
      .about_stats_tabs .stat-tab {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .about_stats_tabs .stat-tab:last-child:not(:first-child) {
      float: right; }
    .about_stats_tabs .stat-tab.active {
      border-left: 6px solid #01A5E0;
      background-color: white; }

.stats-head, .stats-table {
  width: 80%;
  margin: 0 auto; }

.stats-head {
  text-align: center;
  padding-bottom: 20px; }

.stats-table {
  color: #666666;
  font-family: Montserrat;
  font-size: 14px; }
  .stats-table td {
    padding: 10px 20px; }
  .stats-table tr:nth-child(odd) {
    background-color: #F4F4F4; }

.about_team_block {
  background-color: #093448;
  padding-top: 60px;
  margin-top: -60px; }

.eol-alert-img {
  padding-top: 7.5px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 12.5%;
  float: left; }
  @media screen and (min-width: 40em) {
    .eol-alert-img {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .eol-alert-img:last-child:not(:first-child) {
    float: right; }

.eol-alert-p {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 87.5%;
  float: left; }
  @media screen and (min-width: 40em) {
    .eol-alert-p {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .eol-alert-p:last-child:not(:first-child) {
    float: right; }

.older-releases {
  color: #666666; }
  .older-releases a {
    color: #333333; }
  .older-releases .columns {
    padding-top: 10px;
    padding-bottom: 10px; }

input[type="text"],
select,
textarea {
  background: #F4F4F4;
  border: 0;
  padding: 15px; }
  input[type="text"].search,
  select.search,
  textarea.search {
    background: #F4F4F4 url("../img/search.svg") no-repeat right;
    padding-right: 40px;
    width: 300px;
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #E1E7E8; }

select {
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/selectarrows.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  padding-right: 30px;
  border: 1px solid #E1E7E8; }

.modules_header {
  overflow-x: hidden; }

.modules_search {
  text-align: right; }

.modules_filter_list li {
  padding: 10px; }
.modules_filter_list li:not(.active) {
  color: #B5C3C6; }
  .modules_filter_list li:not(.active) .module_icon {
    color: #B5C3C6; }

.module {
  margin-bottom: 30px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 25%;
  float: left; }
  @media screen and (min-width: 40em) {
    .module {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .module:last-child:not(:first-child) {
    float: right; }
  .module:last-child:last-child {
    float: left; }
  .module:nth-of-type(4n + 1) {
    clear: left; }
  .module > .link {
    width: 100%;
    min-height: 160px; }
  .module.active > .link {
    background-color: currentColor;
    border-color: currentColor;
    position: relative; }
    .module.active > .link .module_category {
      color: white; }
    .module.active > .link:after {
      content: '';
      background: currentColor;
      width: 16px;
      height: 16px;
      position: absolute;
      top: calc(100% - 8px);
      left: calc(50% - 8px);
      -webkit-transform: rotate(45deg) skewX(20deg) skewY(20deg);
      -ms-transform: rotate(45deg) skewX(20deg) skewY(20deg);
      transform: rotate(45deg) skewX(20deg) skewY(20deg); }
    .module.active > .link .module_icon svg * {
      fill: white; }
  .module:not(.active) > .link {
    margin-bottom: 30px !important; }

.module_details {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 60px;
  border-top: 1px solid #E1E7E8;
  border-bottom: 1px solid #E1E7E8;
  opacity: 0;
  visibility: hidden;
  background: white;
  transition: opacity 100ms 100ms; }
  .module.active .module_details {
    height: auto;
    opacity: 1;
    visibility: visible; }
  .release_details:not(.release_active) .module.active .module_details {
    opacity: 0; }
  .module_details .wrapper, .module_details .post-hero, .module_details .owl-nav {
    height: 100%; }
  .module_details ul {
    margin: 0;
    list-style-type: none; }
  .module_details .link .h5, .module_details .link .footer_nav li:first-child, .footer_nav .module_details .link li:first-child, .module_details .link .subnav_link, .module_details .link .social-entry .label, .social-entry .module_details .link .label, .module_details .link .h6 {
    margin: 0; }
  .module_details .button, .module_details .button_alt {
    margin-top: 30px; }

.module_title {
  display: block;
  word-wrap: break-word; }

.module_category {
  width: calc(100% - 35px);
  color: currentColor; }

.module_icon {
  width: 30px;
  display: inline-block;
  vertical-align: middle; }
  .module_icon svg * {
    fill: currentColor; }

.module_details_linkwrap {
  padding: 0 20px; }

#map {
  width: 100%;
  min-height: 700px; }

.mapboxgl-canvas {
  left: 0; }

.mapboxgl-ctrl-attrib {
  display: none; }

.release_note {
  border-bottom: 1px solid #E1E7E8; }

.release_module_list {
  list-style: none; }
  .release_module_list a {
    text-decoration: none; }
    .release_module_list a:hover {
      text-decoration: underline; }

.release_module_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; }

.release_module_item {
  margin-top: 10px; }

.release_module_item_inner {
  position: relative; }

.release_module_sub_items {
  list-style-type: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background: #F4F4F4;
  border: 1px solid #E1E7E8;
  padding: 10px 13.3333333333px;
  display: none;
  cursor: pointer;
  margin-left: 20px; }
  .release_module_item:hover .release_module_sub_items {
    display: block; }
  .release_module_sub_items:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    z-index: 2;
    background: #F4F4F4;
    border-bottom: 1px solid #E1E7E8;
    border-left: 1px solid #E1E7E8;
    transform: rotate(45deg);
    left: -10px;
    top: calc(50% - 10px); }

.highlight_point {
  background: #e7e7e7; }

.release_features span, .release_defects span {
  padding: 0 5px; }

/**
 * Man pages
 */
.man_page dt {
  font-weight: bold;
  margin-left: 40px; }
.man_page dd {
  margin-left: 80px; }

.social-header {
  background-color: white;
  padding: 30px;
  text-align: left;
  border-bottom: 1px solid #E1E7E8; }
  .social-header h5 {
    float: right;
    color: #A3A3A3;
    padding-top: 15px; }
  .social-header::before, .social-header::after {
    content: ' ';
    display: table; }
  .social-header::after {
    clear: both; }

.social-block {
  background-color: white;
  text-align: left;
  padding: 0 30px 15px;
  margin-bottom: 30px;
  height: 264px;
  overflow-y: scroll; }

.social-entry {
  border-bottom: 1px solid #E1E7E8;
  padding: 30px 0;
  word-wrap: break-word;
  font-size: 16px; }
  .social-entry .label {
    color: #A3A3A3;
    background-color: #F4F4F4;
    display: inline-block;
    padding: 10px;
    margin-bottom: 15px; }
    .social-entry .label .icon {
      display: inline-block;
      width: 16px;
      height: 16px;
      vertical-align: sub;
      margin-right: 10px; }
      .social-entry .label .icon.time {
        content: url(../img/label-time.svg); }
      .social-entry .label .icon.comment {
        content: url(../img/label-comment.svg); }
      .social-entry .label .icon.upload {
        content: url(../img/label-upload.svg); }

.owl-carousel .owl-item .carousel_item_icon {
  display: inline-block;
  width: auto; }
  .owl-carousel .owl-item .carousel_item_icon img {
    width: auto;
    display: inline-block; }

.carousel_item_inner {
  text-align: center; }

.carousel_item_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px; }
  .carousel_item_icon + .carousel_item_text {
    display: inline-block;
    vertical-align: middle; }

.carousel_item_text {
  text-align: left; }
  .carousel_item_text img .security {
    width: auto;
    display: inline-block; }

.owl-nav {
  position: relative; }

.owl-prev, .owl-next {
  position: absolute;
  top: -75px; }
  .owl-prev.disabled, .owl-next.disabled {
    opacity: .5;
    cursor: initial !important; }

.owl-next {
  right: 30px; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #F4F4F4; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
