.container,
.container-full {
  margin: 0 auto;
}
.container.fixed, .fixed .container,
.container-full.fixed,
.fixed .container-full {
  width: 100%;
}

.container-full {
  overflow-x: hidden;
}

.container {
  max-width: 1140px;
  width: calc(100% - 16px);
}
.container.fixed, .fixed .container {
  width: 1140px;
}

.row,
[class*=block-row-] {
  margin: 0 -8px;
}

.no-gutter {
  margin: 0;
}

[class*=block-row-] {
  display: block;
  padding: 0;
  list-style: none;
}

[class*=col-],
[class*=block-row-] > * {
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  background-clip: padding-box;
}
[dir=rtl] [class*=col-],
[dir=rtl] [class*=block-row-] > * {
  float: right;
}

[class*=col-][class*=offset], [class*=col-][class*=push], [class*=col-][class*=pull] {
  position: relative;
}

[class*=block-row-].no-gutter > *,
.no-gutter > [class*=col-] {
  border: none;
  background-clip: border-box;
}

.equal-height {
  display: table;
  table-layout: fixed;
  height: 1px;
  width: calc(100% + 16px);
}
.equal-height.no-gutter {
  width: 100%;
}
.equal-height:before {
  display: none !important;
}

.equal-height > [class*=col-] {
  float: none;
  vertical-align: top;
}

.col-xxs-1 {
  width: 8.3333333333%;
}

.offset-xxs-1,
.push-xxs-1 {
  left: 8.3333333333%;
}
[dir=rtl] .offset-xxs-1,
[dir=rtl] .push-xxs-1 {
  left: auto;
  right: 8.3333333333%;
}

.pull-xxs-1 {
  right: 8.3333333333%;
}
[dir=rtl] .pull-xxs-1 {
  right: auto;
  left: 8.3333333333%;
}

.col-xxs-2 {
  width: 16.6666666667%;
}

.offset-xxs-2,
.push-xxs-2 {
  left: 16.6666666667%;
}
[dir=rtl] .offset-xxs-2,
[dir=rtl] .push-xxs-2 {
  left: auto;
  right: 16.6666666667%;
}

.pull-xxs-2 {
  right: 16.6666666667%;
}
[dir=rtl] .pull-xxs-2 {
  right: auto;
  left: 16.6666666667%;
}

.col-xxs-3 {
  width: 25%;
}

.offset-xxs-3,
.push-xxs-3 {
  left: 25%;
}
[dir=rtl] .offset-xxs-3,
[dir=rtl] .push-xxs-3 {
  left: auto;
  right: 25%;
}

.pull-xxs-3 {
  right: 25%;
}
[dir=rtl] .pull-xxs-3 {
  right: auto;
  left: 25%;
}

.col-xxs-4 {
  width: 33.3333333333%;
}

.offset-xxs-4,
.push-xxs-4 {
  left: 33.3333333333%;
}
[dir=rtl] .offset-xxs-4,
[dir=rtl] .push-xxs-4 {
  left: auto;
  right: 33.3333333333%;
}

.pull-xxs-4 {
  right: 33.3333333333%;
}
[dir=rtl] .pull-xxs-4 {
  right: auto;
  left: 33.3333333333%;
}

.col-xxs-5 {
  width: 41.6666666667%;
}

.offset-xxs-5,
.push-xxs-5 {
  left: 41.6666666667%;
}
[dir=rtl] .offset-xxs-5,
[dir=rtl] .push-xxs-5 {
  left: auto;
  right: 41.6666666667%;
}

.pull-xxs-5 {
  right: 41.6666666667%;
}
[dir=rtl] .pull-xxs-5 {
  right: auto;
  left: 41.6666666667%;
}

.col-xxs-6 {
  width: 50%;
}

.offset-xxs-6,
.push-xxs-6 {
  left: 50%;
}
[dir=rtl] .offset-xxs-6,
[dir=rtl] .push-xxs-6 {
  left: auto;
  right: 50%;
}

.pull-xxs-6 {
  right: 50%;
}
[dir=rtl] .pull-xxs-6 {
  right: auto;
  left: 50%;
}

.col-xxs-7 {
  width: 58.3333333333%;
}

.offset-xxs-7,
.push-xxs-7 {
  left: 58.3333333333%;
}
[dir=rtl] .offset-xxs-7,
[dir=rtl] .push-xxs-7 {
  left: auto;
  right: 58.3333333333%;
}

.pull-xxs-7 {
  right: 58.3333333333%;
}
[dir=rtl] .pull-xxs-7 {
  right: auto;
  left: 58.3333333333%;
}

.col-xxs-8 {
  width: 66.6666666667%;
}

.offset-xxs-8,
.push-xxs-8 {
  left: 66.6666666667%;
}
[dir=rtl] .offset-xxs-8,
[dir=rtl] .push-xxs-8 {
  left: auto;
  right: 66.6666666667%;
}

.pull-xxs-8 {
  right: 66.6666666667%;
}
[dir=rtl] .pull-xxs-8 {
  right: auto;
  left: 66.6666666667%;
}

.col-xxs-9 {
  width: 75%;
}

.offset-xxs-9,
.push-xxs-9 {
  left: 75%;
}
[dir=rtl] .offset-xxs-9,
[dir=rtl] .push-xxs-9 {
  left: auto;
  right: 75%;
}

.pull-xxs-9 {
  right: 75%;
}
[dir=rtl] .pull-xxs-9 {
  right: auto;
  left: 75%;
}

.col-xxs-10 {
  width: 83.3333333333%;
}

.offset-xxs-10,
.push-xxs-10 {
  left: 83.3333333333%;
}
[dir=rtl] .offset-xxs-10,
[dir=rtl] .push-xxs-10 {
  left: auto;
  right: 83.3333333333%;
}

.pull-xxs-10 {
  right: 83.3333333333%;
}
[dir=rtl] .pull-xxs-10 {
  right: auto;
  left: 83.3333333333%;
}

.col-xxs-11 {
  width: 91.6666666667%;
}

.offset-xxs-11,
.push-xxs-11 {
  left: 91.6666666667%;
}
[dir=rtl] .offset-xxs-11,
[dir=rtl] .push-xxs-11 {
  left: auto;
  right: 91.6666666667%;
}

.pull-xxs-11 {
  right: 91.6666666667%;
}
[dir=rtl] .pull-xxs-11 {
  right: auto;
  left: 91.6666666667%;
}

.col-xxs-12 {
  width: 100%;
}

.offset-xxs-12,
.push-xxs-12 {
  left: 100%;
}
[dir=rtl] .offset-xxs-12,
[dir=rtl] .push-xxs-12 {
  left: auto;
  right: 100%;
}

.pull-xxs-12 {
  right: 100%;
}
[dir=rtl] .pull-xxs-12 {
  right: auto;
  left: 100%;
}

.equal-height > [class*=col-xxs] {
  display: table-cell;
  height: 100%;
}

.equal-height > .col-xxs-12 {
  display: table-caption;
  height: auto;
}

.block-row-xxs-1 > * {
  width: 100%;
}
.block-row-xxs-1 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-1 > :nth-of-type(1n+1) {
  clear: both;
}

.block-row-xxs-2 > * {
  width: 50%;
}
.block-row-xxs-2 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-2 > :nth-of-type(2n+1) {
  clear: both;
}

.block-row-xxs-3 > * {
  width: 33.3333333333%;
}
.block-row-xxs-3 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-3 > :nth-of-type(3n+1) {
  clear: both;
}

