@charset "UTF-8";
/************/
/** GLOBAL **/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: "Gotham SSm A", sans-serif; }

body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 376px) {
    body {
      font-size: calc(16px + 2 * (100vw - 376px) / 1064);
      line-height: calc(26px + 2 * (100vw - 376px) / 1064); } }
  @media screen and (min-width: 1440px) {
    body {
      font-size: 18px;
      line-height: 28px; } }

/** COLORS were extracted to skins _<skin_name>-skin.scss **/
.color-deep-blue-100 {
  color: #001e64; }

.bg-deep-blue-100 {
  background-color: #001e64; }

.color-deep-blue-75 {
  color: #40568b; }

.bg-deep-blue-75 {
  background-color: #40568b; }

.color-deep-blue-50 {
  color: #808fb1; }

.bg-deep-blue-50 {
  background-color: #808fb1; }

.color-deep-blue-25 {
  color: #bfc7d8; }

.bg-deep-blue-25 {
  background-color: #bfc7d8; }

.color-deep-blue {
  color: #001e64; }

.bg-deep-blue {
  background-color: #001e64; }

.color-sea-blue-100 {
  color: #0078d4; }

.bg-sea-blue-100 {
  background-color: #0078d4; }

.color-sea-blue-75 {
  color: #40a1ec; }

.bg-sea-blue-75 {
  background-color: #40a1ec; }

.color-sea-blue-50 {
  color: #80c1f3; }

.bg-sea-blue-50 {
  background-color: #80c1f3; }

.color-sea-blue-25 {
  color: #bfe0f9; }

.bg-sea-blue-25 {
  background-color: #bfe0f9; }

.color-sea-blue {
  color: #0078d4; }

.bg-sea-blue {
  background-color: #0078d4; }

.color-sky-blue-100 {
  color: #64c8ff; }

.bg-sky-blue-100 {
  background-color: #64c8ff; }

.color-sky-blue-75 {
  color: #8bd6ff; }

.bg-sky-blue-75 {
  background-color: #8bd6ff; }

.color-sky-blue-50 {
  color: #b1e3ff; }

.bg-sky-blue-50 {
  background-color: #b1e3ff; }

.color-sky-blue-25 {
  color: #d8f1ff; }

.bg-sky-blue-25 {
  background-color: #d8f1ff; }

.color-sky-blue {
  color: #64c8ff; }

.bg-sky-blue {
  background-color: #64c8ff; }

.color-sea-green-100 {
  color: #32C8B9; }

.bg-sea-green-100 {
  background-color: #32C8B9; }

.color-sea-green-75 {
  color: #65d6ca; }

.bg-sea-green-75 {
  background-color: #65d6ca; }

.color-sea-green-50 {
  color: #98e3dc; }

.bg-sea-green-50 {
  background-color: #98e3dc; }

.color-sea-green-25 {
  color: #ccf1ed; }

.bg-sea-green-25 {
  background-color: #ccf1ed; }

.color-sea-green {
  color: #32C8B9; }

.bg-sea-green {
  background-color: #32C8B9; }

.color-seafood-100 {
  color: #E6D77D; }

.bg-seafood-100 {
  background-color: #E6D77D; }

.color-seafood-75 {
  color: #ece19e; }

.bg-seafood-75 {
  background-color: #ece19e; }

.color-seafood-50 {
  color: #f3ebbe; }

.bg-seafood-50 {
  background-color: #f3ebbe; }

.color-seafood-25 {
  color: #f9f5df; }

.bg-seafood-25 {
  background-color: #f9f5df; }

.color-seafood {
  color: #E6D77D; }

.bg-seafood {
  background-color: #E6D77D; }

.color-mountain-gray-100 {
  color: #9BA5AF; }

.bg-mountain-gray-100 {
  background-color: #9BA5AF; }

.color-mountain-gray-75 {
  color: #b4bbc3; }

.bg-mountain-gray-75 {
  background-color: #b4bbc3; }

.color-mountain-gray-50 {
  color: #cdd2d7; }

.bg-mountain-gray-50 {
  background-color: #cdd2d7; }

.color-mountain-gray-25 {
  color: #e6e9eb; }

.bg-mountain-gray-25 {
  background-color: #e6e9eb; }

.color-mountain-gray {
  color: #9BA5AF; }

.bg-mountain-gray {
  background-color: #9BA5AF; }

.color-custom-100 {
  color: #02102b; }

.bg-custom-100 {
  background-color: #02102b; }

/** BUTTONS **/
button {
  font-family: "Gotham SSm A", sans-serif;
  font-weight: 300; }
  button.active, button:active {
    /* TODO */
    outline: none !important; }
  button.focus, button:focus {
    /* TODO */
    outline: none !important; }

a.nsc-link {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: underline;
  box-shadow: none; }
  @media screen and (min-width: 376px) {
    a.nsc-link {
      font-size: calc(18px + 6 * (100vw - 376px) / 1064);
      line-height: calc(28px + 6 * (100vw - 376px) / 1064); } }
  @media screen and (min-width: 1440px) {
    a.nsc-link {
      font-size: 24px;
      line-height: 34px; } }
  a.nsc-link--small {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 11px 0 11px 0; }
    @media screen and (min-width: 376px) {
      a.nsc-link--small {
        font-size: calc(16px + 2 * (100vw - 376px) / 1064);
        line-height: calc(26px + 2 * (100vw - 376px) / 1064); } }
    @media screen and (min-width: 1440px) {
      a.nsc-link--small {
        font-size: 18px;
        line-height: 28px; } }
  a.nsc-link:hover {
    box-shadow: none; }

.nsc-button {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Gotham SSm A", sans-serif;
  display: inline-block;
  min-width: 100%;
  min-height: 60px;
  text-align: center;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 16px 30px;
  box-shadow: none;
  color: #fff;
  background-color: #0078d4; }
  @media screen and (min-width: 376px) {
    .nsc-button {
      font-size: calc(18px + 6 * (100vw - 376px) / 1064);
      line-height: calc(28px + 6 * (100vw - 376px) / 1064); } }
  @media screen and (min-width: 1440px) {
    .nsc-button {
      font-size: 24px;
      line-height: 34px; } }
  .nsc-button:hover {
    background-color: #fff;
    color: #001e64;
    box-shadow: none; }
  .nsc-button:active {
    /* TODO */
    outline: none !important; }
  .nsc-button:focus {
    /* TODO */
    outline: none !important; }
  .nsc-button[disabled] {
    background-color: #807f7d;
    color: #cdd2d7;
    cursor: not-allowed; }
  .nsc-button--small {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    min-width: 197px;
    min-height: 50px;
    padding-top: 11px;
    padding-bottom: 11px; }
    @media screen and (min-width: 376px) {
      .nsc-button--small {
        font-size: calc(16px + 2 * (100vw - 376px) / 1064);
        line-height: calc(26px + 2 * (100vw - 376px) / 1064); } }
    @media screen and (min-width: 1440px) {
      .nsc-button--small {
        font-size: 18px;
        line-height: 28px; } }
  .nsc-button--mini {
    font-weight: 500;
    font-size: 14px;
    min-width: auto;
    min-height: 45px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .nsc-button--full-width {
    width: 100%; }
  .nsc-button--transparent {
    padding-left: 0;
    background-color: transparent;
    text-decoration: underline;
    min-width: unset; }
    .nsc-button--transparent:hover {
      background-color: transparent;
      color: #fff; }
  .nsc-button--secondary {
    background-color: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff; }
    .nsc-button--secondary:hover {
      color: #fff;
      background-color: #0078d4; }

/** FORM **/
.nsc-input, input[type="text"],
input.input[type="search"],
input[type="email"],
input[type="password"],
textarea {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Gotham SSm A", sans-serif;
  color: #001e64;
  min-height: 3.125rem;
  padding: 0 20px;
  border: none;
  width: 100%;
  appearance: none;
  border-radius: 0;
  background-color: #fff; }
  @media screen and (min-width: 376px) {
    .nsc-input, input[type="text"],
    input.input[type="search"],
    input[type="email"],
    input[type="password"],
    textarea {
      font-size: calc(16px + 2 * (100vw - 376px) / 1064);
      line-height: calc(26px + 2 * (100vw - 376px) / 1064); } }
  @media screen and (min-width: 1440px) {
    .nsc-input, input[type="text"],
    input.input[type="search"],
    input[type="email"],
    input[type="password"],
    textarea {
      font-size: 18px;
      line-height: 28px; } }
  .dropdown.nsc-input svg, input.dropdown[type="text"] svg,
  input.dropdown.input[type="search"] svg,
  input.dropdown[type="email"] svg,
  input.dropdown[type="password"] svg,
  textarea.dropdown svg {
    fill: #9BA5AF; }
  .nsc-input:not([readonly]).focus, input[type="text"]:not([readonly]).focus,
  input.input[type="search"]:not([readonly]).focus,
  input[type="email"]:not([readonly]).focus,
  input[type="password"]:not([readonly]).focus,
  textarea:not([readonly]).focus, .nsc-input:not([readonly]):focus, input[type="text"]:not([readonly]):focus,
  input.input[type="search"]:not([readonly]):focus,
  input[type="email"]:not([readonly]):focus,
  input[type="password"]:not([readonly]):focus,
  textarea:not([readonly]):focus, .nsc-input:not([readonly]).active, input[type="text"]:not([readonly]).active,
  input.input[type="search"]:not([readonly]).active,
  input[type="email"]:not([readonly]).active,
  input[type="password"]:not([readonly]).active,
  textarea:not([readonly]).active, .nsc-input:not([readonly]):active, input[type="text"]:not([readonly]):active,
  input.input[type="search"]:not([readonly]):active,
  input[type="email"]:not([readonly]):active,
  input[type="password"]:not([readonly]):active,
  textarea:not([readonly]):active {
    box-shadow: inset 10px 0 0 #0078d4; }
  .error.nsc-input, input.error[type="text"],
  input.error.input[type="search"],
  input.error[type="email"],
  input.error[type="password"],
  textarea.error, .input-validation-error.nsc-input, input.input-validation-error[type="text"],
  input.input-validation-error.input[type="search"],
  input.input-validation-error[type="email"],
  input.input-validation-error[type="password"],
  textarea.input-validation-error {
    box-shadow: inset 10px 0 0 #FF4552;
    color: #C3353E; }
  .dropdown.nsc-input svg, input.dropdown[type="text"] svg,
  input.dropdown.input[type="search"] svg,
  input.dropdown[type="email"] svg,
  input.dropdown[type="password"] svg,
  textarea.dropdown svg {
    height: 8px;
    width: 15px;
    margin-left: auto;
    fill: #fff; }
  .no-label.nsc-input::-webkit-input-placeholder, input.no-label[type="text"]::-webkit-input-placeholder,
  input.no-label.input[type="search"]::-webkit-input-placeholder,
  input.no-label[type="email"]::-webkit-input-placeholder,
  input.no-label[type="password"]::-webkit-input-placeholder,
  textarea.no-label::-webkit-input-placeholder {
    color: #001e64; }
  .no-label.nsc-input::-moz-placeholder, input.no-label[type="text"]::-moz-placeholder,
  input.no-label.input[type="search"]::-moz-placeholder,
  input.no-label[type="email"]::-moz-placeholder,
  input.no-label[type="password"]::-moz-placeholder,
  textarea.no-label::-moz-placeholder {
    color: #001e64; }
  .no-label.nsc-input:-ms-input-placeholder, input.no-label[type="text"]:-ms-input-placeholder,
  input.no-label.input[type="search"]:-ms-input-placeholder,
  input.no-label[type="email"]:-ms-input-placeholder,
  input.no-label[type="password"]:-ms-input-placeholder,
  textarea.no-label:-ms-input-placeholder {
    color: #001e64; }

.nsc-input {
  display: inline-flex;
  align-items: center; }

label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  display: table;
  margin: 0 0 10px; }
  @media screen and (min-width: 376px) {
    label {
      font-size: calc(16px + 2 * (100vw - 376px) / 1064);
      line-height: calc(26px + 2 * (100vw - 376px) / 1064); } }
  @media screen and (min-width: 1440px) {
    label {
      font-size: 18px;
      line-height: 28px; } }

textarea {
  height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto; }

label.nsc-radio {
  position: relative;
  margin: 0; }
  label.nsc-radio input {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0; }
    label.nsc-radio input:checked ~ span:after {
      content: "";
      position: absolute;
      top: 7px;
      left: 7px;
      height: 13px;
      width: 13px;
      border-radius: 50%;
      background-color: #0078d4; }
  label.nsc-radio span {
    position: relative;
    display: flex;
    font-weight: 300;
    font-size: 18px; }
    label.nsc-radio span:before {
      content: "";
      display: inline-block;
      height: 27px;
      width: 27px;
      border-radius: 50%;
      box-shadow: inset 0 0 0 2px #cdd2d7;
      margin-right: 10px; }
  label.nsc-radio.hover, label.nsc-radio:hover {
    cursor: pointer; }
    label.nsc-radio.hover span:before, label.nsc-radio:hover span:before {
      box-shadow: inset 0 0 0 2px #0078d4; }

label.nsc-checkbox {
  position: relative;
  margin: 0; }
  label.nsc-checkbox input {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0; }
    label.nsc-checkbox input:checked ~ span:after {
      content: "";
      position: absolute;
      top: 7px;
      left: 6px;
      height: 6px;
      width: 13px;
      border-color: #0078d4;
      border-width: 0 0 3px 3px;
      border-style: solid;
      transform: rotate(-45deg); }
  label.nsc-checkbox span {
    position: relative;
    display: flex;
    font-weight: 300;
    font-size: 18px; }
    label.nsc-checkbox span:before {
      content: "";
      display: inline-block;
      height: 27px;
      width: 27px;
      box-shadow: inset 0 0 0 2px #cdd2d7;
      margin-right: 10px; }
  label.nsc-checkbox.hover, label.nsc-checkbox:hover {
    cursor: pointer; }
    label.nsc-checkbox.hover span:before, label.nsc-checkbox:hover span:before {
      box-shadow: inset 0 0 0 2px #0078d4; }

.nsc-button-wrapper {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }
  @media all and (min-width: 960px) {
    .nsc-button-wrapper {
      padding: 0 10px; } }
  .nsc-button-wrapper .nsc-button {
    margin: 10px 15px; }
  .nsc-button-wrapper .nsc-link {
    margin: 10px 15px; }

.nsc-form-wrapper {
  display: flex;
  flex-wrap: wrap; }
  @media all and (min-width: 960px) {
    .nsc-form-wrapper {
      margin-right: -10px;
      margin-left: -10px; } }

.input-validation {
  font-size: 14px;
  line-height: 19px;
  margin: 10px 0 0;
  display: block;
  color: #696969;
  min-height: 19px; }

.nsc-input-wrapper {
  flex: 0 1 auto;
  width: 100%;
  margin-bottom: 32px; }
  .nsc-input-wrapper label {
    display: block; }
  @media all and (min-width: 960px) {
    .nsc-input-wrapper {
      padding-right: 10px;
      padding-left: 10px; }
      .nsc-input-wrapper--input-half-width {
        width: 50%; }
      .nsc-input-wrapper--input-one-quarter-width {
        width: 25%; }
      .nsc-input-wrapper--input-three-quarter-width {
        width: 75%; } }

.nsc-password-switcher {
  position: relative;
  display: block;
  height: 0; }
  .nsc-password-switcher__button {
    display: block;
    padding: 5px;
    position: absolute;
    bottom: 7px;
    right: 7px;
    cursor: pointer;
    color: darkgray; }
    .nsc-password-switcher__button:hover {
      color: gray; }
    .nsc-password-switcher__button:before {
      display: block;
      content: attr(data-switcher-show); }
    .nsc-password-switcher__button--texted:before {
      content: attr(data-switcher-hide); }

.nsc-input-validator {
  width: 100%;
  height: 1px;
  position: relative;
  display: none; }
  .nsc-input-validator--visible {
    display: block; }
  .nsc-input-validator__wrapper {
    background-color: #fff;
    padding: 22px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 15px 23px rgba(20, 29, 47, 0.46);
    display: flex;
    flex-wrap: wrap; }
  .nsc-input-validator__entry {
    display: inline-block;
    margin: 10px 0 10px;
    color: gray;
    width: 100%;
    position: relative; }
    @media all and (min-width: 375px) {
      .nsc-input-validator__entry {
        width: 49%; } }
    .nsc-input-validator__entry__icon {
      font-style: normal;
      font-weight: bold;
      display: block;
      position: absolute;
      top: -3px;
      transition: color .5s linear; }
      .nsc-input-validator__entry__icon:before {
        display: inline-block;
        content: "✖";
        margin-right: 5px; }
    .nsc-input-validator__entry__text {
      font-size: 14px;
      line-height: 19px;
      display: block;
      padding-left: 25px; }
      @media all and (min-width: 375px) {
        .nsc-input-validator__entry__text {
          padding-right: 15px; } }
    .nsc-input-validator__entry--fullfiled .nsc-input-validator__entry__icon {
      color: #0078d4; }
      .nsc-input-validator__entry--fullfiled .nsc-input-validator__entry__icon:before {
        content: "✔"; }

/** TYPOGRAPHY **/
h1, .h1 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500; }
  @media screen and (min-width: 376px) {
    h1, .h1 {
      font-size: calc(28px + 18 * (100vw - 376px) / 1064);
      line-height: calc(38px + 18 * (100vw - 376px) / 1064); } }
  @media screen and (min-width: 1440px) {
    h1, .h1 {
      font-size: 46px;
      line-height: 56px; } }

h2, .h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300; }
  @media screen and (min-width: 376px) {
    h2, .h2 {
      font-size: calc(24px + 4 * (100vw - 376px) / 1064);
      line-height: calc(34px + 4 * (100vw - 376px) / 1064); } }
  @media screen and (min-width: 1440px) {
    h2, .h2 {
      font-size: 28px;
      line-height: 38px; } }

h3, .h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300; }
  @media screen and (min-width: 376px) {
    h3, .h3 {
      font-size: calc(18px + 6 * (100vw - 376px) / 1064);
      line-height: calc(28px + 6 * (100vw - 376px) / 1064); } }
  @media screen and (min-width: 1440px) {
    h3, .h3 {
      font-size: 24px;
      line-height: 34px; } }

h4, .h4, th {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500; }
  @media screen and (min-width: 376px) {
    h4, .h4, th {
      font-size: calc(16px + 2 * (100vw - 376px) / 1064);
      line-height: calc(26px + 2 * (100vw - 376px) / 1064); } }
  @media screen and (min-width: 1440px) {
    h4, .h4, th {
      font-size: 18px;
      line-height: 28px; } }

.lead {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300; }
  @media screen and (min-width: 376px) {
    .lead {
      font-size: calc(20px + 8 * (100vw - 376px) / 1064);
      line-height: calc(30px + 8 * (100vw - 376px) / 1064); } }
  @media screen and (min-width: 1440px) {
    .lead {
      font-size: 28px;
      line-height: 38px; } }

small,
.typo-small {
  font-size: 12px;
  line-height: 19px; }
  @media screen and (min-width: 376px) {
    small,
    .typo-small {
      font-size: calc(12px + 2 * (100vw - 376px) / 1064); } }
  @media screen and (min-width: 1440px) {
    small,
    .typo-small {
      font-size: 14px; } }

/** WYSIWYG **/
a {
  text-decoration: none;
  cursor: pointer; }

.nsc-wysiwyg a {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 #bfe0f9; }
  .nsc-wysiwyg a:hover, .nsc-wysiwyg a.hover {
    box-shadow: inset 0 -2px 0 #0078d4; }

.nsc-wysiwyg p, .nsc-wysiwyg address {
  margin: 0 0 30px; }
  .nsc-wysiwyg p:last-child, .nsc-wysiwyg address:last-child {
    margin-bottom: 0; }

.nsc-wysiwyg address {
  font-style: normal; }

.nsc-wysiwyg > h2 {
  margin: 60px 0 15px; }

.nsc-wysiwyg ul li:before {
  position: absolute;
  top: .3rem;
  left: 3px;
  transform: rotate(45deg);
  content: "";
  display: block;
  width: .9375rem;
  height: .9375rem;
  background-color: #98e3dc; }

.nsc-wysiwyg ol {
  counter-reset: item; }
  .nsc-wysiwyg ol > li {
    counter-increment: item; }
  .nsc-wysiwyg ol li:before {
    position: absolute;
    left: 0;
    font-weight: 500;
    content: counter(item) "."; }
  .nsc-wysiwyg ol ul > li:before {
    content: ""; }

.nsc-wysiwyg ol, .nsc-wysiwyg ul {
  margin: 0 0 30px;
  list-style: none; }
  .nsc-wysiwyg ol li, .nsc-wysiwyg ul li {
    position: relative;
    padding-left: 1.9rem;
    margin-top: 15px; }
  .nsc-wysiwyg ol ul, .nsc-wysiwyg ol ol, .nsc-wysiwyg ul ul, .nsc-wysiwyg ul ol {
    margin-top: 15px;
    margin-bottom: 0; }
  .nsc-wysiwyg ol ul li:before, .nsc-wysiwyg ul ul li:before {
    width: .625rem;
    height: .625rem;
    background-color: transparent;
    border: solid 2px #98e3dc; }

.nsc-wysiwyg img {
  max-width: 100%;
  height: auto; }

.nsc-wysiwyg strong {
  font-weight: 500; }

.nsc-wysiwyg.negative {
  color: #fff; }
  .nsc-wysiwyg.negative a {
    color: #fff; }
    .nsc-wysiwyg.negative a.hover, .nsc-wysiwyg.negative a:hover {
      box-shadow: inset 0 -2px 0 #fff; }

/* Missing */
/* Styles */
hr {
  border: none;
  height: 2px; }

ul li {
  list-style-position: outside;
  margin-left: 1rem; }

a {
  color: #ffffff; }

/* Containers */
.nsc-body {
  background: #001e64;
  color: white; }

.nsc-header {
  height: 64px;
  padding: 0 16px;
  background: #01184d; }
  .nsc-header__link {
    font-size: 16px;
    display: inline-block;
    margin: 20px 0; }
    .nsc-header__link:before {
      display: inline;
      content: "←";
      padding-right: 8px; }

.nsc-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 656px;
  padding-left: 16px;
  padding-right: 16px; }

.nsc-infobox {
  color: #001f5b;
  background: #98e3dc;
  padding: 24px 32px;
  font-size: smaller; }
  .nsc-infobox__header {
    padding-bottom: 10px; }

.nsc-logo__img {
  display: block;
  width: 179.83957px;
  height: 83.58289px;
  margin-left: -13px;
  background-image: url("/Content/src/vendor/nsc_logo_no.svg");
  background-size: cover; }
  html[lang=en] .nsc-logo__img {
    background-image: url("/Content/src/vendor/nsc_logo_en.svg");
    height: 108.77005px; }

.nsc-main {
  margin-top: 20px; }

.nsc-section {
  margin: 32px 0; }

.nsc-well {
  padding: 25px 30px; }

.nsc-hr {
  margin: 60px 0;
  background-color: #40568b; }

.validation-summary {
  font-size: 120%; }
  .validation-summary.validation-summary-errors {
    color: #c3353e; }
    .validation-summary.validation-summary-errors ul {
      list-style-type: none; }
      .validation-summary.validation-summary-errors ul li {
        padding-left: 0; }
        .validation-summary.validation-summary-errors ul li:before {
          display: none; }

.nsc-action-link {
  margin: 0.7em 0;
  display: inline-block; }

.nsc-footer {
  margin-top: 64px;
  padding: 0 16px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
  display: none !important; }

.nsc-combo-container {
  width: 100%; }
  @media screen and (min-width: 960px) {
    .nsc-combo-container {
      display: flex; } }
  .nsc-combo-container__item {
    width: 100%; }
    .nsc-combo-container__item--fixed {
      width: 100%;
      margin-top: 16px; }
      @media screen and (min-width: 960px) {
        .nsc-combo-container__item--fixed {
          margin-top: 0px;
          margin-left: 10px;
          flex-shrink: 100; }
          .nsc-combo-container__item--fixed > * {
            white-space: nowrap; } }

.nsf-skin-wrapper .nsc-header-top {
  background: #0074a2;
  width: 100%;
  height: 28px; }

.nsf-skin-wrapper .nsc-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background-color: #edf7fb; }
  @media screen and (min-width: 960px) {
    .nsf-skin-wrapper .nsc-header {
      height: 70px;
      justify-content: flex-start; } }
  .nsf-skin-wrapper .nsc-header__link {
    color: black; }

.nsf-skin-wrapper .nsc-logo {
  padding-top: 30px; }
  .nsf-skin-wrapper .nsc-logo__img {
    background-size: cover;
    margin-left: auto;
    margin-right: auto; }
    html[lang].nsf-skin-wrapper .nsc-logo__img {
      width: 102px;
      height: 101px;
      background-image: url("/Content/src/vendor/sfn_logo_en.svg"); }
      @media screen and (min-width: 960px) {
        html[lang].nsf-skin-wrapper .nsc-logo__img {
          width: 150px;
          height: 148px; } }

.nsf-skin-wrapper .nsc-body {
  color: #000000;
  background: #ffffff; }

.nsf-skin-wrapper .nsc-hr {
  background: #ececec; }
  .nsf-skin-wrapper .nsc-hr--unmargined {
    margin: 0; }
  .nsf-skin-wrapper .nsc-hr--with-text {
    position: relative; }
    .nsf-skin-wrapper .nsc-hr--with-text:before {
      display: block;
      position: absolute;
      width: 40px;
      height: 30px;
      top: -13px;
      left: 50%;
      margin-left: -20px;
      text-align: center;
      content: attr(data-content);
      color: #000000;
      background: #ffffff; }

.nsf-skin-wrapper .nsc-wysiwyg h2, .nsf-skin-wrapper .nsc-infobox h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 2px solid #cccccc;
  margin-top: 30px; }

.nsf-skin-wrapper .nsc-infobox h2 {
  margin-top: 0;
  margin-bottom: 30px; }

.nsf-skin-wrapper input[type="text"],
.nsf-skin-wrapper input.input[type="search"],
.nsf-skin-wrapper input[type="email"],
.nsf-skin-wrapper input[type="password"],
.nsf-skin-wrapper textarea {
  border: 1px solid #000000;
  color: #000000; }
  .nsf-skin-wrapper input[type="text"]:not([readonly]).focus, .nsf-skin-wrapper input[type="text"]:not([readonly]):focus, .nsf-skin-wrapper input[type="text"]:not([readonly]).active, .nsf-skin-wrapper input[type="text"]:not([readonly]):active,
  .nsf-skin-wrapper input.input[type="search"]:not([readonly]).focus,
  .nsf-skin-wrapper input.input[type="search"]:not([readonly]):focus,
  .nsf-skin-wrapper input.input[type="search"]:not([readonly]).active,
  .nsf-skin-wrapper input.input[type="search"]:not([readonly]):active,
  .nsf-skin-wrapper input[type="email"]:not([readonly]).focus,
  .nsf-skin-wrapper input[type="email"]:not([readonly]):focus,
  .nsf-skin-wrapper input[type="email"]:not([readonly]).active,
  .nsf-skin-wrapper input[type="email"]:not([readonly]):active,
  .nsf-skin-wrapper input[type="password"]:not([readonly]).focus,
  .nsf-skin-wrapper input[type="password"]:not([readonly]):focus,
  .nsf-skin-wrapper input[type="password"]:not([readonly]).active,
  .nsf-skin-wrapper input[type="password"]:not([readonly]):active,
  .nsf-skin-wrapper textarea:not([readonly]).focus,
  .nsf-skin-wrapper textarea:not([readonly]):focus,
  .nsf-skin-wrapper textarea:not([readonly]).active,
  .nsf-skin-wrapper textarea:not([readonly]):active {
    box-shadow: none; }
  .nsf-skin-wrapper input[type="text"].error, .nsf-skin-wrapper input[type="text"].input-validation-error,
  .nsf-skin-wrapper input.input[type="search"].error,
  .nsf-skin-wrapper input.input[type="search"].input-validation-error,
  .nsf-skin-wrapper input[type="email"].error,
  .nsf-skin-wrapper input[type="email"].input-validation-error,
  .nsf-skin-wrapper input[type="password"].error,
  .nsf-skin-wrapper input[type="password"].input-validation-error,
  .nsf-skin-wrapper textarea.error,
  .nsf-skin-wrapper textarea.input-validation-error {
    box-shadow: none;
    border-color: #fa4c06; }

.nsf-skin-wrapper .nsc-button {
  text-transform: uppercase;
  background-color: transparent;
  color: #000000;
  box-shadow: inset 0 0 0 2px #000000;
  font-size: 17px; }
  .nsf-skin-wrapper .nsc-button:hover {
    color: #000000; }
  .nsf-skin-wrapper .nsc-button--transparent {
    box-shadow: none;
    text-transform: none;
    color: #0074a2; }

.nsf-skin-wrapper .field-validation-error {
  font-style: italic; }

.nsf-skin-wrapper .nsc-infobox {
  background-color: #edf7fb; }
  .nsf-skin-wrapper .nsc-infobox--margined {
    margin-top: 3rem; }
