/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
.highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: left;
  line-height: normal;
  z-index: 0;
  /* #1072 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Apercu Pro", sans-serif;
  font-size: 12px;
}

.highcharts-root {
  display: block;
}

.highcharts-root text {
  stroke-width: 0;
}

.highcharts-strong {
  font-weight: bold;
}

.highcharts-emphasized {
  font-style: italic;
}

.highcharts-anchor {
  cursor: pointer;
}

.highcharts-background {
  fill: #ffffff;
}

.highcharts-plot-border, .highcharts-plot-background {
  fill: none;
}

.highcharts-label-box {
  fill: none;
}

.highcharts-button-box {
  fill: inherit;
}

.highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}

.highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}

/* Titles */
.highcharts-title {
  fill: #333333;
  font-size: 1.5em;
}

.highcharts-subtitle {
  fill: #666666;
}

/* Axes */
.highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-axis-title {
  fill: #666666;
}

.highcharts-axis-labels {
  fill: #666666;
  cursor: default;
  font-size: 0.9em;
}

.highcharts-grid-line {
  fill: none;
  stroke: #e6e6e6;
}

.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}

.highcharts-tick {
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}

.highcharts-minor-grid-line {
  stroke: #f2f2f2;
}

.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc;
}

.highcharts-crosshair-category {
  stroke: #ccd6eb;
  stroke-opacity: 0.25;
}

/* Credits */
.highcharts-credits {
  cursor: pointer;
  fill: #999999;
  font-size: 0.7em;
  -webkit-transition: fill 250ms, font-size 250ms;
  transition: fill 250ms, font-size 250ms;
}

.highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}

/* Tooltip */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  -webkit-transition: stroke 150ms;
  transition: stroke 150ms;
}

.highcharts-tooltip text {
  fill: #333333;
}

.highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}

.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: #f7f7f7;
  fill-opacity: 0.85;
}

.highcharts-tooltip-box .highcharts-label-box {
  fill: #f7f7f7;
  fill-opacity: 0.85;
}

.highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}

.highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}

.highcharts-state-hover path {
  -webkit-transition: stroke-width 50;
  transition: stroke-width 50;
  /* quick in */
}

.highcharts-state-normal path {
  -webkit-transition: stroke-width 250ms;
  transition: stroke-width 250ms;
  /* slow out */
}

/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}

/* Series options */
/* Default colors */
.highcharts-color-0 {
  fill: #9AAF35;
  stroke: #9AAF35;
}

.highcharts-color-1 {
  fill: #00527B;
  stroke: #00527B;
}

.highcharts-color-2 {
  fill: #ffa500;
  stroke: #ffa500;
}

.highcharts-color-3 {
  fill: #87cee2;
  stroke: #87cee2;
}

.highcharts-color-4 {
  fill: #80386D;
  stroke: #80386D;
}

.highcharts-color-5 {
  fill: #4A4A4A;
  stroke: #4A4A4A;
}

.highcharts-color-6 {
  fill: #CED2D3;
  stroke: #CED2D3;
}

.highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}

.highcharts-markers {
  stroke-width: 1px;
  stroke: #ffffff;
}

.highcharts-point {
  stroke-width: 1px;
}

.highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}

.highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}

.highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-data-label text, text.highcharts-data-label {
  fill: #333333;
}

.highcharts-data-label-connector {
  fill: none;
}

.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}

.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.highcharts-markers .highcharts-point-select {
  fill: #cccccc;
  stroke: #000000;
}

.highcharts-column-series rect.highcharts-point {
  stroke: #ffffff;
}

.highcharts-column-series .highcharts-point {
  -webkit-transition: fill-opacity 250ms;
  transition: fill-opacity 250ms;
}

.highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  -webkit-transition: fill-opacity 50ms;
  transition: fill-opacity 50ms;
}

.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  -webkit-transition: fill-opacity 50ms;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  -webkit-transition: fill-opacity 50ms;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  -webkit-transition: fill-opacity 50ms;
  transition: fill-opacity 50ms;
}

.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #e6e6e6;
  -webkit-transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}

.highcharts-treemap-series .highcharts-point-hover {
  stroke: #999999;
  -webkit-transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}

.highcharts-treemap-series .highcharts-above-level {
  display: none;
}

.highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}

.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}

.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}

/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-legend-item > text {
  fill: #333333;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  stroke-width: 0;
}

.highcharts-legend-item:hover text {
  fill: #000000;
}

.highcharts-legend-item-hidden * {
  fill: #cccccc !important;
  stroke: #cccccc !important;
  -webkit-transition: fill 250ms;
  transition: fill 250ms;
}

.highcharts-legend-nav-active {
  fill: #003399;
  cursor: pointer;
}

.highcharts-legend-nav-inactive {
  fill: #cccccc;
}

circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
  /* tracker */
  fill: rgba(192, 192, 192, 0.0001);
}

.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}

/* Bubble legend */
.highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}

.highcharts-bubble-legend-connectors {
  stroke-width: 1;
}

.highcharts-bubble-legend-labels {
  fill: #333333;
}

/* Loading */
.highcharts-loading {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

.highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 250ms, height 250ms step-end;
  transition: opacity 250ms, height 250ms step-end;
}

.highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}

/* Plot bands and polar pane backgrounds */
.highcharts-plot-band, .highcharts-pane {
  fill: #000000;
  fill-opacity: 0.05;
}

.highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px;
}

/* Highcharts More and modules */
.highcharts-boxplot-box {
  fill: #ffffff;
}

.highcharts-boxplot-median {
  stroke-width: 2px;
}

.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}

.highcharts-errorbar-series .highcharts-point {
  stroke: #000000;
}

.highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-gauge-series .highcharts-dial {
  fill: #000000;
  stroke-width: 0;
}

.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}

.highcharts-waterfall-series .highcharts-graph {
  stroke: #333333;
  stroke-dasharray: 1, 3;
}

.highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-sankey-series .highcharts-link {
  -webkit-transition: fill 250ms, fill-opacity 250ms;
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}

.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  -webkit-transition: fill 50ms, fill-opacity 50ms;
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}

.highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #cccccc;
  -webkit-transition: stroke 250ms, fill-opacity 250ms;
  transition: stroke 250ms, fill-opacity 250ms;
}

.highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #cccccc;
}

/* Highstock */
.highcharts-navigator-mask-outside {
  fill-opacity: 0;
}

.highcharts-navigator-mask-inside {
  fill: #6685c2;
  /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}

.highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none;
}

.highcharts-navigator-handle {
  stroke: #cccccc;
  fill: #f2f2f2;
  cursor: ew-resize;
}

.highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}

.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}

.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}

.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #e6e6e6;
}

.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999;
}

.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}

.highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-scrollbar-button {
  fill: #e6e6e6;
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-scrollbar-arrow {
  fill: #666666;
}

.highcharts-scrollbar-rifles {
  stroke: #666666;
  stroke-width: 1px;
}

.highcharts-scrollbar-track {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1px;
}

.highcharts-button {
  fill: #f7f7f7;
  stroke: #cccccc;
  cursor: default;
  stroke-width: 1px;
  -webkit-transition: fill 250ms;
  transition: fill 250ms;
}

.highcharts-button text {
  fill: #333333;
}

.highcharts-button-hover {
  -webkit-transition: fill 0ms;
  transition: fill 0ms;
  fill: #e6e6e6;
  stroke: #cccccc;
}

.highcharts-button-hover text {
  fill: #333333;
}

.highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #cccccc;
}

.highcharts-button-pressed text {
  fill: #333333;
  font-weight: bold;
}

.highcharts-button-disabled text {
  fill: #333333;
}

.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}

.highcharts-range-label rect {
  fill: none;
}

.highcharts-range-label text {
  fill: #666666;
}

.highcharts-range-input rect {
  fill: none;
}

.highcharts-range-input text {
  fill: #333333;
}

.highcharts-range-input {
  stroke-width: 1px;
  stroke: #cccccc;
}

input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px;
  /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em;
  /* #4798 */
}

.highcharts-crosshair-label text {
  fill: #ffffff;
  font-size: 1.1em;
}

.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}

.highcharts-candlestick-series .highcharts-point {
  stroke: #000000;
  stroke-width: 1px;
}

.highcharts-candlestick-series .highcharts-point-up {
  fill: #ffffff;
}

.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}

.highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #999999;
  fill: #ffffff;
  -webkit-transition: fill 250ms;
  transition: fill 250ms;
}

.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #000000;
  fill: #ccd6eb;
}

.highcharts-flags-series .highcharts-point text {
  fill: #000000;
  font-size: 0.9em;
  font-weight: bold;
}

/* Highmaps */
.highcharts-map-series .highcharts-point {
  -webkit-transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc;
}

.highcharts-map-series .highcharts-point-hover {
  -webkit-transition: fill 0ms, fill-opacity 0ms;
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
  stroke-width: 2px;
}

.highcharts-mapline-series .highcharts-point {
  fill: none;
}

.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.highcharts-coloraxis {
  stroke-width: 0;
}

.highcharts-coloraxis-marker {
  fill: #999999;
}

.highcharts-null-point {
  fill: #f7f7f7;
}

/* 3d charts */
.highcharts-3d-frame {
  fill: transparent;
}

/* Exporting module */
.highcharts-contextbutton {
  fill: #ffffff;
  /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}

.highcharts-contextbutton:hover {
  fill: #e6e6e6;
  stroke: #e6e6e6;
}

.highcharts-button-symbol {
  stroke: #666666;
  stroke-width: 3px;
}

.highcharts-menu {
  border: 1px solid #999999;
  background: #ffffff;
  padding: 5px 0;
  -webkit-box-shadow: 3px 3px 10px #888;
          box-shadow: 3px 3px 10px #888;
}

.highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #333333;
  cursor: pointer;
  -webkit-transition: background 250ms, color 250ms;
  transition: background 250ms, color 250ms;
}

.highcharts-menu-item:hover {
  background: #335cad;
  color: #ffffff;
}

/* Drilldown module */
.highcharts-drilldown-point {
  cursor: pointer;
}

.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #003399;
  font-weight: bold;
  text-decoration: underline;
}

/* No-data module */
.highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #666666;
}

/* Drag-panes module */
.highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}

/* Bullet type series */
.highcharts-bullet-target {
  stroke-width: 0;
}

/* Lineargauge type series */
.highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #333333;
}

.highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #333333;
}

/* Annotations module */
.highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #000000;
  fill: #000000;
  fill-opacity: 0.75;
}

.highcharts-annotation-label text {
  fill: #e6e6e6;
}

/* Gantt */
.highcharts-treegrid-node-collapsed, .highcharts-treegrid-node-expanded {
  cursor: pointer;
}

.highcharts-point-connecting-path {
  fill: none;
}

.highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}

.highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}

.ns-title-h1 {
  color: #9AAF35;
}

