@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

html {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media all and (-ms-high-contrast: none) {
  table {
    border-collapse: inherit;
  }
}

/*
  Gets rid of the annoying outline for mouse users but preserves it for keyboard users, and is ignored by browsers that don’t support :focus-visible.
  @Link: https://twitter.com/LeaVerou/status/1045768279753666562
 */
:focus:not(:focus-visible) {
  outline: none;
}

/*
  Gets rid of the deleting "x" on chrome
  @Link: https://stackoverflow.com/questions/11538192/stop-chrome-from-auto-styling-input-type-search
*/
input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.sr {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  white-space: nowrap;
}

@font-face {
  font-family: 'TheSerif';
  src: url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/TheSerifB-W6SemiBold.eot");
  src: url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/TheSerifB-W6SemiBold.eot?#iefix") format("embedded-opentype"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/TheSerifB-W6SemiBold.woff2") format("woff2"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/TheSerifB-W6SemiBold.woff") format("woff"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/TheSerifB-W6SemiBold.ttf") format("truetype"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/TheSerifB-W6SemiBold.svg#TheSerifB-W6SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana';
  src: url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana.eot");
  src: url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana.eot?#iefix") format("embedded-opentype"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana.woff2") format("woff2"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana.woff") format("woff"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana.ttf") format("truetype"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana.svg#Verdana") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana';
  src: url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana-Bold.eot");
  src: url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana-Bold.eot?#iefix") format("embedded-opentype"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana-Bold.woff2") format("woff2"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana-Bold.woff") format("woff"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana-Bold.ttf") format("truetype"), url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/fonts/Verdana-Bold.svg#Verdana-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*
  declares font-size (first value) and line-height (second value) per breakpoint
*/
/*
  The higher in list, the higher the z-index
  Usage: z-index: z('overlay')
  More information: https://engageinteractive.co.uk/blog/top-10-scss-mixins#z-index
*/
/*
how z-index was set before changes
.menu-service--level-1 --> 20
.header --> 10
.button--search --> 5

*/
/*
  Usage:
  @include xs-min() {

  }
*/
/*
  Usage:
  @include sm-min() {

  }
*/
/*
  Usage:
  @include md-min() {

  }
*/
/*
  Usage:
  @include lg-min() {

  }
*/
/*
  Usage:
  @include xl-min() {

  }
*/
/*
  Usage:
  @include xs-max() {

  }
*/
/*
  Usage:
  @include sm-max() {

  }
*/
/*
  Usage:
  @include md-max() {

  }
*/
/*
  Usage:
  @include lg-max() {

  }
*/
/*
  Usage:
  @include between(sm, md) {

  }
*/
/*
  HELPER MIXINS (do not use)
*/
/*
 * Helper Mixin for Layout Mixins to have one movile breakpoint
 */
/*
  Usage:
  @include font-size(font-size-variable);
*/
/*
  HELPER MIXINS (do not use)
*/
/*
  Usage:
  Livingdocs component margin-bottom
*/
/*
  Usage:
  @include spacing(type, spacing-variable);
*/
/*
  Usage:
  @include spacing-top-bottom(type, spacing-variable);
*/
/*
  Usage:
  @include spacing-top(type, spacing-variable);
*/
/*
  Usage:
  @include spacing-bottom(type, spacing-variable);
*/
/*
  Usage:
  @include spacing-left-right(type, spacing-variable);
*/
/*
  Usage:
  @include spacing-left(type, spacing-variable);
*/
/*
  Usage:
  @include spacing-right(type, spacing-variable);
*/
/*
  Usage:
  @include vertical-align-middle(position, width);
*/
/*
  Usage:
  @include vertical-align(position);
*/
/*
  Usage:
  @include type-face-italic(typeface, font-weight);
*/
/*
  Usage:
  @include clearfix();
*/
/*
  Usage:
  @include responsive-ratio(width%, ratiowidth, ratioheight, 'childelement as string');
*/
/*
  Usage:
  @include size(width unit, height unit);
*/
/*
  Usage:
  @include responsive-ratio-grid(columnsPerRow, widthofItemInRow, marginRight, marginBottom, ratioWidth, ratioHeight, 'childelement as string');
  Combine with breakpoints for responsive.
*/
/*
  Usage:
  @include grid-item-margin(columnsPerRow, widthofItemInRow, marginRight, marginBottom);
  Combine with breakpoints for responsive.
*/
/*
  Usage:
  @include flexbox(direction, wrap, justify-content, align-content);
*/
*:focus {
  outline: 0;
}

* {
  -webkit-font-variant-ligatures: none !important;
          font-variant-ligatures: none !important;
}

html {
  font-size: 62.5%;
}

html.notes-active, html.nav-open,
body.notes-active,
body.nav-open {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

body {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-scrolling: touch;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.superscript,
sup,
sub,
.subscript {
  font-size: 60%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  padding: 0 1px;
  top: -0.6em;
}

sub,
.subscript {
  top: 0.4em;
}

b,
strong,
.ns-bold {
  font-weight: 700;
}

span.ns-highlight {
  color: #00519e;
}

h1,
h2,
h3,
h4 {
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h5 {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

h1,
h2 {
  color: #00519e;
}

h1 {
  font-size: 18pt;
  line-height: 1.3;
}

h2 {
  font-size: 10pt;
  line-height: 1.3;
}

h3 {
  font-size: 10pt;
  line-height: 1.3;
}

h4 {
  font-size: 9pt;
  line-height: 1.3;
}

h5 {
  font-size: 7pt;
  line-height: 1.3;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

img.lazy {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

img.loaded {
  opacity: 1;
  visibility: visible;
}

strong {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

p {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 7pt;
  line-height: 1.4;
}

img:not([src]) {
  max-height: 0;
}

.hyphenate {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.donthyphenate {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.ns-horizontal-left {
  text-align: left;
}

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

.ns-horizontal-right {
  text-align: right;
}

.ns-vertical-top {
  vertical-align: top;
}

.ns-vertical-middle {
  vertical-align: middle;
}

.ns-vertical-bottom {
  vertical-align: bottom;
}

.responsive-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  display: block;
}

.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes pulsating {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulsating {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.nhs-icon {
  display: inline-block;
  vertical-align: middle;
}

.icon {
  display: block;
}

.icon-gkb {
  width: 12.8rem;
  height: 2.6rem;
}

@media (min-width: 992px) {
  .icon-gkb {
    width: 16rem;
    height: 3.4rem;
  }
}

.icon-gkb-footer {
  width: 100%;
  height: 3.8rem;
  max-width: 18.2rem;
}

.icon-search {
  width: 1.2rem;
  height: 1.3rem;
}

.icon-arrow-down {
  width: 1.6rem;
  height: 1.6rem;
}

.icon-breadcrumb-separator {
  width: 0.4rem;
  height: 0.6rem;
}

.icon-prev,
.icon-next {
  width: 0.8rem;
  height: 1.2rem;
}

@media (min-width: 992px) {
  .icon-prev,
  .icon-next {
    width: 1.1rem;
    height: 2.1rem;
  }
}

.icon-prev__st0,
.icon-next__st0 {
  stroke: #00519e;
  stroke-width: 3;
}

@media (min-width: 992px) {
  .icon-prev__st0,
  .icon-next__st0 {
    stroke: #ffffff;
  }
}

.icon-to-top {
  width: 2.1rem;
  height: 1.1rem;
  display: inline-block;
}

.icon-to-top__st0 {
  width: 2.1rem;
  height: 1.1rem;
  stroke: #00519e;
  stroke-width: 3;
}

@media (min-width: 992px) {
  .icon-to-top__st0 {
    stroke: #ffffff;
  }
}

.icon-pdf {
  width: 1.9rem;
  height: 2.4rem;
}

.icon-pdf__st0 {
  stroke: #b2b2b2;
}

.icon-pdf__st1 {
  fill: #b2b2b2;
}

.icon-link {
  width: 2rem;
  height: 2rem;
}

.icon-link__st0 {
  fill: #b2b2b2;
}

.icon-twitter,
.icon-facebook,
.icon-youtube,
.icon-flickr {
  width: 3.8rem;
  height: 3.8rem;
}

.icon-play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
  color: #00519e;
  -webkit-animation: pulsating 1.75s ease-in-out infinite;
          animation: pulsating 1.75s ease-in-out infinite;
}

.livingdocs {
  max-width: 100%;
  overflow-x: hidden;
}

.content {
  max-width: 1164px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.75pt;
  padding-right: 6.75pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 87.75pt;
  padding-bottom: 40.5pt;
}

.home .content {
  padding-top: 80px;
}

@media (min-width: 992px) {
  .home .content {
    padding-top: 140px;
  }
}

.content > .content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.livingdocs > .free-html,
.ns-article > .free-html, .livingdocs >
.ns-paragraph,
.ns-article >
.ns-paragraph, .livingdocs >
.ns-graphic,
.ns-article >
.ns-graphic, .livingdocs >
.ns-video,
.ns-article >
.ns-video, .livingdocs >
.ns-signature,
.ns-article >
.ns-signature, .livingdocs >
.ns-link,
.ns-article >
.ns-link, .livingdocs >
.ns-list-group,
.ns-article >
.ns-list-group, .livingdocs >
.ns-table-wrap,
.ns-article >
.ns-table-wrap, .livingdocs >
.ns-quote,
.ns-article >
.ns-quote, .livingdocs >
.ns-lead,
.ns-article >
.ns-lead, .livingdocs >
.ns-img,
.ns-article >
.ns-img, .livingdocs >
.ns-title-h1,
.ns-article >
.ns-title-h1, .livingdocs >
.ns-title-h2,
.ns-article >
.ns-title-h2, .livingdocs >
.ns-title-h3,
.ns-article >
.ns-title-h3, .livingdocs >
.ns-title-h4,
.ns-article >
.ns-title-h4, .livingdocs >
.ns-title-h5,
.ns-article >
.ns-title-h5, .livingdocs >
.fancynote__title,
.ns-article >
.fancynote__title {
  width: 100%;
}

@media (min-width: 992px) {
  .livingdocs > .free-html,
  .ns-article > .free-html, .livingdocs >
  .ns-paragraph,
  .ns-article >
  .ns-paragraph, .livingdocs >
  .ns-graphic,
  .ns-article >
  .ns-graphic, .livingdocs >
  .ns-video,
  .ns-article >
  .ns-video, .livingdocs >
  .ns-signature,
  .ns-article >
  .ns-signature, .livingdocs >
  .ns-link,
  .ns-article >
  .ns-link, .livingdocs >
  .ns-list-group,
  .ns-article >
  .ns-list-group, .livingdocs >
  .ns-table-wrap,
  .ns-article >
  .ns-table-wrap, .livingdocs >
  .ns-quote,
  .ns-article >
  .ns-quote, .livingdocs >
  .ns-lead,
  .ns-article >
  .ns-lead, .livingdocs >
  .ns-img,
  .ns-article >
  .ns-img, .livingdocs >
  .ns-title-h1,
  .ns-article >
  .ns-title-h1, .livingdocs >
  .ns-title-h2,
  .ns-article >
  .ns-title-h2, .livingdocs >
  .ns-title-h3,
  .ns-article >
  .ns-title-h3, .livingdocs >
  .ns-title-h4,
  .ns-article >
  .ns-title-h4, .livingdocs >
  .ns-title-h5,
  .ns-article >
  .ns-title-h5, .livingdocs >
  .fancynote__title,
  .ns-article >
  .fancynote__title {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  .livingdocs > .free-html.full-width,
  .ns-article > .free-html.full-width, .livingdocs >
  .ns-paragraph.full-width,
  .ns-article >
  .ns-paragraph.full-width, .livingdocs >
  .ns-graphic.full-width,
  .ns-article >
  .ns-graphic.full-width, .livingdocs >
  .ns-video.full-width,
  .ns-article >
  .ns-video.full-width, .livingdocs >
  .ns-signature.full-width,
  .ns-article >
  .ns-signature.full-width, .livingdocs >
  .ns-link.full-width,
  .ns-article >
  .ns-link.full-width, .livingdocs >
  .ns-list-group.full-width,
  .ns-article >
  .ns-list-group.full-width, .livingdocs >
  .ns-table-wrap.full-width,
  .ns-article >
  .ns-table-wrap.full-width, .livingdocs >
  .ns-quote.full-width,
  .ns-article >
  .ns-quote.full-width, .livingdocs >
  .ns-lead.full-width,
  .ns-article >
  .ns-lead.full-width, .livingdocs >
  .ns-img.full-width,
  .ns-article >
  .ns-img.full-width, .livingdocs >
  .ns-title-h1.full-width,
  .ns-article >
  .ns-title-h1.full-width, .livingdocs >
  .ns-title-h2.full-width,
  .ns-article >
  .ns-title-h2.full-width, .livingdocs >
  .ns-title-h3.full-width,
  .ns-article >
  .ns-title-h3.full-width, .livingdocs >
  .ns-title-h4.full-width,
  .ns-article >
  .ns-title-h4.full-width, .livingdocs >
  .ns-title-h5.full-width,
  .ns-article >
  .ns-title-h5.full-width, .livingdocs >
  .fancynote__title.full-width,
  .ns-article >
  .fancynote__title.full-width {
    width: 100%;
  }
}

@media print {
  .livingdocs > .free-html,
  .ns-article > .free-html, .livingdocs >
  .ns-paragraph,
  .ns-article >
  .ns-paragraph, .livingdocs >
  .ns-graphic,
  .ns-article >
  .ns-graphic, .livingdocs >
  .ns-video,
  .ns-article >
  .ns-video, .livingdocs >
  .ns-signature,
  .ns-article >
  .ns-signature, .livingdocs >
  .ns-link,
  .ns-article >
  .ns-link, .livingdocs >
  .ns-list-group,
  .ns-article >
  .ns-list-group, .livingdocs >
  .ns-table-wrap,
  .ns-article >
  .ns-table-wrap, .livingdocs >
  .ns-quote,
  .ns-article >
  .ns-quote, .livingdocs >
  .ns-lead,
  .ns-article >
  .ns-lead, .livingdocs >
  .ns-img,
  .ns-article >
  .ns-img, .livingdocs >
  .ns-title-h1,
  .ns-article >
  .ns-title-h1, .livingdocs >
  .ns-title-h2,
  .ns-article >
  .ns-title-h2, .livingdocs >
  .ns-title-h3,
  .ns-article >
  .ns-title-h3, .livingdocs >
  .ns-title-h4,
  .ns-article >
  .ns-title-h4, .livingdocs >
  .ns-title-h5,
  .ns-article >
  .ns-title-h5, .livingdocs >
  .fancynote__title,
  .ns-article >
  .fancynote__title {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  .livingdocs > .free-html.full-width,
  .ns-article > .free-html.full-width, .livingdocs >
  .ns-paragraph.full-width,
  .ns-article >
  .ns-paragraph.full-width, .livingdocs >
  .ns-graphic.full-width,
  .ns-article >
  .ns-graphic.full-width, .livingdocs >
  .ns-video.full-width,
  .ns-article >
  .ns-video.full-width, .livingdocs >
  .ns-signature.full-width,
  .ns-article >
  .ns-signature.full-width, .livingdocs >
  .ns-link.full-width,
  .ns-article >
  .ns-link.full-width, .livingdocs >
  .ns-list-group.full-width,
  .ns-article >
  .ns-list-group.full-width, .livingdocs >
  .ns-table-wrap.full-width,
  .ns-article >
  .ns-table-wrap.full-width, .livingdocs >
  .ns-quote.full-width,
  .ns-article >
  .ns-quote.full-width, .livingdocs >
  .ns-lead.full-width,
  .ns-article >
  .ns-lead.full-width, .livingdocs >
  .ns-img.full-width,
  .ns-article >
  .ns-img.full-width, .livingdocs >
  .ns-title-h1.full-width,
  .ns-article >
  .ns-title-h1.full-width, .livingdocs >
  .ns-title-h2.full-width,
  .ns-article >
  .ns-title-h2.full-width, .livingdocs >
  .ns-title-h3.full-width,
  .ns-article >
  .ns-title-h3.full-width, .livingdocs >
  .ns-title-h4.full-width,
  .ns-article >
  .ns-title-h4.full-width, .livingdocs >
  .ns-title-h5.full-width,
  .ns-article >
  .ns-title-h5.full-width, .livingdocs >
  .fancynote__title.full-width,
  .ns-article >
  .fancynote__title.full-width {
    width: 100%;
  }
}

.category-page > .free-html, .category-page >
.ns-paragraph, .category-page >
.ns-graphic, .category-page >
.ns-video, .category-page >
.ns-signature, .category-page >
.ns-link, .category-page >
.ns-list-group, .category-page >
.ns-table-wrap, .category-page >
.ns-quote, .category-page >
.ns-lead, .category-page >
.ns-img, .category-page >
.ns-title-h1, .category-page >
.ns-title-h2, .category-page >
.ns-title-h3, .category-page >
.ns-title-h4, .category-page >
.ns-title-h5, .category-page >
.fancynote__title {
  width: 100%;
}

@media (min-width: 992px) {
  .category-page > .free-html, .category-page >
  .ns-paragraph, .category-page >
  .ns-graphic, .category-page >
  .ns-video, .category-page >
  .ns-signature, .category-page >
  .ns-link, .category-page >
  .ns-list-group, .category-page >
  .ns-table-wrap, .category-page >
  .ns-quote, .category-page >
  .ns-lead, .category-page >
  .ns-img, .category-page >
  .ns-title-h1, .category-page >
  .ns-title-h2, .category-page >
  .ns-title-h3, .category-page >
  .ns-title-h4, .category-page >
  .ns-title-h5, .category-page >
  .fancynote__title {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  .category-page > .free-html.full-width, .category-page >
  .ns-paragraph.full-width, .category-page >
  .ns-graphic.full-width, .category-page >
  .ns-video.full-width, .category-page >
  .ns-signature.full-width, .category-page >
  .ns-link.full-width, .category-page >
  .ns-list-group.full-width, .category-page >
  .ns-table-wrap.full-width, .category-page >
  .ns-quote.full-width, .category-page >
  .ns-lead.full-width, .category-page >
  .ns-img.full-width, .category-page >
  .ns-title-h1.full-width, .category-page >
  .ns-title-h2.full-width, .category-page >
  .ns-title-h3.full-width, .category-page >
  .ns-title-h4.full-width, .category-page >
  .ns-title-h5.full-width, .category-page >
  .fancynote__title.full-width {
    width: 100%;
  }
}

@media print {
  .category-page > .free-html, .category-page >
  .ns-paragraph, .category-page >
  .ns-graphic, .category-page >
  .ns-video, .category-page >
  .ns-signature, .category-page >
  .ns-link, .category-page >
  .ns-list-group, .category-page >
  .ns-table-wrap, .category-page >
  .ns-quote, .category-page >
  .ns-lead, .category-page >
  .ns-img, .category-page >
  .ns-title-h1, .category-page >
  .ns-title-h2, .category-page >
  .ns-title-h3, .category-page >
  .ns-title-h4, .category-page >
  .ns-title-h5, .category-page >
  .fancynote__title {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  .category-page > .free-html.full-width, .category-page >
  .ns-paragraph.full-width, .category-page >
  .ns-graphic.full-width, .category-page >
  .ns-video.full-width, .category-page >
  .ns-signature.full-width, .category-page >
  .ns-link.full-width, .category-page >
  .ns-list-group.full-width, .category-page >
  .ns-table-wrap.full-width, .category-page >
  .ns-quote.full-width, .category-page >
  .ns-lead.full-width, .category-page >
  .ns-img.full-width, .category-page >
  .ns-title-h1.full-width, .category-page >
  .ns-title-h2.full-width, .category-page >
  .ns-title-h3.full-width, .category-page >
  .ns-title-h4.full-width, .category-page >
  .ns-title-h5.full-width, .category-page >
  .fancynote__title.full-width {
    width: 100%;
  }
}

.accordion__content .free-html, .accordion__content
.ns-paragraph, .accordion__content
.ns-graphic, .accordion__content
.ns-video, .accordion__content
.ns-signature, .accordion__content
.ns-link, .accordion__content
.ns-list-group, .accordion__content
.ns-table-wrap, .accordion__content
.ns-quote, .accordion__content
.ns-lead, .accordion__content
.ns-img, .accordion__content
.ns-title-h1, .accordion__content
.ns-title-h2, .accordion__content
.ns-title-h3, .accordion__content
.ns-title-h4, .accordion__content
.ns-title-h5, .accordion__content
.fancynote__title {
  width: 100%;
}

@media (min-width: 992px) {
  .accordion__content .free-html, .accordion__content
  .ns-paragraph, .accordion__content
  .ns-graphic, .accordion__content
  .ns-video, .accordion__content
  .ns-signature, .accordion__content
  .ns-link, .accordion__content
  .ns-list-group, .accordion__content
  .ns-table-wrap, .accordion__content
  .ns-quote, .accordion__content
  .ns-lead, .accordion__content
  .ns-img, .accordion__content
  .ns-title-h1, .accordion__content
  .ns-title-h2, .accordion__content
  .ns-title-h3, .accordion__content
  .ns-title-h4, .accordion__content
  .ns-title-h5, .accordion__content
  .fancynote__title {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  .accordion__content .free-html.full-width, .accordion__content
  .ns-paragraph.full-width, .accordion__content
  .ns-graphic.full-width, .accordion__content
  .ns-video.full-width, .accordion__content
  .ns-signature.full-width, .accordion__content
  .ns-link.full-width, .accordion__content
  .ns-list-group.full-width, .accordion__content
  .ns-table-wrap.full-width, .accordion__content
  .ns-quote.full-width, .accordion__content
  .ns-lead.full-width, .accordion__content
  .ns-img.full-width, .accordion__content
  .ns-title-h1.full-width, .accordion__content
  .ns-title-h2.full-width, .accordion__content
  .ns-title-h3.full-width, .accordion__content
  .ns-title-h4.full-width, .accordion__content
  .ns-title-h5.full-width, .accordion__content
  .fancynote__title.full-width {
    width: 100%;
  }
}

@media print {
  .accordion__content .free-html, .accordion__content
  .ns-paragraph, .accordion__content
  .ns-graphic, .accordion__content
  .ns-video, .accordion__content
  .ns-signature, .accordion__content
  .ns-link, .accordion__content
  .ns-list-group, .accordion__content
  .ns-table-wrap, .accordion__content
  .ns-quote, .accordion__content
  .ns-lead, .accordion__content
  .ns-img, .accordion__content
  .ns-title-h1, .accordion__content
  .ns-title-h2, .accordion__content
  .ns-title-h3, .accordion__content
  .ns-title-h4, .accordion__content
  .ns-title-h5, .accordion__content
  .fancynote__title {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  .accordion__content .free-html.full-width, .accordion__content
  .ns-paragraph.full-width, .accordion__content
  .ns-graphic.full-width, .accordion__content
  .ns-video.full-width, .accordion__content
  .ns-signature.full-width, .accordion__content
  .ns-link.full-width, .accordion__content
  .ns-list-group.full-width, .accordion__content
  .ns-table-wrap.full-width, .accordion__content
  .ns-quote.full-width, .accordion__content
  .ns-lead.full-width, .accordion__content
  .ns-img.full-width, .accordion__content
  .ns-title-h1.full-width, .accordion__content
  .ns-title-h2.full-width, .accordion__content
  .ns-title-h3.full-width, .accordion__content
  .ns-title-h4.full-width, .accordion__content
  .ns-title-h5.full-width, .accordion__content
  .fancynote__title.full-width {
    width: 100%;
  }
}

.nhsnote .free-html, .nhsnote
.ns-paragraph, .nhsnote
.ns-graphic, .nhsnote
.ns-video, .nhsnote
.ns-signature, .nhsnote
.ns-link, .nhsnote
.ns-list-group, .nhsnote
.ns-table-wrap, .nhsnote
.ns-quote, .nhsnote
.ns-lead, .nhsnote
.ns-img, .nhsnote
.ns-title-h1, .nhsnote
.ns-title-h2, .nhsnote
.ns-title-h3, .nhsnote
.ns-title-h4, .nhsnote
.ns-title-h5, .nhsnote
.fancynote__title {
  width: 100%;
}

@media (min-width: 992px) {
  .nhsnote .free-html, .nhsnote
  .ns-paragraph, .nhsnote
  .ns-graphic, .nhsnote
  .ns-video, .nhsnote
  .ns-signature, .nhsnote
  .ns-link, .nhsnote
  .ns-list-group, .nhsnote
  .ns-table-wrap, .nhsnote
  .ns-quote, .nhsnote
  .ns-lead, .nhsnote
  .ns-img, .nhsnote
  .ns-title-h1, .nhsnote
  .ns-title-h2, .nhsnote
  .ns-title-h3, .nhsnote
  .ns-title-h4, .nhsnote
  .ns-title-h5, .nhsnote
  .fancynote__title {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  .nhsnote .free-html.full-width, .nhsnote
  .ns-paragraph.full-width, .nhsnote
  .ns-graphic.full-width, .nhsnote
  .ns-video.full-width, .nhsnote
  .ns-signature.full-width, .nhsnote
  .ns-link.full-width, .nhsnote
  .ns-list-group.full-width, .nhsnote
  .ns-table-wrap.full-width, .nhsnote
  .ns-quote.full-width, .nhsnote
  .ns-lead.full-width, .nhsnote
  .ns-img.full-width, .nhsnote
  .ns-title-h1.full-width, .nhsnote
  .ns-title-h2.full-width, .nhsnote
  .ns-title-h3.full-width, .nhsnote
  .ns-title-h4.full-width, .nhsnote
  .ns-title-h5.full-width, .nhsnote
  .fancynote__title.full-width {
    width: 100%;
  }
}

@media print {
  .nhsnote .free-html, .nhsnote
  .ns-paragraph, .nhsnote
  .ns-graphic, .nhsnote
  .ns-video, .nhsnote
  .ns-signature, .nhsnote
  .ns-link, .nhsnote
  .ns-list-group, .nhsnote
  .ns-table-wrap, .nhsnote
  .ns-quote, .nhsnote
  .ns-lead, .nhsnote
  .ns-img, .nhsnote
  .ns-title-h1, .nhsnote
  .ns-title-h2, .nhsnote
  .ns-title-h3, .nhsnote
  .ns-title-h4, .nhsnote
  .ns-title-h5, .nhsnote
  .fancynote__title {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  .nhsnote .free-html.full-width, .nhsnote
  .ns-paragraph.full-width, .nhsnote
  .ns-graphic.full-width, .nhsnote
  .ns-video.full-width, .nhsnote
  .ns-signature.full-width, .nhsnote
  .ns-link.full-width, .nhsnote
  .ns-list-group.full-width, .nhsnote
  .ns-table-wrap.full-width, .nhsnote
  .ns-quote.full-width, .nhsnote
  .ns-lead.full-width, .nhsnote
  .ns-img.full-width, .nhsnote
  .ns-title-h1.full-width, .nhsnote
  .ns-title-h2.full-width, .nhsnote
  .ns-title-h3.full-width, .nhsnote
  .ns-title-h4.full-width, .nhsnote
  .ns-title-h5.full-width, .nhsnote
  .fancynote__title.full-width {
    width: 100%;
  }
}

.free-html + *,
.ns-paragraph + *,
.ns-graphic + *,
.ns-video + *,
.ns-signature + *,
.ns-link + *,
.ns-list-group + *,
.ns-table-wrap + *,
.ns-quote + *,
.ns-lead + *,
.ns-img + *,
.ns-title-h1 + *,
.ns-title-h2 + *,
.ns-title-h3 + *,
.ns-title-h4 + *,
.ns-title-h5 + *,
.fancynote__title + * {
  margin-top: 13.5pt;
}

.free-html + .ns-anchor + *,
.ns-paragraph + .ns-anchor + *,
.ns-graphic + .ns-anchor + *,
.ns-video + .ns-anchor + *,
.ns-signature + .ns-anchor + *,
.ns-link + .ns-anchor + *,
.ns-list-group + .ns-anchor + *,
.ns-table-wrap + .ns-anchor + *,
.ns-quote + .ns-anchor + *,
.ns-lead + .ns-anchor + *,
.ns-img + .ns-anchor + *,
.ns-title-h1 + .ns-anchor + *,
.ns-title-h2 + .ns-anchor + *,
.ns-title-h3 + .ns-anchor + *,
.ns-title-h4 + .ns-anchor + *,
.ns-title-h5 + .ns-anchor + *,
.fancynote__title + .ns-anchor + * {
  margin-top: 13.5pt;
}

.free-html + .ns-pdf-header + *,
.ns-paragraph + .ns-pdf-header + *,
.ns-graphic + .ns-pdf-header + *,
.ns-video + .ns-pdf-header + *,
.ns-signature + .ns-pdf-header + *,
.ns-link + .ns-pdf-header + *,
.ns-list-group + .ns-pdf-header + *,
.ns-table-wrap + .ns-pdf-header + *,
.ns-quote + .ns-pdf-header + *,
.ns-lead + .ns-pdf-header + *,
.ns-img + .ns-pdf-header + *,
.ns-title-h1 + .ns-pdf-header + *,
.ns-title-h2 + .ns-pdf-header + *,
.ns-title-h3 + .ns-pdf-header + *,
.ns-title-h4 + .ns-pdf-header + *,
.ns-title-h5 + .ns-pdf-header + *,
.fancynote__title + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

.ns-marginal {
  width: 100%;
}

@media (min-width: 992px) {
  .ns-marginal {
    width: calc( (100% - 33.75pt) / 24 * 6);
    margin-left: 33.75pt;
  }
}

@media print {
  .ns-marginal {
    width: calc( (100% - 33.75pt) / 24 * 6);
    margin-left: 33.75pt;
  }
}

.ns-marginal + * {
  margin-top: 13.5pt;
}

.ns-marginal + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-marginal + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

@media (min-width: 768px) {
  .ns-marginal {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .ns-marginal > div {
    position: absolute;
  }
}

@media print and (min-width: 992px) {
  .ns-marginal > div {
    position: relative;
  }
}

.ns-pdf-pagebreak {
  display: none;
}

.ns-img + * {
  margin-top: 13.5pt;
}

.ns-img + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-img + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

.ns-img img {
  width: 100%;
}

.ns-img img + * {
  margin-top: 6.75pt;
}

.ns-img img + .ns-anchor + * {
  margin-top: 6.75pt;
}

.ns-img img + .ns-pdf-header + * {
  margin-top: 6.75pt;
}

.ns-img__img--mobile {
  display: none;
}

.ns-img__caption {
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3;
}

.ns-img__caption + * {
  margin-top: 6.75pt;
}

.ns-img__caption + .ns-anchor + * {
  margin-top: 6.75pt;
}

.ns-img__caption + .ns-pdf-header + * {
  margin-top: 6.75pt;
}

.ns-img--mobile .ns-img__img--desktop {
  display: none;
}

@media (min-width: 992px) {
  .ns-img--mobile .ns-img__img--desktop {
    display: block;
  }
}

@media print {
  .ns-img--mobile .ns-img__img--desktop {
    display: block;
  }
}

.ns-img--mobile .ns-img__img--mobile {
  display: block;
}

@media (min-width: 992px) {
  .ns-img--mobile .ns-img__img--mobile {
    display: none;
  }
}

@media print {
  .ns-img--mobile .ns-img__img--mobile {
    display: none;
  }
}

.ns-tile .ns-img__img--mobile {
  margin-top: 0;
}

.ns-video {
  position: relative;
}

.ns-video:not(.ns-tile__video-container) {
  margin-top: 36px;
}

.ns-video + * {
  margin-top: 13.5pt;
}

.ns-video + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-video + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

.ns-video__thumbnail-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}

.ns-video__placeholder {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  display: block;
  background: #999999;
}

.ns-video__placeholder code {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ns-video__placeholder + * {
  margin-top: 6.75pt;
}

.ns-video__placeholder + .ns-anchor + * {
  margin-top: 6.75pt;
}

.ns-video__placeholder + .ns-pdf-header + * {
  margin-top: 6.75pt;
}

.ns-video__placeholder code {
  color: #ffffff;
  padding: 13.5pt;
}

.ns-video__thumbnail {
  position: absolute;
  background-size: cover;
}

.livingdocs .ns-video__thumbnail {
  bottom: 13.5pt;
  right: 13.5pt;
  left: auto;
  top: auto;
  width: 300px;
  height: 169px;
}

.wordpress .livingdocs .ns-video__thumbnail {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  display: block;
}

.ns-video__legend {
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3;
}

.ns-video__legend + * {
  margin-top: 6.75pt;
}

.ns-video__legend + .ns-anchor + * {
  margin-top: 6.75pt;
}

.ns-video__legend + .ns-pdf-header + * {
  margin-top: 6.75pt;
}

.ns-video .responsive-embed {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  display: block;
}

.ns-video .responsive-embed video, .ns-video .responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ns-video.full-width {
  width: 100%;
}

.ns-graphic {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 6.75pt;
}

.ns-graphic + * {
  margin-top: 13.5pt;
}

.ns-graphic + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-graphic + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

.ns-graphic__title {
  display: block;
  color: #666666;
  font-size: 7pt;
  line-height: 1.4;
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.ns-graphic__title + * {
  margin-top: 13.5pt;
}

.ns-graphic__title + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-graphic__title + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

@media print {
  .ns-graphic__title {
    color: #000000;
  }
}

.ns-graphic__img {
  width: 100%;
}

.ns-graphic__img + * {
  margin-top: 13.5pt;
}

.ns-graphic__img + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-graphic__img + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

.ns-graphic__desc {
  font-size: 6pt;
  line-height: 1.3;
  display: block;
}

.ns-graphic__desc + * {
  margin-top: 13.5pt;
}

.ns-graphic__desc + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-graphic__desc + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

:not(span).ns-keyfigure {
  border-top: 2px solid #00519e;
  padding-top: 6.75pt;
  width: 100%;
}

:not(span).ns-keyfigure + * {
  margin-top: 13.5pt;
}

:not(span).ns-keyfigure + .ns-anchor + * {
  margin-top: 13.5pt;
}

:not(span).ns-keyfigure + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

@media (min-width: 768px) {
  :not(span).ns-keyfigure + * {
    margin-top: 0px;
  }
  :not(span).ns-keyfigure + .ns-anchor + * {
    margin-top: 0px;
  }
  :not(span).ns-keyfigure + .ns-pdf-header + * {
    margin-top: 0px;
  }
}

:not(span).ns-keyfigure p {
  color: #00519e;
}

:not(span).ns-keyfigure p + * {
  margin-top: 0px;
}

:not(span).ns-keyfigure p + .ns-anchor + * {
  margin-top: 0px;
}

:not(span).ns-keyfigure p + .ns-pdf-header + * {
  margin-top: 0px;
}

:not(span).ns-keyfigure__figure {
  font-size: 40pt;
  line-height: 1;
  padding-top: 6.75pt;
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

@media print {
  :not(span).ns-keyfigure__figure {
    padding-top: 0;
  }
}

:not(span).ns-keyfigure__figure + * {
  margin-top: 0px;
}

:not(span).ns-keyfigure__figure + .ns-anchor + * {
  margin-top: 0px;
}

:not(span).ns-keyfigure__figure + .ns-pdf-header + * {
  margin-top: 0px;
}

:not(span).ns-keyfigure__title {
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

:not(span).ns-keyfigure__title + * {
  margin-top: 13.5pt;
}

:not(span).ns-keyfigure__title + .ns-anchor + * {
  margin-top: 13.5pt;
}

:not(span).ns-keyfigure__title + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

:not(span).ns-keyfigure__subtitle {
  font-size: 6pt;
  line-height: 1.3;
}

[class*="ns-title-"] + * {
  margin-top: 0px;
}

[class*="ns-title-"] + .ns-anchor + * {
  margin-top: 0px;
}

[class*="ns-title-"] + .ns-pdf-header + * {
  margin-top: 0px;
}

.ns-title-h1 + * {
  margin-top: 20.25pt;
}

.ns-title-h1 + .ns-anchor + * {
  margin-top: 20.25pt;
}

.ns-title-h1 + .ns-pdf-header + * {
  margin-top: 20.25pt;
}

.ns-title-h2 + *,
.ns-title-h3 + * {
  margin-top: 4.5pt;
}

.ns-title-h2 + .ns-anchor + *,
.ns-title-h3 + .ns-anchor + * {
  margin-top: 4.5pt;
}

.ns-title-h2 + .ns-pdf-header + *,
.ns-title-h3 + .ns-pdf-header + * {
  margin-top: 4.5pt;
}

.downloadcenter .ns-title-h2 + *, .downloadcenter
.ns-title-h3 + * {
  margin: 0.8rem 0 0;
}

@media (min-width: 992px) {
  .downloadcenter .ns-title-h2 + *, .downloadcenter
  .ns-title-h3 + * {
    margin: 0;
  }
}

.ns-title-h4 + * {
  margin-top: 4px;
}

.ns-title-h4 + .ns-anchor + * {
  margin-top: 4px;
}

.ns-title-h4 + .ns-pdf-header + * {
  margin-top: 4px;
}

.ns-title-h5 + * {
  margin-top: 2px;
}

.ns-title-h5 + .ns-anchor + * {
  margin-top: 2px;
}

.ns-title-h5 + .ns-pdf-header + * {
  margin-top: 2px;
}

.ns-lead {
  color: #00519e;
  font-size: 10pt;
  line-height: 1.3;
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.ns-lead + * {
  margin-top: 13.5pt;
}

.ns-lead + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-lead + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

.ns-list-group {
  list-style-type: none;
}

.ns-list-group + * {
  margin-top: 13.5pt;
}

.ns-list-group + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-list-group + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

.ns-list-group--ol {
  counter-reset: ordered-list;
}

.ns-list-group__item {
  font-size: 7pt;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
}

.ns-list-group__item + * {
  margin-top: 13.5pt;
}

.ns-list-group__item + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-list-group__item + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

.ns-list-group__item:before {
  position: absolute;
  left: 0;
  top: 0;
}

.ns-list-group--ul .ns-list-group__item:before {
  content: '–';
}

.ns-list-group--ol .ns-list-group__item:before {
  counter-increment: ordered-list;
  content: counter(ordered-list) ")";
}

a {
  color: #00519e;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.menu a {
  color: #333333;
}

.ns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ns-arrow-icon {
  background-image: url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/images/arrow-right.svg");
  background-repeat: no-repeat;
  background-color: #00519e;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 6.75pt;
}

.ns-arrow-icon + span {
  max-width: calc(100% - (6.75pt + 1.5rem));
}

.ns-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ns-signature__item {
  width: calc((100% - (1 - 1) * 13.5pt) / 1 * 1);
}

.ns-signature__item:nth-of-type(n) {
  margin-bottom: 13.5pt;
  margin-right: 13.5pt;
}

.ns-signature__item:last-of-type, .ns-signature__item:nth-of-type(1n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .ns-signature__item {
    width: calc((100% - (3 - 1) * 13.5pt) / 3 * 1);
  }
  .ns-signature__item:nth-of-type(n) {
    margin-bottom: 0px;
    margin-right: 13.5pt;
  }
  .ns-signature__item:last-of-type, .ns-signature__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media print {
  .ns-signature__item {
    width: calc((100% - (3 - 1) * 13.5pt) / 3 * 1);
  }
  .ns-signature__item:nth-of-type(n) {
    margin-bottom: 0px;
    margin-right: 13.5pt;
  }
  .ns-signature__item:last-of-type, .ns-signature__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.ns-signature__item img {
  max-width: 75%;
  width: 100%;
}

@media print {
  .ns-signature__item img {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .ns-signature__item img {
    max-width: 300px;
  }
}

.ns-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #00519e;
}

@media (min-width: 768px) {
  .ns-quote__img-wrapper, .ns-quote__quote {
    width: calc((100% - 6.75pt)/2);
  }
}

@media print {
  .ns-quote__img-wrapper, .ns-quote__quote {
    width: calc((100% - 6.75pt)/2);
  }
}

.ns-quote__img {
  max-width: 100%;
  height: auto;
  margin-bottom: 6.75pt;
}

@media (min-width: 992px) {
  .ns-quote__img {
    margin-bottom: 0;
  }
}

@media print {
  .ns-quote__img {
    margin-bottom: 0;
  }
}

.ns-quote p {
  font-size: 10pt;
  line-height: 1.3;
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .ns-quote p {
    margin-bottom: 0;
  }
}

@media print {
  .ns-quote p {
    margin-bottom: 0;
  }
}

.ns-quote__quote {
  position: relative;
}

.ns-quote__quote + * {
  margin-top: 13.5pt;
}

.ns-quote__quote + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-quote__quote + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

@media (min-width: 768px) {
  .ns-quote__quote + * {
    margin-top: 0px;
  }
  .ns-quote__quote + .ns-anchor + * {
    margin-top: 0px;
  }
  .ns-quote__quote + .ns-pdf-header + * {
    margin-top: 0px;
  }
}

@media print {
  .ns-quote__quote {
    height: 100%;
  }
  .ns-quote__quote + * {
    margin-top: 0px;
  }
  .ns-quote__quote + .ns-anchor + * {
    margin-top: 0px;
  }
  .ns-quote__quote + .ns-pdf-header + * {
    margin-top: 0px;
  }
}

.ns-quote__quote cite {
  bottom: 0;
  left: 0;
  font-style: normal !important;
}

@media (min-width: 992px) {
  .ns-quote__quote cite {
    position: absolute;
  }
}

@media print {
  .ns-quote__quote cite {
    position: absolute;
  }
}

.nosplit tr td, .nosplit tr td.fixed,
.nosplit tr th,
.nosplit tr th.fixed {
  width: auto;
  min-width: 80px;
  max-width: 30vw;
}

.nosplit tr td.fixed,
.nosplit tr th.fixed {
  border-right: none !important;
}

.js-please-rotate {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background: #e5e5e5;
}

.js-please-rotate:before, .js-please-rotate:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.js-please-rotate:before {
  content: url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/images/rotate_device-icon.svg");
  width: 35%;
}

.js-please-rotate:after {
  content: 'Drehen Sie Ihr Gerät';
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  line-height: 1.3;
  color: #00519e;
  margin-top: 25%;
  width: 100%;
  text-align: center;
}

.js-please-rotate > div,
.js-please-rotate > table {
  display: none;
}

.js-responsive-table .clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.js-responsive-table .clone th,
.js-responsive-table .clone td {
  visibility: hidden;
}

.js-responsive-table .clone tbody th {
  visibility: visible;
  background: green;
}

.js-responsive-table .clone tr td.fixed,
.js-responsive-table .clone tr th.fixed {
  visibility: visible;
  background: white;
}

.js-responsive-table .clone thead,
.js-responsive-table .clone tfoot {
  background: transparent;
}

.js-responsive-table > div {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.js-responsive-table table {
  width: 100%;
  margin: auto;
  border-spacing: 0;
  table-layout: auto;
}

.js-responsive-table tr td,
.js-responsive-table tr th {
  width: 100px;
  min-width: 85px;
}

.js-responsive-table tr td:not(.head) p,
.js-responsive-table tr th:not(.head) p {
  padding-left: 2px;
  padding-right: 2px;
}

.js-responsive-table tr td.fixed,
.js-responsive-table tr th.fixed {
  background: white;
  white-space: normal;
  width: 35%;
  width: 35vw;
  min-width: 35%;
  min-width: 35vw;
  border-right: 1px solid black;
}

.js-responsive-table .ns-table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.nhsnote-box .js-responsive-table tr td.fixed,
.nhsnote-box .js-responsive-table tr th.fixed {
  visibility: visible;
  background: #f3f3f3;
}

table {
  width: 100%;
  table-layout: fixed;
}

table .subscript,
table .superscript {
  left: -4px;
  margin-right: -5px;
  line-height: inherit;
}

table .head .superscript {
  left: -1px;
}

@media (min-width: 992px) {
  .ns-row:not(.head_top):not(.title):hover,
  .ns-row:not(.head_top):not(.title):hover .ns-backgroundcolor-zahlenteil_spalten,
  .ns-row:not(.head_top):not(.title):hover .ns-backgroundcolor-grau {
    background: #bcc4e1;
    background-clip: padding-box;
  }
}

@media print {
  .ns-row:not(.head_top):not(.title):hover,
  .ns-row:not(.head_top):not(.title):hover .ns-backgroundcolor-zahlenteil_spalten,
  .ns-row:not(.head_top):not(.title):hover .ns-backgroundcolor-grau {
    background: #bcc4e1;
    background-clip: padding-box;
  }
}

th,
td {
  border-bottom: 0.25pt solid #000000;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th p,
td p {
  padding: 3px 2px;
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 6pt;
  line-height: 1.25;
  left: 5px;
  position: relative;
  width: calc(100% - 10px);
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th p span,
td p span {
  white-space: normal;
  display: inline;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

th:first-child p,
td:first-child p {
  left: 0;
  width: calc(100% - 5px);
}

th:last-child p,
td:last-child p {
  width: calc(100% - 5px);
}

.line {
  border-bottom: 0.25pt solid #000000;
}

.line_bold {
  border-bottom: 0.25pt solid #000000;
}

.line_bold p {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.line_ind {
  border-bottom: 0.25pt solid #000000;
}

.line_ind p {
  padding-left: 7.5pt;
}

.bline {
  border-bottom: 1pt solid #000000;
}

.bline_bold {
  border-bottom: 1pt solid #000000;
}

.bline_bold p {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.head_top {
  border-bottom: 0;
}

.head_top p {
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 5pt;
  line-height: 1.3;
}

.head {
  border-bottom: 0;
}

.head p {
  border-bottom: 1pt solid #000000;
  left: 5px;
  position: relative;
  width: calc(100% - 10px);
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 5pt;
  line-height: 1.3;
}

.head:first-child p {
  left: 0;
  width: calc(100% - 5px);
}

.head:last-child p {
  width: calc(100% - 5px);
}

.title {
  border-bottom: 0;
}

.title p {
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 8pt;
  line-height: 1.2;
}

.noline,
.noline_small {
  border-bottom: 0;
}

.noline_bold {
  border-bottom: 0;
}

.noline_bold p {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.noline_ind {
  border-bottom: 0;
}

.noline_ind p {
  padding-left: 7.5pt;
}

.footnote {
  border-bottom: 0;
  padding: 20px 5px 0;
}

.blue {
  color: #00519e;
}

.blue p {
  color: #00519e;
}

.italic {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.italic p {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.note {
  font-size: 5pt;
  line-height: 1.3;
  color: #00519e;
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.zahl {
  font-size: 6pt;
  line-height: 1.25;
  line-height: 1 !important;
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
  white-space: nowrap;
}

.head .zahl {
  white-space: normal;
}

.schrift {
  font-size: 6pt;
  line-height: 1.25;
  line-height: 1 !important;
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.ns-backgroundcolor-zahlenteil_spalten {
  background: #e5ebf5;
  background-clip: padding-box;
}

.ns-backgroundcolor-grau {
  background: #e5e5e5;
  background-clip: padding-box;
}

.ns-table table + div {
  margin-top: 13.5pt;
}

.ns-style-footnote_g,
.ns-style-footnote_b,
.ns-style-footnote {
  margin-top: 0;
  font-size: 5pt;
  line-height: 1.3;
}

p.ns-style-footnote {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 992px) {
  p.ns-style-footnote {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  p.ns-style-footnote.full-width {
    width: 100%;
  }
}

@media print {
  p.ns-style-footnote {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  p.ns-style-footnote.full-width {
    width: 100%;
  }
}

p.ns-style-footnote:first-child {
  margin-top: 20px;
}

.full-width p.ns-style-footnote {
  width: 100%;
}

@media (min-width: 992px) {
  .full-width p.ns-style-footnote {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  .full-width p.ns-style-footnote.full-width {
    width: 100%;
  }
}

@media print {
  .full-width p.ns-style-footnote {
    width: calc( (100% - 33.75pt) / 24 * 18);
  }
  .full-width p.ns-style-footnote.full-width {
    width: 100%;
  }
}

p.ns-style-footnote span {
  width: auto;
}

p.ns-style-footnote span:nth-of-type(1) {
  display: inline-block;
}

p.ns-style-footnote span:nth-of-type(2) {
  display: block;
  width: calc(100% - 20px);
}

p.ns-style-footnote_g,
p.ns-style-footnote_b {
  padding-left: 10px;
}

p.ns-style-footnote_g:before,
p.ns-style-footnote_b:before {
  content: '';
  display: inline-block;
  height: 7px;
  width: 7px;
  vertical-align: top;
  top: 0;
  position: absolute;
  left: 0;
}

@media screen {
  p.ns-style-footnote_g:before,
  p.ns-style-footnote_b:before {
    top: 4px;
  }
}

p.ns-style-footnote_g:before {
  background: #e5e5e5;
}

p.ns-style-footnote_b:before {
  background: #e5ebf5;
}

.fn {
  display: block;
  font-size: 5pt;
  line-height: 1.3;
}

.ns-paragraph {
  font-size: 7pt;
  line-height: 1.4;
}

.ns-paragraph--small {
  font-size: 5pt;
  line-height: 1.3;
}

.ns-tiles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.ns-tile-wrapper {
  position: relative;
  width: calc((100% - 0px)/1 * 1);
  display: block;
  margin-right: 0px;
  margin-bottom: 13.5pt;
}

@media (min-width: 992px) {
  .ns-tile-wrapper {
    position: relative;
    width: calc((100% - 13.5pt)/3 * 1);
    display: block;
    margin-right: 13.5pt;
    margin-bottom: 13.5pt;
  }
}

@media print {
  .ns-tile-wrapper {
    position: relative;
    width: calc((100% - 13.5pt)/3 * 1);
    display: block;
    margin-right: 13.5pt;
    margin-bottom: 13.5pt;
  }
}

@media print {
  .ns-tile-wrapper {
    position: relative;
    width: calc((100% - 13.5pt)/3 * 1);
    display: block;
    margin-right: 13.5pt;
    margin-bottom: 13.5pt;
  }
}

.ns-tile-wrapper--white-bg .ns-tile__title-wrapper {
  background: rgba(255, 255, 255, 0.8);
}

.ns-tile--large {
  position: relative;
  width: calc((100% - 0px)/1 * 1);
  display: block;
  margin-right: 0px;
  margin-bottom: 13.5pt;
}

@media (min-width: 992px) {
  .ns-tile--large {
    position: relative;
    width: calc((100% - 13.5pt)/3 * 2);
    display: block;
    margin-right: 13.5pt;
    margin-bottom: 13.5pt;
  }
}

@media print {
  .ns-tile--large {
    position: relative;
    width: calc((100% - 13.5pt)/3 * 2);
    display: block;
    margin-right: 13.5pt;
    margin-bottom: 13.5pt;
  }
}

@media print {
  .ns-tile--large {
    position: relative;
    width: calc((100% - 13.5pt)/3 * 2);
    display: block;
    margin-right: 13.5pt;
    margin-bottom: 13.5pt;
  }
}

.ns-tile--large .ns-tile {
  position: relative;
  width: 100%;
  height: 0;
  padding: 112.5% 0 0 0;
  display: block;
}

.ns-tile--large .ns-tile .ns-tile__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .ns-tile--large .ns-tile {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0 0;
    display: block;
  }
  .ns-tile--large .ns-tile .ns-tile__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

@media print {
  .ns-tile--large .ns-tile {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0 0;
    display: block;
  }
  .ns-tile--large .ns-tile .ns-tile__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

@media print {
  .ns-tile--large .ns-tile {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0 0;
    display: block;
  }
  .ns-tile--large .ns-tile .ns-tile__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

.ns-tile {
  display: block;
  border-top: 2px solid #00519e;
  background-color: #e5e5e5;
  color: #000000;
  position: relative;
  width: 100%;
  height: 0;
  padding: 112.5% 0 0 0;
  display: block;
}

.ns-tile .ns-tile__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ns-tile__title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  z-index: 3;
}

.ns-tile__title {
  font-size: 2rem;
  z-index: 3;
}

.ns-tile__subtitle {
  font-size: 1.8rem;
}

.ns-tile:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  background-image: radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
  opacity: 0;
}

.ns-tile:hover:before {
  opacity: 1;
}

.ns-tile .ns-img {
  margin-top: 0;
}

.ns-img--in-tile {
  max-width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.ns-img--in-tile + * {
  margin-top: 0;
}

.ns-img--in-tile + .ns-anchor + * {
  margin-top: 0;
}

.ns-img--in-tile + .ns-pdf-header + * {
  margin-top: 0;
}

.ns-img--in-tile .ns-img__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.ns-tile--video .ns-tile__thumbnail {
  width: 30%;
  max-width: 200px;
  position: absolute;
  bottom: 13.5pt;
  right: 13.5pt;
}

.ns-tile--video .ns-tile__video-container {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.ns-tile--video .responsive-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  display: block;
  z-index: 2;
}

.ns-tile--video .responsive-embed video, .ns-tile--video .responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ns-tile--video .ns-video__placeholder {
  position: relative;
  width: 100%;
  height: 0;
  padding: 112.5% 0 0 0;
  display: block;
}

.ns-tile--video .ns-video__placeholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ns-tile--video .ns-video__placeholder code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ns-tile--large .ns-video__placeholder {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  display: block;
}

.ns-tile--large .ns-video__placeholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ns-tile--video .ns-tile__title,
.ns-tile[href] .ns-tile__title {
  z-index: 3;
}

.ns-tile--video .ns-tile__title a,
.ns-tile[href] .ns-tile__title a {
  position: relative;
  padding-left: 13.5pt;
  color: #000000;
}

.ns-tile--video .ns-tile__title a:before,
.ns-tile[href] .ns-tile__title a:before {
  content: "";
  background-image: url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/images/arrow-right.svg");
  background-repeat: no-repeat;
  background-color: #000000;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ns-tile--video .ns-tile__title a:hover,
.ns-tile[href] .ns-tile__title a:hover {
  text-decoration: none;
}

.ns-tile--video .ns-tile__title a:hover,
.ns-tile[href] .ns-tile__title a:hover {
  position: relative;
  padding-left: 13.5pt;
  color: #00519e;
  text-decoration: underline !important;
}

.ns-tile--video .ns-tile__title a:hover:before,
.ns-tile[href] .ns-tile__title a:hover:before {
  content: "";
  background-image: url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/images/arrow-right.svg");
  background-repeat: no-repeat;
  background-color: #00519e;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ns-tile--large .ns-tile--video {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  display: block;
}

.ns-tile--large .ns-tile--video .ns-tile__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .ns-tile--large .ns-tile--video {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0 0;
    display: block;
  }
  .ns-tile--large .ns-tile--video .ns-tile__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .ns-tile--large .ns-tile--video {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0 0;
    display: block;
  }
  .ns-tile--large .ns-tile--video .ns-tile__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

@media print {
  .ns-tile--large .ns-tile--video {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0 0;
    display: block;
  }
  .ns-tile--large .ns-tile--video .ns-tile__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

.ns-tile--cover .ns-tile__image-container {
  overflow: hidden;
}

.ns-tile--cover .ns-tile__image {
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 768px) {
  .ns-tile-wrapper:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .ns-tile-wrapper:nth-child(even) {
    margin-right: 0;
  }
}

@media print {
  .ns-tile-wrapper:nth-child(even) {
    margin-right: 0;
  }
}

.ns-council-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.ns-council {
  width: calc((100% - (1 - 1) * 0px) / 1 * 1);
}

.ns-council:nth-of-type(n) {
  margin-bottom: 13.5pt;
  margin-right: 0px;
}

.ns-council:last-of-type, .ns-council:nth-of-type(1n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .ns-council {
    width: calc((100% - (2 - 1) * 13.5pt) / 2 * 1);
  }
  .ns-council:nth-of-type(n) {
    margin-bottom: 13.5pt;
    margin-right: 13.5pt;
  }
  .ns-council:last-of-type, .ns-council:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .ns-council {
    width: calc((100% - (3 - 1) * 13.5pt) / 3 * 1);
  }
  .ns-council:nth-of-type(n) {
    margin-bottom: 13.5pt;
    margin-right: 13.5pt;
  }
  .ns-council:last-of-type, .ns-council:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media print {
  .ns-council {
    width: calc((100% - (3 - 1) * 13.5pt) / 3 * 1);
  }
  .ns-council:nth-of-type(n) {
    margin-bottom: 13.5pt;
    margin-right: 13.5pt;
  }
  .ns-council:last-of-type, .ns-council:nth-of-type(3n) {
    margin-right: 0;
  }
}

.ns-council__image-wrapper + * {
  margin-top: 13.5pt;
}

.ns-council__image-wrapper + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-council__image-wrapper + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

.ns-council__image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 66.66667% 0 0 0;
  display: block;
  border-top: 2px solid #00519e;
  background-color: #e5ebf5;
  overflow: hidden;
}

.ns-council__image iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ns-council__image img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
  max-width: none;
}

.ns-council__title,
.ns-council .ns-title-h4 {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 7pt;
  line-height: 1.4;
}

.ns-council__content {
  display: none;
}

@media (min-width: 768px) {
  .ns-council__content {
    display: block;
  }
}

@media print {
  .ns-council__content {
    display: block;
  }
}

.ns-council__content .ns-title-h4 + .ns-list-group, .ns-council__content .ns-title-h4 .ns-paragraph {
  margin-top: 2.25pt;
}

.ns-council__content .ns-title-h4 + .ns-anchor + .ns-list-group, .ns-council__content .ns-title-h4 .ns-paragraph {
  margin-top: 2.25pt;
}

.ns-council__content .ns-title-h4 + .ns-pdf-header + .ns-list-group, .ns-council__content .ns-title-h4 .ns-paragraph {
  margin-top: 2.25pt;
}

.ns-council__content .ns-list-group__item + * {
  margin-top: 2.25pt;
}

.ns-council__content .ns-list-group__item + .ns-anchor + * {
  margin-top: 2.25pt;
}

.ns-council__content .ns-list-group__item + .ns-pdf-header + * {
  margin-top: 2.25pt;
}

.ns-council__title {
  position: relative;
  cursor: pointer;
}

.ns-council__title + * {
  margin-top: 13.5pt;
}

.ns-council__title + .ns-anchor + * {
  margin-top: 13.5pt;
}

.ns-council__title + .ns-pdf-header + * {
  margin-top: 13.5pt;
}

.ns-council__title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #00519e;
  width: 14px;
  height: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ns-council__title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #00519e;
  width: 4px;
  height: 14px;
  -webkit-transform: translate(-5px, -7px);
          transform: translate(-5px, -7px);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (min-width: 768px) {
  .ns-council__title {
    cursor: initial;
  }
  .ns-council__title:before, .ns-council__title:after {
    display: none;
  }
}

@media print {
  .ns-council__title:before, .ns-council__title:after {
    display: none;
  }
}

.ns-council__title--accordeon-open:after {
  -webkit-transform: rotate(90deg) translate(-7px, 5px);
          transform: rotate(90deg) translate(-7px, 5px);
}

.ns-council__image-wrapper {
  width: 100%;
}

.ns-lead + .ns-paragraph {
  margin-top: 13.5pt;
}

.ns-lead + .ns-anchor + .ns-paragraph {
  margin-top: 13.5pt;
}

.ns-lead + .ns-pdf-header + .ns-paragraph {
  margin-top: 13.5pt;
}

.ns-link + .ns-paragraph {
  margin-top: 13.5pt;
}

.ns-link + .ns-anchor + .ns-paragraph {
  margin-top: 13.5pt;
}

.ns-link + .ns-pdf-header + .ns-paragraph {
  margin-top: 13.5pt;
}

.ns-link + .ns-img {
  margin-top: 13.5pt;
}

.ns-link + .ns-anchor + .ns-img {
  margin-top: 13.5pt;
}

.ns-link + .ns-pdf-header + .ns-img {
  margin-top: 13.5pt;
}

.ns-graphic + *,
.ns-img:not(.ns-img--in-tile) + * {
  margin-top: 20.25pt;
}

.ns-graphic + .ns-anchor + *,
.ns-img:not(.ns-img--in-tile) + .ns-anchor + * {
  margin-top: 20.25pt;
}

.ns-graphic + .ns-pdf-header + *,
.ns-img:not(.ns-img--in-tile) + .ns-pdf-header + * {
  margin-top: 20.25pt;
}

.ns-graphic + .ns-title-h1, .ns-graphic .ns-title-h2, .ns-graphic .ns-title-h3,
.ns-img + .ns-title-h1,
.ns-img .ns-title-h2,
.ns-img .ns-title-h3 {
  margin-top: 27pt;
}

.ns-graphic + .ns-anchor + .ns-title-h1, .ns-graphic .ns-title-h2, .ns-graphic .ns-title-h3,
.ns-img + .ns-anchor + .ns-title-h1,
.ns-img .ns-title-h2,
.ns-img .ns-title-h3 {
  margin-top: 27pt;
}

.ns-graphic + .ns-pdf-header + .ns-title-h1, .ns-graphic .ns-title-h2, .ns-graphic .ns-title-h3,
.ns-img + .ns-pdf-header + .ns-title-h1,
.ns-img .ns-title-h2,
.ns-img .ns-title-h3 {
  margin-top: 27pt;
}

* + .ns-graphic, * .ns-img {
  margin-top: 20.25pt;
}

* + .ns-anchor + .ns-graphic, * .ns-img {
  margin-top: 20.25pt;
}

* + .ns-pdf-header + .ns-graphic, * .ns-img {
  margin-top: 20.25pt;
}

.ns-paragraph + .ns-marginal {
  margin-top: 13.5pt;
}

.ns-paragraph + .ns-anchor + .ns-marginal {
  margin-top: 13.5pt;
}

.ns-paragraph + .ns-pdf-header + .ns-marginal {
  margin-top: 13.5pt;
}

.ns-graphic + .ns-marginal,
.ns-img + .ns-marginal {
  margin-top: 20.25pt;
}

.ns-graphic + .ns-anchor + .ns-marginal,
.ns-img + .ns-anchor + .ns-marginal {
  margin-top: 20.25pt;
}

.ns-graphic + .ns-pdf-header + .ns-marginal,
.ns-img + .ns-pdf-header + .ns-marginal {
  margin-top: 20.25pt;
}

.ns-graphic + .ns-tiles-container,
.ns-img + .ns-tiles-container {
  margin-top: 13.5pt;
}

.ns-graphic + .ns-anchor + .ns-tiles-container,
.ns-img + .ns-anchor + .ns-tiles-container {
  margin-top: 13.5pt;
}

.ns-graphic + .ns-pdf-header + .ns-tiles-container,
.ns-img + .ns-pdf-header + .ns-tiles-container {
  margin-top: 13.5pt;
}

.ns-paragraph + .ns-title-h2, .ns-paragraph .ns-lead {
  margin-top: 20.25pt;
}

.ns-paragraph + .ns-anchor + .ns-title-h2, .ns-paragraph .ns-lead {
  margin-top: 20.25pt;
}

.ns-paragraph + .ns-pdf-header + .ns-title-h2, .ns-paragraph .ns-lead {
  margin-top: 20.25pt;
}

.ns-title-h4 + .ns-list-group {
  margin-top: 6.75pt;
}

.ns-title-h4 + .ns-anchor + .ns-list-group {
  margin-top: 6.75pt;
}

.ns-title-h4 + .ns-pdf-header + .ns-list-group {
  margin-top: 6.75pt;
}

.ns-quote + .ns-title-h3 {
  margin-top: 27pt;
}

.ns-quote + .ns-anchor + .ns-title-h3 {
  margin-top: 27pt;
}

.ns-quote + .ns-pdf-header + .ns-title-h3 {
  margin-top: 27pt;
}

.ns-table-wrap + .ns-title-h3 {
  margin-top: 27pt;
}

.ns-table-wrap + .ns-anchor + .ns-title-h3 {
  margin-top: 27pt;
}

.ns-table-wrap + .ns-pdf-header + .ns-title-h3 {
  margin-top: 27pt;
}

@media (min-width: 992px) {
  .ns-graphic + .ns-paragraph + .ns-marginal,
  .ns-img + .ns-paragraph + .ns-marginal {
    margin-top: 20.25pt;
  }
  .ns-title-h1 + .ns-paragraph + .ns-marginal,
  .ns-title-h1 + .ns-graphic + .ns-marginal,
  .ns-title-h1 + .ns-img + .ns-marginal {
    margin-top: 20.25pt;
  }
  .ns-title-h2 + .ns-paragraph + .ns-marginal,
  .ns-title-h3 + .ns-paragraph + .ns-marginal {
    margin-top: 4.5pt;
  }
  .ns-title-h4 + .ns-paragraph + .ns-marginal {
    margin-top: 4px;
  }
  .ns-title-h5 + .ns-paragraph + .ns-marginal {
    margin-top: 2px;
  }
}

@media print {
  .ns-graphic + .ns-paragraph + .ns-marginal,
  .ns-img + .ns-paragraph + .ns-marginal {
    margin-top: 20.25pt;
  }
  .ns-title-h1 + .ns-paragraph + .ns-marginal,
  .ns-title-h1 + .ns-graphic + .ns-marginal,
  .ns-title-h1 + .ns-img + .ns-marginal {
    margin-top: 20.25pt;
  }
  .ns-title-h2 + .ns-paragraph + .ns-marginal,
  .ns-title-h3 + .ns-paragraph + .ns-marginal {
    margin-top: 4.5pt;
  }
  .ns-title-h4 + .ns-paragraph + .ns-marginal {
    margin-top: 4px;
  }
  .ns-title-h5 + .ns-paragraph + .ns-marginal {
    margin-top: 2px;
  }
}

.livingdocs .ns-title-h1.new-text,
.livingdocs .ns-title-h2.new-text,
.livingdocs .ns-title-h3.new-text,
.livingdocs .ns-title-h4.new-text,
.livingdocs .ns-title-h5.new-text,
.livingdocs .ns-lead.new-text,
.livingdocs .ns-paragraph.new-text,
.livingdocs .ns-list-group.new-text,
.livingdocs .ns-graphic.new-text {
  color: red !important;
}

.livingdocs .ns-title-h1.new-text .ns-graphic__title,
.livingdocs .ns-title-h2.new-text .ns-graphic__title,
.livingdocs .ns-title-h3.new-text .ns-graphic__title,
.livingdocs .ns-title-h4.new-text .ns-graphic__title,
.livingdocs .ns-title-h5.new-text .ns-graphic__title,
.livingdocs .ns-lead.new-text .ns-graphic__title,
.livingdocs .ns-paragraph.new-text .ns-graphic__title,
.livingdocs .ns-list-group.new-text .ns-graphic__title,
.livingdocs .ns-graphic.new-text .ns-graphic__title {
  color: red !important;
}

/*
  VERY IMPORTANT NOTICE: DO NOT DELETE FOR PDF REACTOR 10
*/
html {
  height: auto;
  overflow-x: visible;
}

/*
  VERY IMPORTANT NOTICE: DO NOT DELETE FOR PDF REACTOR 10
*/
body {
  background: transparent;
  height: auto;
  display: block;
}

.ns-pdf-pagebreak {
  position: relative;
  width: 100%;
  page-break-after: always !important;
  display: block;
}

.ns-title-h1 {
  font-size: 18pt;
  line-height: 1.3;
}

.ns-title-h2 {
  font-size: 10pt;
  line-height: 1.3;
}

.ns-title-h3 {
  font-size: 10pt;
  line-height: 1.3;
}

.ns-title-h4 {
  font-size: 9pt;
  line-height: 1.3;
}

.ns-title-h5 {
  font-size: 7pt;
  line-height: 1.3;
}

p {
  font-size: 7pt;
  line-height: 1.4;
}

.ns-council .ns-title-h4,
.ns-council__title,
.ns-graphic__title,
.ns-signature p,
.ns-link,
.php-video-link {
  font-size: 7pt;
  line-height: 1.4;
}

.ns-graphic__desc {
  font-size: 7pt;
  line-height: 10pt;
}

.ns-lead {
  font-size: 9pt;
  line-height: 1.3;
}

.ns-list-group__item {
  font-size: 7pt;
  line-height: 1.4;
}

:not(span).ns-highlight__figure {
  font-size: 40pt;
  line-height: 48pt;
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

:not(span).ns-highlight__title {
  margin-top: 0;
}

:not(span).ns-highlight__subtitle {
  font-size: 6pt;
  line-height: 1.3;
}

.ns-img__caption {
  font-size: 6pt;
  line-height: 1.3;
}

.ns-quote p {
  font-size: 10pt;
  line-height: 1.3;
}

.ns-quote cite {
  font-size: 7pt;
  line-height: 1.4;
}

.ns-tile__title {
  font-size: 9pt;
  line-height: 13pt;
}

.ns-tile__subtitle {
  font-size: 8pt;
  line-height: 12pt;
}

html {
  font-size: initial;
  /*
  &[lang="de"] {
    --publication-title: 'Konsolidierter Jahresabschluss per 31. Dezember 2020';
  }

  &[lang="en"] {
    --publication-title: 'Consolidated Accounts for the Financial Year ending 31 December 2020';
  }
  
  &[lang="it"] {
    --publication-title: 'Chiusura annuale consolidata al 31 dicembre 2020';
  }
  */
}

.footer {
  position: absolute;
  position: running(footerIdentifier);
  font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  line-height: 1.2;
  color: #00519e;
}

.page-header {
  position: absolute;
}

@page {
  counter-increment: page 1;
  margin-top: 28mm;
  margin-bottom: 15mm;
  margin-left: 20mm;
  margin-right: 10mm;
  -ro-bleed-width: 0mm;
  -ro-media-size: A4;
  -ro-crop-size: media;
  @bottom-left-corner {
    content: element(footerIdentifier);
    position: absolute;
    bottom: 10mm;
    left: 20mm;
    z-index: 999999;
  }
  @bottom-right-corner {
    content: counter(page);
    font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: 1.2;
    color: #00519e;
    position: absolute;
    bottom: 10mm;
    right: 10mm;
    z-index: 999999;
  }
  @top-right-corner {
    font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: 1.2;
    color: #00519e;
    position: absolute;
    right: 10mm;
    top: 10mm;
    z-index: 999999;
  }
  @top-left-corner {
    content: var(--publication-title);
    font-family: "TheSerif", "Verdana", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: 1.2;
    color: #00519e;
    position: absolute;
    left: 20mm;
    top: 10mm;
  }
}

.ns-article {
  page-break-after: always;
}

.ns-article:last-of-type {
  page-break-after: avoid;
}

.ns-highlight,
.ns-quote,
.ns-graphic,
.ns-table-wrap {
  page-break-inside: avoid;
}

.content {
  padding-left: 0;
  padding-right: 0;
}

.ns-paragraph {
  orphans: 3;
  widows: 3;
}

[class*="ns-title"] + [class*="ns-title"],
[class*="ns-title"] + .ns-paragraph {
  page-break-before: avoid;
}

.ns-marginal {
  page-break-before: avoid;
}

.ns-pdf-pagebreak + .ns-graphic + .ns-marginal,
.ns-pdf-pagebreak + .ns-img + .ns-marginal {
  overflow: visible;
}

.ns-pdf-pagebreak + .ns-graphic + .ns-marginal > div,
.ns-pdf-pagebreak + .ns-img + .ns-marginal > div {
  margin-top: 6.75pt;
}

.ns-pdf-pagebreak {
  display: block;
  page-break-after: always !important;
}

.ns-graphic + .ns-paragraph + .ns-marginal,
.ns-img + .ns-paragraph + .ns-marginal {
  margin-top: 20.25pt;
}

.ns-title-h1 + .ns-paragraph + .ns-marginal,
.ns-title-h1 + .ns-graphic + .ns-marginal,
.ns-title-h1 + .ns-img + .ns-marginal {
  margin-top: 20.25pt;
}

.ns-title-h2 + .ns-paragraph + .ns-marginal,
.ns-title-h3 + .ns-paragraph + .ns-marginal {
  margin-top: 4.5pt;
}

.ns-title-h4 + .ns-paragraph + .ns-marginal {
  margin-top: 4px;
}

.ns-title-h5 + .ns-paragraph + .ns-marginal {
  margin-top: 2px;
}

.ns-temp-highlight {
  background: yellow;
}

.content {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.content:before, .content:after {
  display: table;
  content: '';
  line-height: 0;
}

.content:after {
  clear: both;
}

.livingdocs > .ns-paragraph, .livingdocs >
.ns-graphic, .livingdocs >
.ns-video, .livingdocs >
.ns-signature, .livingdocs >
.ns-link, .livingdocs >
.ns-list-group, .livingdocs >
.ns-table, .livingdocs >
.ns-quote, .livingdocs >
.ns-lead, .livingdocs >
.ns-img, .livingdocs >
.ns-title-h1, .livingdocs >
.ns-title-h2, .livingdocs >
.ns-title-h3, .livingdocs >
.ns-title-h4, .livingdocs >
.ns-title-h5 {
  clear: none;
}

.ns-title-h1:first-child {
  margin-top: 0 !important;
}

.ns-marginal {
  float: right;
}

.ns-list-group__item {
  padding-left: 4.5mm;
}

.ns-list-group__item + * {
  margin-top: 0px;
}

.ns-list-group__item + .ns-anchor + * {
  margin-top: 0px;
}

.ns-list-group__item + .ns-pdf-header + * {
  margin-top: 0px;
}

.ns-list-group__item:before {
  bottom: 0;
}

.ns-highlight {
  margin-top: 2px;
}

.ns-arrow-icon {
  background-image: url("https://nswow-ld.nswow.ch/designs/gkb-ld/0.0.2/images/arrow-right.svg");
  width: .75rem;
  height: .75rem;
  margin-right: 3.375pt;
}

.ns-video__thumbnail {
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
}

.ns-video {
  margin-bottom: 27pt;
  padding-bottom: 13.5pt;
}

.ns-video__placeholder {
  position: relative;
  overflow: visible;
}

.ns-video__placeholder .php-video-link {
  height: auto;
  width: auto;
  top: 100%;
  position: absolute;
  left: 0;
  color: black;
  padding: 0;
  margin-top: 13.5pt;
  margin-bottom: 13.5pt;
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.ns-table-wrap {
  max-width: 90%;
}

.ns-council__content {
  display: block;
}

table .subscript,
table .superscript {
  left: -3px;
}

table .head .superscript {
  left: -1px;
}

[id="5a261ebf-6d44-439e-bb01-0a6b1347423f"] + .doc-section {
  page-break-after: never;
}

[tableid*="239f75c6-f264-4a8a-a39c-4754fdbcbad4"] tr:nth-child(15) .superscript {
  margin-right: -7px;
}

.ns-04_01_angaben_zur_firma {
  page-break-after: avoid !important;
}

.ns-04_02_bilanzierungs_bewertungsgrundsaetze {
  page-break-before: avoid !important;
}

.ns-04_02_bilanzierungs_bewertungsgrundsaetze .ns-title-h2:first-child {
  margin-top: 5mm;
}

/*  ANNUAL REPORT 2018
 * ---------------------
 */
div[tableid="1012fe0a-9425-4bee-b8b2-8dd56906d96c"] td.noline,
div[tableid="d8bdbf88-70f1-4c37-add3-b7c49f900783"] td.noline,
div[tableid="67a454c9-bdf5-4d16-aa49-b508114fbd8f"] td.noline,
div[tableid="69e4b4d3-06eb-4b3b-8fae-b7a24bbc39bf"] td.noline {
  height: 7px !important;
  overflow: hidden;
}

div[tableid="1012fe0a-9425-4bee-b8b2-8dd56906d96c"] td.noline p, div[tableid="1012fe0a-9425-4bee-b8b2-8dd56906d96c"] td.noline span,
div[tableid="d8bdbf88-70f1-4c37-add3-b7c49f900783"] td.noline p,
div[tableid="d8bdbf88-70f1-4c37-add3-b7c49f900783"] td.noline span,
div[tableid="67a454c9-bdf5-4d16-aa49-b508114fbd8f"] td.noline p,
div[tableid="67a454c9-bdf5-4d16-aa49-b508114fbd8f"] td.noline span,
div[tableid="69e4b4d3-06eb-4b3b-8fae-b7a24bbc39bf"] td.noline p,
div[tableid="69e4b4d3-06eb-4b3b-8fae-b7a24bbc39bf"] td.noline span {
  display: none;
}

[id="a5f91f09-a574-42bf-a22d-e784a3ce51d9"] + div .full-width {
  width: 90%;
}

[class*="geschaeftsstellen"] + div .ns-table-wrap {
  page-break-inside: auto;
}

[class*="07_01_erl"] + div,
[class*="07_02_grunds"] + div,
[class*="07_03_info_bilanz_einzel"] + div,
[class*="07_04_info_ausserbilanz_einzel"] + div,
[class*="07_00_anhang_jahresrechnung_einzel"] + div,
[class*="04_09_03_infos_kons_er"] + div,
[class*="04_09_04_offenlegung_eigenmittel_liquidit"] + div,
[class*="04_01_angaben_zur_firma"] + div,
[class*="04_02_bilanzierungs_bewertungsgrunds"] + div,
[class*="04_03_risikomanagement"] + div,
[class*="04_04_angewandte_methoden"] + div,
[class*="04_05_bewertung_der_deckungen"] + div,
[class*="04_06_geschäftspolitik"] + div,
[class*="04_07_wesentliche_ereignisse"] + div,
[class*="04_08_revisionsstelle"] + div,
[class*="04_09_01_infos_kons_bilanz"] + div,
[class*="04_09_02_infos_kons_ausserbilanz"] + div,
[class*="04_09_03_infos_kons_er"] + div,
[class*="04_09_04_offenlegung_eigenmittel_liquidität"] + div,
[class*="07_03_info_bilanz_einzel"] + div,
[class*="_erfolgsrechnung"] + div {
  page-break-after: avoid !important;
  page-break-before: avoid !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 5mm !important;
  padding-top: 0 !important;
}

[class*="07_01_erl"] + div .ns-title-h3:first-child,
[class*="07_01_erl"] + div .ns-title-h2:first-child,
[class*="07_01_erl"] + div .ns-title-h1:first-child,
[class*="07_02_grunds"] + div .ns-title-h3:first-child,
[class*="07_02_grunds"] + div .ns-title-h2:first-child,
[class*="07_02_grunds"] + div .ns-title-h1:first-child,
[class*="07_03_info_bilanz_einzel"] + div .ns-title-h3:first-child,
[class*="07_03_info_bilanz_einzel"] + div .ns-title-h2:first-child,
[class*="07_03_info_bilanz_einzel"] + div .ns-title-h1:first-child,
[class*="07_04_info_ausserbilanz_einzel"] + div .ns-title-h3:first-child,
[class*="07_04_info_ausserbilanz_einzel"] + div .ns-title-h2:first-child,
[class*="07_04_info_ausserbilanz_einzel"] + div .ns-title-h1:first-child,
[class*="07_00_anhang_jahresrechnung_einzel"] + div .ns-title-h3:first-child,
[class*="07_00_anhang_jahresrechnung_einzel"] + div .ns-title-h2:first-child,
[class*="07_00_anhang_jahresrechnung_einzel"] + div .ns-title-h1:first-child,
[class*="04_09_03_infos_kons_er"] + div .ns-title-h3:first-child,
[class*="04_09_03_infos_kons_er"] + div .ns-title-h2:first-child,
[class*="04_09_03_infos_kons_er"] + div .ns-title-h1:first-child,
[class*="04_09_04_offenlegung_eigenmittel_liquidit"] + div .ns-title-h3:first-child,
[class*="04_09_04_offenlegung_eigenmittel_liquidit"] + div .ns-title-h2:first-child,
[class*="04_09_04_offenlegung_eigenmittel_liquidit"] + div .ns-title-h1:first-child,
[class*="04_01_angaben_zur_firma"] + div .ns-title-h3:first-child,
[class*="04_01_angaben_zur_firma"] + div .ns-title-h2:first-child,
[class*="04_01_angaben_zur_firma"] + div .ns-title-h1:first-child,
[class*="04_02_bilanzierungs_bewertungsgrunds"] + div .ns-title-h3:first-child,
[class*="04_02_bilanzierungs_bewertungsgrunds"] + div .ns-title-h2:first-child,
[class*="04_02_bilanzierungs_bewertungsgrunds"] + div .ns-title-h1:first-child,
[class*="04_03_risikomanagement"] + div .ns-title-h3:first-child,
[class*="04_03_risikomanagement"] + div .ns-title-h2:first-child,
[class*="04_03_risikomanagement"] + div .ns-title-h1:first-child,
[class*="04_04_angewandte_methoden"] + div .ns-title-h3:first-child,
[class*="04_04_angewandte_methoden"] + div .ns-title-h2:first-child,
[class*="04_04_angewandte_methoden"] + div .ns-title-h1:first-child,
[class*="04_05_bewertung_der_deckungen"] + div .ns-title-h3:first-child,
[class*="04_05_bewertung_der_deckungen"] + div .ns-title-h2:first-child,
[class*="04_05_bewertung_der_deckungen"] + div .ns-title-h1:first-child,
[class*="04_06_geschäftspolitik"] + div .ns-title-h3:first-child,
[class*="04_06_geschäftspolitik"] + div .ns-title-h2:first-child,
[class*="04_06_geschäftspolitik"] + div .ns-title-h1:first-child,
[class*="04_07_wesentliche_ereignisse"] + div .ns-title-h3:first-child,
[class*="04_07_wesentliche_ereignisse"] + div .ns-title-h2:first-child,
[class*="04_07_wesentliche_ereignisse"] + div .ns-title-h1:first-child,
[class*="04_08_revisionsstelle"] + div .ns-title-h3:first-child,
[class*="04_08_revisionsstelle"] + div .ns-title-h2:first-child,
[class*="04_08_revisionsstelle"] + div .ns-title-h1:first-child,
[class*="04_09_01_infos_kons_bilanz"] + div .ns-title-h3:first-child,
[class*="04_09_01_infos_kons_bilanz"] + div .ns-title-h2:first-child,
[class*="04_09_01_infos_kons_bilanz"] + div .ns-title-h1:first-child,
[class*="04_09_02_infos_kons_ausserbilanz"] + div .ns-title-h3:first-child,
[class*="04_09_02_infos_kons_ausserbilanz"] + div .ns-title-h2:first-child,
[class*="04_09_02_infos_kons_ausserbilanz"] + div .ns-title-h1:first-child,
[class*="04_09_03_infos_kons_er"] + div .ns-title-h3:first-child,
[class*="04_09_03_infos_kons_er"] + div .ns-title-h2:first-child,
[class*="04_09_03_infos_kons_er"] + div .ns-title-h1:first-child,
[class*="04_09_04_offenlegung_eigenmittel_liquidität"] + div .ns-title-h3:first-child,
[class*="04_09_04_offenlegung_eigenmittel_liquidität"] + div .ns-title-h2:first-child,
[class*="04_09_04_offenlegung_eigenmittel_liquidität"] + div .ns-title-h1:first-child,
[class*="07_03_info_bilanz_einzel"] + div .ns-title-h3:first-child,
[class*="07_03_info_bilanz_einzel"] + div .ns-title-h2:first-child,
[class*="07_03_info_bilanz_einzel"] + div .ns-title-h1:first-child,
[class*="_erfolgsrechnung"] + div .ns-title-h3:first-child,
[class*="_erfolgsrechnung"] + div .ns-title-h2:first-child,
[class*="_erfolgsrechnung"] + div .ns-title-h1:first-child {
  page-break-before: avoid !important;
}

[class*="10_corporate_governance"],
[class*="11_nachhaltigkeit"] {
  page-break-before: always !important;
}

[class*="07_03_info_bilanz_einzel"] + div {
  page-break-after: always !important;
}

[class*="_geldflussrechnung"] + div {
  padding-top: 0 !important;
}

[class*="_erfolgsrechnung"] .noline_small {
  height: 3mm;
}

[class*="_erfolgsrechnung"] .noline_small .noline_small,
[class*="_erfolgsrechnung"] .noline_small .noline_small p,
[class*="_erfolgsrechnung"] .noline_small .noline_small .note,
[class*="_erfolgsrechnung"] .noline_small .noline_small .zahl {
  line-height: .7 !important;
}

[class*="10_00_corporate"],
[class*="10_01_konzern"],
[class*="10_02_kapital"],
[class*="10_05_entsch"],
[class*="10_06_mitwir"],
[class*="10_07_aufsicht"],
[class*="10_08_kontrollorgane"],
[class*="10_09_informations"] {
  page-break-after: avoid !important;
  padding-bottom: 5mm !important;
}

[class*="05_revisionsbericht"] + div,
[class*="08_revisionsbericht_jr_einzel"] + div {
  page-break-before: avoid !important;
  page-break-inside: avoid !important;
  margin-bottom: -100px;
}

[class*="05_revisionsbericht"] + div h1, [class*="05_revisionsbericht"] + div h2, [class*="05_revisionsbericht"] + div h3,
[class*="08_revisionsbericht_jr_einzel"] + div h1,
[class*="08_revisionsbericht_jr_einzel"] + div h2,
[class*="08_revisionsbericht_jr_einzel"] + div h3 {
  margin-top: -50px !important;
  page-break-before: avoid !important;
}

[class*="05_revisionsbericht"] + div img,
[class*="08_revisionsbericht_jr_einzel"] + div img {
  width: 90%;
}

[class*="07_05_info_er_einzel"] + div {
  margin-bottom: -100px;
}

.ns-05_revisionsbericht {
  page-break-inside: avoid !important;
  margin-bottom: -100px;
}

.ns-05_revisionsbericht .ns-title-h1 {
  page-break-after: avoid !important;
}

.ns-05_revisionsbericht .ns-title-h1 + .ns-img {
  margin-top: -1px !important;
  page-break-before: avoid !important;
}

.ns-05_revisionsbericht .ns-img.full-width {
  width: 90% !important;
}

.ns-05_revisionsbericht h1, .ns-05_revisionsbericht h2, .ns-05_revisionsbericht h3 {
  margin-top: -1px !important;
  page-break-before: avoid !important;
}

.header,
.footer,
.post-navigation,
.breadcrumbs-wrapper,
.report {
  display: none;
}

.accordion__content {
  display: block;
}

.accordion__title {
  margin-top: 13.5pt;
}

@page :header {
  display: none;
}

/*# sourceMappingURL=print.css.map */