.block-row-xxs-4 > * {
  width: 25%;
}
.block-row-xxs-4 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-4 > :nth-of-type(4n+1) {
  clear: both;
}

.block-row-xxs-5 > * {
  width: 20%;
}
.block-row-xxs-5 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-5 > :nth-of-type(5n+1) {
  clear: both;
}

.block-row-xxs-6 > * {
  width: 16.6666666667%;
}
.block-row-xxs-6 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-6 > :nth-of-type(6n+1) {
  clear: both;
}

.block-row-xxs-7 > * {
  width: 14.2857142857%;
}
.block-row-xxs-7 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-7 > :nth-of-type(7n+1) {
  clear: both;
}

.block-row-xxs-8 > * {
  width: 12.5%;
}
.block-row-xxs-8 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-8 > :nth-of-type(8n+1) {
  clear: both;
}

.block-row-xxs-9 > * {
  width: 11.1111111111%;
}
.block-row-xxs-9 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-9 > :nth-of-type(9n+1) {
  clear: both;
}

.block-row-xxs-10 > * {
  width: 10%;
}
.block-row-xxs-10 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-10 > :nth-of-type(10n+1) {
  clear: both;
}

.block-row-xxs-11 > * {
  width: 9.0909090909%;
}
.block-row-xxs-11 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-11 > :nth-of-type(11n+1) {
  clear: both;
}

.block-row-xxs-12 > * {
  width: 8.3333333333%;
}
.block-row-xxs-12 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-12 > :nth-of-type(12n+1) {
  clear: both;
}

@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .col-xs-1 {
    width: 8.3333333333%;
  }

  .offset-xs-1,
.push-xs-1 {
    left: 8.3333333333%;
  }
  [dir=rtl] .offset-xs-1,
[dir=rtl] .push-xs-1 {
    left: auto;
    right: 8.3333333333%;
  }

  .pull-xs-1 {
    right: 8.3333333333%;
  }
  [dir=rtl] .pull-xs-1 {
    right: auto;
    left: 8.3333333333%;
  }

  .col-xs-2 {
    width: 16.6666666667%;
  }

  .offset-xs-2,
.push-xs-2 {
    left: 16.6666666667%;
  }
  [dir=rtl] .offset-xs-2,