@media (min-width: 992px) {
  .ns-title-h1 {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .ns-title-h1 {
    padding-left: 16.66667%;
    padding-right: 8.33333%;
  }
}

.ns-title-h1 + * {
  margin-top: 20px;
}

.ns-title-h1 + .ns-title-h2 {
  margin-top: 40px;
}

.ns-title-h2 {
  width: 100%;
  color: #9AAF35;
}

@media (min-width: 768px) {
  .ns-title-h2 {
    padding-left: 33.33333%;
    padding-right: 8.33333%;
  }
}

.ns-title-h2 + * {
  margin-top: 40px;
}

.ns-title-h3 {
  width: 100%;
  color: #4A4A4A;
}

@media (min-width: 768px) {
  .ns-title-h3 {
    padding-left: 33.33333%;
    padding-right: 8.33333%;
  }
}

.ns-title-h3 + * {
  margin-top: 10px;
}

.ns-title-h4 {
  width: 100%;
  color: #868886;
}

@media (min-width: 768px) {
  .ns-title-h4 {
    padding-left: 33.33333%;
    padding-right: 8.33333%;
  }
}

.ns-title-h4 + * {
  margin-top: 10px;
}

.ns-title-h4 + .ns-table-wrap {
  margin-top: 20px;
}

@media print {
  .ns-title-h4 + * {
    margin-top: 0;
  }
}

.ns-lead {
  font-size: 2.2rem;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .ns-lead {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .ns-lead {
    padding-left: 16.66667%;
    padding-right: 8.33333%;
  }
}

@media screen and (min-width: 768px) {
  .ns-lead {
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-lead {
    font-size: 14pt;
    line-height: 18pt;
  }
}

.ns-lead + * {
  margin-top: 60px;
}

.ns-paragraph {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .ns-paragraph {
    padding-left: 33.33333%;
    padding-right: 8.33333%;
  }
}

@media screen and (min-width: 768px) {
  .ns-paragraph {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media print {
  .ns-paragraph {
    font-size: 10pt;
    line-height: 14pt;
  }
}

.ns-paragraph + * {
  margin-top: 40px;
}

.ns-paragraph + .ns-list-group {
  margin-top: 20px;
}

.ns-paragraph + .ns-paragraph--small-margin {
  margin-top: 5px;
}

.ns-quote {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-quote {
    padding-left: 8.33333%;
    padding-right: 16.66667%;
  }
}

.ns-quote + * {
  margin-top: 60px;
}

.ns-quote__text {
  font-size: 3rem;
  line-height: 1.27;
  color: #9AAF35;
  margin-bottom: 20px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .ns-quote__text {
    font-size: 3rem;
    line-height: 1.27;
  }
}

@media print {
  .ns-quote__text {
    font-size: 20pt;
    line-height: 24pt;
  }
}

.ns-quote__text + * {
  margin-top: 20px;
}

@media print {
  .ns-quote__text + * {
    margin-top: 10px;
  }
}

.ns-quote__author {
  font-size: 1.4rem;
  line-height: 1.28;
  color: #868886;
}

@media screen and (min-width: 768px) {
  .ns-quote__author {
    font-size: 1.4rem;
    line-height: 1.28;
  }
}

@media print {
  .ns-quote__author {
    font-size: 8pt;
    line-height: 11pt;
  }
}

.ns-list-group {
  margin-top: 10px;
  width: 100%;
  list-style-type: none;
}

@media (min-width: 768px) {
  .ns-list-group {
    padding-left: 33.33333%;
    padding-right: 8.33333%;
  }
}

.ns-list-group + * {
  margin-top: 40px;
}

.ns-list-group--ol {
  counter-reset: ordered-list;
}

.ns-list-group__item {
  padding-left: 20px;
  position: relative;
}

.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) ".";
}

.ns-list-group.ns-list-group--small-margin {
  margin-top: 5px;
}

.ns-definition {
  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;
}

@media (min-width: 992px) {
  .ns-definition {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .ns-definition {
    padding-left: 33.33333%;
    padding-right: 8.33333%;
  }
}

.ns-definition + * {
  margin-top: 40px;
}

.ns-definition__title {
  font-weight: 700;
  margin-bottom: 40px;
  width: 100%;
}

.ns-definition__wrapper {
  width: 100%;
}

.ns-definition-line {
  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-definition-line__word {
  width: calc(28.57143% - 5px);
  padding-left: calc((28.57143% - 5px) / 7 * 0);
  margin-left: 0;
  margin-right: 5px;
  font-family: "Apercu Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-smoothing: antialiased;
  font-smoothing: grayscale;
  border-bottom: 2px solid #CED2D3;
}

.ns-definition-line__word p {
  padding: 10px;
}

.ns-definition-line__def {
  width: calc(71.42857% - 5px);
  padding-left: calc((71.42857% - 5px) / 7 * 0);
  margin-left: 5px;
  margin-right: 0;
  font-family: "Apercu Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-smoothing: antialiased;
  font-smoothing: grayscale;
  border-bottom: 2px solid #CED2D3;
}

.ns-definition-line__def p {
  padding: 10px;
}

.js-responsive-table .clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (min-width: 992px) {
  .js-responsive-table .clone {
    left: 16.66667%;
  }
}

.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:not(.fixed),
.js-responsive-table tr th:not(.fixed) {
  width: 100px;
}

.js-responsive-table tr td.fixed,
.js-responsive-table tr th.fixed {
  background: white;
  white-space: normal;
  width: auto;
  min-width: 30%;
  min-width: 30vw;
  max-width: 45%;
  max-width: 45vw;
  border-right: 1px solid #969696;
}

.nhsnote-box .js-responsive-table tr td.fixed, .nhsnote-box
.js-responsive-table tr th.fixed {
  background: #F2F2F2;
}

.js-responsive-table .ns-table {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.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: 0px solid transparent;
}

.ns-table-wrap {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .ns-table-wrap {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .ns-table-wrap {
    padding-left: 33.33333%;
    padding-right: 0%;
  }
}

.ns-table-wrap + * {
  margin-top: 40px;
}

.ns-table-wrap + .ns-table-wrap {
  margin-top: 80px;
}

.ns-table-wrap + .ns-highcharts {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .ns-table-wrap.full-width {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .ns-table-wrap.full-width {
    padding-left: 16.66667%;
    padding-right: 0%;
  }
}

.ns-table {
  max-width: 100%;
}

.hasHover table tr:hover td {
  background: #9AAF35 !important;
  color: #ffffff !important;
}

.hasHover table tr:hover td .note a {
  color: #80386D;
}

td {
  border-bottom: 1px solid #969696;
  font-weight: 300;
}

.line_bold {
  font-weight: 700;
  border-bottom: 1px solid #969696;
}

td:first-of-type.line_grey p {
  position: relative;
  padding-left: 13px;
}

td:first-of-type.line_grey p:before {
  content: '–';
  position: absolute;
  left: 0px;
}

.line_grey {
  font-weight: 300;
  color: #969696;
  border-bottom: 1px solid #969696;
}

.bline_bold {
  font-weight: 700;
  border-bottom: 2px solid #969696;
}

.bline_bold_green {
  font-weight: 700;
  color: #9AAF35;
  border-bottom: 2px solid #9AAF35;
}

.head {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  border-bottom: 1px solid #969696;
}

@media screen and (min-width: 768px) {
  .head {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media print {
  .head {
    font-size: 8pt;
    line-height: 1.2;
  }
}

.head:first-child,
.head .note {
  font-weight: 300;
  color: #4A4A4A;
}

.noline_head {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  border-bottom: 0px solid transparent;
}

@media screen and (min-width: 768px) {
  .noline_head {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media print {
  .noline_head {
    font-size: 8pt;
    line-height: 1.2;
  }
}

.noline {
  font-weight: 300;
  height: 26px;
  border-bottom: 0px solid transparent;
}

.noline_bold {
  font-weight: 700;
  border-bottom: 0px solid transparent;
}

.footnote {
  font-weight: 300;
  border-bottom: 0px solid transparent;
  font-size: 1.2rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .footnote {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media print {
  .footnote {
    font-size: 8pt;
    line-height: 1.2;
  }
}

.note {
  font-weight: 700;
  color: #9AAF35;
  cursor: pointer;
  display: block;
  width: 100%;
}

.note a {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .note {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .note {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media print and (min-width: 768px) {
  .note {
    font-size: 8pt;
    line-height: 1.2;
  }
}

.head_small {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .head_small {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media print {
  .head_small {
    font-size: 8pt;
    line-height: 1.2;
  }
}

.ns-borderright-zahl:not(.head) span {
  white-space: nowrap !important;
}

.light {
  font-weight: 300;
  color: #4A4A4A;
}

.bold {
  font-weight: 700;
}

.ns-backgroundcolor-hellgruen {
  background: #E0E6C1;
}

.ns-style-footnote {
  font-weight: 300;
  border-bottom: 0px solid transparent;
  font-size: 1.2rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .ns-style-footnote {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-style-footnote {
    font-size: 8pt;
    line-height: 1.2;
  }
}

p.ns-style-footnote {
  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;
}

p.ns-style-footnote:first-child {
  margin-top: 20px;
}

p.ns-style-footnote span {
  width: auto;
}

p.ns-style-footnote span.ns-footnote-key, p.ns-style-footnote span.ns-style-superscript {
  width: auto;
  display: inline-block;
  font-size: 70%;
  line-height: 0;
  padding: 0 1px;
  top: 4px;
}

p.ns-style-footnote span.ns-style-footnote:not(.ns-style-superscript):not(.ns-footnote-key) {
  position: relative;
  width: calc(100% - 14px);
  display: block;
  margin-top: 0;
}

.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;
  width: 100%;
}

@media (min-width: 768px) {
  .ns-signature {
    padding-left: 33.33333%;
    padding-right: 8.33333%;
  }
}

.ns-signature + * {
  margin-top: 60px;
}

.ns-signature__item {
  width: 60%;
}

@media (min-width: 768px) {
  .ns-signature__item {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .ns-signature__item {
    width: 42.85714%;
    padding-left: 0%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .ns-signature__item:nth-of-type(2) {
    margin-left: 60px;
  }
}

.ns-signature img {
  margin-bottom: 20px;
}

.ns-signature__name {
  font-weight: 700;
}

.ns-img-editorial + * {
  margin-top: 40px;
}

.ns-img-editorial__content {
  padding: 30px 10px 40px 10px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ns-sidebar-container__sidebar .ns-img-editorial__content,
.js-graphic-wrapper .ns-img-editorial__content {
  border-top: 2px solid #CED2D3;
}

@media (min-width: 768px) {
  .ns-img-editorial__content {
    padding: 40px 0;
    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;
  }
  .ns-img-editorial--img-round .ns-img-editorial__content {
    padding: 40px;
  }
  .ns-sidebar-container__sidebar .ns-img-editorial__content {
    display: block;
  }
}

.ns-img-editorial__img {
  width: calc(50% - 10px);
}

.ns-img-editorial__img img {
  width: 100%;
}

.ns-img-editorial--img-round .ns-img-editorial__img img {
  border-radius: 50%;
}

@media (min-width: 768px) {
  .ns-sidebar-container__sidebar .ns-img-editorial__img {
    margin-bottom: 20px;
    width: 100%;
  }
}

.ns-img-editorial__text {
  width: calc(50% - 10px);
}

@media (min-width: 768px) {
  .ns-sidebar-container__sidebar .ns-img-editorial__text {
    width: 100%;
  }
}

.ns-img-editorial__name {
  font-weight: 700;
}

.ns-img-editorial__name + * {
  margin-top: 10px;
}

.ns-img-editorial__name, .ns-img-editorial__position {
  font-size: 1.4rem;
  line-height: 1.28;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ns-img-editorial__name, .ns-img-editorial__position {
    font-size: 1.4rem;
    line-height: 1.28;
  }
}

@media print {
  .ns-img-editorial__name, .ns-img-editorial__position {
    font-size: 8pt;
    line-height: 11pt;
  }
}

@media (min-width: 768px) {
  .ns-sidebar-container__sidebar .ns-img-editorial__name, .ns-sidebar-container__sidebar .ns-img-editorial__position {
    text-align: center;
  }
}

.ns-img {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-img {
    padding-left: 33.33333%;
    padding-right: 8.33333%;
  }
}

.ns-img + * {
  margin-top: 60px;
}

.ns-img img {
  width: 100%;
}

.ns-img__img--mobile {
  display: none;
}

.ns-img__caption {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  color: #868886;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .ns-img__caption {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media print {
  .ns-img__caption {
    font-size: 8pt;
    line-height: 11pt;
  }
}

.ns-img.full-width {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-img.full-width {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}

.ns-img.fullfull-width {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-img.fullfull-width {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.ns-img--mobile .ns-img__img--desktop {
  display: none;
}

@media (min-width: 768px) {
  .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: 768px) {
  .ns-img--mobile .ns-img__img--mobile {
    display: none;
  }
}

@media print {
  .ns-img--mobile .ns-img__img--mobile {
    display: none;
  }
}

.ns-video {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-video {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}

.ns-video + * {
  margin-top: 60px;
}

.ns-video__video {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  display: block;
}

.ns-video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ns-video__thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  display: block;
  background-size: cover;
  background-position: center;
  display: none;
}

.ns-video__thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ns-video__playbutton {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  color: #9AAF35;
  line-height: 30px;
  text-align: center;
  z-index: 2;
}

.ns-video__playbutton svg {
  position: absolute;
  top: 8px;
  left: 12px;
}

.ns-video__vid-url {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  color: #868886;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .ns-video__vid-url {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media print {
  .ns-video__vid-url {
    font-size: 8pt;
    line-height: 11pt;
  }
}

.ns-management {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-management {
    padding-left: 8.33333%;
    padding-right: 0%;
  }
}

.ns-management + * {
  margin-top: 60px;
}

.ns-management__title, .ns-management__paragraph {
  padding-left: 0;
  padding-right: 0;
}

.ns-management__manager-wrapper {
  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;
}

.ns-manager {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-manager {
    width: 45.45455%;
    padding-left: 0;
  }
}

.ns-manager__content {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 2px solid #9AAF35;
  padding: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .ns-manager__content {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media print {
  .ns-manager__content {
    padding: 20px 0;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.ns-manager__name {
  font-weight: 700;
}

.ns-manager__img {
  width: 60%;
  margin-right: 20px;
  position: relative;
}

.ns-manager__img img {
  border-radius: 50%;
  width: 100%;
}

.ns-manager__text {
  width: 100%;
}

.ns-parallax-container {
  width: 100%;
  overflow: visible;
  position: relative;
  height: auto;
}

.ns-parallax-container__img {
  width: 100vw;
  height: 100vh;
  background-image: url("https://picsum.photos/1920/1080");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ns-parallax-container__content-wrapper {
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background: #ffffff;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ns-parallax-container__content {
  background: #ffffff;
  position: relative;
  width: calc(100% - 20px);
  max-width: 960px;
  margin: 40px auto;
}

.ns-img-gallery {
  margin-top: 60px;
  height: auto !important;
}

.ns-img-gallery + * {
  margin-top: 30px;
}

.ns-img-gallery + .ns-story {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .ns-img-gallery + * {
    margin-top: 60px;
  }
  .ns-img-gallery + .ns-story {
    margin-top: 120px;
  }
}

.ns-img-gallery .ns-img {
  padding-left: 0;
  padding-right: 0;
}

.ns-img-gallery__wrapper {
  height: auto !important;
}

.ns-img-gallery__slide {
  height: auto !important;
}

@media (min-width: 768px) {
  .ns-img-gallery .ns-img__caption {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .ns-img-gallery .ns-img__caption span:not([style="display:none"]) {
    padding: 10px;
  }
}

.ns-img-gallery .ns-img {
  position: relative;
}

@media (min-width: 768px) {
  .ns-img-gallery .ns-img {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .hasHover .ns-img-gallery .ns-img:hover .ns-img__caption {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.ns-img-gallery .swiper-button-next,
.ns-img-gallery .swiper-button-prev {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .ns-img-gallery .swiper-button-next,
  .ns-img-gallery .swiper-button-prev {
    display: none;
  }
}

.ns-img-gallery__pagination {
  display: none;
}

@media (min-width: 768px) {
  .ns-img-gallery__pagination {
    display: block;
  }
}

.slider-on-home-page {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0;
  max-height: calc(60vh - 74px);
  height: calc(60vh - 74px) !important;
}

@media (min-width: 992px) {
  .slider-on-home-page {
    max-height: calc(80vh - 150px);
    height: calc(80vh - 150px) !important;
  }
}

.slider-on-home-page .ns-img__caption {
  position: absolute;
  width: auto;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  padding: 10px;
  bottom: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 50%;
  height: auto;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .slider-on-home-page .ns-img__caption {
    font-size: 4.3rem;
    line-height: 1.2;
  }
}

@media print {
  .slider-on-home-page .ns-img__caption {
    font-size: 12pt;
    line-height: 1.2;
  }
}

.slider-on-home-page .ns-img__caption span:not([style="display:none"]) {
  background: #9AAF35;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 10px #9AAF35;
          box-shadow: 0 0 0 10px #9AAF35;
  line-height: 1.9;
  padding: 0;
}

.slider-on-home-page .swiper-wrapper {
  width: 100%;
  height: 100% !important;
}

.slider-on-home-page .ns-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.slider-on-home-page .ns-img[style^="background-image: url"] img {
  display: none;
}

.hasHover .slider-on-home-page .ns-img:hover .ns-img__caption {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-on-home-page .ns-img-gallery__pagination {
  display: block;
  height: 17px;
}

@media (min-width: 992px) {
  .slider-on-home-page .ns-img-gallery__pagination {
    height: auto;
  }
}

.slider-on-home-page .swiper-button-next,
.slider-on-home-page .swiper-button-prev {
  display: none;
}

.slider-on-home-page .swiper-pagination-bullet {
  background: transparent;
  border-color: #ffffff;
  width: 8px;
  height: 8px;
}

@media (min-width: 992px) {
  .slider-on-home-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.slider-on-home-page .swiper-pagination-bullet-active {
  background: #ffffff;
}

.one-slide-per-screen .ns-img__caption {
  display: none !important;
}

.swiper-wrapper.disabled {
  -webkit-transform: translate3d(0px, 0, 0) !important;
          transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
  display: none;
}

.slider-before-story + .ns-story {
  margin-top: 60px;
}

.ns-story {
  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;
  width: 100%;
}

.ns-story + * {
  margin-top: 60px;
}

.ns-story + .slider-after-story {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .ns-story + * {
    margin-top: 120px;
  }
  .ns-story + .slider-after-story {
    margin-top: 60px;
  }
}

.ns-story.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -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-story__title,
.ns-story .ns-paragraph,
.ns-story .ns-video,
.ns-story .ns-img,
.ns-story .ns-title-h2,
.ns-story .ns-list-group {
  padding-left: 0;
  padding-right: 0;
}

.ns-story__section-title {
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .ns-story__section-title {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-story__section-title {
    font-size: 9pt;
    line-height: 14pt;
  }
}

.ns-story__section-title + * {
  margin-top: 10px;
}

.ns-story__section-title[style="display: none;"] + .ns-story__title {
  margin-top: 0;
}

@media print {
  .ns-story__section-title[style="display: none;"] + .ns-story__title {
    margin-top: -24px;
  }
}

.ns-story__title {
  color: #4A4A4A;
}

.ns-story__title + * {
  margin-top: 10px;
}

.ns-story__media + * {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .ns-story__media + * {
    margin-top: 0;
  }
}

.ns-story--1-2 > div:nth-of-type(1) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--1-2 > div:nth-of-type(1) {
    width: calc(50% - 10px);
    padding-left: calc((50% - 10px) / 12 * 0);
    margin-left: 0;
    margin-right: 10px;
  }
}

.ns-story--1-2 > div:nth-of-type(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--1-2 > div:nth-of-type(2) {
    width: calc(50% - 10px);
    padding-left: calc((50% - 10px) / 12 * 0);
    margin-left: 10px;
    margin-right: 0;
  }
}

.ns-story--1-2.right > div:nth-of-type(1) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--1-2.right > div:nth-of-type(1) {
    width: calc(50% - 10px);
    padding-left: calc((50% - 10px) / 12 * 0);
    margin-left: 10px;
    margin-right: 0;
  }
}

.ns-story--1-2.right > div:nth-of-type(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--1-2.right > div:nth-of-type(2) {
    width: calc(50% - 10px);
    padding-left: calc((50% - 10px) / 12 * 0);
    margin-left: 0;
    margin-right: 10px;
  }
}

.ns-story--1-3 > div:nth-of-type(1) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--1-3 > div:nth-of-type(1) {
    width: calc(33.33333% - 10px);
    padding-left: calc((33.33333% - 10px) / 12 * 0);
    margin-left: 0;
    margin-right: 10px;
  }
}

.ns-story--1-3 > div:nth-of-type(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--1-3 > div:nth-of-type(2) {
    width: calc(66.66667% - 10px);
    padding-left: calc((66.66667% - 10px) / 12 * 0);
    margin-left: 10px;
    margin-right: 0;
  }
}

.ns-story--1-3.right > div:nth-of-type(1) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--1-3.right > div:nth-of-type(1) {
    width: calc(33.33333% - 10px);
    padding-left: calc((33.33333% - 10px) / 12 * 0);
    margin-left: 10px;
    margin-right: 0;
  }
}

.ns-story--1-3.right > div:nth-of-type(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--1-3.right > div:nth-of-type(2) {
    width: calc(66.66667% - 10px);
    padding-left: calc((66.66667% - 10px) / 12 * 0);
    margin-left: 0;
    margin-right: 10px;
  }
}

.ns-story--2-3 > div:nth-of-type(1) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--2-3 > div:nth-of-type(1) {
    width: calc(66.66667% - 10px);
    padding-left: calc((66.66667% - 10px) / 12 * 0);
    margin-left: 0;
    margin-right: 10px;
  }
}

.ns-story--2-3 > div:nth-of-type(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--2-3 > div:nth-of-type(2) {
    width: calc(33.33333% - 10px);
    padding-left: calc((33.33333% - 10px) / 12 * 0);
    margin-left: 10px;
    margin-right: 0;
  }
}

.ns-story--2-3.right > div:nth-of-type(1) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--2-3.right > div:nth-of-type(1) {
    width: calc(66.66667% - 10px);
    padding-left: calc((66.66667% - 10px) / 12 * 0);
    margin-left: 10px;
    margin-right: 0;
  }
}

.ns-story--2-3.right > div:nth-of-type(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--2-3.right > div:nth-of-type(2) {
    width: calc(33.33333% - 10px);
    padding-left: calc((33.33333% - 10px) / 12 * 0);
    margin-left: 0;
    margin-right: 10px;
  }
}

.ns-story--1-1 > div:nth-of-type(1) {
  width: 100%;
}

.ns-story--1-1 > div:nth-of-type(1) + * {
  margin-top: 40px;
}

.ns-story--1-1 > div:nth-of-type(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-story--1-1 > div:nth-of-type(2) {
    width: 66.66667%;
    padding-left: 11.11111%;
    margin-left: 0;
    margin-right: 0;
  }
}

.ns-sidebar-container {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .ns-sidebar-container {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.ns-sidebar-container + * {
  margin-top: 40px;
}

.ns-sidebar-container + .ns-signature {
  margin-top: 60px;
}

.ns-sidebar-container__sidebar {
  display: none;
}

@media (min-width: 768px) {
  .ns-sidebar-container__sidebar {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .ns-sidebar-container__sidebar {
    width: calc(33.33333% - 40px);
    padding-left: calc((33.33333% - 40px) / 12 * 0);
    margin-left: 0;
    margin-right: 40px;
  }
}

.ns-sidebar-container__sidebar .ns-highchart-graphic + * {
  margin-top: 40px;
}

.ns-sidebar-container__content {
  width: 100%;
}

.ns-sidebar-container__content .ns-title-h2,
.ns-sidebar-container__content .ns-title-h3,
.ns-sidebar-container__content .ns-title-h4,
.ns-sidebar-container__content .ns-paragraph,
.ns-sidebar-container__content .ns-list-group,
.ns-sidebar-container__content .ns-img,
.ns-sidebar-container__content .ns-img.full-width,
.ns-sidebar-container__content .ns-definition {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .ns-sidebar-container__content {
    width: 58.33333%;
    padding-left: 0%;
    margin-left: 0;
    margin-right: 0;
  }
}

.ns-sidebar-container__content .ns-img-anchor + * {
  margin-top: 0;
}

.ns-highchart-graphic {
  width: 100%;
  max-width: 100%;
  position: relative;
  min-height: 100px;
  height: auto;
  padding: 0;
  margin: 0;
}

.ns-highchart-graphic > div > div {
  min-height: 130px;
}

.ns-highchart-graphic .ns-highchart-title {
  margin-top: 10px;
  font-weight: 700;
}

.ns-highchart-graphic .ns-highchart-subtitle {
  padding-bottom: 10px;
}

.ns-highchart-graphic .ns-highchart-number {
  font-size: 5rem;
  line-height: 1.2;
  padding-top: 5px;
}

@media screen and (min-width: 768px) {
  .ns-highchart-graphic .ns-highchart-number {
    font-size: 5.5rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-highchart-graphic .ns-highchart-number {
    font-size: 5.5rem;
    line-height: 1.2;
  }
}

.ns-highcharts {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .ns-highcharts {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.ns-highcharts + * {
  margin-top: 60px;
}

.ns-highcharts .ns-highchart-graphic + * {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .ns-highcharts .ns-highchart-graphic {
    margin-right: 40px;
    width: calc(50% - 40px);
  }
  .ns-highcharts .ns-highchart-graphic + * {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .ns-highcharts .ns-highchart-graphic {
    width: calc(33.33333% - 40px);
  }
  .ns-highcharts .ns-highchart-graphic:first-of-type {
    margin-left: 16.66667%;
  }
}

.js-graphic-wrapper + * {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .js-graphic-wrapper + * {
    margin-top: 0;
  }
}

.nhsnote-box__inner .highcharts-background {
  background: #CED2D3;
}

.highcharts-tooltip {
  max-width: 50%;
}

.highcharts-tooltip-box {
  max-width: 50%;
}

.highcharts-container,
.highcharts-container svg,
.pie-chart-wrapper,
.pie-chart-wrapper svg,
.stacked-bar-chart-wrapper,
.stacked-bar-chart-wrapper svg,
.line-chart-wrapper,
.line-chart-wrapper svg,
.bar-chart-wrapper,
.bar-chart-wrapper svg {
  overflow: visible !important;
}

.highcharts-legend-item > text {
  font-weight: 300;
}

.highcharts-xaxis-labels > text {
  font-weight: 700;
}

.highcharts-title {
  display: none;
}

.highcharts-point {
  stroke-width: 0;
}

.highcharts-legend-box {
  fill: red;
}

.outside-legend {
  width: 100%;
  padding: 20px 0 0;
}

@media print {
  .outside-legend {
    padding: 5px 0 0;
  }
}

.series-outside-legend-item {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 3px 0;
  cursor: pointer;
}

.series-outside-legend-item.inactive {
  opacity: .5;
}

.series-outside-legend-item[data-colorIndex="0"] {
  position: relative;
  padding-left: 15px;
}

.series-outside-legend-item[data-colorIndex="0"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #9AAF35;
}

.series-outside-legend-item[data-colorIndex="1"] {
  position: relative;
  padding-left: 15px;
}

.series-outside-legend-item[data-colorIndex="1"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #00527B;
}

.series-outside-legend-item[data-colorIndex="2"] {
  position: relative;
  padding-left: 15px;
}

.series-outside-legend-item[data-colorIndex="2"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #ffa500;
}

.series-outside-legend-item[data-colorIndex="3"] {
  position: relative;
  padding-left: 15px;
}

.series-outside-legend-item[data-colorIndex="3"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #87cee2;
}

.series-outside-legend-item[data-colorIndex="4"] {
  position: relative;
  padding-left: 15px;
}

.series-outside-legend-item[data-colorIndex="4"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #80386D;
}

.series-outside-legend-item[data-colorIndex="5"] {
  position: relative;
  padding-left: 15px;
}

.series-outside-legend-item[data-colorIndex="5"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #4A4A4A;
}

.series-outside-legend-item[data-colorIndex="6"] {
  position: relative;
  padding-left: 15px;
}

.series-outside-legend-item[data-colorIndex="6"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #CED2D3;
}

.pie-chart-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media print {
  .pie-chart-wrapper {
    width: 70%;
    margin-left: 0;
  }
}

.line-chart-wrapper .highcharts-point {
  fill: transparent !important;
}

.bar-horizontal-chart-wrapper .highcharts-grid-line,
.bar-horizontal-chart-wrapper .highcharts-axis-line {
  stroke-width: 0;
  stroke: transparent;
}

.bar-horizontal-chart-wrapper .highcharts-data-label {
  background: red;
}

.bar-horizontal-chart-wrapper .highcharts-data-label text,
.bar-horizontal-chart-wrapper text.highcharts-data-label {
  display: none;
}

@media print {
  .bar-horizontal-chart-wrapper .highcharts-data-label text,
  .bar-horizontal-chart-wrapper text.highcharts-data-label {
    display: block;
    fill: #ffffff;
    color: #ffffff;
    font-family: monospace;
    padding: 10px;
  }
}

.bar-horizontal-chart-wrapper .highcharts-data-label {
  font-weight: 400;
  background: red;
  position: relative !important;
  width: 100% !important;
}

.bar-horizontal-chart-wrapper .highcharts-data-label span {
  text-align: right;
  background: black;
  display: block;
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.ns-keyfigure + * {
  margin-top: 60px;
}

.ns-keyfigure .ns-title-h2,
.ns-keyfigure .ns-title-h3,
.ns-keyfigure .ns-paragraph {
  padding-left: 0;
  padding-right: 0;
}

.ns-keyfigure .ns-title-h2 {
  font-size: 5rem;
  line-height: 1.2;
  color: #4A4A4A;
}

@media screen and (min-width: 768px) {
  .ns-keyfigure .ns-title-h2 {
    font-size: 7.5rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-keyfigure .ns-title-h2 {
    font-size: 7.5rem;
    line-height: 1.2;
  }
}

.ns-keyfigure .ns-link {
  margin-top: 30px;
}

.ns-keyfigure__tab-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .ns-keyfigure__tab-left, .ns-keyfigure__tab-right {
    width: calc(50% - 50px);
  }
}

.ns-keyfigure__tab-left {
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.ns-keyfigure__tab-left.fade-in-block--visible {
  opacity: .7;
}

.ns-keyfigure__tab-left + * {
  margin-top: 30px;
}

.ns-keyfigure__tab-left:not(:first-of-type) {
  margin-top: 30px;
}

.ns-keyfigure__tab-left.active {
  opacity: 1;
}

.hasHover .ns-keyfigure__tab-left:hover,
.hasHover .ns-keyfigure__tab-left:hover .ns-title-h3 {
  opacity: 1;
}

@media (min-width: 768px) {
  .hasHover .ns-keyfigure__tab-left:hover,
  .hasHover .ns-keyfigure__tab-left:hover .ns-title-h3 {
    color: #9AAF35;
  }
}

@media (min-width: 768px) {
  .ns-keyfigure__tab-right {
    opacity: 0 !important;
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    left: calc(50% + 50px);
  }
  .ns-keyfigure__tab-right.active {
    opacity: 1 !important;
  }
}

.ns-keyfigure .ns-title-h3 + * {
  margin-top: 0;
}

.ns-keyfigure__item a {
  color: #4A4A4A;
}

.hasHover .ns-keyfigure__item a:hover {
  color: #4A4A4A;
}

.ns-keyfigure__item + * {
  margin-top: 40px;
}

.ns-keyfigure__item .ns-keyfigure__number {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .ns-keyfigure__item .ns-keyfigure__number {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-keyfigure__item .ns-keyfigure__number {
    font-size: 5.5rem;
    line-height: 1.2;
  }
}

.ns-keyfigure__item--medium .ns-keyfigure__number {
  font-size: 5rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .ns-keyfigure__item--medium .ns-keyfigure__number {
    font-size: 5.5rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-keyfigure__item--medium .ns-keyfigure__number {
    font-size: 5.5rem;
    line-height: 1.2;
  }
}

.ns-keyfigure__item--large .ns-keyfigure__number {
  font-size: 5rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .ns-keyfigure__item--large .ns-keyfigure__number {
    font-size: 8rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-keyfigure__item--large .ns-keyfigure__number {
    font-size: 5.5rem;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .ns-keyfigure__item--margin-left {
    padding-left: 25%;
  }
}

.ns-editorial {
  background: #F2F2F2;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ns-editorial + * {
  margin-top: 60px;
}

.ns-editorial .ns-title-h2,
.ns-editorial .ns-img-editorial,
.ns-editorial .ns-quote,
.ns-editorial .ns-paragraph {
  padding-left: 0;
  padding-right: 0;
}

@media print {
  .ns-editorial .ns-quote__text {
    font-size: 14pt;
  }
}

.ns-editorial__inner {
  width: calc(100% - 20px);
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0;
  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;
}

@media print {
  .ns-editorial__inner {
    padding: 20px 0;
  }
}

.ns-editorial__inner > div:nth-of-type(odd) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-editorial__inner > div:nth-of-type(odd) {
    width: calc(50% - 90px);
    padding-left: calc((50% - 90px) / 12 * 0);
    margin-left: 30px;
    margin-right: 60px;
  }
}

@media print {
  .ns-editorial__inner > div:nth-of-type(odd) {
    width: calc(50% - 45px);
    padding-left: calc((50% - 45px) / 12 * 0);
    margin-left: 15px;
    margin-right: 30px;
  }
}

.ns-editorial__inner > div:nth-of-type(even) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-editorial__inner > div:nth-of-type(even) {
    width: calc(50% - 90px);
    padding-left: calc((50% - 90px) / 12 * 0);
    margin-left: 60px;
    margin-right: 30px;
  }
}

@media print {
  .ns-editorial__inner > div:nth-of-type(even) {
    width: calc(50% - 45px);
    padding-left: calc((50% - 45px) / 12 * 0);
    margin-left: 30px;
    margin-right: 15px;
    margin-top: 0 !important;
  }
}

.ns-editorial .ns-editorial__left + * {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .ns-editorial .ns-editorial__left + * {
    margin-top: 0;
  }
}

.ns-editorial .ns-title-h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #4A4A4A;
  border-bottom: 2px solid #CED2D3;
}

@media screen and (min-width: 768px) {
  .ns-editorial .ns-title-h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media print {
  .ns-editorial .ns-title-h2 {
    font-size: 10pt;
    line-height: 14pt;
  }
}

.ns-editorial .ns-title-h2 + * {
  margin-top: 0;
}

.ns-editorial .ns-link {
  display: block;
  text-align: right;
}

@media (min-width: 992px) {
  .ns-editorial .ns-link {
    text-align: left;
  }
}

.ns-editorial .ns-img-editorial + * {
  margin-top: 20px;
}

.ns-editorial .ns-img-editorial img {
  border-radius: 50%;
  max-width: 120px;
  margin-right: 20px;
}

@media (min-width: 992px) {
  .ns-editorial .ns-img-editorial img {
    margin-right: 30px;
  }
}

.ns-editorial .ns-img-editorial__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 10px 40px 10px;
}

@media (min-width: 992px) {
  .ns-editorial .ns-img-editorial__content {
    padding: 40px;
  }
}

.ns-storys + * {
  margin-top: 60px;
}

.ns-storys .ns-paragraph,
.ns-storys .ns-img,
.ns-storys .ns-title-h2,
.ns-storys .ns-title-3 {
  padding-left: 0;
  padding-right: 0;
}

.ns-storys .ns-title-h2 {
  font-size: 5rem;
  line-height: 1.2;
  color: #4A4A4A;
}

@media screen and (min-width: 768px) {
  .ns-storys .ns-title-h2 {
    font-size: 7.5rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-storys .ns-title-h2 {
    font-size: 7.5rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-storys .ns-title-h2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.ns-storys .ns-title-h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .ns-storys .ns-title-h3 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

@media print {
  .ns-storys .ns-title-h3 {
    font-size: 14pt;
    line-height: 18pt;
  }
}

@media print {
  .ns-storys .ns-title-h3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .ns-storys__highlight-wrapper {
    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;
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

@media print {
  .ns-storys__highlight-wrapper {
    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: 768px) {
  .ns-storys__col {
    width: calc((100% / 3) - 20px);
  }
}

@media print {
  .ns-storys__col {
    width: calc((100% / 3) - 20px);
  }
}

.ns-storys .ns-story {
  border-top: 2px solid #CED2D3;
  padding: 10px 0;
  -webkit-column-break-inside: avoid;
          break-inside: avoid-column;
}

.ns-storys .ns-story + * {
  margin-top: 40px;
}

.ns-storys .ns-story.ns-story--hidden-on-mobile {
  display: none;
}

@media (min-width: 768px) {
  .ns-storys .ns-story.ns-story--hidden-on-mobile {
    display: block;
  }
}

.ns-storys .ns-story__paragraph + * {
  margin-top: 0;
}

.ns-storys .ns-story__img + * {
  margin-top: 20px;
}

.ns-storys .ns-story__img[style="display: none;"] + * {
  margin-top: 10px;
}

.ns-storys .ns-story .ns-link {
  margin-top: 10px;
}

.ns-color-box {
  background: #A5C200;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
}

.ns-color-box--purple {
  background: #80386D;
}

.ns-color-box--purple .ns-color-box__icon {
  color: #80386D;
}

.ns-color-box--blue {
  background: #00527B;
}

.ns-color-box--blue .ns-color-box__icon {
  color: #00527B;
}

.ns-color-box .ns-title-h2,
.ns-color-box .ns-img-editorial,
.ns-color-box .ns-quote,
.ns-color-box .ns-paragraph {
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
}

.ns-color-box__inner {
  width: calc(100% - 20px);
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  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-color-box__inner > div:not(.kssg-search-bar) {
  width: 100%;
}

@media (min-width: 768px) {
  .ns-color-box__inner > div:not(.kssg-search-bar) {
    width: calc(50% - 80px);
    padding-left: calc((50% - 80px) / 12 * 0);
    margin-left: 40px;
    margin-right: 40px;
  }
}

.ns-color-box__section-title {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .ns-color-box__section-title {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

@media print {
  .ns-color-box__section-title {
    font-size: 14pt;
    line-height: 18pt;
  }
}

.ns-color-box__section-title + * {
  margin-top: 20px;
}

.ns-color-box__title {
  font-size: 3rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .ns-color-box__title {
    font-size: 4.3rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-color-box__title {
    font-size: 12pt;
    line-height: 1.2;
  }
}

.ns-color-box__title + * {
  margin-top: 20px;
}

.ns-color-box__paragraph, .ns-color-box__link {
  font-size: 1.8rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .ns-color-box__paragraph, .ns-color-box__link {
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media print {
  .ns-color-box__paragraph, .ns-color-box__link {
    font-size: 14pt;
    line-height: 18pt;
  }
}

.ns-color-box__paragraph + *, .ns-color-box__link + * {
  margin-top: 20px;
}

.ns-color-box a,
.ns-color-box .ns-link {
  color: #ffffff;
}

.ns-color-box__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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ns-color-box__icon {
  padding: 0px;
  background: #ffffff;
  color: #9AAF35;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  line-height: 1;
  margin-right: 10px;
  position: relative;
}

.ns-color-box__icon svg {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ns-search-box__inner {
  text-align: center;
}

.ns-search-box__inner > div:not(.kssg-search-bar) {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.ns-search-box__inner .ns-color-box__paragraph {
  text-align: left;
}

@media (min-width: 992px) {
  .ns-search-box__inner .ns-color-box__paragraph {
    text-align: center;
  }
}

.kssg-search-bar {
  text-align: left;
  width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .kssg-search-bar {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}

@media (min-width: 768px) {
  .kssg-search-bar {
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .kssg-search-bar {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media (min-width: 992px) {
  .kssg-search-bar {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.kssg-search-bar__wrapper {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .kssg-search-bar__wrapper {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.kssg-search-bar__title {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .kssg-search-bar__title {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

@media print {
  .kssg-search-bar__title {
    font-size: 14pt;
    line-height: 18pt;
  }
}

@media (min-width: 992px) {
  .kssg-search-bar__title {
    margin-right: 30px;
  }
}

.kssg-search-bar__arrowtext {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .kssg-search-bar__arrowtext {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

@media print {
  .kssg-search-bar__arrowtext {
    font-size: 14pt;
    line-height: 18pt;
  }
}

@media (min-width: 992px) {
  .kssg-search-bar__arrowtext {
    white-space: nowrap;
    position: relative;
    width: 100%;
    max-width: 130px;
    min-width: 130px;
    padding-bottom: 0;
    padding: 15px 20px;
    color: #868886;
    background: #ffffff;
    font-size: 1.8rem;
    line-height: 1.3;
    line-height: 1 !important;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    margin: 0;
    max-width: 150px;
    min-width: 150px;
  }
}

@media screen and (min-width: 992px) and (min-width: 768px) {
  .kssg-search-bar__arrowtext {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media print and (min-width: 992px) {
  .kssg-search-bar__arrowtext {
    font-size: 10pt;
    line-height: 14pt;
  }
}

@media (min-width: 992px) {
  .kssg-search-bar__arrowtext:before, .kssg-search-bar__arrowtext:after {
    content: '';
    width: 3px;
    height: 61%;
    position: absolute;
    right: 8px;
    background: #9AAF35;
  }
  .kssg-search-bar__arrowtext:before {
    top: -3px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .kssg-search-bar__arrowtext:after {
    bottom: -4px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.kssg-search-bar__icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 5px;
}

.kssg-search-bar__icon svg {
  fill: #868886;
  width: 13px;
  height: 13px;
}

.kssg-search-bar__text {
  background: #ffffff;
  margin: 3px 0;
}

@media (min-width: 992px) {
  .kssg-search-bar__text {
    min-width: 145px;
    margin: 0;
    width: auto;
    margin-left: -1px;
  }
}

.kssg-search-bar__text:nth-child(2) a:before {
  display: none;
}

.kssg-search-bar__text a {
  padding: 10px 10px;
  color: #868886;
  line-height: 1;
  display: block;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 992px) {
  .kssg-search-bar__text a {
    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;
    padding: 15px 10px;
    margin: 0;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    position: relative;
    text-align: center;
  }
  .kssg-search-bar__text a:before {
    content: '';
    width: 1px;
    height: calc(100% - 10px);
    background: #4A4A4A;
    position: absolute;
    top: 5px;
    left: -1px;
  }
  .hasHover .kssg-search-bar__text a:hover {
    border-bottom: 2px solid #9AAF35;
  }
}

@media (min-width: 992px) {
  .kssg-search-bar__text a {
    padding: 15px 20px;
  }
}

/*
  Styling Global
*/
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0.8rem;
}

@media (min-width: 992px) {
  .container {
    padding: 0;
  }
}

.icon-logo {
  width: 12rem;
  height: 4.8rem;
}

@media (min-width: 768px) {
  .icon-logo {
    width: 15.5rem;
    height: 6.1rem;
  }
}

.icon-download {
  width: 1.5rem;
  height: 1.2rem;
}

.icon-search {
  width: 18px;
  height: 18px;
}

@media (min-width: 992px) {
  .icon-search {
    width: 12px;
    height: 12px;
  }
}

.icon-arrow-down {
  width: 1.7rem;
  height: 1rem;
}

.icon-arrow-top {
  width: 0.9rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-arrow-left {
  width: 0.6rem;
  height: 0.9rem;
}

.icon-arrow-right {
  width: 0.6rem;
  height: 0.9rem;
}

.icon-pdf {
  width: 1.5rem;
  height: 1.8rem;
}

.icon-external-link {
  width: 1rem;
  height: 1.1rem;
}

.button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.button--download .icon-download {
  color: #9AAF35;
}

.button--search {
  color: #9AAF35;
  margin-bottom: 0.6rem;
}

@media (min-width: 992px) {
  .button--search {
    margin: 0;
    color: #4A4A4A;
  }
}

.hasHover .button--search:hover .button__icon--circle {
  background: #CED2D3;
}

.button--search .icon-search {
  width: 1.8rem;
  height: 1.8rem;
}

@media (min-width: 992px) {
  .button--search .icon-search {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.button__text {
  display: none;
  font-size: 1.6rem;
  color: #4A4A4A;
}

@media (min-width: 992px) {
  .button__text {
    display: block;
  }
}

.button__icon {
  margin-left: 1rem;
}

.header__search .button__icon--circle {
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 1;
  color: #9AAF35;
}

@media (min-width: 992px) {
  .header__search .button__icon--circle {
    width: 12px;
    height: 12px;
    color: #4A4A4A;
  }
}

@media (min-width: 992px) {
  .button__icon--circle {
    padding: 0.9rem;
    color: #4A4A4A;
    background: #e8e9ea;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background 0.15s ease;
    transition: background 0.15s ease;
  }
}

.button--search {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #A5C200;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

.button--search .button__icon {
  margin-left: 0;
}

@media (min-width: 768px) {
  .button--search {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #A5C200;
    border-radius: 50%;
    color: #ffffff;
    margin-top: -20px;
    right: 30px;
  }
  .button--search .button__icon {
    margin-left: 0;
  }
}

.search-form {
  font-size: 3rem;
  padding: 10px;
  width: 100%;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  background: #ffffff;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .search-form {
    padding: 20px 40px;
  }
}

.search-form span {
  display: none;
}

@media (min-width: 768px) {
  .search-form span {
    margin-right: 10px;
    display: inline;
  }
}

.search-form input {
  font-family: "Apercu Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smoothing: antialiased;
  font-smoothing: grayscale;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 2rem;
  line-height: 1.4;
  height: 41px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 768px) {
  .search-form input {
    font-size: 3rem;
  }
}

.search-form input::-webkit-input-placeholder {
  color: #D2D6D7;
}

.search-form input:-ms-input-placeholder {
  color: #D2D6D7;
}

.search-form input::-ms-input-placeholder {
  color: #D2D6D7;
}

.search-form input::placeholder {
  color: #D2D6D7;
}

@media (min-width: 768px) {
  .fourofour {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .fourofour .ns-title-h1 {
    margin-bottom: 100px;
  }
}

.accordion {
  max-width: 960px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.accordion + .accordion {
  margin-top: -1px;
}

.accordion__title {
  cursor: pointer;
  display: block;
  color: #9AAF35;
}

@media (min-width: 992px) {
  .accordion__title {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .accordion__title {
    padding-left: 16.66667%;
    padding-right: 0%;
  }
}

.accordion__title-text {
  width: 100%;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #969696;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.accordion__title-icon {
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  right: 0;
  top: 50%;
}

.accordion__title--accordion-open .accordion__title-text {
  border-bottom: 0px solid transparent;
}

.accordion__title--accordion-open .accordion__title-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.accordion__content {
  display: none;
  padding-bottom: 60px;
}

.accordion__content--download {
  cursor: inherit;
}

.accordion__content--download > div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion__content .accordion__title > .ns-title-h3 {
  width: 100%;
}

.accordion__content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.accordion__content .accordion__title:before, .accordion__content .accordion__title:after {
  background: #9AAF35;
}

.accordion--notes .accordion:first-child .accordion__title {
  border-top: 0;
}

.accordion--notes > .accordion__content > div > *:first-child:not(.accordion) {
  margin-top: 20px;
}

.accordion--notes > .accordion__content > div > *:last-child:not(.accordion) {
  margin-bottom: 20px;
}

.accordion__list {
  border-top: 1px solid #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion__list:first-child {
  border: none;
}

.accordion__links {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.accordion__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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 1.6rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hasHover .accordion__link:hover {
  text-decoration: none;
}

.hasHover .accordion__link:hover .icon-link__st0,
.hasHover .accordion__link:hover .icon-pdf__st1 {
  fill: #9AAF35;
}

.hasHover .accordion__link:hover .icon-pdf__st0 {
  stroke: #9AAF35;
}

.accordion__link .nhs-icon {
  margin-left: 0.8rem;
}

.accordion__link:first-child {
  margin: 0;
}

.accordion-key {
  display: inline-block;
}

.accordion-key--number {
  margin-right: 10px;
}

.accordion__title [class*="ns-title-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h2.accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* CONTENT IN ACCORDION */
.accordion .ns-table-wrap {
  width: 100%;
}

@media (min-width: 768px) {
  .accordion .ns-table-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media (min-width: 992px) {
  .accordion .ns-table-wrap {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .accordion .ns-table-wrap {
    padding-left: 16.66667%;
    padding-right: 0%;
  }
}

.accordion .ns-paragraph,
.accordion .ns-list-group,
.accordion .ns-title-h3,
.accordion .ns-title-h4 {
  width: 100%;
}

@media (min-width: 768px) {
  .accordion .ns-paragraph,
  .accordion .ns-list-group,
  .accordion .ns-title-h3,
  .accordion .ns-title-h4 {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media (min-width: 992px) {
  .accordion .ns-paragraph,
  .accordion .ns-list-group,
  .accordion .ns-title-h3,
  .accordion .ns-title-h4 {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .accordion .ns-paragraph,
  .accordion .ns-list-group,
  .accordion .ns-title-h3,
  .accordion .ns-title-h4 {
    padding-left: 16.66667%;
    padding-right: 0%;
  }
}

.fade-in-block {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
}

.fade-in-block--visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media print {
  .fade-in-block {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1 !important;
  }
}

/*
  Styling Header, Navigation
*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  background: #ffffff;
}

.admin-bar .header {
  top: 3.2rem;
}

.nav-open .header {
  bottom: 0;
}

@media (min-width: 992px) {
  .nav-open .header {
    bottom: auto;
  }
}

.header__top {
  border-bottom: 2px solid #9AAF35;
  padding: 0.7rem 0 1.1rem;
}

@media (min-width: 992px) {
  .header__top {
    border-bottom: none;
    padding: 1.5rem 0 0.8rem;
  }
}

.header__top-inner {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 992px) {
  .header__top-inner {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__title {
  font-size: 3rem;
  color: #9AAF35;
  letter-spacing: 0.05rem;
  font-family: "Apercu Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-smoothing: antialiased;
  font-smoothing: grayscale;
}

.header__center {
  display: none;
}

@media (min-width: 992px) {
  .header__center {
    display: block;
  }
}

.header__right {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__download {
  margin-right: 2rem;
  display: none;
}

@media (min-width: 992px) {
  .header__download {
    display: block;
  }
}

.header__bottom {
  display: none;
}

@media (min-width: 992px) {
  .header__bottom {
    display: block;
    position: relative;
    border-top: 2px solid #e8e9ea;
    border-bottom: 2px solid #9AAF35;
  }
}

@media (min-width: 992px) {
  .header__dropdown {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: calc(100% + 2px);
  }
}

.hamburger {
  width: 21px;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin-left: 1.9rem;
  cursor: pointer;
}

@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger:focus {
  outline: none;
}

.nav-open .hamburger .hamburger__bar {
  background: transparent;
}

.nav-open .hamburger .hamburger__bar:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.6rem;
}

.nav-open .hamburger .hamburger__bar:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.6rem;
}

.hamburger__bar {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  position: absolute;
  height: 0.3rem;
  background: #868886;
  width: 2.1rem;
  opacity: 1;
  right: 0;
  top: 0;
}

.hamburger__bar:before, .hamburger__bar:after {
  content: "";
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  position: absolute;
  height: 0.3rem;
  background: #868886;
  width: 2.1rem;
  opacity: 1;
  right: 0;
  top: 0.6rem;
}

.hamburger__bar:before {
  top: 0.6rem;
}

.hamburger__bar:after {
  top: 1.2rem;
}

.button-group {
  margin-left: -2rem;
}

.button-group--desktop {
  display: none;
}

@media (min-width: 992px) {
  .button-group--desktop {
    display: block;
  }
}

/*
General Navigation
*/
.menu {
  list-style: none;
  padding: 0;
  margin: 0 -0.8rem;
  background: #ffffff;
}

@media (min-width: 992px) {
  .menu {
    margin: 0;
    border-left: 2px solid #e8e9ea;
    border-right: 2px solid #e8e9ea;
    border-bottom: 2px solid #e8e9ea;
  }
}

.menu__arrow {
  color: #9AAF35;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  position: relative;
  margin-left: 10px;
}

.menu__item--has-children.is-open .menu__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu__link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #4A4A4A;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  display: block;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  cursor: pointer;
}

@media (min-width: 992px) {
  .menu__link {
    line-height: 1.25;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.hasHover .menu__link:hover {
  color: #9AAF35;
}

.menu__item--active .menu__link {
  color: #9AAF35;
}

.menu__link-text {
  display: block;
}

.menu__item--has-children {
  position: relative;
}

.menu__item--has-children.is-open .menu--level-1 {
  display: block;
}

.menu__item--has-children .menu__link-text--level-0 {
  width: calc(100% - 27px);
}

/*
Level 0 Navigation
*/
.menu--level-0 {
  background: #F2F2F2;
  position: relative;
  display: none;
}

@media (min-width: 992px) {
  .menu--level-0 {
    background: #ffffff;
  }
}

.menu--level-0.is-open {
  display: block;
}

@media (min-width: 992px) {
  .menu--level-0.is-open {
    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;
  }
}

.menu__item--level-0 {
  position: relative;
}

@media (min-width: 992px) {
  .menu__item--level-0 {
    width: 16.66667%;
    border-left: 2px solid #e8e9ea;
  }
}

@media (min-width: 992px) {
  .menu__item--level-0:first-child {
    border: none;
  }
}

.menu__item--level-0:after {
  content: "";
  height: 0.2rem;
  background: #ffffff;
  position: absolute;
  bottom: -0.1rem;
  left: 0.8rem;
  width: calc(100% - 1.6rem);
}

@media (min-width: 992px) {
  .menu__item--level-0:after {
    display: none;
  }
}

.menu__link--level-0 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.menu__link--level-0 .menu__link-text {
  margin-top: 2px;
}

@media (min-width: 992px) {
  .menu__link--level-0 .menu__link-text {
    margin-top: inherit;
  }
}

@media (min-width: 992px) {
  .menu__link--level-0 {
    padding-top: 1.4rem;
    padding-bottom: 1.6rem;
    padding-right: 5px;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*
Level 1 Navigation
*/
.menu--level-1 {
  display: none;
  margin: 0;
  background: #d8d8d8;
}

.menu--level-1 .menu__link-text {
  margin-top: 2px;
}

@media (min-width: 992px) {
  .menu--level-1 .menu__link-text {
    margin-top: inherit;
  }
}

@media (min-width: 992px) {
  .menu--level-1 {
    position: absolute;
    top: 100%;
    left: -0.2rem;
    width: calc(100% + 0.4rem);
    background: #ffffff;
  }
}

.menu__link--level-1 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

@media (min-width: 992px) {
  .menu__link--level-1 {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}

.menu__item--level-1 {
  position: relative;
}

.menu__item--level-1:before {
  content: "";
  height: 0.2rem;
  background: #ffffff;
  top: 0;
  left: 0.8rem;
  width: calc(100% - 1.6rem);
  display: block;
}

@media (min-width: 992px) {
  .menu__item--level-1:before {
    display: none;
  }
}

.menu__link-text--level-1 {
  position: relative;
}

@media (min-width: 992px) {
  .menu__link-text--level-1:after {
    content: "";
    height: 0.2rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1.3rem;
    background: #e8e9ea;
  }
}

.menu-toggler {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 2.1rem;
  padding: 1.7rem 2rem;
  color: #4A4A4A;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  cursor: pointer;
  position: relative;
  z-index: 5;
  font-family: "Apercu Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-smoothing: antialiased;
  font-smoothing: grayscale;
}

.menu-toggler:focus {
  outline: none;
}

.hasHover .menu-toggler:hover {
  color: #868886;
}

.menu-toggler--mobile {
  display: block;
  padding: 1.6rem 0.8rem;
  margin: 0 -0.8rem;
  color: #4A4A4A;
  font-size: 2rem;
  width: 100vw;
  text-align: left;
  position: relative;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .menu-toggler--mobile {
    display: none;
  }
}

.menu-toggler--mobile:before {
  content: "";
  height: 0.2rem;
  background: #CED2D3;
  position: absolute;
  bottom: 0;
  left: 0.8rem;
  width: calc(100% - 1.6rem);
  display: block;
}

@media (min-width: 992px) {
  .menu-toggler--mobile:before {
    display: none;
  }
}

.menu-toggler--active {
  color: #9AAF35;
}

.hasHover .menu-toggler--active:hover {
  color: #9AAF35;
}

.menu-toggler--nav-open {
  position: relative;
  color: #9AAF35;
}

@media (min-width: 992px) {
  .menu-toggler--nav-open:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9.5px 10px 9.5px;
    border-color: transparent transparent #9AAF35 transparent;
  }
}

.menu-toggler--nav-open .menu-toggler__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-toggler__icon {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.breadcrumbs {
  margin-left: -1rem;
  font-size: 1.4rem;
  line-height: 1.25;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs svg {
  display: none;
}

.breadcrumbs__item {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 7rem;
  padding: 0.8rem 2rem 0.8rem 1rem;
}

.breadcrumbs__item br {
  display: none;
}

.breadcrumbs__item:before, .breadcrumbs__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 1rem;
  right: 1.1rem;
  background-color: #F2F2F2;
  border-right: 2px solid #CED2D3;
}

.breadcrumbs__item:before {
  top: -42%;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.breadcrumbs__item:after {
  top: 42%;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.breadcrumbs__item:last-child {
  background: #ffffff;
  padding-left: 2.1rem;
  margin-left: -1.1rem;
}

.breadcrumbs__item:last-child:before, .breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__item--link {
  color: #4A4A4A;
}

.breadcrumbs__spacer {
  display: none;
}

.button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.button--download .icon-download {
  color: #9AAF35;
}

.button--search {
  color: #9AAF35;
  margin-bottom: 0.6rem;
}

@media (min-width: 992px) {
  .button--search {
    margin: 0;
    color: #4A4A4A;
  }
}

.hasHover .button--search:hover .button__icon--circle {
  background: #CED2D3;
}

.button--search .icon-search {
  width: 1.8rem;
  height: 1.8rem;
}

@media (min-width: 992px) {
  .button--search .icon-search {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.button__text {
  display: none;
  font-size: 1.6rem;
  color: #4A4A4A;
}

@media (min-width: 992px) {
  .button__text {
    display: block;
  }
}

.button__icon {
  margin-left: 1rem;
}

.header__search .button__icon--circle {
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 1;
  color: #9AAF35;
}

@media (min-width: 992px) {
  .header__search .button__icon--circle {
    width: 12px;
    height: 12px;
    color: #4A4A4A;
  }
}

@media (min-width: 992px) {
  .button__icon--circle {
    padding: 0.9rem;
    color: #4A4A4A;
    background: #e8e9ea;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background 0.15s ease;
    transition: background 0.15s ease;
  }
}

.button--search {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #A5C200;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

.button--search .button__icon {
  margin-left: 0;
}

@media (min-width: 768px) {
  .button--search {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #A5C200;
    border-radius: 50%;
    color: #ffffff;
    margin-top: -20px;
    right: 30px;
  }
  .button--search .button__icon {
    margin-left: 0;
  }
}

.search-form {
  font-size: 3rem;
  padding: 10px;
  width: 100%;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  background: #ffffff;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .search-form {
    padding: 20px 40px;
  }
}

.search-form span {
  display: none;
}

@media (min-width: 768px) {
  .search-form span {
    margin-right: 10px;
    display: inline;
  }
}

.search-form input {
  font-family: "Apercu Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-smoothing: antialiased;
  font-smoothing: grayscale;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 2rem;
  line-height: 1.4;
  height: 41px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 768px) {
  .search-form input {
    font-size: 3rem;
  }
}

.search-form input::-webkit-input-placeholder {
  color: #D2D6D7;
}

.search-form input:-ms-input-placeholder {
  color: #D2D6D7;
}

.search-form input::-ms-input-placeholder {
  color: #D2D6D7;
}

.search-form input::placeholder {
  color: #D2D6D7;
}

.search-page,
.search-overlay {
  min-height: calc( 100vh - 74px);
  background: #D2D6D7;
  padding: 20px 0;
  z-index: 200;
}

@media (min-width: 992px) {
  .search-page,
  .search-overlay {
    padding-top: 120px;
    min-height: calc( 100vh - 150px);
  }
}

.search-overlay {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 74px;
  display: none;
}

@media (min-width: 992px) {
  .search-overlay {
    top: 150px;
  }
}

.search-page {
  padding-bottom: 40px;
  /*margin-top: $headerHeight-mobile;
  @include lg-min{
    margin-top: $headerHeight-desktop;
  }*/
}

.excerpt {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}

@media (min-width: 768px) {
  .excerpt {
    padding: 20px 40px;
  }
}

.excerpt__img {
  display: none;
}

@media (min-width: 768px) {
  .excerpt__img {
    width: 12%;
    display: block;
  }
}

.excerpt__title {
  font-size: 1.8rem;
  color: #4A4A4A;
  display: block;
}

@media (min-width: 768px) {
  .excerpt__title {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .excerpt__content {
    width: 83%;
    padding-left: 20px;
    display: block;
  }
}

.excerpt__excerpt {
  margin-top: 10px;
  color: #4A4A4A;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .excerpt__excerpt {
    font-size: 1.6rem;
  }
}

.excerpt__icon {
  display: none;
}

@media (min-width: 768px) {
  .excerpt__icon {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #A5C200;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    position: absolute;
    bottom: 20px;
    margin-top: -15px;
    right: 30px;
  }
  .excerpt__icon .button__icon {
    margin-left: 0;
  }
}

.close-search {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: right;
  top: -10px;
  position: relative;
}

@media (min-width: 992px) {
  .close-search {
    position: absolute;
    top: 30px;
    padding: 0 10px;
  }
}

.search-close {
  cursor: pointer;
  width: auto;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-close__icon {
  cursor: pointer;
  position: relative;
  background: #F2F2F2;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 11px;
  height: 11px;
  padding: 9px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #4A4A4A;
  margin-left: 10px;
}

.search-close__icon:before {
  content: '';
  background-color: currentColor;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 50%;
  height: 2px;
  left: 25%;
}

.search-close__icon:after {
  content: '';
  background-color: currentColor;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 50%;
  height: 2px;
  left: 25%;
}

@media (min-width: 768px) {
  .fourofour {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .fourofour .ns-title-h1 {
    margin-bottom: 100px;
  }
}

.prevnext-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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1200px) {
  .prevnext-container {
    position: fixed;
    top: 40.8rem;
    right: 3.6rem;
    z-index: 2;
  }
}

.search .prevnext-container {
  display: none;
}

.prevnext {
  position: relative;
  width: 100%;
  background: #F2F2F2;
  padding: 0.5rem 1rem;
  overflow: hidden;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .prevnext {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    margin-top: 1.5rem;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .hasHover .prevnext:hover .prevnext__title {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 1200px) {
  .hasHover .prevnext:hover .prevnext__arrow {
    background: #A5C200;
  }
}

.prevnext--next {
  margin-bottom: 0.1rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .prevnext--next {
    margin-bottom: 0;
  }
}

.prevnext--prev .prevnext__title-wrap {
  text-align: left;
}

@media (min-width: 1200px) {
  .prevnext--prev .prevnext__title-wrap {
    text-align: right;
  }
}

.prevnext__title-wrap {
  width: calc(100% - 40px);
  overflow: hidden;
  text-align: right;
}

.prevnext__title {
  color: #4A4A4A;
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .prevnext__title {
    padding: 0.1rem 0;
    border-top: 2px solid #A5C200;
    border-bottom: 2px solid #A5C200;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease 0.2s;
    transition: transform 0.4s ease, opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease;
    position: relative;
    z-index: 0;
    display: inline-block;
  }
}

.prevnext__title br {
  display: none;
}

.prevnext__arrow {
  color: #ffffff;
  background: #A5C200;
  border-radius: 50%;
  height: 2.4rem;
  width: 2.4rem;
  margin-left: 1rem;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  position: relative;
  z-index: 10;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .prevnext__arrow {
    background: #c9da66;
  }
}

.prevnext--prev .prevnext__arrow {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: 0;
  margin-right: 1rem;
}

@media (min-width: 1200px) {
  .prevnext--prev .prevnext__arrow {
    margin-left: 1rem;
    margin-right: 0;
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}

body {
  margin-top: 74px;
}

@media (min-width: 768px) {
  body {
    margin-top: 88px;
  }
}

@media (min-width: 992px) {
  body {
    margin-top: 150px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    margin-top: 160px;
  }
}

.report {
  font-size: 2rem;
  letter-spacing: 0.4px;
  color: #9AAF35;
  border-bottom: 2px solid #9AAF35;
  padding: 1rem 0 1.1rem;
  display: none;
}

.search-page,
.search-overlay {
  min-height: calc( 100vh - 74px);
  background: #D2D6D7;
  padding: 20px 0;
  z-index: 200;
}

@media (min-width: 992px) {
  .search-page,
  .search-overlay {
    padding-top: 120px;
    min-height: calc( 100vh - 150px);
  }
}

.search-overlay {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 74px;
  display: none;
}

@media (min-width: 992px) {
  .search-overlay {
    top: 150px;
  }
}

.search-page {
  padding-bottom: 40px;
  /*margin-top: $headerHeight-mobile;
  @include lg-min{
    margin-top: $headerHeight-desktop;
  }*/
}

.excerpt {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}

@media (min-width: 768px) {
  .excerpt {
    padding: 20px 40px;
  }
}

.excerpt__img {
  display: none;
}

@media (min-width: 768px) {
  .excerpt__img {
    width: 12%;
    display: block;
  }
}

.excerpt__title {
  font-size: 1.8rem;
  color: #4A4A4A;
  display: block;
}

@media (min-width: 768px) {
  .excerpt__title {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .excerpt__content {
    width: 83%;
    padding-left: 20px;
    display: block;
  }
}

.excerpt__excerpt {
  margin-top: 10px;
  color: #4A4A4A;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .excerpt__excerpt {
    font-size: 1.6rem;
  }
}

.excerpt__icon {
  display: none;
}

@media (min-width: 768px) {
  .excerpt__icon {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #A5C200;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    position: absolute;
    bottom: 20px;
    margin-top: -15px;
    right: 30px;
  }
  .excerpt__icon .button__icon {
    margin-left: 0;
  }
}

.close-search {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: right;
  top: -10px;
  position: relative;
}

@media (min-width: 992px) {
  .close-search {
    position: absolute;
    top: 30px;
    padding: 0 10px;
  }
}

.search-close {
  cursor: pointer;
  width: auto;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-close__icon {
  cursor: pointer;
  position: relative;
  background: #F2F2F2;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 11px;
  height: 11px;
  padding: 9px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #4A4A4A;
  margin-left: 10px;
}

.search-close__icon:before {
  content: '';
  background-color: currentColor;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 50%;
  height: 2px;
  left: 25%;
}

.search-close__icon:after {
  content: '';
  background-color: currentColor;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 50%;
  height: 2px;
  left: 25%;
}

.backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

/*
  Styling Footer
*/
.to-top {
  margin: 0 1rem 1.5rem 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .to-top {
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}

@media (min-width: 1200px) {
  .to-top.show {
    opacity: 1;
  }
}

.search-page .to-top {
  display: none;
}

.to-top__button {
  -webkit-appearance: none;
  border: none;
  color: #ffffff;
  background: #A5C200;
  border-radius: 50%;
  height: 2.4rem;
  width: 2.4rem;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: block;
  position: relative;
}

@media (min-width: 1200px) {
  .to-top__button {
    background: #c9da66;
  }
}

.to-top__button:focus {
  outline: none;
}

@media (min-width: 1200px) {
  .hasHover .to-top__button:hover {
    background: #A5C200;
  }
}

.footer {
  padding: 2.5rem 0;
  background: #CED2D3;
  color: #4A4A4A;
  font-size: 1.6rem;
}

.footer__row {
  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;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__row {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.footer__col {
  margin-top: 1.9rem;
}

@media (min-width: 768px) {
  .footer__col {
    margin-top: 0;
  }
}

.footer__col:first-child {
  margin-top: 0;
}

.footer__col--2 {
  width: 100%;
}

@media (min-width: 768px) {
  .footer__col--2 {
    width: 16.66667%;
    padding-left: 0;
  }
}

.footer__col--3-offset-2 {
  margin-top: 3rem;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__col--3-offset-2 {
    width: 33.33333%;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .footer__col--3-offset-2 {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .footer__col--3-offset-2 {
    width: 41.66667%;
    padding-left: 16.66667%;
  }
}

@media (min-width: 768px) {
  .footer__col--3-offset-2 {
    margin-top: 0;
  }
}

.footer__col--3 {
  width: 100%;
}

@media (min-width: 768px) {
  .footer__col--3 {
    width: 25%;
    padding-left: 0;
  }
}

.footer__address {
  line-height: 1.25;
}

.footer__contact {
  line-height: 1.25;
}

.footer__link {
  color: #4A4A4A;
}

@media (min-width: 768px) {
  .footer__link--telephone {
    pointer-events: none;
  }
}

.menu-footer {
  padding: 0;
  margin: 0 0 0 -1.2rem;
  list-style: none;
  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;
}

.menu-footer__item {
  width: auto;
}

@media (min-width: 768px) {
  .menu-footer__item {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .menu-footer {
    margin: 0;
    display: block;
  }
}

.menu-footer__link {
  padding: 0 1.2rem;
  color: #4A4A4A;
}

@media (min-width: 992px) {
  .menu-footer__link {
    line-height: 1.88;
    padding: 0;
  }
}

.social {
  margin-top: 1.9rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.social__link--facebook {
  margin-left: 2.8rem;
}

.social__link--linkedin {
  margin-left: 2.1rem;
}

.social__link--xing {
  margin-left: 1.7rem;
}

@media (min-width: 1200px) {
  .prevnext-container {
    position: fixed;
    top: 40.8rem;
    right: 3.6rem;
    z-index: 2;
  }
}

.search .prevnext-container {
  display: none;
}

.prevnext {
  position: relative;
  width: 100%;
  background: #F2F2F2;
  padding: 0.5rem 1rem;
  overflow: hidden;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .prevnext {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    margin-top: 1.5rem;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .hasHover .prevnext:hover .prevnext__title {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 1200px) {
  .hasHover .prevnext:hover .prevnext__arrow {
    background: #A5C200;
  }
}

.prevnext--next {
  margin-bottom: 0.1rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .prevnext--next {
    margin-bottom: 0;
  }
}

.prevnext--prev .prevnext__title-wrap {
  text-align: left;
}

@media (min-width: 1200px) {
  .prevnext--prev .prevnext__title-wrap {
    text-align: right;
  }
}

.prevnext__title-wrap {
  width: calc(100% - 40px);
  overflow: hidden;
  text-align: right;
}

.prevnext__title {
  color: #4A4A4A;
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .prevnext__title {
    padding: 0.1rem 0;
    border-top: 2px solid #A5C200;
    border-bottom: 2px solid #A5C200;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease 0.2s;
    transition: transform 0.4s ease, opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease;
    position: relative;
    z-index: 0;
    display: inline-block;
  }
}

.prevnext__title br {
  display: none;
}

.prevnext__arrow {
  color: #ffffff;
  background: #A5C200;
  border-radius: 50%;
  height: 2.4rem;
  width: 2.4rem;
  margin-left: 1rem;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  position: relative;
  z-index: 10;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .prevnext__arrow {
    background: #c9da66;
  }
}

.prevnext--prev .prevnext__arrow {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: 0;
  margin-right: 1rem;
}

@media (min-width: 1200px) {
  .prevnext--prev .prevnext__arrow {
    margin-left: 1rem;
    margin-right: 0;
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}

.downloadcenter {
  margin-top: 6.2rem;
}

.downloadcenter-items {
  margin-top: 3.2rem;
  padding-bottom: 6.7rem;
}

.downloadcenter-item {
  display: block;
  color: #4A4A4A;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  width: 100%;
}

@media (min-width: 768px) {
  .downloadcenter-item {
    padding-left: 33.33333%;
    padding-right: 8.33333%;
  }
}

.hasHover .downloadcenter-item:focus, .hasHover .downloadcenter-item:hover {
  color: #9AAF35;
}

.downloadcenter-item__content {
  border-bottom: 1px solid #4A4A4A;
  padding: 0.8rem 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.downloadcenter-item__info-title {
  font-size: 1.6rem;
  line-height: 1.5;
}

.cookies {
  background: #F2F2F2;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0;
  font-size: 2rem;
  line-height: 2.4rem;
  display: none;
  z-index: 10;
}

@media (min-width: 768px) {
  .cookies {
    padding: 4rem 0;
  }
}

.cookies__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex;
          flex-direction: flex;
  -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;
}

.cookies__button {
  cursor: pointer;
  color: #ffffff;
  -webkit-appearance: none;
  background: #9AAF35;
  border: none;
  padding: 0.2rem 2.1rem;
  margin-left: 4rem;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
}

@-webkit-keyframes nhsnote-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes nhsnote-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.nhsnote__title {
  color: #9AAF35;
}

@media (min-width: 992px) {
  .nhsnote__title {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .nhsnote__title {
    padding-left: 16.66667%;
    padding-right: 0%;
  }
}

.nhsnote__title + * {
  margin-top: 40px;
}

.nhsnote-box__background {
  background: transparent;
}

.nhsnote-box__background:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border: 5px solid #9AAF35;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-animation: nhsnote-spinner 600ms infinite linear;
          animation: nhsnote-spinner 600ms infinite linear;
}

.nhsnote-box__inner {
  background: #F2F2F2;
  width: 100%;
  min-height: calc( 100vh - 74px);
  top: 74px;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 992px) {
  .nhsnote-box__inner {
    min-height: calc( 100vh - 150px);
    top: 150px;
  }
}

.nhsnote-box__close-wrapper {
  text-align: right;
  max-width: 960px;
  width: 100%;
  margin: 10px auto 0;
  height: auto;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .nhsnote-box__close-wrapper {
    margin: 50px auto 0;
    width: 90%;
    padding: 0;
  }
}

.nhsnote-box__close-wrapper .nhsnote-box__close {
  top: unset;
  left: 0;
  right: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: #CED2D3;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 11px;
  height: 11px;
  padding: 9px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #4A4A4A;
}

.nhsnote-box__close-wrapper .nhsnote-box__close:after, .nhsnote-box__close-wrapper .nhsnote-box__close:before {
  width: 50%;
  height: 2px;
  left: 25%;
}

.nhsnote-box__content {
  max-width: 960px;
  width: calc(100% - 20px);
  margin: 0 auto 30px;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  max-height: 75vh;
}

@media (min-width: 768px) {
  .nhsnote-box__content {
    width: calc(90% - 20px);
  }
}

.nhsnote-box__content .nhsnote {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .nhsnote-box__content .nhsnote {
    padding-bottom: 0;
  }
}

.nhsnote__content .ns-table-wrap {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .nhsnote__content .ns-table-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media (min-width: 992px) {
  .nhsnote__content .ns-table-wrap {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .nhsnote__content .ns-table-wrap {
    padding-left: 16.66667%;
    padding-right: 0%;
  }
}

.nhsnote__content .ns-paragraph,
.nhsnote__content .ns-list-group,
.nhsnote__content .ns-title-h3,
.nhsnote__content .ns-title-h4 {
  width: 100%;
}

@media (min-width: 768px) {
  .nhsnote__content .ns-paragraph,
  .nhsnote__content .ns-list-group,
  .nhsnote__content .ns-title-h3,
  .nhsnote__content .ns-title-h4 {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media (min-width: 992px) {
  .nhsnote__content .ns-paragraph,
  .nhsnote__content .ns-list-group,
  .nhsnote__content .ns-title-h3,
  .nhsnote__content .ns-title-h4 {
    width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .nhsnote__content .ns-paragraph,
  .nhsnote__content .ns-list-group,
  .nhsnote__content .ns-title-h3,
  .nhsnote__content .ns-title-h4 {
    padding-left: 16.66667%;
    padding-right: 0%;
  }
}

.notes-open {
  position: relative;
  height: 100%;
  overflow-y: hidden;
}

.nhsnote__content {
  -webkit-overflow-scrolling: touch;
}

.nhsnote-box__content {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-x: hidden;
}
