.n-content-layout__container--inset-left {
  @include nLayoutInset;
}

.n-content-layout__container--inset-right {
  @include nLayoutInsetRight;
}

.n-content-layout__container {
    // stop floats used in inset-left from affecting layout
    clear: both;
    &--in-line {
        clear: both;
    }
}
