/* Minification failed. Returning unminified contents.
(8,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(23,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(29,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(31,31): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(37,23): run-time error CSS1039: Token not allowed after unary operator: '-gap-2'
(38,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(43,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(47,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(54,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(63,21): run-time error CSS1039: Token not allowed after unary operator: '-gap-12'
(66,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(75,20): run-time error CSS1039: Token not allowed after unary operator: '-grey-e'
(116,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(123,28): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(130,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(131,28): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(147,17): run-time error CSS1039: Token not allowed after unary operator: '-gap-32'
(147,31): run-time error CSS1039: Token not allowed after unary operator: '-gap-20'
(147,47): run-time error CSS1039: Token not allowed after unary operator: '-gap-20'
(148,20): run-time error CSS1039: Token not allowed after unary operator: '-gap-32'
(165,20): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(190,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(226,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(227,29): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(276,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(282,26): run-time error CSS1039: Token not allowed after unary operator: '-grey-e'
(303,19): run-time error CSS1039: Token not allowed after unary operator: '-gap-24'
(303,33): run-time error CSS1039: Token not allowed after unary operator: '-gap-20'
(303,49): run-time error CSS1039: Token not allowed after unary operator: '-gap-20'
(304,22): run-time error CSS1039: Token not allowed after unary operator: '-gap-24'
(340,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(352,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(358,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(359,19): run-time error CSS1039: Token not allowed after unary operator: '-heading-3-size'
(361,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(400,33): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(401,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(407,33): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(410,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(417,17): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(422,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(423,19): run-time error CSS1039: Token not allowed after unary operator: '-heading-3-size'
(433,28): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(434,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(439,20): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(440,17): run-time error CSS1039: Token not allowed after unary operator: '-gap-12'
(440,31): run-time error CSS1039: Token not allowed after unary operator: '-gap-24'
(441,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-normal'
(443,23): run-time error CSS1039: Token not allowed after unary operator: '-border-radius-s'
(444,15): run-time error CSS1039: Token not allowed after unary operator: '-white'
(449,26): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(475,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-green'
(491,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(492,20): run-time error CSS1039: Token not allowed after unary operator: '-white'
(502,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(520,28): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(521,20): run-time error CSS1039: Token not allowed after unary operator: '-white'
(579,33): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(580,14): run-time error CSS1039: Token not allowed after unary operator: '-font-text-regular'
(616,19): run-time error CSS1039: Token not allowed after unary operator: '-heading-4-size'
(628,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
(632,15): run-time error CSS1039: Token not allowed after unary operator: '-cws-deep-blue'
 */
.article-page {
  padding: 0 0 60px 0;
}

.content .preamble {
  font-weight: 700;
  margin: 50px 0 20px 0;
  color: var(--cws-deep-blue);
  max-width: 980px;
}
.page-image + .page .preamble {
  margin-top: 80px;
}
.content .preamble p {
  font-weight: 700;
}

.text-block {
  max-width: 980px;
}

.text-block a {
  color: var(--cws-deep-blue);
  text-decoration: underline;
  text-underline-offset: 6px;
}

.text-block a:hover {
  color: var(--cws-green);
  text-decoration: underline;
  text-decoration-color: var(--cws-deep-blue);
}

/*------------lists-------------*/

.text-block ul {
  padding: 0 0 0 var(--gap-2);
  color: var(--cws-deep-blue);
}

.text-block ol {
  padding-left: 20px;
  color: var(--cws-deep-blue);
}

.text-block ol li:before {
  background-color: var(--cws-deep-blue);
}
.text-block ul li:before {
  content: "";
  display: inline-block;
  width: .4444444444rem;
  height: .4444444444rem;
  background-color: var(--cws-green);
  border-radius: 50%;
  margin-right: .5rem;
  vertical-align: .1111111111rem;
}

.text-block ul li {
  margin-left: 1em;
  text-indent: -1em;
  padding: 0 0 var(--gap-12) 0;
  line-height: 1.4em;
 list-style: none; 
  color: var(--text-color); 
}
.text-block ol li {
  padding: 0 0 10px 10px;
  line-height: 1.4em;
}