[dir=rtl] .push-xs-2 {
    left: auto;
    right: 16.6666666667%;
  }

  .pull-xs-2 {
    right: 16.6666666667%;
  }
  [dir=rtl] .pull-xs-2 {
    right: auto;
    left: 16.6666666667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .offset-xs-3,
.push-xs-3 {
    left: 25%;
  }
  [dir=rtl] .offset-xs-3,
[dir=rtl] .push-xs-3 {
    left: auto;
    right: 25%;
  }

  .pull-xs-3 {
    right: 25%;
  }
  [dir=rtl] .pull-xs-3 {
    right: auto;
    left: 25%;
  }

  .col-xs-4 {
    width: 33.3333333333%;
  }

  .offset-xs-4,
.push-xs-4 {
    left: 33.3333333333%;
  }
  [dir=rtl] .offset-xs-4,
[dir=rtl] .push-xs-4 {
    left: auto;
    right: 33.3333333333%;
  }

  .pull-xs-4 {
    right: 33.3333333333%;
  }
  [dir=rtl] .pull-xs-4 {
    right: auto;
    left: 33.3333333333%;
  }

  .col-xs-5 {
    width: 41.6666666667%;
  }

  .offset-xs-5,
.push-xs-5 {
    left: 41.6666666667%;
  }
  [dir=rtl] .offset-xs-5,
[dir=rtl] .push-xs-5 {
    left: auto;
    right: 41.6666666667%;
  }

  .pull-xs-5 {
    right: 41.6666666667%;
  }
  [dir=rtl] .pull-xs-5 {
    right: auto;
    left: 41.6666666667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .offset-xs-6,
.push-xs-6 {
    left: 50%;
  }
  [dir=rtl] .offset-xs-6,
[dir=rtl] .push-xs-6 {
    left: auto;
    right: 50%;
  }

  .pull-xs-6 {
    right: 50%;
  }
  [dir=rtl] .pull-xs-6 {
    right: auto;
    left: 50%;
  }

  .col-xs-7 {
    width: 58.3333333333%;
  }

  .offset-xs-7,
.push-xs-7 {
    left: 58.3333333333%;
  }
  [dir=rtl] .offset-xs-7,
[dir=rtl] .push-xs-7 {
    left: auto;
    right: 58.3333333333%;
  }

  .pull-xs-7 {
    right: 58.3333333333%;
  }
  [dir=rtl] .pull-xs-7 {
    right: auto;
    left: 58.3333333333%;
  }

  .col-xs-8 {
    width: 66.6666666667%;
  }

  .offset-xs-8,
.push-xs-8 {
    left: 66.6666666667%;
  }
  [dir=rtl] .offset-xs-8,
[dir=rtl] .push-xs-8 {
    left: auto;
    right: 66.6666666667%;
  }

  .pull-xs-8 {
    right: 66.6666666667%;
  }
  [dir=rtl] .pull-xs-8 {
    right: auto;
    left: 66.6666666667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .offset-xs-9,
.push-xs-9 {
    left: 75%;
  }
  [dir=rtl] .offset-xs-9,
[dir=rtl] .push-xs-9 {
    left: auto;
    right: 75%;
  }

  .pull-xs-9 {
    right: 75%;
  }
  [dir=rtl] .pull-xs-9 {
    right: auto;
    left: 75%;
  }

  .col-xs-10 {
    width: 83.3333333333%;
  }

  .offset-xs-10,
.push-xs-10 {
    left: 83.3333333333%;
  }
  [dir=rtl] .offset-xs-10,
[dir=rtl] .push-xs-10 {
    left: auto;
    right: 83.3333333333%;
  }

  .pull-xs-10 {
    right: 83.3333333333%;
  }
  [dir=rtl] .pull-xs-10 {
    right: auto;
    left: 83.3333333333%;
  }

  .col-xs-11 {
    width: 91.6666666667%;
  }

  .offset-xs-11,
.push-xs-11 {
    left: 91.6666666667%;
  }
  [dir=rtl] .offset-xs-11,
[dir=rtl] .push-xs-11 {
    left: auto;
    right: 91.6666666667%;
  }

  .pull-xs-11 {
    right: 91.6666666667%;
  }
  [dir=rtl] .pull-xs-11 {
    right: auto;
    left: 91.6666666667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .offset-xs-12,
.push-xs-12 {
    left: 100%;
  }
  [dir=rtl] .offset-xs-12,
[dir=rtl] .push-xs-12 {
    left: auto;
    right: 100%;
  }

  .pull-xs-12 {
    right: 100%;
  }
  [dir=rtl] .pull-xs-12 {
    right: auto;
    left: 100%;
  }

  .equal-height > [class*=col-xs] {
    display: table-cell;
    height: 100%;
  }

  .equal-height > .col-xs-12 {
    display: table-caption;
    height: auto;
  }

  .block-row-xs-1 > * {
    width: 100%;
  }
  .block-row-xs-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-1 > :nth-of-type(1n+1) {
    clear: both;
  }

  .block-row-xs-2 > * {
    width: 50%;
  }
  .block-row-xs-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-2 > :nth-of-type(2n+1) {
    clear: both;
  }

  .block-row-xs-3 > * {
    width: 33.3333333333%;
  }
  .block-row-xs-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-3 > :nth-of-type(3n+1) {
    clear: both;
  }

  .block-row-xs-4 > * {
    width: 25%;
  }
  .block-row-xs-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-4 > :nth-of-type(4n+1) {
    clear: both;
  }

  .block-row-xs-5 > * {
    width: 20%;
  }
  .block-row-xs-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-5 > :nth-of-type(5n+1) {
    clear: both;
  }

  .block-row-xs-6 > * {
    width: 16.6666666667%;
  }
  .block-row-xs-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-6 > :nth-of-type(6n+1) {
    clear: both;
  }

  .block-row-xs-7 > * {
    width: 14.2857142857%;
  }
  .block-row-xs-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-7 > :nth-of-type(7n+1) {
    clear: both;
  }

  .block-row-xs-8 > * {
    width: 12.5%;
  }
  .block-row-xs-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-8 > :nth-of-type(8n+1) {
    clear: both;
  }

  .block-row-xs-9 > * {
    width: 11.1111111111%;
  }
  .block-row-xs-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-9 > :nth-of-type(9n+1) {
    clear: both;
  }

  .block-row-xs-10 > * {
    width: 10%;
  }
  .block-row-xs-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-10 > :nth-of-type(10n+1) {
    clear: both;
  }

  .block-row-xs-11 > * {
    width: 9.0909090909%;
  }
  .block-row-xs-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-11 > :nth-of-type(11n+1) {
    clear: both;
  }

  .block-row-xs-12 > * {
    width: 8.3333333333%;
  }
  .block-row-xs-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .col-s-1 {
    width: 8.3333333333%;
  }

  .offset-s-1,
.push-s-1 {
    left: 8.3333333333%;
  }
  [dir=rtl] .offset-s-1,
[dir=rtl] .push-s-1 {
    left: auto;
    right: 8.3333333333%;
  }

  .pull-s-1 {
    right: 8.3333333333%;
  }
  [dir=rtl] .pull-s-1 {
    right: auto;
    left: 8.3333333333%;
  }

  .col-s-2 {
    width: 16.6666666667%;
  }

  .offset-s-2,
.push-s-2 {
    left: 16.6666666667%;
  }
  [dir=rtl] .offset-s-2,
[dir=rtl] .push-s-2 {
    left: auto;
    right: 16.6666666667%;
  }

  .pull-s-2 {
    right: 16.6666666667%;
  }
  [dir=rtl] .pull-s-2 {
    right: auto;
    left: 16.6666666667%;
  }

  .col-s-3 {
    width: 25%;
  }

  .offset-s-3,
.push-s-3 {
    left: 25%;
  }
  [dir=rtl] .offset-s-3,
[dir=rtl] .push-s-3 {
    left: auto;
    right: 25%;
  }

  .pull-s-3 {
    right: 25%;
  }
  [dir=rtl] .pull-s-3 {
    right: auto;
    left: 25%;
  }

  .col-s-4 {
    width: 33.3333333333%;
  }

  .offset-s-4,
.push-s-4 {
    left: 33.3333333333%;
  }
  [dir=rtl] .offset-s-4,
[dir=rtl] .push-s-4 {
    left: auto;
    right: 33.3333333333%;
  }

  .pull-s-4 {
    right: 33.3333333333%;
  }
  [dir=rtl] .pull-s-4 {
    right: auto;
    left: 33.3333333333%;
  }

  .col-s-5 {
    width: 41.6666666667%;
  }

  .offset-s-5,
.push-s-5 {
    left: 41.6666666667%;
  }
  [dir=rtl] .offset-s-5,
[dir=rtl] .push-s-5 {
    left: auto;
    right: 41.6666666667%;
  }

  .pull-s-5 {
    right: 41.6666666667%;
  }
  [dir=rtl] .pull-s-5 {
    right: auto;
    left: 41.6666666667%;
  }

  .col-s-6 {
    width: 50%;
  }

  .offset-s-6,
.push-s-6 {
    left: 50%;
  }
  [dir=rtl] .offset-s-6,
[dir=rtl] .push-s-6 {
    left: auto;
    right: 50%;
  }

  .pull-s-6 {
    right: 50%;
  }
  [dir=rtl] .pull-s-6 {
    right: auto;
    left: 50%;
  }

  .col-s-7 {
    width: 58.3333333333%;
  }

  .offset-s-7,
.push-s-7 {
    left: 58.3333333333%;
  }
  [dir=rtl] .offset-s-7,
[dir=rtl] .push-s-7 {
    left: auto;
    right: 58.3333333333%;
  }

  .pull-s-7 {
    right: 58.3333333333%;
  }
  [dir=rtl] .pull-s-7 {
    right: auto;
    left: 58.3333333333%;
  }

  .col-s-8 {
    width: 66.6666666667%;
  }

  .offset-s-8,
.push-s-8 {
    left: 66.6666666667%;
  }
  [dir=rtl] .offset-s-8,
[dir=rtl] .push-s-8 {
    left: auto;
    right: 66.6666666667%;
  }

  .pull-s-8 {
    right: 66.6666666667%;
  }
  [dir=rtl] .pull-s-8 {
    right: auto;
    left: 66.6666666667%;
  }

  .col-s-9 {
    width: 75%;
  }

  .offset-s-9,
.push-s-9 {
    left: 75%;
  }
  [dir=rtl] .offset-s-9,
[dir=rtl] .push-s-9 {
    left: auto;
    right: 75%;
  }

  .pull-s-9 {
    right: 75%;
  }
  [dir=rtl] .pull-s-9 {
    right: auto;
    left: 75%;
  }

  .col-s-10 {
    width: 83.3333333333%;
  }

  .offset-s-10,
.push-s-10 {
    left: 83.3333333333%;
  }
  [dir=rtl] .offset-s-10,
[dir=rtl] .push-s-10 {
    left: auto;
    right: 83.3333333333%;
  }

  .pull-s-10 {
    right: 83.3333333333%;
  }
  [dir=rtl] .pull-s-10 {
    right: auto;
    left: 83.3333333333%;
  }

  .col-s-11 {
    width: 91.6666666667%;
  }

  .offset-s-11,
.push-s-11 {
    left: 91.6666666667%;
  }
  [dir=rtl] .offset-s-11,
[dir=rtl] .push-s-11 {
    left: auto;
    right: 91.6666666667%;
  }

  .pull-s-11 {
    right: 91.6666666667%;
  }
  [dir=rtl] .pull-s-11 {
    right: auto;
    left: 91.6666666667%;
  }

  .col-s-12 {
    width: 100%;
  }

  .offset-s-12,
.push-s-12 {
    left: 100%;
  }
  [dir=rtl] .offset-s-12,
[dir=rtl] .push-s-12 {
    left: auto;
    right: 100%;
  }

  .pull-s-12 {
    right: 100%;
  }
  [dir=rtl] .pull-s-12 {
    right: auto;
    left: 100%;
  }

  .equal-height > [class*=col-s] {
    display: table-cell;
    height: 100%;
  }

  .equal-height > .col-s-12 {
    display: table-caption;
    height: auto;
  }

  .block-row-s-1 > * {
    width: 100%;
  }
  .block-row-s-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-1 > :nth-of-type(1n+1) {
    clear: both;
  }

  .block-row-s-2 > * {
    width: 50%;
  }
  .block-row-s-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-2 > :nth-of-type(2n+1) {
    clear: both;
  }

  .block-row-s-3 > * {
    width: 33.3333333333%;
  }
  .block-row-s-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-3 > :nth-of-type(3n+1) {
    clear: both;
  }

  .block-row-s-4 > * {
    width: 25%;
  }
  .block-row-s-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-4 > :nth-of-type(4n+1) {
    clear: both;
  }

  .block-row-s-5 > * {
    width: 20%;
  }
  .block-row-s-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-5 > :nth-of-type(5n+1) {
    clear: both;
  }

  .block-row-s-6 > * {
    width: 16.6666666667%;
  }
  .block-row-s-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-6 > :nth-of-type(6n+1) {
    clear: both;
  }

  .block-row-s-7 > * {
    width: 14.2857142857%;
  }
  .block-row-s-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-7 > :nth-of-type(7n+1) {
    clear: both;
  }

  .block-row-s-8 > * {
    width: 12.5%;
  }
  .block-row-s-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-8 > :nth-of-type(8n+1) {
    clear: both;
  }

  .block-row-s-9 > * {
    width: 11.1111111111%;
  }
  .block-row-s-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-9 > :nth-of-type(9n+1) {
    clear: both;
  }

  .block-row-s-10 > * {
    width: 10%;
  }
  .block-row-s-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-10 > :nth-of-type(10n+1) {
    clear: both;
  }

  .block-row-s-11 > * {
    width: 9.0909090909%;
  }
  .block-row-s-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-11 > :nth-of-type(11n+1) {
    clear: both;
  }

  .block-row-s-12 > * {
    width: 8.3333333333%;
  }
  .block-row-s-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 62em) {
  .col-m-1 {
    width: 8.3333333333%;
  }

  .offset-m-1,
.push-m-1 {
    left: 8.3333333333%;
  }
  [dir=rtl] .offset-m-1,
[dir=rtl] .push-m-1 {
    left: auto;
    right: 8.3333333333%;
  }

  .pull-m-1 {
    right: 8.3333333333%;
  }
  [dir=rtl] .pull-m-1 {
    right: auto;
    left: 8.3333333333%;
  }

  .col-m-2 {
    width: 16.6666666667%;
  }

  .offset-m-2,
.push-m-2 {
    left: 16.6666666667%;
  }
  [dir=rtl] .offset-m-2,
[dir=rtl] .push-m-2 {
    left: auto;
    right: 16.6666666667%;
  }

  .pull-m-2 {
    right: 16.6666666667%;
  }
  [dir=rtl] .pull-m-2 {
    right: auto;
    left: 16.6666666667%;
  }

  .col-m-3 {
    width: 25%;
  }

  .offset-m-3,
.push-m-3 {
    left: 25%;
  }
  [dir=rtl] .offset-m-3,
[dir=rtl] .push-m-3 {
    left: auto;
    right: 25%;
  }

  .pull-m-3 {
    right: 25%;
  }
  [dir=rtl] .pull-m-3 {
    right: auto;
    left: 25%;
  }

  .col-m-4 {
    width: 33.3333333333%;
  }

  .offset-m-4,
.push-m-4 {
    left: 33.3333333333%;
  }
  [dir=rtl] .offset-m-4,
[dir=rtl] .push-m-4 {
    left: auto;
    right: 33.3333333333%;
  }

  .pull-m-4 {
    right: 33.3333333333%;
  }
  [dir=rtl] .pull-m-4 {
    right: auto;
    left: 33.3333333333%;
  }

  .col-m-5 {
    width: 41.6666666667%;
  }

  .offset-m-5,
.push-m-5 {
    left: 41.6666666667%;
  }
  [dir=rtl] .offset-m-5,
[dir=rtl] .push-m-5 {
    left: auto;
    right: 41.6666666667%;
  }

  .pull-m-5 {
    right: 41.6666666667%;
  }
  [dir=rtl] .pull-m-5 {
    right: auto;
    left: 41.6666666667%;
  }

  .col-m-6 {
    width: 50%;
  }

  .offset-m-6,
.push-m-6 {
    left: 50%;
  }
  [dir=rtl] .offset-m-6,
[dir=rtl] .push-m-6 {
    left: auto;
    right: 50%;
  }

  .pull-m-6 {
    right: 50%;
  }
  [dir=rtl] .pull-m-6 {
    right: auto;
    left: 50%;
  }

  .col-m-7 {
    width: 58.3333333333%;
  }

  .offset-m-7,
.push-m-7 {
    left: 58.3333333333%;
  }
  [dir=rtl] .offset-m-7,
[dir=rtl] .push-m-7 {
    left: auto;
    right: 58.3333333333%;
  }

  .pull-m-7 {
    right: 58.3333333333%;
  }
  [dir=rtl] .pull-m-7 {
    right: auto;
    left: 58.3333333333%;
  }

  .col-m-8 {
    width: 66.6666666667%;
  }

  .offset-m-8,
.push-m-8 {
    left: 66.6666666667%;
  }
  [dir=rtl] .offset-m-8,
[dir=rtl] .push-m-8 {
    left: auto;
    right: 66.6666666667%;
  }

  .pull-m-8 {
    right: 66.6666666667%;
  }
  [dir=rtl] .pull-m-8 {
    right: auto;
    left: 66.6666666667%;
  }

  .col-m-9 {
    width: 75%;
  }

  .offset-m-9,
.push-m-9 {
    left: 75%;
  }
  [dir=rtl] .offset-m-9,
[dir=rtl] .push-m-9 {
    left: auto;
    right: 75%;
  }

  .pull-m-9 {
    right: 75%;
  }
  [dir=rtl] .pull-m-9 {
    right: auto;
    left: 75%;
  }

  .col-m-10 {
    width: 83.3333333333%;
  }

  .offset-m-10,
.push-m-10 {
    left: 83.3333333333%;
  }
  [dir=rtl] .offset-m-10,
[dir=rtl] .push-m-10 {
    left: auto;
    right: 83.3333333333%;
  }

  .pull-m-10 {
    right: 83.3333333333%;
  }
  [dir=rtl] .pull-m-10 {
    right: auto;
    left: 83.3333333333%;
  }

  .col-m-11 {
    width: 91.6666666667%;
  }

  .offset-m-11,
.push-m-11 {
    left: 91.6666666667%;
  }
  [dir=rtl] .offset-m-11,
[dir=rtl] .push-m-11 {
    left: auto;
    right: 91.6666666667%;
  }

  .pull-m-11 {
    right: 91.6666666667%;
  }
  [dir=rtl] .pull-m-11 {
    right: auto;
    left: 91.6666666667%;
  }

  .col-m-12 {
    width: 100%;
  }

  .offset-m-12,
.push-m-12 {
    left: 100%;
  }
  [dir=rtl] .offset-m-12,
[dir=rtl] .push-m-12 {
    left: auto;
    right: 100%;
  }

  .pull-m-12 {
    right: 100%;
  }
  [dir=rtl] .pull-m-12 {
    right: auto;
    left: 100%;
  }

  .equal-height > [class*=col-m] {
    display: table-cell;
    height: 100%;
  }

  .equal-height > .col-m-12 {
    display: table-caption;
    height: auto;
  }

  .block-row-m-1 > * {
    width: 100%;
  }
  .block-row-m-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-1 > :nth-of-type(1n+1) {
    clear: both;
  }

  .block-row-m-2 > * {
    width: 50%;
  }
  .block-row-m-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-2 > :nth-of-type(2n+1) {
    clear: both;
  }

  .block-row-m-3 > * {
    width: 33.3333333333%;
  }
  .block-row-m-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-3 > :nth-of-type(3n+1) {
    clear: both;
  }

  .block-row-m-4 > * {
    width: 25%;
  }
  .block-row-m-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-4 > :nth-of-type(4n+1) {
    clear: both;
  }

  .block-row-m-5 > * {
    width: 20%;
  }
  .block-row-m-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-5 > :nth-of-type(5n+1) {
    clear: both;
  }

  .block-row-m-6 > * {
    width: 16.6666666667%;
  }
  .block-row-m-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-6 > :nth-of-type(6n+1) {
    clear: both;
  }

  .block-row-m-7 > * {
    width: 14.2857142857%;
  }
  .block-row-m-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-7 > :nth-of-type(7n+1) {
    clear: both;
  }

  .block-row-m-8 > * {
    width: 12.5%;
  }
  .block-row-m-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-8 > :nth-of-type(8n+1) {
    clear: both;
  }

  .block-row-m-9 > * {
    width: 11.1111111111%;
  }
  .block-row-m-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-9 > :nth-of-type(9n+1) {
    clear: both;
  }

  .block-row-m-10 > * {
    width: 10%;
  }
  .block-row-m-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-10 > :nth-of-type(10n+1) {
    clear: both;
  }

  .block-row-m-11 > * {
    width: 9.0909090909%;
  }
  .block-row-m-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-11 > :nth-of-type(11n+1) {
    clear: both;
  }

  .block-row-m-12 > * {
    width: 8.3333333333%;
  }
  .block-row-m-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 75em) {
  .col-l-1 {
    width: 8.3333333333%;
  }

  .offset-l-1,
.push-l-1 {
    left: 8.3333333333%;
  }
  [dir=rtl] .offset-l-1,
[dir=rtl] .push-l-1 {
    left: auto;
    right: 8.3333333333%;
  }

  .pull-l-1 {
    right: 8.3333333333%;
  }
  [dir=rtl] .pull-l-1 {
    right: auto;
    left: 8.3333333333%;
  }

  .col-l-2 {
    width: 16.6666666667%;
  }

  .offset-l-2,
.push-l-2 {
    left: 16.6666666667%;
  }
  [dir=rtl] .offset-l-2,
[dir=rtl] .push-l-2 {
    left: auto;
    right: 16.6666666667%;
  }

  .pull-l-2 {
    right: 16.6666666667%;
  }
  [dir=rtl] .pull-l-2 {
    right: auto;
    left: 16.6666666667%;
  }

  .col-l-3 {
    width: 25%;
  }

  .offset-l-3,
.push-l-3 {
    left: 25%;
  }
  [dir=rtl] .offset-l-3,
[dir=rtl] .push-l-3 {
    left: auto;
    right: 25%;
  }

  .pull-l-3 {
    right: 25%;
  }
  [dir=rtl] .pull-l-3 {
    right: auto;
    left: 25%;
  }

  .col-l-4 {
    width: 33.3333333333%;
  }

  .offset-l-4,
.push-l-4 {
    left: 33.3333333333%;
  }
  [dir=rtl] .offset-l-4,
[dir=rtl] .push-l-4 {
    left: auto;
    right: 33.3333333333%;
  }

  .pull-l-4 {
    right: 33.3333333333%;
  }
  [dir=rtl] .pull-l-4 {
    right: auto;
    left: 33.3333333333%;
  }

  .col-l-5 {
    width: 41.6666666667%;
  }

  .offset-l-5,
.push-l-5 {
    left: 41.6666666667%;
  }
  [dir=rtl] .offset-l-5,
[dir=rtl] .push-l-5 {
    left: auto;
    right: 41.6666666667%;
  }

  .pull-l-5 {
    right: 41.6666666667%;
  }
  [dir=rtl] .pull-l-5 {
    right: auto;
    left: 41.6666666667%;
  }

  .col-l-6 {
    width: 50%;
  }

  .offset-l-6,
.push-l-6 {
    left: 50%;
  }
  [dir=rtl] .offset-l-6,
[dir=rtl] .push-l-6 {
    left: auto;
    right: 50%;
  }

  .pull-l-6 {
    right: 50%;
  }
  [dir=rtl] .pull-l-6 {
    right: auto;
    left: 50%;
  }

  .col-l-7 {
    width: 58.3333333333%;
  }

  .offset-l-7,
.push-l-7 {
    left: 58.3333333333%;
  }
  [dir=rtl] .offset-l-7,
[dir=rtl] .push-l-7 {
    left: auto;
    right: 58.3333333333%;
  }

  .pull-l-7 {
    right: 58.3333333333%;
  }
  [dir=rtl] .pull-l-7 {
    right: auto;
    left: 58.3333333333%;
  }

  .col-l-8 {
    width: 66.6666666667%;
  }

  .offset-l-8,
.push-l-8 {
    left: 66.6666666667%;
  }
  [dir=rtl] .offset-l-8,
[dir=rtl] .push-l-8 {
    left: auto;
    right: 66.6666666667%;
  }

  .pull-l-8 {
    right: 66.6666666667%;
  }
  [dir=rtl] .pull-l-8 {
    right: auto;
    left: 66.6666666667%;
  }

  .col-l-9 {
    width: 75%;
  }

  .offset-l-9,
.push-l-9 {
    left: 75%;
  }
  [dir=rtl] .offset-l-9,
[dir=rtl] .push-l-9 {
    left: auto;
    right: 75%;
  }

  .pull-l-9 {
    right: 75%;
  }
  [dir=rtl] .pull-l-9 {
    right: auto;
    left: 75%;
  }

  .col-l-10 {
    width: 83.3333333333%;
  }

  .offset-l-10,
.push-l-10 {
    left: 83.3333333333%;
  }
  [dir=rtl] .offset-l-10,
[dir=rtl] .push-l-10 {
    left: auto;
    right: 83.3333333333%;
  }

  .pull-l-10 {
    right: 83.3333333333%;
  }
  [dir=rtl] .pull-l-10 {
    right: auto;
    left: 83.3333333333%;
  }

  .col-l-11 {
    width: 91.6666666667%;
  }

  .offset-l-11,
.push-l-11 {
    left: 91.6666666667%;
  }
  [dir=rtl] .offset-l-11,
[dir=rtl] .push-l-11 {
    left: auto;
    right: 91.6666666667%;
  }

  .pull-l-11 {
    right: 91.6666666667%;
  }
  [dir=rtl] .pull-l-11 {
    right: auto;
    left: 91.6666666667%;
  }

  .col-l-12 {
    width: 100%;
  }

  .offset-l-12,
.push-l-12 {
    left: 100%;
  }
  [dir=rtl] .offset-l-12,
[dir=rtl] .push-l-12 {
    left: auto;
    right: 100%;
  }

  .pull-l-12 {
    right: 100%;
  }
  [dir=rtl] .pull-l-12 {
    right: auto;
    left: 100%;
  }

  .equal-height > [class*=col-l] {
    display: table-cell;
    height: 100%;
  }

  .equal-height > .col-l-12 {
    display: table-caption;
    height: auto;
  }

  .block-row-l-1 > * {
    width: 100%;
  }
  .block-row-l-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-1 > :nth-of-type(1n+1) {
    clear: both;
  }

  .block-row-l-2 > * {
    width: 50%;
  }
  .block-row-l-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-2 > :nth-of-type(2n+1) {
    clear: both;
  }

  .block-row-l-3 > * {
    width: 33.3333333333%;
  }
  .block-row-l-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-3 > :nth-of-type(3n+1) {
    clear: both;
  }

  .block-row-l-4 > * {
    width: 25%;
  }
  .block-row-l-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-4 > :nth-of-type(4n+1) {
    clear: both;
  }

  .block-row-l-5 > * {
    width: 20%;
  }
  .block-row-l-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-5 > :nth-of-type(5n+1) {
    clear: both;
  }

  .block-row-l-6 > * {
    width: 16.6666666667%;
  }
  .block-row-l-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-6 > :nth-of-type(6n+1) {
    clear: both;
  }

  .block-row-l-7 > * {
    width: 14.2857142857%;
  }
  .block-row-l-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-7 > :nth-of-type(7n+1) {
    clear: both;
  }

  .block-row-l-8 > * {
    width: 12.5%;
  }
  .block-row-l-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-8 > :nth-of-type(8n+1) {
    clear: both;
  }

  .block-row-l-9 > * {
    width: 11.1111111111%;
  }
  .block-row-l-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-9 > :nth-of-type(9n+1) {
    clear: both;
  }

  .block-row-l-10 > * {
    width: 10%;
  }
  .block-row-l-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-10 > :nth-of-type(10n+1) {
    clear: both;
  }

  .block-row-l-11 > * {
    width: 9.0909090909%;
  }
  .block-row-l-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-11 > :nth-of-type(11n+1) {
    clear: both;
  }

  .block-row-l-12 > * {
    width: 8.3333333333%;
  }
  .block-row-l-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

label {
  display: block;
  margin-bottom: 1rem;
}
label[for] {
  cursor: pointer;
}
label > input,
label > input[type=checkbox],
label > input[type=radio],
label > select {
  display: inline-block;
  margin: 0 1rem 0 0;
  vertical-align: text-top;
}
[dir=rtl] label > input,
[dir=rtl] label > input[type=checkbox],
[dir=rtl] label > input[type=radio],
[dir=rtl] label > select {
  margin: 0 0 0 1rem;
}

select,
textarea,
input,
.readonly {
  display: block;
  height: 2rem;
  padding: 0.25rem;
  width: 100%;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  color: #222;
  font-family: inherit;
}
fieldset[disabled] select, select[disabled],
fieldset[disabled] textarea,
textarea[disabled],
fieldset[disabled] input,
input[disabled],
fieldset[disabled] .readonly,
.readonly[disabled] {
  background: #ebebeb;
  border-color: #c0c0c0;
  color: #c0c0c0;
  cursor: not-allowed;
  opacity: 1;
}

.readonly[hidden] {
  display: none;
}

input[type=file]::-ms-value {
  background: #fff;
  border: none;
}

input[type=file]::-ms-browse {
  padding-top: 0.1rem;
  background: #dadada;
  border: solid 1px #c0c0c0;
  color: #222;
}
input[type=file]::-ms-browse:active {
  background-color: #e7e7e7;
}

input[type=file]::-webkit-file-upload-button {
  -webkit-appearance: none;
  border-radius: 0;
  background: #dadada;
  border: solid 1px #c0c0c0;
  color: #222;
}
input[type=file]::-webkit-file-upload-button:active {
  background-color: #e7e7e7;
}

input[type=color] {
  max-width: 6.563rem;
}

input[type=radio],
input[type=checkbox] {
  height: 1.334rem;
  min-width: 1.334rem;
  margin-bottom: 1.1rem;
  padding: 0;
  width: auto;
}

input[type=radio] {
  border-radius: 100%;
  border: none \9 ;
}

input[type=range] {
  border: 1px solid transparent;
  border: 1px solid #c0c0c0 \9 ;
  background-color: transparent;
  background-color: #fff \9 ;
  padding: 0.25rem 0;
  padding: 0.25rem \9 ;
}

_::-ms-reveal,
input[type=range] {
  border: 1px solid transparent;
}

select,
textarea,
input[type=text],
input[type=search],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=week],
input[type=month],
input[type=time],
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
input[type=url],
input[type=color] {
  -webkit-appearance: none;
}

select::-ms-expand {
  border: 0;
  background-color: inherit;
}
select option {
  height: 100%;
}

[multiple] {
  height: auto;
}

[multiple] option {
  height: auto;
}

textarea {
  height: auto;
  min-height: 5.25rem;
  resize: both;
}
textarea.horizontal {
  resize: horizontal;
}
textarea.vertical {
  resize: vertical;
}
textarea.no-resize {
  resize: none;
}

.readonly,
[readonly] {
  border-color: #ebebeb;
  cursor: not-allowed;
}

::-moz-placeholder {
  color: #767676;
  opacity: 1;
}

::placeholder {
  color: #767676;
  opacity: 1;
}

@-moz-document url-prefix() {
  input[type=color] {
    padding: 0;
  }

  input[type=file] {
    height: auto;
    min-height: 2rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) {
  input[type=color] {
    padding: 0;
  }
  input[type=color]::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  input[type=color]::-webkit-color-swatch {
    border: none;
  }

  select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMC41Ij48cG9seWdvbiBmaWxsPSIjMjIyIiBwb2ludHM9IjExLDAgNS41LDkgMCwwIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
    padding-right: 1.67rem;
  }
  [dir=rtl] select {
    background-position: 0.6rem center;
    padding-right: 0;
    padding-left: 1.67rem;
  }
  select[multiple] {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}
input.inline-block,
select.inline-block {
  width: auto;
}

.form-actions {
  margin: 1rem 0;
  padding: 1rem 0;
}

.input-group,
.btn-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 1rem;
}

.btn-group {
  width: auto;
}

.input-group > *,
.btn-group > * {
  display: table-cell;
  margin-bottom: 0;
}

.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon > * {
  margin-bottom: 0 !important;
}

.supplement {
  padding: 0 1rem;
  line-height: 1.4;
  background: #dadada;
  border: solid 1px #c0c0c0;
}
html:not([dir=rtl]) .supplement:first-child {
  border-right: none;
}
html:not([dir=rtl]) .supplement:last-child {
  border-left: none;
}
[dir=rtl] .supplement:first-child {
  border-left: none;
}
[dir=rtl] .supplement:last-child {
  border-right: none;
}

.clearfix:before, .container:before,
.container-full:before, .row:before,
[class*=block-row-]:before, .clearfix:after, .container:after,
.container-full:after, .row:after,
[class*=block-row-]:after {
  content: "";
  display: table;
}
.clearfix:after, .container:after,
.container-full:after, .row:after,
[class*=block-row-]:after {
  clear: both;
}

.push {
  float: right;
}
[dir=rtl] .push {
  float: left;
}

.pull {
  float: left;
}
[dir=rtl] .pull {
  float: right;
}

.push-xxs {
  float: right;
}
[dir=rtl] .push-xxs {
  float: left;
}

.pull-xxs {
  float: left;
}
[dir=rtl] .pull-xxs {
  float: right;
}

@media (max-width: 37.49em) {
  .push-xxs-only {
    float: right;
  }
  [dir=rtl] .push-xxs-only {
    float: left;
  }

  .pull-xxs-only {
    float: left;
  }
  [dir=rtl] .pull-xxs-only {
    float: right;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .push-xs {
    float: right;
  }
  [dir=rtl] .push-xs {
    float: left;
  }

  .pull-xs {
    float: left;
  }
  [dir=rtl] .pull-xs {
    float: right;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .push-xs-only {
    float: right;
  }
  [dir=rtl] .push-xs-only {
    float: left;
  }

  .pull-xs-only {
    float: left;
  }
  [dir=rtl] .pull-xs-only {
    float: right;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .push-s {
    float: right;
  }
  [dir=rtl] .push-s {
    float: left;
  }

  .pull-s {
    float: left;
  }
  [dir=rtl] .pull-s {
    float: right;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .push-s-only {
    float: right;
  }
  [dir=rtl] .push-s-only {
    float: left;
  }

  .pull-s-only {
    float: left;
  }
  [dir=rtl] .pull-s-only {
    float: right;
  }
}
@media (min-width: 62em) {
  .push-m {
    float: right;
  }
  [dir=rtl] .push-m {
    float: left;
  }

  .pull-m {
    float: left;
  }
  [dir=rtl] .pull-m {
    float: right;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .push-m-only {
    float: right;
  }
  [dir=rtl] .push-m-only {
    float: left;
  }

  .pull-m-only {
    float: left;
  }
  [dir=rtl] .pull-m-only {
    float: right;
  }
}
@media (min-width: 75em) {
  .push-l {
    float: right;
  }
  [dir=rtl] .push-l {
    float: left;
  }

  .pull-l {
    float: left;
  }
  [dir=rtl] .pull-l {
    float: right;
  }
}
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.block-xxs {
  display: block;
}

.inline-block-xxs {
  display: inline-block;
}

.inline-xxs {
  display: inline;
}

@media (max-width: 37.49em) {
  .block-xxs-only {
    display: block;
  }

  .inline-block-xxs-only {
    display: inline-block;
  }

  .inline-xxs-only {
    display: inline;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .block-xs {
    display: block;
  }

  .inline-block-xs {
    display: inline-block;
  }

  .inline-xs {
    display: inline;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .block-xs-only {
    display: block;
  }

  .inline-block-xs-only {
    display: inline-block;
  }

  .inline-xs-only {
    display: inline;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .block-s {
    display: block;
  }

  .inline-block-s {
    display: inline-block;
  }

  .inline-s {
    display: inline;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .block-s-only {
    display: block;
  }

  .inline-block-s-only {
    display: inline-block;
  }

  .inline-s-only {
    display: inline;
  }
}
@media (min-width: 62em) {
  .block-m {
    display: block;
  }

  .inline-block-m {
    display: inline-block;
  }

  .inline-m {
    display: inline;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .block-m-only {
    display: block;
  }

  .inline-block-m-only {
    display: inline-block;
  }

  .inline-m-only {
    display: inline;
  }
}
@media (min-width: 75em) {
  .block-l {
    display: block;
  }

  .inline-block-l {
    display: inline-block;
  }

  .inline-l {
    display: inline;
  }
}
.text-pull {
  text-align: left;
}
[dir=rtl] .text-pull {
  text-align: right;
}

.text-push {
  text-align: right;
}
[dir=rtl] .text-push {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-xxs-pull {
  text-align: left;
}
[dir=rtl] .text-xxs-pull {
  text-align: right;
}

.text-xxs-push {
  text-align: right;
}
[dir=rtl] .text-xxs-push {
  text-align: left;
}

.text-xxs-center {
  text-align: center;
}

@media (max-width: 37.49em) {
  .text-xxs-pull-only {
    text-align: left;
  }
  [dir=rtl] .text-xxs-pull-only {
    text-align: right;
  }

  .text-xxs-push-only {
    text-align: right;
  }
  [dir=rtl] .text-xxs-push-only {
    text-align: left;
  }

  .text-xxs-center-only {
    text-align: center;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .text-xs-pull {
    text-align: left;
  }
  [dir=rtl] .text-xs-pull {
    text-align: right;
  }

  .text-xs-push {
    text-align: right;
  }
  [dir=rtl] .text-xs-push {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .text-xs-pull-only {
    text-align: left;
  }
  [dir=rtl] .text-xs-pull-only {
    text-align: right;
  }

  .text-xs-push-only {
    text-align: right;
  }
  [dir=rtl] .text-xs-push-only {
    text-align: left;
  }

  .text-xs-center-only {
    text-align: center;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .text-s-pull {
    text-align: left;
  }
  [dir=rtl] .text-s-pull {
    text-align: right;
  }

  .text-s-push {
    text-align: right;
  }
  [dir=rtl] .text-s-push {
    text-align: left;
  }

  .text-s-center {
    text-align: center;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .text-s-pull-only {
    text-align: left;
  }
  [dir=rtl] .text-s-pull-only {
    text-align: right;
  }

  .text-s-push-only {
    text-align: right;
  }
  [dir=rtl] .text-s-push-only {
    text-align: left;
  }

  .text-s-center-only {
    text-align: center;
  }
}
@media (min-width: 62em) {
  .text-m-pull {
    text-align: left;
  }
  [dir=rtl] .text-m-pull {
    text-align: right;
  }

  .text-m-push {
    text-align: right;
  }
  [dir=rtl] .text-m-push {
    text-align: left;
  }

  .text-m-center {
    text-align: center;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .text-m-pull-only {
    text-align: left;
  }
  [dir=rtl] .text-m-pull-only {
    text-align: right;
  }

  .text-m-push-only {
    text-align: right;
  }
  [dir=rtl] .text-m-push-only {
    text-align: left;
  }

  .text-m-center-only {
    text-align: center;
  }
}
@media (min-width: 75em) {
  .text-l-pull {
    text-align: left;
  }
  [dir=rtl] .text-l-pull {
    text-align: right;
  }

  .text-l-push {
    text-align: right;
  }
  [dir=rtl] .text-l-push {
    text-align: left;
  }

  .text-l-center {
    text-align: center;
  }
}
.grid-state-indicator {
  position: absolute;
  top: -9999px;
  height: 1px;
  width: 0;
}

@media (max-width: 37.49em) {
  .grid-state-indicator {
    width: 0;
  }
}
@media print and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .grid-state-indicator {
    width: 1px;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .grid-state-indicator {
    width: 2px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .grid-state-indicator {
    width: 3px;
  }
}
@media (min-width: 75em) {
  .grid-state-indicator {
    width: 4px;
  }
}
.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

[data-lock], [data-lock] body {
  height: 100%;
  overflow: hidden;
  touch-action: none;
}

h2 {
  text-transform: uppercase;
  font-size: 1.3em;
}
h2:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 1em 0;
}

main.content {
  color: white;
  -webkit-hyphens: auto;
  hyphens: auto;
  max-width: 1800px;
  margin: 0 auto;
  width: calc(100% - 1em);
  margin-bottom: 2em;
  margin-top: 1em;
  display: flex;
}
@media (min-width: 62em) {
  main.content {
    width: calc(100% - 4em);
  }
}
main.content a {
  color: inherit;
}
main.content article {
  flex: 1 1;
}
main.content nav.subnav {
  margin-top: 0.5em;
  margin-right: 2em;
  display: none;
}
main.content nav.subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
}
main.content nav.subnav ul li {
  margin: 0.25em 0;
}
main.content nav.subnav ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0.5em 0.5em;
  transition: color ease-in-out 0.2s;
}
main.content nav.subnav ul li a:hover {
  color: #41ccff;
}
main.content nav.subnav ul li.active a {
  border-left: 3px solid #005574;
}
@media (min-width: 62em) {
  main.content nav.subnav {
    display: block;
    width: 15vw;
    min-width: 200px;
    max-width: 450px;
  }
}
@media (min-width: 75em) {
  main.content nav.subnav {
    margin-right: 6em;
  }
}
main.content .pageheader h1 {
  margin: 0 0 0.5em 0;
  font-weight: 600;
  font-size: 2em;
}
main.content .pageheader .intro {
  font-weight: 200;
  font-size: 1.3em;
}
@media (min-width: 62em) {
  main.content .pageheader h1 {
    font-size: 3em;
  }
}
main.content.has-image {
  margin-top: 0;
}
main.content.has-image .pageheader {
  background: rgba(0, 85, 116, 0.8);
  padding: 0.5em 2em;
  margin: 7em 0 0 0;
}
main.content.has-image .subnav {
  margin-top: 7em;
}
@media (min-width: 500px) {
  main.content.has-image .pageheader {
    margin-top: 10em;
  }
  main.content.has-image .subnav {
    margin-top: 10em;
  }
}
@media (min-width: 62em) {
  main.content.has-image .pageheader {
    max-width: 75%;
    margin-bottom: 3em;
  }
}
@media (min-width: 1400px) {
  main.content.has-image .pageheader {
    max-width: 66%;
  }
}
main.content.has-image .container-full {
  background: rgba(4, 62, 83, 0.8);
  padding: 1em 0;
}
@media (min-width: 62em) {
  main.content.has-image .container-full {
    padding: 1em 1em;
  }
}
main.content.has-image .container-full .umb-grid {
  margin: 0;
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  main.content.has-image .container-full {
    background: rgba(4, 62, 83, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
main.content.has-image nav.subnav ul {
  background: rgba(0, 85, 116, 0.8);
}
main.content.has-image nav.subnav ul li.active a {
  border: none;
  background: rgba(0, 0, 0, 0.2);
}

.umb-grid {
  margin: 2em 0;
  /*.grid-section.layout {
      > .col-m-8 {
          background: white;
          background: rgba(white, .8);
          padding: 1em;
          color: black;
      }
  }*/
  /*@media (min-width: $bp-medium) {
      .grid-section.layout {
          > [class*=col-] {
              padding: 0 2em;
          }

          &:last-child {


              > [class*=col-] {
                  padding-right: 0;
              }
          }
      }

      .grid-section.layout {
          > .col-m-8 {
              padding: 1em;
          }
      }
  }*/
}
.umb-grid figure {
  margin: 0;
}

a.image-link {
  height: 100%;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

aside.box {
  background: rgba(0, 85, 116, 0.8);
  padding: 1em;
  margin: 0 0 2em 0;
}
aside.box h1 {
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
}
aside.box .main-image {
  position: relative;
  margin: -1em -1em 1em -1em;
}
aside.box .main-image h1 {
  position: absolute;
  bottom: 1em;
  left: 0.5em;
  background: rgba(0, 85, 116, 0.8);
  padding: 0.25em 0.5em;
}
aside.box ul.links {
  list-style: none;
  margin: -0.5em;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
aside.box ul.links li {
  margin: 0.5em;
}
aside.box ul.links a {
  display: block;
  color: inherit;
  text-decoration: none;
  border: solid 1px white;
  padding: 0.5em 1em;
}
aside.box ul.links a i {
  font-size: 2em;
  line-height: 0.5em;
  position: relative;
  top: 0.1em;
  margin-left: 0.5em;
}

aside.latest-news ul {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
}
aside.latest-news ul li {
  margin-bottom: 1em;
}
aside.latest-news ul li time {
  font-size: 0.8em;
}
aside.latest-news ul li h3 {
  margin: 0;
}
aside.latest-news ul li a {
  color: inherit;
  text-decoration: none;
  display: flex;
}

.business-area-list {
  list-style: none;
  margin: -0.5em -0.5em 2em -0.5em;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.business-area-list li {
  margin: 0.5em;
  flex: 1 1;
  max-width: 500px;
}
.business-area-list li a {
  position: relative;
  display: flex;
  color: inherit;
  text-decoration: none;
  background: #005574;
}
.business-area-list li a .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(0, 85, 116, 0.7), rgba(0, 85, 116, 0));
  padding: 0.5em;
  transition: background-image ease-in-out 0.2s;
}
.business-area-list li a .text h2 {
  margin: 0;
}
.business-area-list li a:hover .text {
  background: linear-gradient(to top, rgba(0, 85, 116, 0.9), rgba(0, 85, 116, 0));
}
@media (min-width: 48em) {
  .business-area-list li a .text {
    padding: 2em;
  }
}
@supports (display: grid) {
  .business-area-list {
    display: grid;
    grid-gap: 1em;
    margin: 0 0 2em 0;
  }
  .business-area-list li {
    max-width: none;
    margin: 0;
  }
  .business-area-list li img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  @media (min-width: 500px) {
    .business-area-list {
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
  }
  @media (min-width: 900px) {
    .business-area-list {
      grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    }
  }
}

.ship-list .wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1em;
}
.ship-list .wrapper > div {
  flex: 1 1;
  margin: 0 1em;
}
.ship-list table td {
  background: rgba(255, 255, 255, 0.1);
}
.ship-list table tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.05);
}
.ship-list table thead th {
  background: #005574;
}
@media (min-width: 550px) {
  .ship-list table .wrapper > div {
    min-width: 500px;
  }
}
@supports (display: grid) {
  @media (max-width: 500px) {
    .ship-list table th {
      display: none;
    }
    .ship-list table tr {
      display: grid;
      grid-template-columns: auto auto 1fr;
      grid-template-rows: auto auto;
    }
    .ship-list table tr .time {
      grid-row: 2;
      grid-column: 1;
    }
    .ship-list table tr .name {
      grid-column: 2/4;
    }
  }
}

/*@supports (display: grid) {
    .row {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        [class*=col-]{
            width: auto;
        }

        .col-md-8{
            grid-column: span 8;
        }
    }
}*/
.person {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto auto;
}
.person img {
  float: left;
  height: 150px;
  margin-right: 1em;
  grid-row: 1/-1;
}
.person a {
  color: inherit;
  text-decoration: none;
}
.person .name {
  font-weight: 500;
  font-size: 1.2em;
  grid-row: 1;
  grid-column: 2;
}
.person .title {
  font-weight: 300;
  margin-bottom: 1em;
  grid-row: 2;
  grid-column: 2;
}
.person .phone {
  margin-bottom: 0.5em;
  grid-row: 3;
  grid-column: 2;
}
.person .email {
  grid-row: 4;
  grid-column: 2;
  word-break: break-all;
}

.grid-person {
  margin-bottom: 2em;
}

.building-webcam {
  display: grid;
  grid-gap: 2em;
}
@media (min-width: 700px) {
  .building-webcam {
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  }
}

.grid-download {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
}
.grid-download a {
  text-decoration: none;
  color: inherit;
}
.grid-download i {
  grid-column: 1;
  grid-row: 1/-1;
  font-size: 2.5rem;
  margin-right: 1rem;
  float: left;
}
.grid-download ul {
  grid-column: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid-download ul li {
  margin-bottom: 0.5em;
}
.grid-download.single {
  display: block;
}
.grid-download.single a {
  display: flex;
  align-items: center;
  font-size: 1.4em;
}

.grid-certifications ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30em, 1fr));
  grid-gap: 2em;
}
.grid-certifications ul li {
  flex: 1 1;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
}
.grid-certifications ul li img {
  grid-row: 1/-1;
  margin-right: 2em;
  width: 150px;
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .grid-certifications ul li img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 150px;
  }
}
.grid-certifications ul li h2 {
  grid-row: 1;
  grid-column: 2;
  margin: 0;
}
.grid-certifications ul li .text {
  grid-row: 2;
  grid-column: 2;
}

.slider {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}
.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  background: rgba(255, 255, 255, 0.2);
}
.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  background: white;
}

.harbour-map {
  margin-bottom: 4em;
}

time {
  display: flex;
  flex-flow: column;
  align-items: center;
  order: -1;
  margin-right: 2em;
}
time .day {
  font-weight: bold;
  font-size: 2em;
  line-height: 1em;
}
time .month {
  font-size: 1.2em;
  text-transform: uppercase;
}