.site-wrapper {
  position: relative;
  overflow: hidden;
}

.site-wrapper__inner {
  overflow: hidden;
  min-height: 100vh;
}

.content:focus {
  outline: 0;
}

@if $channel == 'channel-default' {
  .content__inner {
    @extend %clearfix;
    @include wrapper($screen-lg);
    padding: 0 ($grid-gutter-width / 2);
  }

}

@if $channel == 'channel-tsop' {
  .content__inner {
    @include wrapper($screen-tsop);
    @include rem(font-size, $base-font-size-tsop * 1px);
    @include rem(line-height, 26px);
  }
}