/*------------Pages, Articles-----------*/
.anchor-menu {
  background: var(--grey-e);
  margin: 0 auto;
  width: 1230px;
  padding-bottom: 0.625rem;
  padding-top: 1.75rem;
}
.anchor-menu .content:after {
  display: none;
}
.anchor-menu .anchor-menu__next,
.anchor-menu .anchor-menu__prev {
  display: none;
}
.anchor-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.anchor-menu li {
  list-style-type: none;
  display: inline-block;
  margin: 0 1% 1.875rem;
  width: 22%;
}

.page-image + .anchor-menu {
  padding-top: 4rem;
}

.imageCaption + .anchor-menu {
  padding-top: 4rem;
}

.content + .anchor-menu {
  padding-top: 4rem;
  margin-top: -4rem;
  margin-bottom: 25px;
}

.anchor-menu li a {
  color: var(--cws-deep-blue);
  display: block;
  font-weight: 500;
  min-height: 3.1875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  box-shadow: 0 1px 0 var(--cws-deep-blue);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.anchor-menu li a:hover {
  color: var(--cws-green);
  box-shadow: 0 2px 0 var(--cws-green);
}

.article-pages-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.standard-page-content .container-block {
  border: none;
  padding: 0;
  margin-top: 0;
}

.standard-page-content .page-block > .content {
  padding: var(--gap-32) var(--gap-20) 0 var(--gap-20);
  margin-top: var(--gap-32);
/*   border-top: solid 1px var(--grey-e);  */
}



/* ---------- STICKY ANCHOR MENU ----------------- */
.anchor-menu--sticky {
  position: fixed;
  width: 100%;
  max-width: 1230px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 3.75rem;
  max-height: 3.75rem;
  background: var(--cws-deep-blue);
  box-sizing: border-box;
  padding: 0;
}
.anchor-menu--sticky .content {
  position: relative;
  height: 60px;
  max-height: 60px;
  overflow: visible;
  padding: 0;
  cursor: pointer;
}
.anchor-menu--sticky .content ul {
  position: absolute;
  width: 100%;
  top: 3.75rem;
  left: 0;
  background: #eff0f1;
  display: none;
}
.anchor-menu--sticky .content ul.open {
  display: block;
}
.anchor-menu--sticky .content:after {
  content: attr(data-after);
  font: var(--font-text-regular);
  color: #fff;
  position: absolute;
  top: 0;
  left: 2rem;
  display: block;
  height: 60px;
  line-height: 60px;
  max-width: calc(100% - 10rem);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.anchor-menu--sticky .content ul li {
  width: 100%;
  display: block;
  border-bottom: solid 1px #fff;
  margin: 0;
}
.anchor-menu--sticky li a,
.anchor-menu--sticky li a:link,
.anchor-menu--sticky li a:visited {
  display: inline-block;
  color: #fff;
  min-height: 3.75rem;
  font-size: 1rem;
  line-height: 3.75rem;
  text-decoration: none;
  box-shadow: none;
  text-transform: none;
  color: #7f8789;
  margin-left: 2rem;
  margin-top: 3px;
  box-sizing: border-box;
}
.anchor-menu--sticky li a.active-chapter {
  color: var(--cws-deep-blue);
  box-shadow: 0 -3px 0 var(--cws-deep-blue);
}
.anchor-menu--sticky .anchor-menu__next,
.anchor-menu--sticky .anchor-menu__prev {
  display: inline-block;
  text-decoration: none;
}
.anchor-menu--sticky .anchor-menu__next:after,
.anchor-menu--sticky .anchor-menu__prev:after {
  font-family: "CorpVwAgIcon";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  border-left: solid 1px #fff;
  text-align: center;
  cursor: pointer;
}
.anchor-menu--sticky .anchor-menu__next:hover:after,
.anchor-menu--sticky .anchor-menu__prev:hover:after {
  background: #67879d;
}

.anchor-menu--sticky .anchor-menu__next:after {
  content: "\e046";
  right: 0;
}
.anchor-menu--sticky .anchor-menu__prev:after {
  content: "\e043";
  right: 3.75rem;
}
.anchor-menu--sticky .anchor-menu__prev.hidden {
  display: none;
}
.anchor-menu--sticky .anchor-menu__next.open:after {
  content: "\e032";
  background: #67879d;
}

.imageCaption {
  max-width: 1230px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.5em;
  color: var(--cws-deep-blue);
  margin-bottom: 10px;
}

.imageCaption__inner {
  padding: 50px;
  background-color: var(--grey-e);
}

@media only screen and (max-width: 1024px) {
  .page-heading:before {
    height: 65px;
  }
  .page-heading {
    margin-bottom: 13px;
  }
  .page-heading span,
  .page-image .content h1 span {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .anchor-menu {
    width: auto;
  }
}
@media only screen and (max-width: 864px) {
  .standard-page-content .page-block > .content {
    padding: var(--gap-24) var(--gap-20) 0 var(--gap-20);
    margin-top: var(--gap-24);
  }

  .page-image .content h1 span .anchor-menu {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .anchor-menu ul li {
    display: list-item;
    width: 100%;
    margin-bottom: 0.875rem;
  }
  .anchor-menu li a {
    width: 100%;
  }
  .anchor-menu li a {
    min-height: 2.1875rem;
  }
  .anchor-menu--sticky li a,
  .anchor-menu--sticky li a:link,
  .anchor-menu--sticky li a:visited {
    margin-left: 0;
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 420px) {
}

/*episerver-forms*/
.EPiServerForms {
  text-align: left;
  margin-bottom: 100px;
}
.Form__MainBody {
  width: 105%;
  color: var(--cws-deep-blue);
}
.EPiServerForms .Form__Element {
  margin: 0 !important;
}
h2.Form__Title {
  margin: 0 !important;
  /*display: none;*/
  margin-bottom: 10px;
}

.EPiServerForms .Form__Description {
  font: var(--font-text-regular);
  font-size: 1.2em;
  margin: 20px 0 25px 0 !important;
}

.EPiServerForms .Form__Element .Form__Element__Caption {
  font: var(--font-text-regular);
  font-size: var(--heading-3-size);
  display: block !important;
  color: var(--cws-deep-blue);
  margin-bottom: 10px;
}
.Form__Element.ValidationRequired span:after {
  content: "*";
}

.Form__Element.ValidationRequired label:after {
  content: "*";
}
.EPiServerForms .FormTextbox,
.EPiServerForms .FormSelection {
  display: inline-block;
  width: 49%;
  max-width: 570px;
  margin-right: 30px !important;
}

.EPiServerForms .FormTextbox,
.EPiServerForms .FormSelection,
.FormChoice {
  padding: 0 0 30px 0;
  vertical-align: top;
}

.EPiServerForms .Form__Element.FormTextbox--Textarea {
  display: block;
}

.EPiServerForms .FormTextbox input,
.EPiServerForms .FormSelection select {
  height: 48px;
  padding: 0 5px;
  width: 99%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgb(255, 255, 255); /* Old browsers */
  border: none;
  border-bottom: 1px solid var(--cws-deep-blue);
  font: var(--font-text-regular);
}

.EPiServerForms .FormCaptcha .FormTextbox__Input:hover,
.EPiServerForms .FormTextbox input:hover,
.EPiServerForms .FormSelection select:hover {
  border-bottom: 1px solid var(--cws-green);
}
.EPiServerForms textarea:hover {
  border: 1px solid var(--cws-green);
}

.EPiServerForms .FormCaptcha .FormTextbox__Input:focus-visible,
.EPiServerForms .FormTextbox input:focus-visible,
.EPiServerForms .FormSelection select:focus-visible,
.EPiServerForms textarea:focus-visible {
  outline: var(--cws-green) solid 1.5px;
  text-decoration: none !important;
}

.FormChoice label {
  font: var(--font-text-regular);
  font-size: var(--heading-3-size);
  display: inline-block;
  line-height: 1em;
}

.EPiServerForms textarea {
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  background: rgb(255, 255, 255); /* Old browsers */
  border: 0.5px solid var(--cws-deep-blue);
  font: var(--font-text-regular);
}

.EPiServerForms .Form__Element button {
  display: block;
  background: var(--cws-deep-blue);
  padding: var(--gap-12) var(--gap-24);
  font: var(--font-text-normal);
  border: none;
  border-radius: var(--border-radius-s);
  color: var(--white);
  margin-top: 15px !important;
  cursor: pointer;
}
.EPiServerForms .Form__Element button:hover {
  background-color: var(--cws-green);
  color: #fff;
  text-decoration: none;
}
.EPiServerForms .Form__Status .Form__Status__Message {
  padding: 0 !important;
  margin: 0 !important;
}
.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: transparent !important;
}
.FormChoice {
  width: 90%;
}
.FormChoice label {
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  width: 30%;
}

.FormChoice input[type="checkbox"]:hover,
.FormChoice label:hover {
  color: var(--cws-green);
}

.FormChoice [type="checkbox"]:not(:checked),
.FormChoice [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.FormChoice input[type="checkbox"] {
  width: 25px;
  height: 25px;
  vertical-align: top;
  display: inline-block;
  line-height: 1em;
  margin: 0;
  outline: none;
  color: var(--cws-deep-blue);
  background: var(--white);
}
.FormChoice input[type="radio"] {
  width: 25px;
  height: 25px;
  vertical-align: top;
  display: inline-block;
  line-height: 1em;
  margin: 0;
  outline: none;
  color: var(--cws-deep-blue);
}

.FormChoice [type="checkbox"]:not(:checked) + span,
.FormChoice [type="checkbox"]:checked + span {
  position: relative;
  padding: 2px 30px 0 40px;
  cursor: pointer;
}

[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.5px solid var(--cws-deep-blue);
  background: var(--white);
}

[type="checkbox"]:not(:checked) + span:after,
[type="checkbox"]:checked + span:after {
  content: "✔";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 0.8;
  color: transparent;
  transition: all 0.2s;
  background: url("/static/styles/images/checkbox.png") no-repeat;
}
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + span:before,
[type="checkbox"]:disabled:checked + span:before {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + span:after {
  color: #999;
}
[type="checkbox"]:disabled + span {
  color: #aaa;
}

label:hover:before {
  border: 1px solid #4778d9 !important;
}

.Form__Element.ValidationRequired label span:after {
  content: " ";
}

.Form__Element__ValidationError {
  display: none;
}
.EPiServerForms .FormCaptcha .FormTextbox__Input {
  display: block;
  height: 40px;
  width: 46% !important;
  margin: 10px 0;
  background: rgb(255, 255, 255); /* Old browsers */
  border: none;
  border-bottom: 1px solid var(--cws-deep-blue);
  font: var(--font-text-regular);
}

@media only screen and (max-width: 864px) {
  .Form__MainBody {
    width: 100%;
  }
  .EPiServerForms .FormTextbox,
  .EPiServerForms .FormSelection {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }

  .FormChoice label {
    display: block;
    padding: 5px 0;
  }

  .EPiServerForms .FormTextbox input,
  .EPiServerForms .FormSelection select {
    box-sizing: border-box;
  }

  .FormChoice label {
    width: 100%;
  }
}

.text-block table {
  background-color: #f2f2f5;
  width: 100%;
  padding: 55px 60px 80px;
  display: inline-block;
  font-weight: 500;
  font-size: var(--heading-4-size);
  box-sizing: border-box;
  border-collapse: collapse;
  overflow: auto;
}

.text-block table caption {
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 30px;
  color: var(--cws-deep-blue);
}

.text-block table tr td strong {
  color: var(--cws-deep-blue);
  font-weight: 700;
}

.text-block table tr td {
  border-bottom: solid #a8adb3 1px;
  width: 9%;
  padding: 10px 10px 10px 0;
  margin: 0 10px;
}

.text-block table tr {
  border-collapse: separate;
  border-spacing: 5em;
}

/*.text-block table tr:first-child td{
     border-bottom: solid #a8adb3 8px;
}*/

.text-block table tr:first-child td.grey-area {
  border-bottom: solid #004666 8px;
  background-color: #f2f2f5;
}

.text-block table tr td.grey-area {
  background-color: #e5e6e8;
}
.text-block table tr td:first-child td.grey-area {
  background-color: #f2f2f5;
}
.text-block table tr:first-child td:first-child {
}

.text-block table tr {
}

