@charset "UTF-8";
@font-face {
  font-family: "Clan W01 Book";
  src: url("/fonts/5476780/89d7865a-9375-4272-97bd-2bee2ac8aa8b.eot?#iefix");
  src: url("/fonts/5476780/89d7865a-9375-4272-97bd-2bee2ac8aa8b.eot?#iefix") format("eot"), url("/fonts/5476780/fcb506e1-1c25-4264-8626-232f749b6d72.woff2") format("woff2"), url("/fonts/5476780/351592a3-6286-4683-96a1-469176d0b8f0.woff") format("woff"), url("/fonts/5476780/01351ae4-70ed-474d-9fcf-d193251453c4.ttf") format("truetype"); }

@font-face {
  font-family: "Clan W01 Book Italic";
  src: url("/fonts/5476791/d73b7bef-08ff-45ca-a7ed-dd4dc21c0ae7.eot?#iefix");
  src: url("/fonts/5476791/d73b7bef-08ff-45ca-a7ed-dd4dc21c0ae7.eot?#iefix") format("eot"), url("/fonts/5476791/8273dd8d-6759-4efd-8e09-abcf83ef466d.woff2") format("woff2"), url("/fonts/5476791/560e7567-268d-4328-b966-5314f8b5d4cd.woff") format("woff"), url("/fonts/5476791/bd59b0e2-379a-464c-8f96-584c3f9b2d5d.ttf") format("truetype"); }

@font-face {
  font-family: "Clan W01 Medium";
  src: url("/fonts/5476802/5ae8443f-5f32-4e0b-9bc4-eab36229e309.eot?#iefix");
  src: url("/fonts/5476802/5ae8443f-5f32-4e0b-9bc4-eab36229e309.eot?#iefix") format("eot"), url("/fonts/5476802/b9860a13-c5d7-45aa-9a3e-96282718ebce.woff2") format("woff2"), url("/fonts/5476802/b9dc82db-c7bb-472c-affa-80a1e8e87ba4.woff") format("woff"), url("/fonts/5476802/07a2aaa6-5973-436e-b2fc-ca62740c37ac.ttf") format("truetype"); }

@font-face {
  font-family: "Clan W01 Bold";
  src: url("/fonts/5476658/f5be07f6-7c38-4bd0-b6aa-ba76266b46ce.eot?#iefix");
  src: url("/fonts/5476658/f5be07f6-7c38-4bd0-b6aa-ba76266b46ce.eot?#iefix") format("eot"), url("/fonts/5476658/8a89228b-7dae-4a89-a41e-8d4197dc2e93.woff2") format("woff2"), url("/fonts/5476658/65b5050a-982f-4fc0-8754-9f8e43676182.woff") format("woff"), url("/fonts/5476658/393e029c-e32d-40ba-a736-904c9b3b71b2.ttf") format("truetype"); }

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@media screen {
  .print-only {
    display: none; } }

@media only screen and (min-width: 48em) {
  .mobile-only {
    display: none !important; } }

@media only screen and (max-width: 47.9375em) {
  .desktop-only {
    display: none !important; } }

.mouse-user *:focus {
  outline: none; }

body {
  margin: 0; }
  body.modal-open > .grid > .grid__row:not(.header),
  body.modal-open > .grid > div > .block,
  body.modal-open > footer {
    display: none; }
  body.bg-white {
    background-color: #fff; }

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #393092; }
  .modal-open .modal-overlay {
    display: block; }

figure {
  margin: 0; }

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border-width: 0;
  border-bottom: 2px solid #74cbc8; }

.space-above {
  margin-top: 32px; }

.space-below {
  margin-bottom: 32px; }

.space-right {
  margin-right: 30px; }

.grid {
  box-sizing: border-box;
  max-width: 79.5rem;
  margin: 0 auto; }
  .grid-fluid {
    padding-right: 20px;
    padding-left: 20px; }
  .grid__row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap; }
    .grid__row-reverse {
      flex-direction: row-reverse; }
  .grid__col-reverse {
    flex-direction: column-reverse; }
  .grid [class^="grid__col"] {
    width: 100%; }
  @media only screen and (max-width: 23.375em) {
    .grid [class*="grid__col-xs"] {
      box-sizing: border-box;
      flex: 0 0 auto; }
    .grid__col-xs {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%; }
      .grid__col-xs-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%; }
      .grid__col-xs-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%; }
      .grid__col-xs-3 {
        flex-basis: 25%;
        max-width: 25%; }
      .grid__col-xs-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%; }
      .grid__col-xs-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%; }
      .grid__col-xs-6 {
        flex-basis: 50%;
        max-width: 50%; }
      .grid__col-xs-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%; }
      .grid__col-xs-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%; }
      .grid__col-xs-9 {
        flex-basis: 75%;
        max-width: 75%; }
      .grid__col-xs-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%; }
      .grid__col-xs-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%; }
      .grid__col-xs-12 {
        flex-basis: 100%;
        max-width: 100%; }
    .grid__col-xs-offset-1 {
      margin-left: 8.3333333333%; }
    .grid__col-xs-offset-2 {
      margin-left: 16.6666666667%; }
    .grid__col-xs-offset-3 {
      margin-left: 25%; }
    .grid__col-xs-offset-4 {
      margin-left: 33.3333333333%; }
    .grid__col-xs-offset-5 {
      margin-left: 41.6666666667%; }
    .grid__col-xs-offset-6 {
      margin-left: 50%; }
    .grid__col-xs-offset-7 {
      margin-left: 58.3333333333%; }
    .grid__col-xs-offset-8 {
      margin-left: 66.6666666667%; }
    .grid__col-xs-offset-9 {
      margin-left: 75%; }
    .grid__col-xs-offset-10 {
      margin-left: 83.3333333333%; }
    .grid__col-xs-offset-11 {
      margin-left: 91.6666666667%; }
    .grid__col-xs-offset-12 {
      margin-left: 100%; }
    .grid__start-xs {
      justify-content: flex-start;
      text-align: left; }
    .grid__center-xs {
      justify-content: center;
      text-align: center; }
    .grid__end-xs {
      justify-content: flex-end;
      text-align: right; }
    .grid__top-xs {
      align-items: flex-start; }
    .grid__middle-xs {
      align-items: center; }
    .grid__bottom-xs {
      align-items: flex-end; }
    .grid__around-xs {
      justify-content: space-around; }
    .grid__between-xs {
      justify-content: space-between; }
    .grid__first-xs {
      order: -1; }
    .grid__last-xs {
      order: 1; } }
  @media only screen and (max-width: 47.9375em) {
    .grid .hide-on-small {
      display: none; }
    .grid [class*="grid__col-sm"] {
      box-sizing: border-box;
      flex: 0 0 auto; }
    .grid__col-sm {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%; }
      .grid__col-sm-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%; }
      .grid__col-sm-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%; }
      .grid__col-sm-3 {
        flex-basis: 25%;
        max-width: 25%; }
      .grid__col-sm-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%; }
      .grid__col-sm-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%; }
      .grid__col-sm-6 {
        flex-basis: 50%;
        max-width: 50%; }
      .grid__col-sm-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%; }
      .grid__col-sm-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%; }
      .grid__col-sm-9 {
        flex-basis: 75%;
        max-width: 75%; }
      .grid__col-sm-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%; }
      .grid__col-sm-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%; }
      .grid__col-sm-12 {
        flex-basis: 100%;
        max-width: 100%; }
    .grid__col-sm-offset-1 {
      margin-left: 8.3333333333%; }
    .grid__col-sm-offset-2 {
      margin-left: 16.6666666667%; }
    .grid__col-sm-offset-3 {
      margin-left: 25%; }
    .grid__col-sm-offset-4 {
      margin-left: 33.3333333333%; }
    .grid__col-sm-offset-5 {
      margin-left: 41.6666666667%; }
    .grid__col-sm-offset-6 {
      margin-left: 50%; }
    .grid__col-sm-offset-7 {
      margin-left: 58.3333333333%; }
    .grid__col-sm-offset-8 {
      margin-left: 66.6666666667%; }
    .grid__col-sm-offset-9 {
      margin-left: 75%; }
    .grid__col-sm-offset-10 {
      margin-left: 83.3333333333%; }
    .grid__col-sm-offset-11 {
      margin-left: 91.6666666667%; }
    .grid__col-sm-offset-12 {
      margin-left: 100%; }
    .grid__start-sm {
      justify-content: flex-start;
      text-align: left; }
    .grid__center-sm {
      justify-content: center;
      text-align: center; }
    .grid__end-sm {
      justify-content: flex-end;
      text-align: right; }
    .grid__top-sm {
      align-items: flex-start; }
    .grid__middle-sm {
      align-items: center; }
    .grid__bottom-sm {
      align-items: flex-end; }
    .grid__around-sm {
      justify-content: space-around; }
    .grid__between-sm {
      justify-content: space-between; }
    .grid__first-sm {
      order: -1; }
    .grid__last-sm {
      order: 1; } }
  @media only screen and (min-width: 48em) {
    .grid-fluid {
      padding-right: 24px;
      padding-left: 24px; }
    .grid__row {
      margin-right: -12px;
      margin-left: -12px; }
    .grid [class^="grid__col"] {
      box-sizing: border-box;
      flex: 0 0 auto;
      padding-right: 12px;
      padding-left: 12px; }
    .grid__col-md {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%; }
      .grid__col-md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%; }
      .grid__col-md-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%; }
      .grid__col-md-3 {
        flex-basis: 25%;
        max-width: 25%; }
      .grid__col-md-4, .advanced-list--standard-icons:not(.advanced-list--narrow) > li {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%; }
      .grid__col-md-5, .advanced-list--standard-icons.advanced-list--narrow > li {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%; }
      .grid__col-md-6, .advanced-list--large-icons > li, .advanced-list--narrow > li, .advanced-list--no-icons > li, .advanced-list--no-icons-narrow > li, .advanced-list--related-articles > li, .person-list li, .recipelist.article ul li, .recipelist.collapsible__article ul li, .recipelist.wizard-content ul li {
        flex-basis: 50%;
        max-width: 50%; }
      .grid__col-md-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%; }
      .grid__col-md-8, .editorial-block, .editorial-block .editorial-block__inner__heading--wide, .grid__col-collapsible, .wizard-step {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%; }
      .grid__col-md-9 {
        flex-basis: 75%;
        max-width: 75%; }
      .grid__col-md-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%; }
      .grid__col-md-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%; }
      .grid__col-md-12 {
        flex-basis: 100%;
        max-width: 100%; }
    .grid__col-md-offset-1, .advanced-list--standard-icons.advanced-list--narrow > li, .advanced-list--standard-icons:not(.advanced-list--narrow) > li:nth-child(even) {
      margin-left: 8.3333333333%; }
    .grid__col-md-offset-2, .editorial-block, .editorial-block .editorial-block__inner__heading--wide, .grid__col-collapsible, .advanced-list--standard-icons:not(.advanced-list--narrow) > li:nth-child(odd), .wizard-step {
      margin-left: 16.6666666667%; }
    .grid__col-md-offset-3 {
      margin-left: 25%; }
    .grid__col-md-offset-4 {
      margin-left: 33.3333333333%; }
    .grid__col-md-offset-5 {
      margin-left: 41.6666666667%; }
    .grid__col-md-offset-6 {
      margin-left: 50%; }
    .grid__col-md-offset-7 {
      margin-left: 58.3333333333%; }
    .grid__col-md-offset-8 {
      margin-left: 66.6666666667%; }
    .grid__col-md-offset-9 {
      margin-left: 75%; }
    .grid__col-md-offset-10 {
      margin-left: 83.3333333333%; }
    .grid__col-md-offset-11 {
      margin-left: 91.6666666667%; }
    .grid__col-md-offset-12 {
      margin-left: 100%; }
    .grid__start-md {
      justify-content: flex-start;
      text-align: left; }
    .grid__center-md {
      justify-content: center;
      text-align: center; }
    .grid__end-md {
      justify-content: flex-end;
      text-align: right; }
    .grid__top-md {
      align-items: flex-start; }
    .grid__middle-md {
      align-items: center; }
    .grid__bottom-md {
      align-items: flex-end; }
    .grid__around-md {
      justify-content: space-around; }
    .grid__between-md {
      justify-content: space-between; }
    .grid__first-md {
      order: -1; }
    .grid__last-md {
      order: 1; } }
  @media only screen and (min-width: 62em) {
    .grid [class*="grid__col-lg"] {
      box-sizing: border-box;
      flex: 0 0 auto;
      padding-right: 12px;
      padding-left: 12px; }
    .grid__col-lg {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 100%; }
      .grid__col-lg-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%; }
      .grid__col-lg-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%; }
      .grid__col-lg-3 {
        flex-basis: 25%;
        max-width: 25%; }
      .grid__col-lg-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%; }
      .grid__col-lg-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%; }
      .grid__col-lg-6, .editorial-block, .editorial-block .editorial-block__inner__heading--wide, .grid__col-collapsible, .wizard-step {
        flex-basis: 50%;
        max-width: 50%; }
      .grid__col-lg-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%; }
      .grid__col-lg-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%; }
      .grid__col-lg-9 {
        flex-basis: 75%;
        max-width: 75%; }
      .grid__col-lg-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%; }
      .grid__col-lg-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%; }
      .grid__col-lg-12 {
        flex-basis: 100%;
        max-width: 100%; }
    .grid__col-lg-offset-1 {
      margin-left: 8.3333333333%; }
    .grid__col-lg-offset-2 {
      margin-left: 16.6666666667%; }
    .grid__col-lg-offset-3, .editorial-block, .editorial-block .editorial-block__inner__heading--wide, .grid__col-collapsible, .wizard-step {
      margin-left: 25%; }
    .grid__col-lg-offset-4 {
      margin-left: 33.3333333333%; }
    .grid__col-lg-offset-5 {
      margin-left: 41.6666666667%; }
    .grid__col-lg-offset-6 {
      margin-left: 50%; }
    .grid__col-lg-offset-7 {
      margin-left: 58.3333333333%; }
    .grid__col-lg-offset-8 {
      margin-left: 66.6666666667%; }
    .grid__col-lg-offset-9 {
      margin-left: 75%; }
    .grid__col-lg-offset-10 {
      margin-left: 83.3333333333%; }
    .grid__col-lg-offset-11 {
      margin-left: 91.6666666667%; }
    .grid__col-lg-offset-12 {
      margin-left: 100%; }
    .grid__start-lg {
      justify-content: flex-start;
      text-align: left; }
    .grid__center-lg {
      justify-content: center;
      text-align: center; }
    .grid__end-lg {
      justify-content: flex-end;
      text-align: right; }
    .grid__top-lg {
      align-items: flex-start; }
    .grid__middle-lg {
      align-items: center; }
    .grid__bottom-lg {
      align-items: flex-end; }
    .grid__around-lg {
      justify-content: space-around; }
    .grid__between-lg {
      justify-content: space-between; }
    .grid__first-lg {
      order: -1; }
    .grid__last-lg {
      order: 1; } }

.ads {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 64px; }
  .ads::after {
    content: '';
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    border-bottom: 3px solid #777; }
  .ads__group {
    margin-right: 15px;
    margin-left: 15px; }
  .ads__ad {
    display: none;
    margin-bottom: 20px; }
    @media only screen and (min-width: 48em) {
      .ads__ad {
        margin-bottom: 30px; } }
    .ads__ad img {
      display: block;
      max-width: 100%;
      margin-right: auto;
      margin-left: auto; }
  @media only screen and (min-width: 48em) {
    .ads__groups {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start; }
    .ads__group {
      flex-basis: calc(50% - 30px); } }

.article a:not(.btn), .collapsible__article a:not(.btn), .wizard-content a:not(.btn) {
  padding-bottom: .125rem;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #e1134f; }
  .article a:not(.btn):focus, .collapsible__article a:not(.btn):focus, .wizard-content a:not(.btn):focus, .article a:not(.btn):hover, .collapsible__article a:not(.btn):hover, .wizard-content a:not(.btn):hover {
    color: #e1134f;
    border-bottom-width: 2px; }

.article img, .collapsible__article img, .wizard-content img {
  max-width: 100%;
  height: auto; }

.article iframe, .collapsible__article iframe, .wizard-content iframe {
  display: block;
  max-width: 100%; }

.article b, .collapsible__article b, .wizard-content b,
.article strong,
.collapsible__article strong,
.wizard-content strong {
  font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
  font-weight: 500; }

.editorial-block {
  margin-bottom: 16px; }
  [class*="grid__col-md-offset-"] .editorial-block,
  [class*="grid__col-lg-offset-"] .editorial-block,
  .main-content .editorial-block {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0; }
  @media only screen and (min-width: 48em) {
    .editorial-block {
      margin-bottom: 32px; } }
  .editorial-block--lightgreen .editorial-block__inner, .editorial-block--rose .editorial-block__inner {
    padding: 20px; }
  .editorial-block--lightgreen {
    background-color: #edf9f8; }
  .editorial-block--rose .editorial-block__inner {
    background-color: #fbe6e5; }
    @media only screen and (min-width: 62em) {
      .editorial-block--rose .editorial-block__inner {
        max-width: 134.686%;
        margin-right: -34.686%; } }
    .editorial-block--rose .editorial-block__inner h1,
    .editorial-block--rose .editorial-block__inner h2,
    .editorial-block--rose .editorial-block__inner h3,
    .editorial-block--rose .editorial-block__inner h4 {
      color: #e1134f; }
    .editorial-block--rose .editorial-block__inner ul:not(.advanced-list) li:before {
      background-color: #e1134f; }
    .editorial-block--rose .editorial-block__inner table th,
    .editorial-block--rose .editorial-block__inner table td {
      background-color: #fff;
      border-color: #ccc !important; }
  .editorial-block--wide {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }

.article-info {
  color: #696969; }
  .article-info .byline {
    color: #000; }
  .article-info p + p {
    margin-top: -0.75rem; }
  @media only screen and (max-width: 47.9375em) {
    .article-info {
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 48em) {
    .article-info {
      margin-bottom: 2rem; } }

.ask-us {
  margin-top: 64px;
  margin-bottom: 64px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #74cbc8;
  border-bottom: 1px solid #74cbc8; }
  .ask-us a {
    padding-bottom: 2px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e1134f; }
    .ask-us a:hover, .ask-us a:focus {
      color: #e1134f;
      border-bottom-width: 3px; }
  .ask-us__title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: .75rem;
    padding-bottom: 3px;
    font-size: 1.875rem;
    color: #393092; }
    .ask-us__title a {
      color: #393092; }
  @media only screen and (min-width: 48em) {
    .ask-us__channels {
      display: flex;
      margin-top: 32px;
      margin-bottom: 32px; } }
  .ask-us__channels__channel {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 48em) {
      .ask-us__channels__channel {
        flex-basis: 33.33333%;
        margin-bottom: 0; } }
    .ask-us__channels__channel__title {
      font-weight: 600; }
    .ask-us__channels__channel__time {
      padding-left: 30px; }
  .ask-us .icon-ask-us {
    position: relative;
    padding-left: 30px; }
    .ask-us .icon-ask-us:before {
      content: '';
      position: absolute;
      top: 1px;
      left: 0;
      display: inline-block;
      width: 20px;
      height: 21px;
      background-position: center center;
      background-repeat: no-repeat; }
    .ask-us .icon-ask-us.icon-phone:before {
      background-image: url("/UI/icons/phone-green.svg"); }
    .ask-us .icon-ask-us.icon-chat:before {
      background-image: url("/UI/icons/chat-green.svg"); }
    .ask-us .icon-ask-us.icon-email:before {
      background-image: url("/UI/icons/email-green.svg"); }

.breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem; }
  .breadcrumbs li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding-right: 18px;
    letter-spacing: .015rem; }
    .breadcrumbs li:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: -1px;
      right: 0;
      width: 7px;
      height: 19px;
      background: url("/UI/icons/breadcrumb.svg") 0 0/contain no-repeat; }
    .breadcrumbs li a {
      padding-bottom: 2px;
      text-decoration: none;
      color: #000;
      border-bottom: 1px solid #e1134f; }
      .breadcrumbs li a:focus, .breadcrumbs li a:hover {
        color: #e1134f;
        border-bottom-width: 2px; }

.btn, .EPiServerForms [type="reset"], .EPiServerForms [type="submit"], .risktest .radio-button .button > span:first-child,
.risktest .radio-button .risktest .instructions-content .start .button > span:first-child {
  margin-top: 6px;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 40px; }
  .btn--cta, .EPiServerForms [type="reset"], .EPiServerForms [type="submit"], .risktest .radio-button .button > span:first-child,
  .risktest .radio-button .risktest .instructions-content .start .button > span:first-child {
    display: inline-block;
    margin-right: 10px;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #e1134f;
    border: 1px solid #e1134f;
    border-radius: 27px;
    outline: none; }
    .btn--cta:not(:disabled).btn--active, .EPiServerForms :not(:disabled).btn--active[type="reset"], .EPiServerForms .hotline .question-create-page .forms.is-member :not(:disabled)[type="reset"][data-form-toggle="member"], .hotline .question-create-page .forms.is-member .EPiServerForms :not(:disabled)[type="reset"][data-form-toggle="member"], .EPiServerForms .hotline .question-create-page .forms.is-anonymous :not(:disabled)[type="reset"][data-form-toggle="anonymous"], .hotline .question-create-page .forms.is-anonymous .EPiServerForms :not(:disabled)[type="reset"][data-form-toggle="anonymous"], .EPiServerForms :not(:disabled).btn--active[type="submit"], .EPiServerForms .hotline .question-create-page .forms.is-member :not(:disabled)[type="submit"][data-form-toggle="member"], .hotline .question-create-page .forms.is-member .EPiServerForms :not(:disabled)[type="submit"][data-form-toggle="member"], .EPiServerForms .hotline .question-create-page .forms.is-anonymous :not(:disabled)[type="submit"][data-form-toggle="anonymous"], .hotline .question-create-page .forms.is-anonymous .EPiServerForms :not(:disabled)[type="submit"][data-form-toggle="anonymous"], .hotline .question-create-page .forms.is-member .btn--cta:not(:disabled)[data-form-toggle="member"], .hotline .question-create-page .forms.is-member .risktest .radio-button .button > span:not(:disabled)[data-form-toggle="member"]:first-child, .risktest .radio-button .hotline .question-create-page .forms.is-member .button > span:not(:disabled)[data-form-toggle="member"]:first-child,
    .hotline .question-create-page .forms.is-member .risktest .radio-button .risktest .instructions-content .start .button > span:not(:disabled)[data-form-toggle="member"]:first-child, .hotline .question-create-page .forms.is-anonymous .btn--cta:not(:disabled)[data-form-toggle="anonymous"], .hotline .question-create-page .forms.is-anonymous .risktest .radio-button .button > span:not(:disabled)[data-form-toggle="anonymous"]:first-child, .risktest .radio-button .hotline .question-create-page .forms.is-anonymous .button > span:not(:disabled)[data-form-toggle="anonymous"]:first-child,
    .hotline .question-create-page .forms.is-anonymous .risktest .radio-button .risktest .instructions-content .start .button > span:not(:disabled)[data-form-toggle="anonymous"]:first-child, .risktest .radio-button .button > span:not(:disabled).btn--active:first-child,
    .risktest .radio-button .risktest .instructions-content .start .button > span:not(:disabled).btn--active:first-child, .btn--cta:not(:disabled):focus, .EPiServerForms :not(:disabled):focus[type="reset"], .EPiServerForms :not(:disabled):focus[type="submit"], .risktest .radio-button .button > span:not(:disabled):focus:first-child,
    .risktest .radio-button .risktest .instructions-content .start .button > span:not(:disabled):focus:first-child, .btn--cta:not(:disabled):hover, .EPiServerForms :not(:disabled):hover[type="reset"], .EPiServerForms :not(:disabled):hover[type="submit"], .risktest .radio-button .button > span:not(:disabled):hover:first-child,
    .risktest .radio-button .risktest .instructions-content .start .button > span:not(:disabled):hover:first-child {
      margin: 4px 8px -2px -2px;
      border-width: 3px; }
    .btn--cta.space-right:focus, .EPiServerForms .space-right:focus[type="reset"], .EPiServerForms .space-right:focus[type="submit"], .risktest .radio-button .button > span.space-right:focus:first-child,
    .risktest .radio-button .risktest .instructions-content .start .button > span.space-right:focus:first-child, .btn--cta.space-right:hover, .EPiServerForms .space-right:hover[type="reset"], .EPiServerForms .space-right:hover[type="submit"], .risktest .radio-button .button > span.space-right:hover:first-child,
    .risktest .radio-button .risktest .instructions-content .start .button > span.space-right:hover:first-child {
      margin-right: 28px; }
    .btn--cta:last-child, .EPiServerForms :last-child[type="reset"], .EPiServerForms :last-child[type="submit"], .risktest .radio-button .button > span:last-child:first-child,
    .risktest .radio-button .risktest .instructions-content .start .button > span:last-child:first-child {
      margin-right: 0 !important; }
      .btn--cta:last-child:focus, .EPiServerForms :last-child:focus[type="reset"], .EPiServerForms :last-child:focus[type="submit"], .risktest .radio-button .button > span:last-child:focus:first-child,
      .risktest .radio-button .risktest .instructions-content .start .button > span:last-child:focus:first-child, .btn--cta:last-child:hover, .EPiServerForms :last-child:hover[type="reset"], .EPiServerForms :last-child:hover[type="submit"], .risktest .radio-button .button > span:last-child:hover:first-child,
      .risktest .radio-button .risktest .instructions-content .start .button > span:last-child:hover:first-child {
        margin-right: -2px !important; }
  .btn--loading::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    margin-left: 7px;
    background-image: url("/UI/icons/loading.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
  .btn:disabled, .EPiServerForms :disabled[type="reset"], .EPiServerForms :disabled[type="submit"], .risktest .radio-button .button > span:disabled:first-child,
  .risktest .radio-button .risktest .instructions-content .start .button > span:disabled:first-child {
    background-color: #777 !important;
    border-color: #777 !important; }
  .btn--loggedin {
    background-color: #393092;
    border-color: #393092; }
  .btn--transparent, .EPiServerForms [type="reset"], .risktest .radio-button .button > span:first-child,
  .risktest .radio-button .risktest .instructions-content .start .button > span:first-child {
    color: #000;
    background-color: transparent; }
  .btn--tag {
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
    background-color: #edf9f8; }
    .btn--tag:not(:last-child) {
      margin-right: 5px; }
    .btn--tag:focus, .btn--tag:hover {
      color: #fff;
      background-color: #006858; }
  .btn--arrow {
    padding-right: 40px;
    background-image: url(/UI/icons/arrow-red.svg);
    background-position: right 15px center;
    background-repeat: no-repeat; }
    .btn--arrow.btn--cta:not(.btn--transparent), .EPiServerForms .btn--arrow:not(.btn--transparent)[type="reset"], .EPiServerForms .btn--arrow:not(.btn--transparent)[type="submit"], .risktest .radio-button .button > span.btn--arrow:not(.btn--transparent):first-child,
    .risktest .radio-button .risktest .instructions-content .start .button > span.btn--arrow:not(.btn--transparent):first-child {
      background-image: url(/UI/icons/arrow-white.svg); }
    .btn--arrow-toggle {
      position: relative;
      background-image: none; }
      .btn--arrow-toggle:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: .95rem;
        right: 16px;
        width: 16px;
        height: 10px;
        background: url("/UI/icons/expand-red.svg") 0 0/contain no-repeat;
        transform: rotate(0deg);
        transition: transform .2s ease-in-out; }
      .btn--arrow-toggle.active::after {
        transform: rotate(180deg); }
  .btn--link {
    display: inline;
    padding: 0 0 2px;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e1134f;
    border-radius: 0; }
    .btn--link:focus, .btn--link:hover {
      color: #e1134f;
      border-bottom-width: 2px; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.calendar-block__heading {
  margin-top: 16px !important; }
  @media only screen and (min-width: 48em) {
    .calendar-block__heading {
      margin-top: 64px !important; } }

.calendar-block__more {
  margin-top: 16px; }

[class*="grid__col-md-offset-"] .grid__col-collapsible,
[class*="grid__col-lg-offset-"] .grid__col-collapsible,
.main-content .grid__col-collapsible {
  flex-basis: 100%;
  max-width: 100%;
  margin-left: 0; }

.collapsible {
  margin: 0 -3px 1rem;
  background-color: #edf9f8;
  border-radius: 1.7rem; }
  .newsarticlepage .collapsible {
    background-color: #f7f7f7; }
  .collapsible-container {
    margin-bottom: 64px; }
  .collapsible__toggle {
    position: relative;
    width: 100%;
    padding: 1.125rem 44px 1.125rem 24px;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    text-align: left;
    color: #000;
    background-color: transparent;
    border: none; }
    .collapsible__toggle:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 1.25rem;
      right: 24px;
      width: 18px;
      height: 12px;
      background: url("/UI/icons/expand-red.svg") 0 0/contain no-repeat;
      transform: rotate(0deg);
      transition: transform .2s ease-in-out; }
    .collapsible__toggle a {
      text-decoration: none;
      color: #000; }
  .collapsible__content {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height 0.2s ease-out; }
    .collapsible__content__inner {
      padding-bottom: 1rem; }
  .collapsible__article *:first-child {
    margin-top: 0; }
  .collapsible__article ul li {
    padding-left: 0; }
    .collapsible__article ul li::before {
      display: none !important; }
  .collapsible.open .collapsible__toggle:after {
    transform: rotate(180deg); }
  .collapsible.open .collapsible__content {
    max-height: 100vh; }

@media only screen and (min-width: 48em) {
  .country-division__wrapper {
    margin-right: 16.6666666667%;
    margin-left: 16.6666666667%;
    padding-right: 6px;
    padding-left: 6px; } }

@media only screen and (min-width: 62em) {
  .country-division__wrapper {
    margin-right: 25%;
    margin-left: 25%; } }

.main-content .country-division__wrapper,
.grid__col-md-8 .country-division__wrapper,
.editorial-block .country-division__wrapper,
.grid__col-collapsible .country-division__wrapper,
.wizard-step .country-division__wrapper,
.grid__col-lg-6 .country-division__wrapper,
.editorial-block .country-division__wrapper,
.grid__col-collapsible .country-division__wrapper,
.wizard-step .country-division__wrapper {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

ul.county-division__list {
  list-style-type: none; }
  @media only screen and (min-width: 48em) {
    ul.county-division__list {
      column-count: 4;
      margin-right: -26%;
      margin-left: -26%; } }
  @media only screen and (min-width: 62em) {
    ul.county-division__list {
      margin-right: -1.5%;
      margin-left: -34.5%; } }
  ul.county-division__list li {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0 !important; }
    ul.county-division__list li + li {
      margin-top: 0 !important; }
    ul.county-division__list li::before {
      display: none !important; }

ul.county-division__index > li {
  display: inline-block;
  width: calc(50% - 15px);
  margin-bottom: 10px;
  vertical-align: top; }
  ul.county-division__index > li:nth-child(odd) {
    margin-right: 24px; }

.cta {
  margin-top: 32px;
  margin-bottom: 32px; }
  .cta img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .cta__text__inner {
    position: relative;
    padding: 5.5vw 5vw;
    background-color: #edf9f8; }
    .cta__text__inner > *:first-child {
      margin-top: 0; }
  .cta__text__title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: calc(14px + 2vw); }
    @media only screen and (min-width: 62em) {
      .cta__text__title {
        font-size: 2.25rem; } }
  .cta__text__circle {
    display: inline-block;
    position: absolute;
    top: -50px;
    right: -20px;
    width: 70px;
    height: 70px;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 70px;
    text-align: center;
    background-color: #74cbc8;
    border-radius: 50%; }
    @media only screen and (min-width: 48em) {
      .cta__text__circle {
        top: -48px;
        right: -48px;
        width: 96px;
        height: 96px;
        font-size: 1rem;
        line-height: 96px; } }
  .cta__text a:not(.btn) {
    padding-bottom: 2px;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #e1134f; }
    .cta__text a:not(.btn):focus, .cta__text a:not(.btn):hover {
      color: #e1134f;
      border-bottom-width: 3px; }
  @media only screen and (min-width: 48em) {
    .cta {
      display: flex;
      flex: 0 1 auto;
      flex-direction: row; }
      .cta--reverse {
        flex-direction: row-reverse; }
        .cta--reverse .cta__text__circle {
          right: auto;
          left: -48px; }
      .cta__image {
        flex-basis: 52.5%; }
        .cta__image img {
          width: auto; }
      .cta__text {
        display: flex;
        flex-basis: 47.5%; }
        .cta__text__inner {
          display: flex;
          flex-direction: column;
          flex-grow: 1;
          justify-content: center;
          margin-top: 32px;
          margin-bottom: 32px;
          margin-left: -10vw;
          padding: 5.5vw 3vw 5.5vw 8vw; }
          .cta--reverse .cta__text__inner {
            padding-right: 8vw;
            padding-left: 3vw;
            margin-right: -10vw;
            margin-left: 0; } }
  @media only screen and (min-width: 62em) {
    .cta {
      margin-top: 64px;
      margin-bottom: 64px; }
      .cta__text__inner {
        margin-left: -120px;
        padding: 60px 60px 60px 100px; }
        .cta--reverse .cta__text__inner {
          margin-right: -120px; } }

.datepicker {
  display: none; }

.datepicker.active {
  display: block; }

.datepicker-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 4px; }

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px; }

.datepicker-picker {
  display: inline-block;
  border-radius: 4px;
  background-color: white; }

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }

.datepicker-picker span {
  display: block;
  flex: 1;
  border: 0;
  border-radius: 4px;
  cursor: default;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker-main {
  padding: 2px; }

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke; }

.datepicker-controls, .datepicker-view, .datepicker-view .days-of-week, .datepicker-grid {
  display: flex; }

.datepicker-grid {
  flex-wrap: wrap; }

.datepicker-view .dow, .datepicker-view .days .datepicker-cell {
  flex-basis: 14.28571%; }

.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%; }

.datepicker-view .week, .datepicker-cell {
  height: 2.25rem;
  line-height: 2.25rem; }

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700; }

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0; }

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: bold; }

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9; }

.datepicker-header .datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2; }

.datepicker-header .datepicker-controls .button[disabled] {
  box-shadow: none; }

.datepicker-footer .datepicker-controls .button {
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 2px;
  width: 100%;
  font-size: 0.75rem; }

.datepicker-controls .view-switch {
  flex: auto; }

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem; }

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
  visibility: hidden; }

.datepicker-view .dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700; }

.datepicker-view .week {
  width: 2.25rem;
  color: #b5b5b5;
  font-size: 0.75rem; }

@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem; } }

.datepicker-grid {
  width: 15.75rem; }

@media (max-width: 22.5rem) {
  .calendar-weeks + .days .datepicker-grid {
    width: 13.78125rem; } }

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer; }

.datepicker-cell.focused:not(.selected) {
  background-color: #e8e8e8; }

.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600; }

.datepicker-cell.disabled {
  color: #dbdbdb; }

.datepicker-cell.prev:not(.disabled), .datepicker-cell.next:not(.disabled) {
  color: #7a7a7a; }

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: whitesmoke; }

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #eeeeee; }

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e8e8e8; }

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2; }

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff; }

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00c4a7; }

.datepicker-cell.range-start:not(.selected), .datepicker-cell.range-end:not(.selected) {
  background-color: #b5b5b5;
  color: #fff; }

.datepicker-cell.range-start.focused:not(.selected), .datepicker-cell.range-end.focused:not(.selected) {
  background-color: #afafaf; }

.datepicker-cell.range-start {
  border-radius: 4px 0 0 4px; }

.datepicker-cell.range-end {
  border-radius: 0 4px 4px 0; }

.datepicker-cell.range {
  border-radius: 0;
  background-color: #dbdbdb; }

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d5d5d5; }

.datepicker-cell.range.disabled {
  color: #c2c2c2; }

.datepicker-cell.range.focused {
  background-color: #cfcfcf; }

.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem; }

.datepicker-input.in-edit {
  border-color: #2366d1; }

.datepicker-input.in-edit:focus, .datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2); }

.diabetes-info {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media only screen and (min-width: 48em) {
    .diabetes-info {
      margin-top: 64px;
      margin-bottom: 64px; } }
  .diabetes-info h2 {
    font-size: 1.875rem;
    text-align: center;
    color: #393092; }
  .diabetes-info .article h3, .diabetes-info .collapsible__article h3, .diabetes-info .wizard-content h3 {
    font-size: 1.25rem; }

.donationspage h1 {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media only screen and (min-width: 48em) {
    .donationspage h1 {
      margin-top: 64px; } }

.eventpage__colophon {
  margin-bottom: 16px; }
  @media only screen and (min-width: 48em) {
    .eventpage__colophon {
      margin-bottom: 64px; } }
  .eventpage__colophon li {
    position: relative;
    padding: .5rem 0 .5rem 30px; }
    .eventpage__colophon li:not(:first-child) {
      border-top: 3px solid #74cbc8; }
    .eventpage__colophon li span.icon {
      position: absolute;
      left: 0;
      margin-top: .3rem; }
  .eventpage__colophon a {
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #e1134f; }
    .eventpage__colophon a:focus, .eventpage__colophon a:hover {
      color: #e1134f;
      border-bottom-width: 3px; }

.eventpage .intro {
  margin-top: 1rem;
  margin-bottom: 2rem; }

.event-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .event-list .no-events {
    text-align: center;
    font-style: italic; }
  .event-list > li {
    display: none;
    height: auto;
    opacity: 1;
    overflow: hidden;
    border-bottom: 2px solid #74cbc8;
    transition: height 0s, opacity 0.4s ease-in-out; }
    @media only screen and (max-width: 47.9375em) {
      .event-list > li {
        padding: 0; } }
    @media only screen and (min-width: 48em) {
      .event-list > li .event-list-header,
      .event-list > li .event-list-link {
        display: flex;
        flex-direction: row; } }
    .event-list > li + li {
      margin-top: 0; }
  .event-list-header {
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    font-size: .875rem; }
    @media only screen and (max-width: 47.9375em) {
      .event-list-header {
        display: none; } }
  .event-list-link {
    display: block;
    text-decoration: none;
    color: #000; }
    @media only screen and (min-width: 62em) {
      .lg .event-list-link,
      .half .event-list-link {
        font-size: 20px;
        line-height: 26px; } }
    @media only screen and (max-width: 47.9375em) {
      .event-list-link {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .event-list-link:hover, .event-list-link:active, .event-list-link:focus {
      background-color: #edf9f8; }
  .event-list-col {
    padding: 5px 10px;
    box-sizing: border-box; }
    @media only screen and (max-width: 47.9375em) {
      .event-list-col {
        display: block;
        float: none;
        width: auto; } }
    @media only screen and (max-width: 47.9375em) {
      .event-list-col:first-child {
        font-weight: bold; } }
    .event-list-col-date {
      font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif; }
    .event-list-col-description span {
      padding-bottom: 2px;
      border-bottom: 2px solid #e1134f; }
  @media only screen and (min-width: 48em) {
    .event-list-col {
      padding: 20px 15px; }
      .full .event-list-col {
        padding: 20px 25px; }
    .event-list-header .event-list-col {
      padding-bottom: 10px; }
    .event-list-col-1 {
      width: 15%; }
      .two-thirds .event-list-col-1 {
        width: 19%; }
      .three-fifths .event-list-col-1 {
        width: 25%; }
      .half .event-list-col-1 {
        width: 30%; }
      .two-fifths .event-list-col-1,
      .one-third .event-list-col-1 {
        width: 28%; }
    .event-list-col-2, .event-list-col-4 {
      width: 20%; }
      .block.two-thirds .event-list-col-2, .block.two-thirds .event-list-col-4 {
        width: 30%; }
    .event-list-col-3 {
      width: 45%; }
      .block.two-thirds .event-list-col-3 {
        width: 51%; }
      .block.three-fifths .event-list-col-3 {
        width: 75%; }
      .block.two-fifths .event-list-col-3,
      .block.one-third .event-list-col-3 {
        width: 72%; } }
  @media only screen and (max-width: 47.9375em) {
    .event-list-col-1 {
      width: 28%; }
    .event-list-col-3 {
      width: 72%; } }
  .event-list-expand {
    margin-top: 24px !important;
    margin-bottom: 24px !important; }
    .event-list-expand:hover, .event-list-expand:focus {
      margin-top: 22px !important;
      margin-bottom: 22px !important; }

.factbox {
  margin-top: 16px;
  margin-bottom: 32px;
  padding: 25px;
  background-color: #edf9f8;
  box-sizing: border-box; }
  @media only screen and (min-width: 48em) {
    .factbox__wrapper {
      margin-right: 16.6666666667%;
      margin-left: 16.6666666667%;
      padding-right: 6px;
      padding-left: 6px; } }
  @media only screen and (min-width: 62em) {
    .factbox__wrapper {
      margin-right: 25%;
      margin-left: 25%; } }
  .main-content .factbox__wrapper {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0; }
  .factbox img {
    max-width: 100%; }
  .main-content .factbox {
    max-width: 277px; }
  .newsarticlepage .factbox {
    background-color: #f7f7f7; }
  @media only screen and (max-width: 47.9375em) {
    .factbox {
      padding: 20px; } }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .main-content .factbox {
      float: right;
      margin-left: 30px; } }
  @media only screen and (min-width: 62em) {
    .main-content .factbox {
      float: right;
      margin-right: -34.686%;
      margin-left: 30px; } }
  .factbox *:first-child {
    margin-top: 0; }
  .factbox *:last-child {
    margin-bottom: 0; }
  .article .factbox *, .collapsible__article .factbox *, .wizard-content .factbox * {
    font-size: .875rem; }
  .article .factbox h2, .collapsible__article .factbox h2, .wizard-content .factbox h2 {
    font-size: 1.0625rem;
    padding-bottom: 8px;
    border-bottom: 2px solid #000; }
  .article .factbox figure, .collapsible__article .factbox figure, .wizard-content .factbox figure {
    margin: 0;
    padding: 5px;
    background-color: #fff; }
    .article .factbox figure figcaption, .collapsible__article .factbox figure figcaption, .wizard-content .factbox figure figcaption {
      font-size: .75rem;
      text-align: center; }

.featured {
  margin-bottom: 32px; }
  @media only screen and (min-width: 48em) {
    .featured {
      margin-bottom: 64px; } }
  .featured__image img {
    width: 100%; }
  .featured__text {
    align-self: center; }
  .featured__title {
    display: inline;
    position: relative;
    top: -2px;
    padding-bottom: 2px;
    font-size: 1.5rem;
    line-height: 1.3; }
    .featured__title a {
      text-decoration: none;
      color: #000;
      border-bottom: 2px solid #e1134f; }
      .featured__title a:focus, .featured__title a:hover {
        color: #e1134f;
        border-bottom-width: 3px; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit; }

.forms .formgrid {
  box-sizing: border-box; }
  .forms .formgrid__row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    box-sizing: border-box; }
  .forms .formgrid [class*="formgrid__col-"] {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box; }
  .forms .formgrid__col-1 {
    width: 8.3333333333%;
    flex-basis: 40px; }
    .forms .formgrid__col-1.formgrid__col-follower {
      flex-basis: 20px; }
  .forms .formgrid--fluid .formgrid__col-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .forms .formgrid__col-2 {
    width: 16.6666666667%;
    flex-basis: 80px; }
    .forms .formgrid__col-2.formgrid__col-follower {
      flex-basis: 60px; }
  .forms .formgrid--fluid .formgrid__col-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .forms .formgrid__col-3 {
    width: 25%;
    flex-basis: 120px; }
    .forms .formgrid__col-3.formgrid__col-follower {
      flex-basis: 100px; }
  .forms .formgrid--fluid .formgrid__col-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .forms .formgrid__col-4 {
    width: 33.3333333333%;
    flex-basis: 160px; }
    .forms .formgrid__col-4.formgrid__col-follower {
      flex-basis: 140px; }
  .forms .formgrid--fluid .formgrid__col-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .forms .formgrid__col-5 {
    width: 41.6666666667%;
    flex-basis: 200px; }
    .forms .formgrid__col-5.formgrid__col-follower {
      flex-basis: 180px; }
  .forms .formgrid--fluid .formgrid__col-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .forms .formgrid__col-6 {
    width: 50%;
    flex-basis: 240px; }
    .forms .formgrid__col-6.formgrid__col-follower {
      flex-basis: 220px; }
  .forms .formgrid--fluid .formgrid__col-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .forms .formgrid__col-7 {
    width: 58.3333333333%;
    flex-basis: 280px; }
    .forms .formgrid__col-7.formgrid__col-follower {
      flex-basis: 260px; }
  .forms .formgrid--fluid .formgrid__col-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .forms .formgrid__col-8 {
    width: 66.6666666667%;
    flex-basis: 320px; }
    .forms .formgrid__col-8.formgrid__col-follower {
      flex-basis: 300px; }
  .forms .formgrid--fluid .formgrid__col-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .forms .formgrid__col-9 {
    width: 75%;
    flex-basis: 360px; }
    .forms .formgrid__col-9.formgrid__col-follower {
      flex-basis: 340px; }
  .forms .formgrid--fluid .formgrid__col-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .forms .formgrid__col-10 {
    width: 83.3333333333%;
    flex-basis: 400px; }
    .forms .formgrid__col-10.formgrid__col-follower {
      flex-basis: 380px; }
  .forms .formgrid--fluid .formgrid__col-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .forms .formgrid__col-11 {
    width: 91.6666666667%;
    flex-basis: 440px; }
    .forms .formgrid__col-11.formgrid__col-follower {
      flex-basis: 420px; }
  .forms .formgrid--fluid .formgrid__col-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .forms .formgrid__col-12 {
    width: 100%;
    flex-basis: 480px; }
    .forms .formgrid__col-12.formgrid__col-follower {
      flex-basis: 460px; }
  .forms .formgrid--fluid .formgrid__col-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .forms .formgrid__col--postal-zip {
    flex-basis: 140px; }
  @media only screen and (min-width: 32.5em) {
    .forms .formgrid__col--postal-address {
      flex-basis: calc(100% - 140px);
      max-width: calc(100% - 140px); } }
  .forms .formgrid__col--relative {
    position: relative; }

.forms input {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  .forms input[type="text"], .forms input[type="search"], .forms input[type="email"], .forms input[type="tel"], .forms input[type="number"], .forms input[type="url"], .forms input[type="password"] {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    border: none;
    border-bottom: 2px solid #e1134f; }
  .forms input::-webkit-outer-spin-button, .forms input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .forms input[type="number"] {
    -moz-appearance: textfield; }
  .forms input:disabled {
    background-color: #ffffff85;
    border-bottom-color: #777; }

.forms textarea {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  border: none;
  border-bottom: 2px solid #e1134f; }

.forms .textarea--large textarea {
  min-height: 200px; }

.forms .tox-tinymce {
  font-family: inherit;
  border: none;
  border-bottom: 2px solid #e1134f; }

.forms label {
  display: block; }
  .forms label.label--strong {
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif; }
  .forms label + input {
    margin-top: 0.1875rem; }

.forms .form-item--ssn input[type="number"] {
  max-width: 160px; }

.forms .form-item--date input[type="text"],
.forms .form-item--time input[type="text"] {
  padding: 16px;
  border: none;
  border-bottom: 2px solid #e1134f; }

.forms .form-item--date input[type="text"],
.forms .datepicker-field {
  width: 160px !important;
  background: #fff url(/UI/icons/icon-date.png) right 10px center no-repeat; }

.forms .form-item--time input[type="text"],
.forms .timepicker-field {
  width: 120px !important;
  background: #fff url(/UI/icons/icon-time.png) right 10px center no-repeat; }

.forms__error {
  font-weight: bold; }
  .forms__error input {
    background-color: #e1134f33; }

.forms .repeat-event {
  display: flex;
  align-items: center; }
  .forms .repeat-event > * {
    display: inline-block;
    margin-right: 10px; }
  .forms .repeat-event .select {
    margin-right: 23px; }
  .forms .repeat-event__weeks {
    display: none; }
  .forms .repeat-event__number {
    display: inline-block;
    width: 45px !important;
    text-align: center; }
  .forms .repeat-event__interval {
    text-transform: lowercase; }

.forms .field-validation-error, .forms .field-validation-valid {
  display: block;
  color: #e1134f; }

.checkbox {
  position: relative;
  margin-bottom: 16px;
  padding-left: 29px; }
  .checkbox label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.25rem;
    left: 1px;
    width: 17px;
    height: 17px;
    background: url(/UI/icons/checkbox-sprite.svg) 0 0 no-repeat;
    background-size: 17px 68px; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
    .checkbox input[type="checkbox"]:checked + label::before,
    .checkbox input[type="checkbox"]:checked + input[type="hidden"] + label::before {
      background-position: 0 -17px; }
    body:not(.mouse-user) .checkbox input[type="checkbox"]:focus + label::before,
    body:not(.mouse-user) .checkbox input[type="checkbox"]:focus + input[type="hidden"] + label::before {
      background-position: 0 -34px; }
    body:not(.mouse-user) .checkbox input[type="checkbox"]:checked:focus + label::before,
    body:not(.mouse-user) .checkbox input[type="checkbox"]:checked:focus + input[type="hidden"] + label::before {
      background-position: 0 -51px; }
  .checkbox--inline {
    display: inline-block;
    padding-left: 24px;
    margin-right: 8px;
    margin-bottom: 8px; }

.radio,
.form-tick {
  position: relative;
  margin-bottom: 16px;
  padding-left: 30px; }
  .radio label::before,
  .form-tick label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.1875rem;
    left: 0;
    width: 19px;
    height: 19px;
    background: url(/UI/icons/radio-sprite.svg) 0 0 no-repeat;
    background-size: 19px 76px; }
  .radio input[type="radio"],
  .form-tick input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
    .radio input[type="radio"]:checked + label::before,
    .form-tick input[type="radio"]:checked + label::before {
      background-position: 0 -19px; }
    body:not(.mouse-user) .radio input[type="radio"]:focus + label::before, body:not(.mouse-user)
    .form-tick input[type="radio"]:focus + label::before {
      background-position: 0 -38px; }
    body:not(.mouse-user) .radio input[type="radio"]:checked:focus + label::before, body:not(.mouse-user)
    .form-tick input[type="radio"]:checked:focus + label::before {
      background-position: 0 -57px; }
  .radios--inline .radio,
  .radios--inline .form-tick,
  .form-ticks--inline .radio,
  .form-ticks--inline .form-tick {
    display: inline-block;
    padding-left: 24px;
    margin-right: 8px;
    margin-bottom: 8px; }
  .radio.hidden,
  .form-tick.hidden {
    display: none; }

.select {
  position: relative; }
  .select::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: calc(50% - 10px);
    margin-left: -45px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/UI/icons/arrow-red.svg);
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    pointer-events: none; }
  .select select {
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 40px 10px 20px;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    line-height: 1.8; }
    .select select option {
      font-family: "Clan W01 Book", Helvetica, Arial, sans-serif; }
    .select select::-ms-expand {
      display: none; }
  .select:not(.select--rounded)::after {
    margin-left: -35px; }
  .select:not(.select--rounded) select {
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #e1134f; }
  .select--rounded select {
    background-color: transparent;
    border: 1px solid #e1134f;
    border-radius: 25px;
    text-overflow: ""; }
    .select--rounded select:focus {
      margin: -2px;
      border-width: 3px; }
  .select label {
    margin-bottom: 0.5rem; }

.EPiServerForms .Form__Element__Caption {
  display: block !important;
  font-weight: 700; }

.EPiServerForms legend.Form__Element__Caption {
  margin-top: 16px;
  margin-bottom: 8px; }

.EPiServerForms .Form__Element:not(.FormParagraphText) + .FormChoice {
  margin-top: 40px; }

.EPiServerForms .Form__Element.FormChoice label {
  display: block;
  position: relative;
  margin-bottom: 16px;
  padding-left: 30px; }
  .EPiServerForms .Form__Element.FormChoice label input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
    .EPiServerForms .Form__Element.FormChoice label input[type="radio"] + span::before {
      content: "";
      display: block;
      position: absolute;
      top: 0.1875rem;
      left: 0;
      width: 19px;
      height: 19px;
      background: url(/UI/icons/radio-sprite.svg) 0 0/100% no-repeat; }
    .EPiServerForms .Form__Element.FormChoice label input[type="radio"]:checked + span::before {
      background-position: 0 -19px; }
    body:not(.mouse-user) .EPiServerForms .Form__Element.FormChoice label input[type="radio"]:focus + span::before {
      background-position: 0 -38px; }
    body:not(.mouse-user) .EPiServerForms .Form__Element.FormChoice label input[type="radio"]:checked:focus + span::before {
      background-position: 0 -57px; }
  .EPiServerForms .Form__Element.FormChoice label input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
    .EPiServerForms .Form__Element.FormChoice label input[type="checkbox"] + span::before {
      content: "";
      display: block;
      position: absolute;
      top: 0.25rem;
      left: 1px;
      width: 17px;
      height: 17px;
      background: url(/UI/icons/checkbox-sprite.svg) 0 0/100% no-repeat; }
    .EPiServerForms .Form__Element.FormChoice label input[type="checkbox"]:checked + span::before {
      background-position: 0 -17px; }
    body:not(.mouse-user) .EPiServerForms .Form__Element.FormChoice label input[type="checkbox"]:focus + span::before {
      background-position: 0 -34px; }
    body:not(.mouse-user) .EPiServerForms .Form__Element.FormChoice label input[type="checkbox"]:checked:focus + span::before {
      background-position: 0 -51px; }

.EPiServerForms .Form__Element.FormTextbox {
  margin-bottom: 20px; }
  .EPiServerForms .Form__Element.FormTextbox input[type="text"], .EPiServerForms .Form__Element.FormTextbox input[type="search"], .EPiServerForms .Form__Element.FormTextbox input[type="email"], .EPiServerForms .Form__Element.FormTextbox input[type="tel"], .EPiServerForms .Form__Element.FormTextbox input[type="number"], .EPiServerForms .Form__Element.FormTextbox input[type="url"], .EPiServerForms .Form__Element.FormTextbox input[type="password"] {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    border: none;
    border-bottom: 2px solid #e1134f; }
    @media only screen and (min-width: 48em) {
      .EPiServerForms .Form__Element.FormTextbox input[type="text"], .EPiServerForms .Form__Element.FormTextbox input[type="search"], .EPiServerForms .Form__Element.FormTextbox input[type="email"], .EPiServerForms .Form__Element.FormTextbox input[type="tel"], .EPiServerForms .Form__Element.FormTextbox input[type="number"], .EPiServerForms .Form__Element.FormTextbox input[type="url"], .EPiServerForms .Form__Element.FormTextbox input[type="password"] {
        max-width: 340px; } }
  .EPiServerForms .Form__Element.FormTextbox input[type="number"] {
    padding: 14px 15px 15px; }

.footer {
  margin-top: 32px;
  padding-top: 64px;
  padding-bottom: 80px;
  line-height: 2.25;
  color: #fff;
  background-color: #393092; }
  @media only screen and (min-width: 48em) {
    .footer {
      margin-top: 64px; } }
  .footer .logo {
    display: inline-block;
    width: 194px;
    height: 18px;
    margin-bottom: 30px;
    background: url("/UI/icons/diabetesforbundet-logo-white.svg") 0 0/contain no-repeat; }
  .footer a {
    padding-bottom: .125rem;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #74cbc8; }
    .footer a:focus, .footer a:hover {
      color: #74cbc8;
      border-bottom-width: 2px; }
  .footer .external-links {
    position: relative; }
    @media only screen and (min-width: 48em) {
      .footer .external-links {
        margin-top: 78px; } }
  @media only screen and (min-width: 48em) {
    .footer .newsletter-subscribe + .external-links {
      margin-top: 0; } }
  .footer .icon-innsamlingskontrollen {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 95px;
    height: 95px;
    background: url("/UI/icons/ik-stempel.png") 0 0/contain no-repeat;
    border-bottom: none; }
    .footer .icon-innsamlingskontrollen span {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }

.header {
  position: relative;
  z-index: 2;
  padding-top: 32px;
  padding-bottom: 16px; }
  @media only screen and (min-width: 48em) {
    .header {
      padding-top: 80px;
      padding-bottom: 100px; } }
  .header .logo {
    display: inline-block;
    width: 194px;
    height: auto; }
    .header .logo img.menu-open {
      display: none; }
    .modal-open .header .logo img.default {
      display: none; }
    .modal-open .header .logo img.menu-open {
      display: inline-block; }
  .header .user-action a,
  .header .user-action .btn-search,
  .header .user-action .btn-menu {
    padding: 0;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    border: none;
    color: #000; }
    @media only screen and (min-width: 48em) {
      .header .user-action a:not(:first-child),
      .header .user-action .btn-search:not(:first-child),
      .header .user-action .btn-menu:not(:first-child) {
        margin-left: 30px; } }
    .header .user-action a span,
    .header .user-action .btn-search span,
    .header .user-action .btn-menu span {
      display: inline-block;
      line-height: 1.5;
      border-bottom: 1px solid #e1134f; }
    .header .user-action a:focus span, .header .user-action a:hover span,
    .header .user-action .btn-search:focus span,
    .header .user-action .btn-search:hover span,
    .header .user-action .btn-menu:focus span,
    .header .user-action .btn-menu:hover span {
      border-bottom-width: 2px; }
    .modal-open .header .user-action a, .modal-open
    .header .user-action .btn-search, .modal-open
    .header .user-action .btn-menu {
      color: #fff; }
      .modal-open .header .user-action a span, .modal-open
      .header .user-action .btn-search span, .modal-open
      .header .user-action .btn-menu span {
        border-bottom-color: #74cbc8; }
  @media only screen and (max-width: 47.9375em) {
    .header .user-action {
      position: absolute;
      display: inline-block;
      right: 0;
      width: auto; }
      .header .user-action > a {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0; }
      .header .user-action [class^="btn"] + [class^="btn"] {
        margin-left: 2vw; } }
  @media only screen and (max-width: 23.375em) {
    .header .user-action [class^="btn"] + [class^="btn"] {
      margin-left: 0; } }
  .header .user-action .btn-search,
  .header .user-action .btn-menu {
    position: relative; }
    .header .user-action .btn-search:after,
    .header .user-action .btn-menu:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 2px;
      right: 0;
      height: 21px;
      margin-left: 8px; }
    @media only screen and (max-width: 47.9375em) {
      .header .user-action .btn-search,
      .header .user-action .btn-menu {
        height: 30px; }
        .header .user-action .btn-search span,
        .header .user-action .btn-menu span {
          position: absolute;
          width: 1px;
          height: 1px;
          margin: -1px;
          padding: 0;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          border: 0; } }
  .header .user-action .btn-search {
    padding-right: 30px; }
    .header .user-action .btn-search:after {
      width: 21px;
      background: url("/UI/icons/search.svg") 0 0/contain no-repeat; }
    .modal-open .header .user-action .btn-search:after {
      background-image: url("/UI/icons/search-white.svg"); }
    .modal-open .header .user-action .btn-search.active:after {
      background-image: url("/UI/icons/menu-close-white.svg"); }
  .header .user-action .btn-menu {
    padding-right: 35px; }
    .header .user-action .btn-menu:after {
      width: 25px;
      background: url("/UI/icons/menu.svg") 0 0/contain no-repeat; }
    .modal-open .header .user-action .btn-menu:after {
      background-image: url("/UI/icons/menu-white.svg"); }
    .modal-open .header .user-action .btn-menu.active:after {
      background-image: url("/UI/icons/menu-close-white.svg"); }

.hotline .question__heading {
  font-size: 1.5rem; }

@media only screen and (min-width: 48em) {
  .hotline .question__heading {
    font-size: 2.5rem; }
  .hotline .questions {
    margin-top: 0; } }

.hotline .question {
  margin-bottom: 40px; }
  .hotline .question:first-child .question__title {
    margin-top: 0; }
  .hotline .question__title {
    margin-bottom: 0; }
  .hotline .question__text {
    position: relative;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 1rem;
    transition: max-height .3s ease-in-out; }
    .hotline .question__text::after {
      content: '';
      position: absolute;
      top: 240px;
      right: 0;
      left: 0;
      height: 60px;
      background: linear-gradient(transparent, #d9efee); }
    .hotline .question__text p {
      margin-bottom: 0; }
  .hotline .question__facts {
    margin-bottom: .5rem;
    font-size: .875rem; }
  .hotline .question__date-tag {
    color: #696969; }
  .hotline .question__date {
    margin-right: 8px;
    padding-right: 12px;
    border-right: 1px solid #696969; }
  .hotline .question-reference-number {
    font-size: 1.25rem; }
  .hotline .question-private-details li {
    padding-left: 0; }
    .hotline .question-private-details li::before {
      display: none !important; }
  .hotline .question-private-details span {
    font-weight: 700; }
  @media only screen and (min-width: 48em) {
    .hotline .question {
      margin-bottom: 64px; }
      .hotline .question__title {
        font-size: 1.375rem; }
      .hotline .question__text {
        max-height: 500px; }
        .hotline .question__text::after {
          top: 440px; }
      .hotline .question__tail {
        display: flex;
        flex-direction: row;
        align-items: center; }
      .hotline .question__facts {
        flex-basis: calc(100% - 160px);
        position: relative;
        top: 6px;
        margin-bottom: 0; }
      .hotline .question__read-answer {
        flex-basis: 160px;
        text-align: right; }
        .hotline .question__read-answer .btn, .hotline .question__read-answer .EPiServerForms [type="reset"], .EPiServerForms .hotline .question__read-answer [type="reset"], .hotline .question__read-answer .EPiServerForms [type="submit"], .EPiServerForms .hotline .question__read-answer [type="submit"], .hotline .question__read-answer .risktest .radio-button .button > span:first-child, .risktest .radio-button .hotline .question__read-answer .button > span:first-child,
        .hotline .question__read-answer .risktest .radio-button .risktest .instructions-content .start .button > span:first-child, .risktest .radio-button .risktest .instructions-content .start .hotline .question__read-answer .button > span:first-child {
          position: relative;
          right: -10px; }
      .hotline .question-reference-number {
        font-size: 1.5rem; } }

.hotline .question-create-page .form-toggle-section {
  display: none; }

.hotline .question-create-page .forms.is-member .form-toggle-section-member {
  display: block; }

.hotline .question-create-page .forms.is-anonymous .form-toggle-section-anonymous {
  display: block; }

.hotline .question-create-page .forms .ask-question-toggler:last-child:focus, .hotline .question-create-page .forms .ask-question-toggler:last-child:hover {
  margin-right: -2px !important; }

.hotline .question-create-page .forms .ask-question-type-selector {
  text-align: center; }

.hotline .question-create-page .forms .form-tick + .field-validation-error, .hotline .question-create-page .forms .form-tick + .field-validation-valid,
.hotline .question-create-page .forms textarea + .field-validation-error,
.hotline .question-create-page .forms textarea + .field-validation-valid {
  margin-top: -10px; }

.hotline .question-create-page .form-section-box {
  margin-bottom: 32px;
  padding: 5px 20px;
  background-color: #edf9f8; }

.hotline .question-create-page .formgrid [class^="formgrid__col-"] {
  box-sizing: border-box; }

.hotline .question-create-page .formgrid__col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.hotline .question-create-page .formgrid__col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.hotline .question-create-page .formgrid__col-3 {
  flex-basis: 25%;
  max-width: 25%; }

.hotline .question-create-page .formgrid__col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.hotline .question-create-page .formgrid__col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.hotline .question-create-page .formgrid__col-6 {
  flex-basis: 50%;
  max-width: 50%; }

.hotline .question-create-page .formgrid__col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.hotline .question-create-page .formgrid__col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.hotline .question-create-page .formgrid__col-9 {
  flex-basis: 75%;
  max-width: 75%; }

.hotline .question-create-page .formgrid__col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.hotline .question-create-page .formgrid__col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.hotline .question-create-page .formgrid__col-12 {
  flex-basis: 100%;
  max-width: 100%; }

@media only screen and (min-width: 48em) {
  .hotline .expert-details {
    display: flex;
    flex-direction: row; } }

.hotline .expert-details__image {
  width: 100px;
  height: 100px; }
  @media only screen and (min-width: 48em) {
    .hotline .expert-details__image {
      flex-basis: 120px; } }

.hotline .expert-details__description p {
  margin-top: 0;
  margin-bottom: 0; }

@media only screen and (min-width: 48em) {
  .hotline .expert-details__description {
    flex-basis: calc(100% - 120px); }
    .hotline .expert-details__description *:first-child {
      margin-top: 0; } }

.icon {
  display: inline-block;
  position: relative;
  top: .2rem; }
  .icon::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px; }
  .icon__clock::before {
    background: url("/UI/icons/clock-green.svg") center center no-repeat; }
  .icon__place::before {
    background: url("/UI/icons/place-green.svg") center center no-repeat; }
  .icon__email::before {
    background: url("/UI/icons/email-green.svg") center center no-repeat; }
  .icon__phone::before {
    background: url("/UI/icons/phone-green.svg") center center no-repeat; }
  .icon__social-link::before {
    background: url("/UI/icons/social-link.svg") center center no-repeat; }

.illustration__title {
  font-size: 1.875rem;
  line-height: 1.119; }
  @media only screen and (min-width: 48em) {
    .illustration__title {
      font-size: 2.625rem; } }

.illustration__user-action p {
  display: inline-block;
  margin-top: 0; }
  .illustration__user-action p:not(:last-child) {
    margin-right: 20px; }

img {
  max-width: 100%; }

.article figure, .collapsible__article figure, .wizard-content figure {
  margin: 0; }
  .article figure figcaption, .collapsible__article figure figcaption, .wizard-content figure figcaption {
    margin-top: -4px;
    font-size: .875rem;
    line-height: 1.45; }

.article img, .collapsible__article img, .wizard-content img {
  margin-top: 4px;
  margin-bottom: 32px; }
  .article img + figcaption, .collapsible__article img + figcaption, .wizard-content img + figcaption {
    margin-top: -36px; }
  .article img--fullwidth, .collapsible__article img--fullwidth, .wizard-content img--fullwidth {
    width: 100%; }
    @media only screen and (min-width: 62em) {
      .article img--fullwidth, .collapsible__article img--fullwidth, .wizard-content img--fullwidth {
        width: 134.686%;
        max-width: 134.686%; } }

.article figure.align-right, .collapsible__article figure.align-right, .wizard-content figure.align-right,
.article img[style*="float: right"],
.collapsible__article img[style*="float: right"],
.wizard-content img[style*="float: right"] {
  width: 100%;
  margin-bottom: 32px; }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .article figure.align-right, .collapsible__article figure.align-right, .wizard-content figure.align-right,
    .article img[style*="float: right"],
    .collapsible__article img[style*="float: right"],
    .wizard-content img[style*="float: right"] {
      float: right;
      max-width: 50%;
      margin-left: 30px; } }
  @media only screen and (min-width: 62em) {
    .article figure.align-right, .collapsible__article figure.align-right, .wizard-content figure.align-right,
    .article img[style*="float: right"],
    .collapsible__article img[style*="float: right"],
    .wizard-content img[style*="float: right"] {
      float: right;
      max-width: 65.265%;
      margin-right: -34.686%;
      margin-left: 40px; } }

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .article figure.align-right img[style*="float: right"], .collapsible__article figure.align-right img[style*="float: right"], .wizard-content figure.align-right img[style*="float: right"] {
    float: none;
    max-width: 100%;
    margin-left: 0; } }

@media only screen and (min-width: 62em) {
  .article figure.align-right img[style*="float: right"], .collapsible__article figure.align-right img[style*="float: right"], .wizard-content figure.align-right img[style*="float: right"] {
    float: none !important;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; } }

.article figure.align-left, .collapsible__article figure.align-left, .wizard-content figure.align-left,
.article img[style*="float: left"],
.collapsible__article img[style*="float: left"],
.wizard-content img[style*="float: left"] {
  width: 100%;
  margin-bottom: 32px; }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .article figure.align-left, .collapsible__article figure.align-left, .wizard-content figure.align-left,
    .article img[style*="float: left"],
    .collapsible__article img[style*="float: left"],
    .wizard-content img[style*="float: left"] {
      float: left;
      max-width: 50%;
      margin-right: 30px; } }
  @media only screen and (min-width: 62em) {
    .article figure.align-left, .collapsible__article figure.align-left, .wizard-content figure.align-left,
    .article img[style*="float: left"],
    .collapsible__article img[style*="float: left"],
    .wizard-content img[style*="float: left"] {
      float: left;
      max-width: 50%;
      margin-right: 40px; } }

.image-list__item {
  margin-bottom: 64px; }

.image-list a {
  text-decoration: none; }
  .image-list a:focus .image-list__title, .image-list a:hover .image-list__title {
    color: #e1134f;
    border-bottom-width: 3px; }

.image-list__image {
  display: block;
  max-width: 100%;
  margin-bottom: 16px; }

.image-list__pretitle {
  margin-bottom: 8px;
  color: #000; }

.image-list__title {
  display: inline;
  position: relative;
  top: -2px;
  padding-bottom: 2px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  border-bottom: 2px solid #e1134f; }
  .image-list__title--pluss::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 11px;
    width: 34px;
    height: 34px;
    background: url(/UI/icons/news-plus.svg) center center no-repeat;
    border-right: 10px solid #fff; }
    .corepage .image-list__title--pluss::before,
    .start2020page .image-list__title--pluss::before,
    .startpage .image-list__title--pluss::before,
    .recipepage .image-list__title--pluss::before,
    .recipePage .image-list__title--pluss::before {
      border-right-color: #d9efee; }

.image-list__info {
  margin-top: 16px; }

.image-list__duration {
  margin-right: 15px; }

.image-list .btn--tag:not(:last-child) {
  margin-right: 10px; }

.intro {
  font-size: 1.125rem; }
  @media only screen and (min-width: 48em) {
    .intro {
      font-size: 1.25rem; } }
  .intro__has-image {
    margin-bottom: 2rem; }
    .intro__has-image img {
      max-width: 100%; }
    @media only screen and (min-width: 48em) {
      .intro__has-image {
        margin-bottom: 4rem; } }
    .intro__has-image p {
      margin-top: 0; }

@media only screen and (max-width: 47.9375em) {
  h1 + .intro {
    margin-bottom: 2rem; } }

@media only screen and (min-width: 48em) {
  h1 + .intro {
    position: relative;
    top: -2rem; } }

h1 + .intro .test {
  color: green; }

.advanced-list {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  box-sizing: border-box;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 0;
  list-style: none; }
  @media only screen and (max-width: 47.9375em) {
    .advanced-list > li:nth-child(n+2) {
      margin-top: 24px; } }
  @media only screen and (min-width: 48em) {
    .advanced-list {
      position: relative;
      margin-right: -12px;
      margin-left: -12px; }
      .advanced-list > li:nth-child(n+3) {
        margin-top: 24px; } }
  @media only screen and (min-width: 62em) {
    .advanced-list {
      margin-top: 64px;
      margin-bottom: 64px; } }
  .advanced-list__frame {
    padding: 16px;
    background-color: #edf9f8; }
    @media only screen and (min-width: 48em) {
      .advanced-list__frame {
        padding: 64px; } }
    .advanced-list__frame__title {
      margin-top: 0;
      font-size: 1.25rem; }
      @media only screen and (min-width: 48em) {
        .advanced-list__frame__title {
          font-size: 1.625rem; } }
    .advanced-list__frame .advanced-list {
      margin-top: 32px;
      margin-bottom: 0; }
      .advanced-list__frame .advanced-list li {
        margin-bottom: 8px; }
        @media only screen and (min-width: 48em) {
          .advanced-list__frame .advanced-list li {
            margin-bottom: 16px; } }
  .advanced-list > li {
    position: relative; }
  .advanced-list--large-icons > li, .advanced-list--narrow > li, .advanced-list--no-icons > li, .advanced-list--no-icons-narrow > li, .advanced-list--related-articles > li {
    width: 100%; }
    @media only screen and (min-width: 48em) {
      .advanced-list--large-icons > li, .advanced-list--narrow > li, .advanced-list--no-icons > li, .advanced-list--no-icons-narrow > li, .advanced-list--related-articles > li {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 12px;
        padding-left: 12px; } }
  .related-articles .advanced-list--related-articles {
    margin-top: 8px; }
  .advanced-list--related-articles > li > a {
    display: flex;
    flex-direction: row; }
    .advanced-list--related-articles > li > a .image {
      max-width: 90px; }
      @media only screen and (min-width: 48em) {
        .advanced-list--related-articles > li > a .image {
          max-width: 135px; } }
      @media only screen and (min-width: 62em) {
        .advanced-list--related-articles > li > a .image {
          max-width: 180px; } }
      .advanced-list--related-articles > li > a .image img {
        max-width: 100%; }
      .advanced-list--related-articles > li > a .image + .text {
        max-width: calc(100% - 110px);
        margin-left: 20px; }
        @media only screen and (min-width: 48em) {
          .advanced-list--related-articles > li > a .image + .text {
            max-width: calc(100% - 155px); } }
        @media only screen and (min-width: 62em) {
          .advanced-list--related-articles > li > a .image + .text {
            max-width: calc(100% - 200px); } }
    .advanced-list--related-articles > li > a .text {
      align-self: center; }
  .advanced-list .icon {
    top: 0; }
    .advanced-list .icon::before {
      display: none; }
  .advanced-list--standard-icons.advanced-list--narrow > li {
    width: 100%; }
  .advanced-list--standard-icons:not(.advanced-list--narrow) > li {
    width: 100%; }
  @media only screen and (min-width: 48em) {
    .advanced-list--standard-icons > li {
      box-sizing: border-box;
      flex: 0 0 auto;
      padding-right: 12px;
      padding-left: 12px; } }
  .advanced-list--standard-icons > li a {
    margin-right: 40px; }
    @media only screen and (max-width: 47.9375em) {
      .advanced-list--standard-icons > li a {
        position: relative;
        margin-left: 40px; } }
  .advanced-list--standard-icons > li .icon {
    position: absolute;
    top: -0.2rem;
    left: -40px;
    width: 40px;
    text-align: center; }
    .advanced-list--standard-icons > li .icon img {
      max-width: 30px;
      max-height: 30px; }
    @media only screen and (min-width: 48em) {
      .advanced-list--standard-icons > li .icon img {
        max-width: 40px;
        max-height: 40px; } }
  .advanced-list--large-icons > li {
    align-self: center; }
    .advanced-list--large-icons > li a {
      display: flex;
      flex: 0 1 auto;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 32.5em) {
        .advanced-list--large-icons > li a {
          align-items: flex-start; } }
    .advanced-list--large-icons > li img {
      max-width: 85%; }
    .advanced-list--large-icons > li .icon {
      text-align: center; }
    @media only screen and (max-width: 47.9375em) {
      .advanced-list--large-icons > li .icon {
        flex-basis: 16%;
        max-width: 16%; }
      .advanced-list--large-icons > li .text {
        flex-basis: 82%;
        max-width: 82%; } }
    @media only screen and (min-width: 48em) {
      .advanced-list--large-icons > li .icon {
        flex-basis: 30.4568527918%;
        max-width: 30.4568527918%; }
      .advanced-list--large-icons > li .text {
        flex-basis: 65.3130287648%;
        max-width: 65.3130287648%; } }
  .advanced-list a {
    display: block;
    padding-bottom: initial;
    text-decoration: none;
    color: #000;
    border-bottom: none; }
    .advanced-list a .advanced-list__title {
      position: relative;
      top: -2px;
      display: inline;
      padding-bottom: 2px;
      line-height: 1.3;
      color: #000;
      border-bottom: 2px solid #e1134f; }
    .advanced-list a:focus, .advanced-list a:hover {
      color: #000;
      border-bottom-width: 0; }
      .advanced-list a:focus .advanced-list__title, .advanced-list a:hover .advanced-list__title {
        position: relative;
        color: #e1134f;
        border-bottom-width: 3px; }
  .advanced-list--narrow a .advanced-list__title {
    font-family: "Clan W01 Book", Helvetica, Arial, sans-serif;
    font-size: 1rem; }
  .advanced-list--no-icons-narrow a .advanced-list__title {
    font-size: 1.25rem; }
  .advanced-list__title {
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    font-size: calc(10px + 2vw); }
    @media only screen and (min-width: 48em) {
      .advanced-list__title {
        font-size: 1.625rem; } }
  .advanced-list.faq-list .advanced-list__title {
    font-size: calc(8px + 2vw); }
    @media only screen and (min-width: 48em) {
      .advanced-list.faq-list .advanced-list__title {
        font-size: 1.25rem; } }

.listpage {
  background-color: #fff; }
  .listpage__header {
    text-align: center; }
  .listpage .article-logo {
    text-align: center; }
    .listpage .article-logo + .article-topic {
      margin-top: 32px; }
      @media only screen and (min-width: 48em) {
        .listpage .article-logo + .article-topic {
          margin-top: 48px; } }
  .listpage .article-topic {
    text-align: center;
    color: #e1134f; }
  .listpage h1 {
    color: #000; }
  .listpage .see-more {
    position: relative;
    top: -2rem; }

.list-heading {
  margin-top: 32px;
  padding-bottom: 8px;
  font-size: 1.375rem; }
  @media only screen and (min-width: 48em) {
    .list-heading {
      margin-bottom: 32px;
      padding-bottom: 16px;
      font-size: 1.875rem; } }
  .list-heading--underline {
    border-bottom: 3px solid #e1134f; }
  .list-heading--small {
    font-size: 1.25rem; }
    @media only screen and (min-width: 48em) {
      .list-heading--small {
        padding-bottom: 4px;
        font-size: 1.375rem; } }

ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.article ul:not(.advanced-list) li:before, .collapsible__article ul:not(.advanced-list) li:before, .wizard-content ul:not(.advanced-list) li:before,
.sign-up ul:not(.advanced-list) li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: .7rem;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #006858; }

.article ul:not(.advanced-list) li + li, .collapsible__article ul:not(.advanced-list) li + li, .wizard-content ul:not(.advanced-list) li + li,
.sign-up ul:not(.advanced-list) li + li {
  margin-top: .6rem; }

.article li, .collapsible__article li, .wizard-content li,
.sign-up li {
  position: relative;
  padding-left: 26px; }
  .article li ul, .collapsible__article li ul, .wizard-content li ul,
  .sign-up li ul {
    margin-top: .6rem;
    margin-bottom: .6rem; }
  .article li li, .collapsible__article li li, .wizard-content li li,
  .sign-up li li {
    padding-left: 23px; }
    .article li li:before, .collapsible__article li li:before, .wizard-content li li:before,
    .sign-up li li:before {
      width: 12px; }
    .article li li li, .collapsible__article li li li, .wizard-content li li li,
    .sign-up li li li {
      padding-left: 20px; }
      .article li li li:before, .collapsible__article li li li:before, .wizard-content li li li:before,
      .sign-up li li li:before {
        width: 9px; }

ol li + li {
  margin-top: .6rem; }

ol li ol {
  margin-top: .6rem;
  margin-bottom: .6rem; }

.login__forgot-register span {
  margin-right: 20px; }
  @media only screen and (max-width: 47.9375em) {
    .login__forgot-register span {
      display: block;
      margin-right: 0; }
      .login__forgot-register span:first-child {
        margin-bottom: 10px; } }

.mega-menu {
  display: none;
  color: #fff; }
  .mega-menu__upper, .mega-menu__lower {
    display: none; }
    .mega-menu__upper:not(.shown), .mega-menu__lower:not(.shown) {
      overflow: hidden; }
    .mega-menu__upper.shown, .mega-menu__lower.shown {
      display: flex; }
  .mega-menu__upper.shown {
    margin-bottom: 3rem; }
  .mega-menu__upper h2 {
    margin-top: 0; }
  .mega-menu__lower {
    background-color: #d9efee; }
    .mega-menu__lower.shown {
      padding-top: 16px;
      padding-bottom: 32px; }
      @media only screen and (min-width: 48em) {
        .mega-menu__lower.shown {
          padding-top: 64px;
          padding-bottom: 64px; } }
      .mega-menu__lower.shown .content [class^="grid__col-"] {
        margin-bottom: 16px; }
        @media only screen and (min-width: 48em) {
          .mega-menu__lower.shown .content [class^="grid__col-"] {
            margin-bottom: 32px; } }
  .mega-menu .row-ask-us {
    margin-top: 16px;
    margin-right: -12px;
    margin-left: -12px; }
  .mega-menu .icon-ask-us {
    position: relative;
    padding-left: 30px; }
    .mega-menu .icon-ask-us:before {
      content: '';
      position: absolute;
      top: 1px;
      left: 0;
      display: inline-block;
      width: 20px;
      height: 21px;
      background-position: center center;
      background-repeat: no-repeat; }
    .mega-menu .icon-ask-us.icon-phone:before {
      background-image: url("/UI/icons/phone-powder.svg"); }
    .mega-menu .icon-ask-us.icon-chat:before {
      background-image: url("/UI/icons/chat-powder.svg"); }
    .mega-menu .icon-ask-us.icon-email:before {
      background-image: url("/UI/icons/email-powder.svg"); }
  .mega-menu .ask-us-mobile .icon-ask-us.icon-phone:before {
    background-image: url("/UI/icons/phone-green.svg"); }
  .mega-menu .ask-us-mobile .icon-ask-us.icon-chat:before {
    background-image: url("/UI/icons/chat-green.svg"); }
  .mega-menu .ask-us-mobile .icon-ask-us.icon-email:before {
    background-image: url("/UI/icons/email-green.svg"); }
  .mega-menu.shown {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2; }
    .mega-menu.shown > [class*="mega-menu__"] > .grid__row {
      width: 100%;
      max-width: 79.5rem;
      margin: 0 auto; }
    @media only screen and (max-width: 47.9375em) {
      .mega-menu.shown .mega-menu__upper,
      .mega-menu.shown .mega-menu__middle,
      .mega-menu.shown .mega-menu__lower {
        padding-right: 20px;
        padding-left: 20px; } }
  .mega-menu__upper *, .mega-menu__middle * {
    color: #fff !important; }
  .mega-menu__middle {
    padding-bottom: 1rem; }
    @media only screen and (max-width: 47.9375em) {
      .mega-menu__middle {
        padding-top: 1.75rem;
        padding-bottom: 5rem; } }
    @media only screen and (min-width: 48em) {
      .mega-menu__middle {
        padding-bottom: 3rem; } }
  .mega-menu__lower * {
    color: #000 !important; }
  .mega-menu-toggle-all {
    padding: 0 0 3px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #74cbc8; }
    .mega-menu-toggle-all:after {
      content: '';
      display: inline-block;
      width: 17px;
      height: 11px;
      margin-left: 8px;
      background: url("/UI/icons/expand-white.svg") 0 0/contain no-repeat;
      transform: rotate(0deg);
      transition: transform .2s ease-in-out; }
    .mega-menu-toggle-all:focus, .mega-menu-toggle-all:hover {
      border-bottom-width: 2px; }
    .mega-menu-toggle-all.active:after {
      transform: rotate(180deg); }
  .mega-menu .all-content {
    margin-bottom: 64px; }
    .mega-menu .all-content a {
      text-decoration: none; }
    .mega-menu .all-content a,
    .mega-menu .all-content span {
      display: block; }
      .mega-menu .all-content a.has-submenu,
      .mega-menu .all-content span.has-submenu {
        position: relative;
        padding-right: 30px;
        cursor: default; }
        .mega-menu .all-content a.has-submenu:after,
        .mega-menu .all-content span.has-submenu:after {
          content: '';
          display: block;
          position: absolute;
          right: 5px;
          transition: transform .2s ease-in-out; }
        @media only screen and (min-width: 48em) {
          .mega-menu .all-content a.has-submenu:after,
          .mega-menu .all-content span.has-submenu:after {
            top: .6rem;
            width: 14px;
            height: 14px;
            background: url("/UI/icons/submenu-close.svg") center center/contain no-repeat; }
          .mega-menu .all-content a.has-submenu.active:after,
          .mega-menu .all-content span.has-submenu.active:after {
            transform: rotate(45deg); } }
        @media only screen and (max-width: 47.9375em) {
          .mega-menu .all-content a.has-submenu:after,
          .mega-menu .all-content span.has-submenu:after {
            top: .8rem;
            width: 15px;
            height: 10px;
            background: url("/UI/icons/expand-red.svg") 0 0/contain no-repeat;
            transform: rotate(0deg); }
          .mega-menu .all-content a.has-submenu.active:after,
          .mega-menu .all-content span.has-submenu.active:after {
            transform: rotate(180deg); } }
    .mega-menu .all-content ul li {
      line-height: 1.25;
      border-top: 1px solid #777; }
      .mega-menu .all-content ul li:first-child,
      .mega-menu .all-content ul li.mobile-only:first-child + li {
        border-top: none; }
      .mega-menu .all-content ul li a,
      .mega-menu .all-content ul li span {
        padding-top: .5rem;
        padding-bottom: .5rem; }
      .mega-menu .all-content ul li a > span {
        padding-top: 0;
        padding-bottom: 0; }
      .mega-menu .all-content ul li li:first-child,
      .mega-menu .all-content ul li li.mobile-only:first-child + li {
        border-top: 1px solid #777; }
    .mega-menu .all-content ul a:focus, .mega-menu .all-content ul a:hover,
    .mega-menu .all-content ul span.has-submenu:focus,
    .mega-menu .all-content ul span.has-submenu:hover {
      font-weight: 600; }
      .mega-menu .all-content ul a:focus::after, .mega-menu .all-content ul a:hover::after,
      .mega-menu .all-content ul span.has-submenu:focus::after,
      .mega-menu .all-content ul span.has-submenu:hover::after {
        font-weight: 400; }
    .mega-menu .all-content ul a {
      display: inline-block; }
      .mega-menu .all-content ul a:visited {
        color: #006858 !important; }
    .mega-menu .all-content ul.submenu {
      display: none;
      font-size: .875rem; }
      .mega-menu .all-content ul.submenu.shown {
        display: block; }
      .mega-menu .all-content ul.submenu li:last-child {
        border-bottom: none; }
      .mega-menu .all-content ul.submenu li a {
        padding-left: 15px; }
    .mega-menu .all-content a.go-to {
      font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif; }
    @media only screen and (min-width: 48em) {
      .mega-menu .all-content .h5, .mega-menu .all-content .shortcuts a, .mega-menu .shortcuts .all-content a {
        font-size: 1rem;
        line-height: 1.4; }
        .mega-menu .all-content .h5 a, .mega-menu .all-content .shortcuts a a, .mega-menu .shortcuts .all-content a a {
          display: inline;
          padding-bottom: .125rem;
          text-decoration: none;
          color: #000;
          border-bottom: 1px solid #e1134f; }
          .mega-menu .all-content .h5 a:focus, .mega-menu .all-content .shortcuts a a:focus, .mega-menu .shortcuts .all-content a a:focus, .mega-menu .all-content .h5 a:hover, .mega-menu .all-content .shortcuts a a:hover, .mega-menu .shortcuts .all-content a a:hover {
            color: #e1134f;
            border-bottom-width: 2px; } }
    @media only screen and (min-width: 62em) {
      .mega-menu .all-content .h5, .mega-menu .all-content .shortcuts a, .mega-menu .shortcuts .all-content a {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 47.9375em) {
      .mega-menu .all-content .h5, .mega-menu .all-content .shortcuts a, .mega-menu .shortcuts .all-content a {
        position: relative;
        margin-top: 1.25rem; }
        .mega-menu .all-content .h5 a:after, .mega-menu .all-content .shortcuts a a:after, .mega-menu .shortcuts .all-content a a:after,
        .mega-menu .all-content .h5 span:after,
        .mega-menu .all-content .shortcuts a span:after,
        .mega-menu .shortcuts .all-content a span:after {
          content: '';
          display: inline-block;
          position: absolute;
          margin-top: .2rem;
          right: 5px;
          width: 15px;
          height: 10px;
          background: url("/UI/icons/expand-red.svg") 0 0/contain no-repeat;
          transform: rotate(270deg);
          transition: transform .2s ease-in-out; }
        .mega-menu .all-content .h5 a, .mega-menu .all-content .shortcuts a a, .mega-menu .shortcuts .all-content a a {
          display: inline;
          padding-bottom: .125rem;
          text-decoration: none;
          color: #000;
          border-bottom: 1px solid #e1134f; }
        .mega-menu .all-content .h5.toggle-mobile, .mega-menu .all-content .shortcuts a.toggle-mobile, .mega-menu .shortcuts .all-content a.toggle-mobile {
          padding-right: 25px; }
          .mega-menu .all-content .h5.toggle-mobile span:after, .mega-menu .all-content .shortcuts a.toggle-mobile span:after, .mega-menu .shortcuts .all-content a.toggle-mobile span:after {
            transform: rotate(0deg); }
          .mega-menu .all-content .h5.toggle-mobile.active, .mega-menu .all-content .shortcuts a.toggle-mobile.active, .mega-menu .shortcuts .all-content a.toggle-mobile.active,
          .mega-menu .all-content .h5.toggle-mobile.active + ul.shown,
          .mega-menu .all-content .shortcuts a.toggle-mobile.active + ul.shown,
          .mega-menu .shortcuts .all-content a.toggle-mobile.active + ul.shown {
            background-color: #edf9f8;
            margin-right: -10px;
            margin-left: -10px;
            padding-right: 10px;
            padding-left: 10px; }
          .mega-menu .all-content .h5.toggle-mobile.active, .mega-menu .all-content .shortcuts a.toggle-mobile.active, .mega-menu .shortcuts .all-content a.toggle-mobile.active {
            margin-top: .25rem;
            margin-bottom: 0;
            padding-top: 1rem;
            padding-bottom: 1rem; }
            
            .mega-menu .all-content .h5.toggle-mobile.active + ul.shown,
            .mega-menu .all-content .shortcuts a.toggle-mobile.active + ul.shown,
            .mega-menu .shortcuts .all-content a.toggle-mobile.active + ul.shown {
              margin-top: 0; }
            .mega-menu .all-content .h5.toggle-mobile.active span:after, .mega-menu .all-content .shortcuts a.toggle-mobile.active span:after, .mega-menu .shortcuts .all-content a.toggle-mobile.active span:after {
              right: 15px;
              transform: rotate(180deg); }
          .mega-menu .all-content .h5.toggle-mobile a, .mega-menu .all-content .shortcuts a.toggle-mobile a, .mega-menu .shortcuts .all-content a.toggle-mobile a {
            display: none; }
        .mega-menu .all-content .h5:not(.toggle-mobile) span, .mega-menu .all-content .shortcuts a:not(.toggle-mobile) span, .mega-menu .shortcuts .all-content a:not(.toggle-mobile) span {
          display: none; }
      .mega-menu .all-content ul:not(.shown) {
        display: none; }
      .mega-menu .all-content ul a {
        display: block;
        padding-top: 4px;
        padding-bottom: 4px; } }
  .mega-menu .shortcuts {
    margin-top: 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 47.9375em) {
      .mega-menu .shortcuts li {
        margin-top: 1.75rem; } }
    @media only screen and (min-width: 48em) {
      .mega-menu .shortcuts li + li {
        margin-top: 2.25rem; } }
    .mega-menu .shortcuts a {
      padding-bottom: 4px;
      text-decoration: none;
      border-bottom: 1px solid #74cbc8; }
      .mega-menu .shortcuts a:focus, .mega-menu .shortcuts a:hover {
        border-bottom-width: 2px; }

.magazinepage {
  background-color: #fff; }
  .magazinepage__navigation {
    margin-bottom: 16px;
    text-align: center; }
    @media only screen and (min-width: 48em) {
      .magazinepage__navigation {
        margin-bottom: 64px; } }
    .magazinepage__navigation ul {
      margin-left: 0;
      padding-left: 0;
      text-align: center;
      list-style: none; }
    @media only screen and (max-width: 47.9375em) {
      .magazinepage__navigation li {
        display: inline; }
        .magazinepage__navigation li:not(:first-child) {
          margin-top: 8px;
          margin-left: 10px; } }
    @media only screen and (min-width: 48em) {
      .magazinepage__navigation li {
        display: inline-block; }
        .magazinepage__navigation li:not(:first-child) {
          margin-left: 50px; } }
    .magazinepage__navigation a {
      padding-bottom: .125rem;
      text-decoration: none;
      color: #000;
      border-bottom: 1px solid #e1134f; }
      .magazinepage__navigation a:focus, .magazinepage__navigation a:hover {
        color: #e1134f;
        border-bottom-width: 2px; }

.member_form--error {
  display: block;
  background: #e1134f;
  color: white;
  padding: 0.5rem 1rem; }

.member_form--success {
  display: block;
  background: #74cbc8;
  color: #393092;
  padding: 0.5rem 1rem; }

.member_form--radio_container {
  position: relative;
  width: calc(100% - 50px); }

.member_form--button_change {
  position: absolute;
  top: 0;
  right: -50px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #e1134f;
  padding: 0;
  background: transparent; }

.member_form .formgrid__col-2 {
  margin-right: 1px; }

.member_form button[disabled] {
  background-color: #777;
  border: 1px solid #777;
  cursor: not-allowed;
  margin: 0; }
  .member_form button[disabled]:hover {
    border-width: 1px; }

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 10vh;
  background-color: #ffffffcc; }
  .modal.shown {
    display: block; }
  .modal__inner {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.35); }
    .modal__inner *:first-child {
      margin-top: 0; }
    .modal__inner .btn, .modal__inner .EPiServerForms [type="reset"], .EPiServerForms .modal__inner [type="reset"], .modal__inner .EPiServerForms [type="submit"], .EPiServerForms .modal__inner [type="submit"], .modal__inner .risktest .radio-button .button > span:first-child, .risktest .radio-button .modal__inner .button > span:first-child,
    .modal__inner .risktest .radio-button .risktest .instructions-content .start .button > span:first-child, .risktest .radio-button .risktest .instructions-content .start .modal__inner .button > span:first-child {
      margin-right: 30px; }

.mypage__nav ul {
  margin-top: 0; }

.mypage__nav li {
  margin-bottom: 4px; }
  .mypage__nav li:before {
    display: none !important; }
  .mypage__nav li a {
    display: block;
    padding: 15px 20px;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    text-decoration: none;
    color: #000;
    background-color: #74cbc8; }
    .mypage__nav li a:focus, .mypage__nav li a:hover {
      background-color: #edf9f8; }
  .mypage__nav li.active a {
    background-color: #edf9f8; }

@media only screen and (min-width: 48em) {
  .mypage .mypage__main {
    margin-left: -12px;
    padding-top: 22px;
    padding-left: 24px !important;
    padding-bottom: 40px;
    background-color: #edf9f8; } }

.mypage .mypage__main .section-heading {
  font-size: 1.125rem; }
  @media only screen and (min-width: 48em) {
    .mypage .mypage__main .section-heading {
      margin-top: 3rem;
      font-size: 1.125rem; } }
  .mypage .mypage__main .section-heading .edit-link {
    margin-left: 10px;
    font-family: "Clan W01 Book", Helvetica, Arial, sans-serif; }

.mypage .mypage__main .dialog {
  padding: 10px; }
  .mypage .mypage__main .dialog__question, .mypage .mypage__main .dialog__answer {
    margin-bottom: 30px;
    padding: 20px 20px 10px;
    border-radius: 20px; }
    .mypage .mypage__main .dialog__question *:first-child, .mypage .mypage__main .dialog__answer *:first-child {
      margin-top: 0; }
  .mypage .mypage__main .dialog__question {
    margin-left: 10%;
    background-color: #dff0ef; }
  .mypage .mypage__main .dialog__answer {
    margin-right: 10%;
    background-color: #fff; }
  .mypage .mypage__main .dialog__footer {
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif; }

.mypage [data-edit-view] {
  display: none; }

.mypage .editing [data-display-view] {
  display: none; }

.mypage .editing [data-edit-view] {
  display: block; }

.newsarticlepage {
  background-color: #fff; }
  .newsarticlepage .article-logo {
    text-align: center; }
    .newsarticlepage .article-logo + .article-topic {
      margin-top: 32px; }
      @media only screen and (min-width: 48em) {
        .newsarticlepage .article-logo + .article-topic {
          margin-top: 48px; } }
  .newsarticlepage .article-topic {
    text-align: center;
    color: #e1134f; }
  .newsarticlepage h1 {
    text-align: center;
    color: #000; }
  .newsarticlepage figure {
    position: relative; }
    .newsarticlepage figure figcaption {
      font-size: .75rem; }
      @media only screen and (min-width: 48em) {
        .newsarticlepage figure figcaption {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 50%;
          padding: 10px;
          background-color: #fff; } }
  @media only screen and (min-width: 62em) {
    .newsarticlepage .article .img-fullwidth, .newsarticlepage .collapsible__article .img-fullwidth, .newsarticlepage .wizard-content .img-fullwidth {
      max-width: 134.8%;
      margin-right: -17.4%;
      margin-left: -17.4%; }
      .newsarticlepage .article .img-fullwidth img, .newsarticlepage .collapsible__article .img-fullwidth img, .newsarticlepage .wizard-content .img-fullwidth img {
        width: 100%; } }

.newsletter-subscribe {
  max-width: 600px;
  margin-top: 32px;
  margin-bottom: 64px; }
  @media only screen and (min-width: 62em) {
    .newsletter-subscribe {
      margin-top: -6px; } }
  .newsletter-subscribe__label {
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.3; }
  .newsletter-subscribe__action {
    display: flex;
    flex-direction: row; }
    @media only screen and (max-width: 47.9375em) {
      .newsletter-subscribe__action {
        display: block; } }
  .newsletter-subscribe__email {
    flex-grow: 1;
    padding: 8px 20px;
    background-color: #fff;
    border: none;
    border-top-left-radius: 10px; }
    @media only screen and (max-width: 47.9375em) {
      .newsletter-subscribe__email {
        width: calc(100% - 40px);
        max-width: 450px;
        margin-bottom: 10px;
        padding-top: 18px;
        padding-bottom: 18px;
        border-top-left-radius: 0; } }
  .newsletter-subscribe__send {
    flex-grow: 0;
    padding: 1rem 24px;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 24px;
    color: #393092;
    background-color: #74cbc8;
    border: none;
    border-top-right-radius: 10px; }
    @media only screen and (max-width: 47.9375em) {
      .newsletter-subscribe__send {
        border-top-right-radius: 0; } }

.pagination {
  margin-bottom: 16px; }
  @media only screen and (min-width: 48em) {
    .pagination {
      margin-top: 64px;
      margin-bottom: 64px; } }
  .pagination ul {
    margin: 0 -5px;
    padding-left: 0;
    list-style: none;
    text-align: center; }
  .pagination li {
    display: inline-block;
    margin: 0 3px 5px !important;
    padding-left: 0; }
    .pagination li::before {
      display: none !important; }
    .pagination li a {
      position: relative;
      display: inline-block;
      width: 42px;
      height: 42px;
      padding-bottom: 0 !important;
      font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
      text-align: center;
      line-height: 42px;
      color: #000;
      background-color: #fff;
      border-bottom: none !important;
      border-radius: 50%;
      transition: transform .1125s;
      will-change: transform; }
      .bg-white .pagination li a,
      .listpage .pagination li a {
        background-color: #d9efee; }
      .pagination li a:hover {
        transform: scale(1.1);
        z-index: 1; }
    .pagination li.active a {
      background-color: #74cbc8 !important; }
    .pagination li.dots::after {
      content: '•••';
      display: inline-block;
      vertical-align: top;
      padding-top: 12px;
      font-family: "Clan W01 Book", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: .8rem;
      letter-spacing: .1rem;
      color: #494949; }
    .pagination li:first-child a::after,
    .pagination li:last-child a::after {
      content: '';
      position: relative;
      display: inline-block;
      width: 20px;
      height: 10px;
      background: transparent url("/UI/icons/arrow-black.svg") center center no-repeat; }
    .pagination li:first-child a:hover::after, .pagination li:first-child a:focus::after,
    .pagination li:last-child a:hover::after,
    .pagination li:last-child a:focus::after {
      background-image: url("/UI/icons/arrow-red.svg"); }
    .pagination li:first-child a::after {
      transform: rotate(180deg); }
    .pagination li.disabled {
      display: none; }
      .pagination li.disabled a {
        pointer-events: none; }
  .pagination--no-dots li:nth-last-child(3)::after {
    display: none; }

.person {
  margin-bottom: 32px; }
  @media only screen and (min-width: 48em) {
    .person {
      margin-bottom: 64px; }
      .person__text p {
        margin-top: 0; } }
  .person__name {
    margin-bottom: 0;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    font-size: 1.25rem; }
    @media only screen and (min-width: 48em) {
      .person__name {
        margin-top: 0;
        font-size: 1.5rem; } }
    .person__name * {
      margin-top: 0;
      margin-bottom: 0; }
    .person__name br {
      display: none; }

.person-list {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  box-sizing: border-box; }
  @media only screen and (min-width: 48em) {
    .person-list {
      align-items: flex-start; } }
  .person-list li {
    display: flex;
    flex-basis: calc(50% - 24px);
    max-width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 47.9375em) {
      .person-list li {
        flex-basis: 100%;
        max-width: 100%; } }
    .person-list li .person-list__image {
      flex-basis: 30%;
      max-width: 30%;
      margin-right: 20px;
      text-align: center; }
      .person-list li .person-list__image img {
        height: 180px; }
    .person-list li .person-list__text {
      flex-basis: calc(70% - 25px);
      max-width: calc(70% - 25px); }
  .person-list--no-images li {
    margin-bottom: 40px; }
  .person-list--centered li .person-list__text {
    align-self: center; }
  .person-list a {
    padding-bottom: .125rem;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e1134f; }
    .person-list a:focus, .person-list a:hover {
      color: #e1134f;
      border-bottom-width: 2px; }
  .person-list p {
    margin-top: 0;
    margin-bottom: 0; }
  .person-list__image {
    height: 0;
    padding-bottom: 30%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .person-list__name {
    margin-bottom: 0;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media only screen and (min-width: 48em) {
      .person-list__name {
        margin-top: 0;
        font-size: 1.5rem; } }
    .person-list__name * {
      margin-top: 0;
      margin-bottom: 0; }
  .person-list__profession, .person-list__place {
    margin-top: .5rem;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif; }
  .person-list__contact {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .person-list__experience {
    font-size: .875rem; }

.related-articles {
  margin-top: 32px; }
  @media only screen and (min-width: 48em) {
    .related-articles {
      margin-top: 64px; } }

.quote {
  position: relative;
  margin: 64px 0;
  padding-left: 80px;
  font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
  font-size: 1.625rem;
  color: #006858; }
  .newsarticlepage .quote {
    font-family: "Clan W01 Book", Helvetica, Arial, sans-serif;
    color: #e1134f; }
  .quote__icon {
    display: inline-block;
    position: absolute;
    top: .5rem;
    left: 0;
    width: 60px;
    height: auto;
    text-align: center; }
    .quote__icon img {
      margin-top: 0; }
  .quote p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.46; }
  .quote cite {
    font-family: "Clan W01 Book", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-style: normal;
    color: #000; }
    .quote cite:before {
      content: '— '; }

.recipelist.article ul, .recipelist.collapsible__article ul, .recipelist.wizard-content ul {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  box-sizing: border-box; }
  @media only screen and (min-width: 48em) {
    .recipelist.article ul li, .recipelist.collapsible__article ul li, .recipelist.wizard-content ul li {
      flex-basis: calc(50% - 12px);
      max-width: calc(50% - 12px); }
      .recipelist.article ul li:nth-child(even), .recipelist.collapsible__article ul li:nth-child(even), .recipelist.wizard-content ul li:nth-child(even) {
        margin-left: 24px; } }
  .recipelist.article ul li + li, .recipelist.collapsible__article ul li + li, .recipelist.wizard-content ul li + li {
    margin-top: 0; }

.recipelist.article li, .recipelist.collapsible__article li, .recipelist.wizard-content li {
  margin-bottom: 32px;
  padding-left: 0; }
  .recipelist.article li::before, .recipelist.collapsible__article li::before, .recipelist.wizard-content li::before {
    display: none !important; }

.recipelist.article .recipelist__image, .recipelist.collapsible__article .recipelist__image, .recipelist.wizard-content .recipelist__image {
  margin-bottom: 8px; }

.recipelist.article .recipelist__title, .recipelist.collapsible__article .recipelist__title, .recipelist.wizard-content .recipelist__title {
  display: inline;
  font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
  font-size: 1.125rem; }
  @media only screen and (min-width: 48em) {
    .recipelist.article .recipelist__title, .recipelist.collapsible__article .recipelist__title, .recipelist.wizard-content .recipelist__title {
      font-size: 1.25rem; } }
  .recipelist.article .recipelist__title__wrapper, .recipelist.collapsible__article .recipelist__title__wrapper, .recipelist.wizard-content .recipelist__title__wrapper {
    margin-bottom: 20px; }

.recipelist.article a, .recipelist.collapsible__article a, .recipelist.wizard-content a {
  display: inline-block;
  padding-bottom: 0 !important;
  border-bottom: none !important; }
  .recipelist.article a .recipelist__title, .recipelist.collapsible__article a .recipelist__title, .recipelist.wizard-content a .recipelist__title {
    padding-bottom: .125rem;
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #e1134f; }
  .recipelist.article a:focus .recipelist__title, .recipelist.collapsible__article a:focus .recipelist__title, .recipelist.wizard-content a:focus .recipelist__title, .recipelist.article a:hover .recipelist__title, .recipelist.collapsible__article a:hover .recipelist__title, .recipelist.wizard-content a:hover .recipelist__title {
    color: #e1134f;
    border-bottom-width: 3px; }

.recipelist.article .recipe__facts, .recipelist.collapsible__article .recipe__facts, .recipelist.wizard-content .recipe__facts {
  font-size: .75rem; }
  .recipelist.article .recipe__facts .recipe__facts__duration, .recipelist.collapsible__article .recipe__facts .recipe__facts__duration, .recipelist.wizard-content .recipe__facts .recipe__facts__duration {
    margin-right: 20px; }
    .recipelist.article .recipe__facts .recipe__facts__duration svg, .recipelist.collapsible__article .recipe__facts .recipe__facts__duration svg, .recipelist.wizard-content .recipe__facts .recipe__facts__duration svg {
      position: relative;
      top: 4px; }
  .recipelist.article .recipe__facts .btn--tag, .recipelist.collapsible__article .recipe__facts .btn--tag, .recipelist.wizard-content .recipe__facts .btn--tag {
    padding: 7px 12px !important; }

.recipepage .recipe__facts {
  margin-bottom: 32px; }
  @media only screen and (min-width: 48em) {
    .recipepage .recipe__facts {
      margin-bottom: 64px; } }
  .recipepage .recipe__facts__duration {
    margin-right: 20px; }
    .recipepage .recipe__facts__duration svg {
      position: relative;
      top: 3px; }

.recipepage .recipe__actions {
  margin-top: 64px;
  margin-bottom: 64px; }

.recipepage .recipe__ingredients ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.recipepage .recipe__portions {
  margin-top: 1.5rem; }
  .recipepage .recipe__portions span {
    padding: 20px 20px 20px 45px;
    background: url(/UI/icons/portions.svg) center left/69px no-repeat; }

.recipepage .recipe__image {
  width: 100%; }

.recipepage .recipe--subheading {
  font-size: 1.25rem; }

.recipepage .recipe--subsubheading {
  font-size: 1rem; }
  .recipepage .recipe--subsubheading + .table-wrapper table {
    margin-top: 0; }

.recipepage table th,
.recipepage table td {
  text-align: left;
  vertical-align: top;
  background-color: transparent; }
  .recipepage table th:first-child,
  .recipepage table td:first-child {
    padding-left: 0; }
  .recipepage table th:last-child,
  .recipepage table td:last-child {
    padding-right: 0; }

.searchpage .search {
  margin-bottom: 32px; }
  @media only screen and (min-width: 48em) {
    .searchpage .search {
      margin-bottom: 64px; } }
  .searchpage .search label {
    display: block;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif; }
    @media only screen and (min-width: 48em) {
      .searchpage .search label {
        font-size: 1.25rem; } }
  .searchpage .search__action {
    display: flex;
    flex-direction: row;
    width: 100%; }
  .searchpage .search__terms {
    width: calc(100% - 83px);
    padding: 10px;
    line-height: 30px;
    color: #000;
    background-color: #fff;
    border: none;
    border-top-left-radius: 5px; }
    @media only screen and (min-width: 48em) {
      .searchpage .search__terms {
        padding-right: 20px;
        padding-left: 20px; } }
  .searchpage .search__submit {
    width: 83px;
    padding: 10px 20px;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    line-height: 30px;
    color: #393092;
    background-color: #74cbc8;
    border: none;
    border-top-right-radius: 5px; }
    @media only screen and (min-width: 48em) {
      .searchpage .search__submit {
        font-size: 1.25rem; } }
  .searchpage .search__summary {
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media only screen and (min-width: 48em) {
      .searchpage .search__summary {
        font-size: 1.75rem; } }
  .searchpage .search-filter ul {
    display: block !important;
    font-size: 1rem; }
    @media only screen and (max-width: 47.9375em) {
      .searchpage .search-filter ul {
        margin-left: 18px; } }
  .searchpage .search-filter li {
    padding-left: 0; }
    .searchpage .search-filter li::before {
      content: "";
      display: block;
      width: 17px;
      height: 17px;
      background-image: url(/UI/icons/radio-sprite.svg);
      background-size: 17px 68px;
      transform: rotate(0);
      pointer-events: none; }
    .searchpage .search-filter li.selected::before {
      background-position: 0 -17px; }
    .searchpage .search-filter li + li {
      margin-top: .5rem; }
  .searchpage .search-filter a {
    padding-left: 30px;
    border-bottom: none; }
  .searchpage .search-results li {
    padding-left: 0; }
    .searchpage .search-results li::before {
      display: none !important; }
    @media only screen and (min-width: 48em) {
      .searchpage .search-results li + li {
        margin-top: 32px !important; } }
  .searchpage .search-results__title {
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    font-size: 1.125rem; }
    @media only screen and (min-width: 48em) {
      .searchpage .search-results__title {
        font-size: 1.25rem; } }
  .searchpage .search-results__text {
    margin-top: 4px; }
  .searchpage .search-results a:hover .search-results__text,
  .searchpage .search-results a:hover .search-results__date, .searchpage .search-results a:focus .search-results__text,
  .searchpage .search-results a:focus .search-results__date {
    color: #000; }

.search-menu {
  display: none;
  font-size: 1.0625rem;
  color: #fff; }
  @media only screen and (max-width: 47.9375em) {
    .search-menu {
      padding-top: 26px; } }
  @media only screen and (min-width: 48em) {
    .search-menu {
      font-size: 1.25rem; } }
  .search-menu.shown {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2; }
    @media only screen and (min-width: 48em) {
      .search-menu.shown {
        overflow: auto;
        max-height: calc(100vh - 208px); } }
    @media only screen and (max-width: 47.9375em) {
      .search-menu.shown {
        max-height: calc(100vh - 76px); }
        .search-menu.shown .search-menu-inner {
          padding-right: 20px;
          padding-left: 20px; } }
    .search-menu.shown > .grid__row {
      width: 100%;
      max-width: 79.5rem;
      margin: 0 auto; }
  .search-menu label {
    display: block;
    margin-bottom: 8px;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif; }
  .search-menu .search-container {
    position: relative; }
  .search-menu .search-field {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: calc(100% - 80px);
    padding: 6px 15px;
    font-family: inherit;
    font-size: inherit;
    line-height: 40px;
    border: 1px solid #e1134f;
    border-top-left-radius: 5px; }
  .search-menu .search-submit {
    position: absolute;
    width: 80px;
    padding: 6px 10px;
    font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
    font-size: inherit;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #e1134f;
    border: 1px solid #e1134f;
    border-top-right-radius: 5px; }

.skiplink:not(:hover):not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.skiplink:focus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 10px;
  background-color: #fff; }

.side-nav__title {
  margin-top: 0;
  font-size: 20px; }

@media only screen and (max-width: 47.9375em) {
  .side-nav {
    margin-bottom: 16px; }
    .side-nav__title {
      cursor: pointer; }
      .side-nav__title:after {
        content: '';
        display: inline-block;
        width: 17px;
        height: 11px;
        margin-left: 8px;
        background: url("/UI/icons/expand-black.svg") 0 0/contain no-repeat;
        transform: rotate(0deg);
        transition: transform .2s ease-in-out; }
      .side-nav__title.active:after {
        transform: rotate(180deg); }
    .side-nav .mobile-toggle-content {
      margin-left: 10px; }
      .side-nav .mobile-toggle-content:not(.shown) {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0; } }

@media only screen and (min-width: 48em) {
  .side-nav {
    position: relative;
    top: 0;
    padding-top: 12px; }
    .side-nav.sticky {
      position: sticky; } }

.side-nav ul {
  font-size: .75rem; }
  .side-nav ul li {
    position: relative;
    padding-left: 20px;
    line-height: 2;
    letter-spacing: .015rem; }
    .side-nav ul li:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: .4rem;
      left: 0;
      width: 15px;
      height: 10px;
      background: url("/UI/icons/arrow-red.svg") 0 0/contain no-repeat;
      transform: rotate(90deg); }
    .side-nav ul li.current:before {
      transform: rotate(0deg); }
    .side-nav ul li.current a {
      border-bottom: none; }
    .side-nav ul li + li {
      margin-top: 1rem; }
    .side-nav ul li a {
      padding-bottom: 2px;
      text-decoration: none;
      color: #000;
      border-bottom: 1px solid #e1134f; }
      .side-nav ul li a:focus, .side-nav ul li a:hover {
        color: #e1134f;
        border-bottom-width: 2px; }

.side-nav .multi-filters *:first-child {
  margin-top: 0; }

.side-nav .multi-filters ul {
  font-size: 1rem; }
  .side-nav .multi-filters ul li {
    padding-left: 0; }
    .side-nav .multi-filters ul li::before {
      display: none; }
    .side-nav .multi-filters ul li + li {
      margin-top: .25rem; }
    .side-nav .multi-filters ul li .checkbox {
      margin-bottom: 0; }
      .side-nav .multi-filters ul li .checkbox label::before {
        top: .35rem; }

.sign-up {
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: #edf9f8; }
  .sign-up__inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media only screen and (min-width: 48em) {
      .sign-up__inner {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        justify-content: center;
        align-items: center; } }
  .sign-up__questions {
    flex-basis: 50%;
    padding: 20px 30px; }
    @media only screen and (min-width: 48em) {
      .sign-up__questions {
        padding: 40px 30px; } }
  .sign-up__cta {
    flex-basis: 50%;
    padding: 20px 30px; }
    @media only screen and (min-width: 48em) {
      .sign-up__cta {
        padding: 40px 30px 40px 70px;
        border-left: 2px solid #ddd; } }
  .sign-up__title {
    margin-top: 0;
    margin-bottom: 24px;
    color: #393092; }
  .sign-up p {
    font-size: 1.25rem; }
    .sign-up p .btn, .sign-up p .EPiServerForms [type="reset"], .EPiServerForms .sign-up p [type="reset"], .sign-up p .EPiServerForms [type="submit"], .EPiServerForms .sign-up p [type="submit"], .sign-up p .risktest .radio-button .button > span:first-child, .risktest .radio-button .sign-up p .button > span:first-child,
    .sign-up p .risktest .radio-button .risktest .instructions-content .start .button > span:first-child, .risktest .radio-button .risktest .instructions-content .start .sign-up p .button > span:first-child {
      font-size: 1rem; }

.social {
  margin-top: 32px; }
  @media only screen and (min-width: 48em) {
    .social {
      margin-top: 64px; } }
  .social .social__icon {
    border-bottom: none; }
    .social .social__icon:after {
      content: '';
      display: inline-block;
      width: 37px;
      height: 37px;
      background-repeat: no-repeat;
      background-position: 0 0; }
    .social .social__icon--instagram:after {
      background-image: url("/UI/icons/icon-instagram.png"); }
    .social .social__icon--twitter:after {
      background-image: url("/UI/icons/icon-twitter.png"); }
    .social .social__icon--facebook:after {
      background-image: url("/UI/icons/icon-facebook.png"); }
    .social .social__icon--youtube:after {
      background-image: url("/UI/icons/icon-youtube.png"); }
    .social .social__icon + .social__icon {
      margin-left: 16px; }
      @media only screen and (max-width: 47.9375em) {
        .social .social__icon + .social__icon {
          margin-left: 5px; } }
    .social .social__icon span {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }

.social-links {
  margin-top: 32px;
  margin-bottom: 64px; }
  @media only screen and (min-width: 48em) {
    .social-links {
      margin-top: 64px; } }
  .social-links li {
    display: inline-block;
    margin-right: 30px;
    padding-left: 0; }
    .social-links li::before {
      display: none !important; }
  .social-links a {
    position: relative;
    margin-left: 30px; }
    .social-links a span {
      position: absolute;
      top: -1px;
      left: -30px; }

.spinner {
  margin: auto;
  border: solid #f7f7f7;
  border-bottom: solid #e1134f;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  border-width: 6px;
  height: 15px;
  width: 15px; }

.spinner.xsmall {
  width: 6px;
  height: 6px;
  border-width: 2px; }

.spinner.small {
  width: 10px;
  height: 10px;
  border-width: 4px; }

.spinner.large {
  width: 22px;
  height: 22px;
  border-width: 8px; }

.spinner.xlarge {
  height: 50px;
  width: 50px;
  border-width: 9px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.splide {
  position: relative;
  visibility: hidden;
  margin-bottom: 3rem; }
  .splide.is-initialized, .splide.is-rendered {
    visibility: visible; }
  .splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important; }
  .splide.is-initialized:not(.is-active) .splide__list {
    display: block; }
  .splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: .5em;
    right: 0;
    left: 0;
    padding: 0 1em;
    margin: 0;
    pointer-events: none; }
    .splide__pagination--ttb {
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      left: auto;
      padding: 1em 0;
      right: .5em;
      top: 0; }
    .splide__pagination li {
      display: inline-block;
      line-height: 1;
      list-style-type: none;
      margin: 0;
      pointer-events: auto; }
    .splide__pagination__page {
      position: relative;
      display: inline-block;
      width: 14px;
      height: 14px;
      margin: 5px;
      padding: 0;
      background: transparent;
      border: 1px solid #fff;
      border-radius: 50%;
      opacity: .7;
      transition: transform .2s linear; }
    .splide__pagination__page.is-active {
      background: #fff;
      z-index: 1; }
    .splide__pagination__page:hover {
      cursor: pointer;
      opacity: .9; }
    .splide__pagination__page:focus-visible {
      outline: 3px solid #0bf;
      outline-offset: 3px; }
  .splide__progress__bar {
    width: 0; }
  .splide__slide {
    flex-shrink: 0;
    -ms-flex-negative: 0;
    position: relative;
    margin: 0;
    list-style-type: none !important;
    backface-visibility: hidden;
    box-sizing: border-box; }
    .splide__slide__container {
      min-height: 450px;
      max-height: 500px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      transform: translate3d(0, 0, 0);
      box-sizing: border-box; }
    .splide__slide__text {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.9); }
      .splide__slide__text a {
        display: block;
        text-decoration: none; }
        .splide__slide__text a h2 span {
          border-bottom: 2px solid #e1134f; }
      .splide__slide__text h2 {
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px;
        font-size: 1.5rem; }
        .splide__slide__text h2 + p {
          margin-top: -1rem;
          margin-bottom: 1rem;
          margin-left: 20px;
          color: #000; }
  .splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }
  .splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none; }
  .splide__toggle.is-active .splide__toggle__pause {
    display: inline; }
  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .splide__track--draggable {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .splide__track--fade > .splide__list {
      display: block; }
    .splide__track--fade > .splide__list > .splide__slide {
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      z-index: 0; }
    .splide__track--fade > .splide__list > .splide__slide.is-active {
      opacity: 1;
      position: relative;
      z-index: 1; }
    .splide__track--ttb > .splide__list {
      display: block; }
    .splide__track--nav > .splide__list > .splide__slide {
      border: 3px solid transparent;
      cursor: pointer; }
      .splide__track--nav > .splide__list > .splide__slide.is-active {
        border: 3px solid #000; }
  .splide--rtl {
    direction: rtl; }
  .splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1; }
    .splide__arrow svg {
      fill: #000;
      height: 1.2em;
      width: 1.2em; }
    .splide__arrow:hover:not(:disabled) {
      opacity: .9; }
    .splide__arrow:disabled {
      opacity: .3; }
    .splide__arrow:focus-visible {
      outline: 3px solid #0bf;
      outline-offset: 3px; }
    .splide__arrow--prev {
      left: 1em; }
      .splide__arrow--prev svg {
        transform: scaleX(-1); }
    .splide__arrow--next {
      right: 1em; }
  .splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px; }
  .splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px; }
  .splide__progress__bar {
    background: #ccc;
    height: 3px; }
  .splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .splide__slide:focus {
    outline: 0; }
  .splide__toggle {
    cursor: pointer; }
    .splide__toggle:focus-visible {
      outline: 3px solid #0bf;
      outline-offset: 3px; }
  .splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px; }
  .splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em; }
    .splide__arrows--rtl .splide__arrow--prev svg {
      transform: scaleX(1); }
  .splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto; }
    .splide__arrows--rtl .splide__arrow--next svg {
      transform: scaleX(-1); }
  .splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%); }
    .splide__arrows--ttb .splide__arrow--prev {
      top: 1em; }
      .splide__arrows--ttb .splide__arrow--prev svg {
        transform: rotate(-90deg); }
    .splide__arrows--ttb .splide__arrow--next {
      bottom: 1em;
      top: auto; }
      .splide__arrows--ttb .splide__arrow--next svg {
        transform: rotate(90deg); }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf; } }

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf; }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf; } }

.tabs {
  background-color: #edf9f8; }
  .tabs .tablist {
    display: flex;
    justify-content: space-between;
    background-color: #d9efee; }
    .tabs .tablist button,
    .tabs .tablist a.tabs-button {
      flex-grow: 1;
      padding: 20px 10px;
      font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      text-decoration: none;
      color: #000;
      background-color: #edf9f8;
      border: none; }
      @media only screen and (min-width: 48em) {
        .tabs .tablist button,
        .tabs .tablist a.tabs-button {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 47.9375em) {
        .tabs .tablist button,
        .tabs .tablist a.tabs-button {
          padding: 12px 5px; } }
      .tabs .tablist button[aria-selected="false"],
      .tabs .tablist a.tabs-button[aria-selected="false"] {
        background-color: #74cbc8; }
      .tabs .tablist button.active,
      .tabs .tablist a.tabs-button.active {
        background-color: #fff; }
  .tabs--sidenav {
    display: flex;
    flex-direction: row;
    background-color: transparent; }
    .tabs--sidenav .tablist {
      flex-direction: column;
      align-self: flex-start; }
      .tabs--sidenav .tablist button,
      .tabs--sidenav .tablist a.tabs-button {
        text-align: left; }
    .tabs--sidenav .tabpanel {
      background-color: #edf9f8; }
  .tabs:not(.tabs--sidenav) .tablist button:not(:first-child) {
    margin-left: 4px; }
  .tabs:not(.tabs--sidenav) .tabpanel > ul > li {
    margin-top: 0;
    padding-bottom: 1rem;
    border-left: 2px solid #74cbc8; }
    @media only screen and (min-width: 48em) {
      .tabs:not(.tabs--sidenav) .tabpanel > ul > li {
        padding-left: 70px; } }
    .tabs:not(.tabs--sidenav) .tabpanel > ul > li + li {
      margin-top: 0; }
    .tabs:not(.tabs--sidenav) .tabpanel > ul > li::before {
      top: 0;
      left: -13px;
      width: 23px;
      height: 23px;
      background-color: #74cbc8;
      border-radius: 50%; }
    .tabs:not(.tabs--sidenav) .tabpanel > ul > li > *:first-child {
      margin-top: 0;
      margin-bottom: .5rem; }
      .tabs:not(.tabs--sidenav) .tabpanel > ul > li > *:first-child + * {
        margin-top: .5rem; }
    .tabs:not(.tabs--sidenav) .tabpanel > ul > li > *:last-child {
      padding-bottom: 0;
      border-left-color: #edf9f8; }
      @media only screen and (max-width: 47.9375em) {
        .tabs:not(.tabs--sidenav) .tabpanel > ul > li > *:last-child {
          margin-bottom: 0;
          padding-bottom: 1rem; } }
  .tabs .tabpanel {
    padding: 30px; }
    @media only screen and (min-width: 48em) {
      .tabs .tabpanel {
        padding: 50px 70px; } }

table {
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-collapse: collapse; }
  table caption {
    margin-bottom: 0.5rem;
    font-style: italic;
    text-align: left; }
  table th,
  table td {
    padding: 10px;
    text-align: center;
    background-color: #edf9f8; }
    .newsarticlepage table th, .newsarticlepage
    table td {
      background-color: #f7f7f7; }
  table thead th,
  table thead td {
    vertical-align: bottom;
    font-weight: 700; }
  table tr:not(:first-child) th,
  table tr:not(:first-child) td {
    border-top: 1px solid #74cbc8; }
    .newsarticlepage table tr:not(:first-child) th, .newsarticlepage
    table tr:not(:first-child) td {
      border-top-color: #777; }
  table thead + tbody tr:first-child td {
    border-top: 1px solid #74cbc8; }
    .newsarticlepage table thead + tbody tr:first-child td {
      border-top-color: #777; }
  table th:not(:first-child),
  table td:not(:first-child) {
    border-left: 1px solid #74cbc8; }
    .newsarticlepage table th:not(:first-child), .newsarticlepage
    table td:not(:first-child) {
      border-left-color: #777; }

.table-wrapper {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 2rem; }
  .table-wrapper table {
    width: 100%;
    margin-bottom: 0; }

@media only screen and (min-width: 62em) {
  .article > .table-wrapper, .collapsible__article > .table-wrapper, .wizard-content > .table-wrapper {
    max-width: 134.686%;
    margin-right: -34.686%; } }

.top-image {
  position: relative;
  margin-bottom: 16px; }
  @media only screen and (min-width: 48em) {
    .top-image {
      margin-bottom: 64px; } }
  .top-image img {
    display: block;
    max-width: 100%; }
    .newsarticlepage .top-image img {
      border-top: 5px solid #e1134f; }
  .top-image figcaption {
    font-size: .75rem; }
    @media only screen and (min-width: 48em) {
      .newsarticlepage .top-image figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        padding: 10px;
        background-color: #fff; } }

html {
  font-size: 100%; }

body {
  font-family: "Clan W01 Book", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  background-color: #d9efee; }

h1,
h2,
h3,
h4,
h5,
.h5,
.mega-menu .shortcuts a,
h6 {
  margin-top: 2rem;
  font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000; }

.article > h2:first-child, .collapsible__article > h2:first-child, .wizard-content > h2:first-child,
.article > h3:first-child,
.collapsible__article > h3:first-child,
.wizard-content > h3:first-child,
.article > h4:first-child,
.collapsible__article > h4:first-child,
.wizard-content > h4:first-child,
.article > h5:first-child,
.collapsible__article > h5:first-child,
.wizard-content > h5:first-child,
.article > .h5:first-child,
.collapsible__article > .h5:first-child,
.wizard-content > .h5:first-child,
.mega-menu .shortcuts .article > a:first-child,
.mega-menu .shortcuts .collapsible__article > a:first-child,
.mega-menu .shortcuts .wizard-content > a:first-child,
.article > h6:first-child,
.collapsible__article > h6:first-child,
.wizard-content > h6:first-child,
.article > *:first-child > h2:first-child,
.collapsible__article > *:first-child > h2:first-child,
.wizard-content > *:first-child > h2:first-child,
.article > *:first-child > h3:first-child,
.collapsible__article > *:first-child > h3:first-child,
.wizard-content > *:first-child > h3:first-child,
.article > *:first-child > h4:first-child,
.collapsible__article > *:first-child > h4:first-child,
.wizard-content > *:first-child > h4:first-child,
.article > *:first-child > h5:first-child,
.collapsible__article > *:first-child > h5:first-child,
.wizard-content > *:first-child > h5:first-child,
.article > *:first-child > .h5:first-child,
.collapsible__article > *:first-child > .h5:first-child,
.wizard-content > *:first-child > .h5:first-child,
.mega-menu .shortcuts .article > *:first-child > a:first-child,
.mega-menu .shortcuts .collapsible__article > *:first-child > a:first-child,
.mega-menu .shortcuts .wizard-content > *:first-child > a:first-child,
.article > *:first-child > h6:first-child,
.collapsible__article > *:first-child > h6:first-child,
.wizard-content > *:first-child > h6:first-child {
  margin-top: 0; }

h3,
h4,
h5,
.h5,
.mega-menu .shortcuts a,
h6 {
  margin-bottom: 1rem; }

h1,
.article .h1,
.collapsible__article .h1,
.wizard-content .h1 {
  font-size: 2.125rem;
  line-height: 1.115;
  color: #393092; }
  @media only screen and (min-width: 48em) {
    h1,
    .article .h1,
    .collapsible__article .h1,
    .wizard-content .h1 {
      margin-bottom: 64px;
      font-size: 3.25rem; } }

h2,
.article .h2,
.collapsible__article .h2,
.wizard-content .h2 {
  font-size: 1.875rem;
  line-height: 1.119; }
  @media only screen and (min-width: 48em) {
    h2,
    .article .h2,
    .collapsible__article .h2,
    .wizard-content .h2 {
      font-size: 2.625rem; } }

h3,
.article .h3,
.collapsible__article .h3,
.wizard-content .h3,
.article h2,
.collapsible__article h2,
.wizard-content h2 {
  font-size: 1.5rem;
  line-height: 1.3; }
  @media only screen and (min-width: 48em) {
    h3,
    .article .h3,
    .collapsible__article .h3,
    .wizard-content .h3,
    .article h2,
    .collapsible__article h2,
    .wizard-content h2 {
      font-size: 1.875rem; } }

h4,
.article .h4,
.collapsible__article .h4,
.wizard-content .h4,
.article h3,
.collapsible__article h3,
.wizard-content h3 {
  font-size: 1.25rem;
  line-height: 1.462; }
  @media only screen and (min-width: 48em) {
    h4,
    .article .h4,
    .collapsible__article .h4,
    .wizard-content .h4,
    .article h3,
    .collapsible__article h3,
    .wizard-content h3 {
      font-size: 1.5625rem; } }

.article h4, .collapsible__article h4, .wizard-content h4 {
  font-size: 1.125rem;
  line-height: 1.4; }
  @media only screen and (min-width: 48em) {
    .article h4, .collapsible__article h4, .wizard-content h4 {
      font-size: 1.375rem; } }


h5,
.h5,
.mega-menu .shortcuts a,
h6 {
  font-size: 1.0625rem;
  line-height: 1.25; }
  @media only screen and (min-width: 48em) {
    
    h5,
    .h5,
    .mega-menu .shortcuts a,
    h6 {
      font-size: 1.25rem; } }

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit; }

.center {
  text-align: center; }

.inline-block {
  display: inline-block; }

.user-progress {
  word-break: break-all;
  margin-top: 25px; }
  .user-progress ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    font-size: 0;
    counter-reset: user-progress; }
    .user-progress ol > li {
      margin: 0;
      padding: 0; }
    @media (max-width: 1100px) {
      .user-progress ol {
        height: 250px; } }
    .user-progress ol li {
      display: inline-block;
      position: relative;
      max-width: 189px;
      line-height: 1;
      font-size: 1rem;
      vertical-align: top; }
      .user-progress ol li span {
        display: block;
        margin-top: 10px; }
  .user-progress li:first-child:nth-last-child(12),
  .user-progress li:first-child:nth-last-child(12) ~ * {
    width: 8.33333333%;
    z-index: 1; }
  .user-progress li:first-child:nth-last-child(11),
  .user-progress li:first-child:nth-last-child(11) ~ * {
    width: 9.09090909%;
    z-index: 1; }
  .user-progress li:first-child:nth-last-child(10),
  .user-progress li:first-child:nth-last-child(10) ~ * {
    width: 10%;
    z-index: 1; }
  .user-progress li:first-child:nth-last-child(9),
  .user-progress li:first-child:nth-last-child(9) ~ * {
    width: 11.11111111%;
    z-index: 1; }
  .user-progress li:first-child:nth-last-child(8),
  .user-progress li:first-child:nth-last-child(8) ~ * {
    width: 12.5%;
    z-index: 1; }
  .user-progress li:first-child:nth-last-child(7),
  .user-progress li:first-child:nth-last-child(7) ~ * {
    width: 14.28571429%;
    z-index: 1; }
  .user-progress li:first-child:nth-last-child(6),
  .user-progress li:first-child:nth-last-child(6) ~ * {
    width: 16.66666667%;
    z-index: 1; }
  .user-progress li:first-child:nth-last-child(5),
  .user-progress li:first-child:nth-last-child(5) ~ * {
    width: 20%;
    z-index: 1; }
  .user-progress li:first-child:nth-last-child(4),
  .user-progress li:first-child:nth-last-child(4) ~ * {
    width: 25%;
    z-index: 1; }
  .user-progress li:first-child:nth-last-child(3),
  .user-progress li:first-child:nth-last-child(3) ~ * {
    width: 33.33333333%;
    z-index: 1; }
  .user-progress li:first-child:nth-last-child(2),
  .user-progress li:first-child:nth-last-child(2) ~ * {
    width: 50%;
    z-index: 1; }
  .user-progress li:first-child:nth-last-child(1),
  .user-progress li:first-child:nth-last-child(1) ~ * {
    width: 100%;
    z-index: 1; }
  @media (min-width: 1100px) {
    .user-progress li {
      text-align: center; } }
  .user-progress li:before {
    counter-increment: user-progress;
    content: counters(user-progress, ".") " ";
    display: block;
    width: 48px;
    height: 48px;
    margin-left: 50%;
    font-family: "Neue Helvetica W01", Arial;
    font-weight: 600;
    font-size: 1rem;
    line-height: 48px;
    text-align: center;
    background-color: #74cbc8;
    border: solid 2px #74cbc8;
    border-radius: 50%;
    transform: translateX(-50%); }
  @media (max-width: 1100px) {
    .user-progress li:before {
      position: absolute;
      left: 0; } }
  .user-progress li:after {
    content: '';
    position: absolute;
    top: 27px;
    right: -50%;
    z-index: -1;
    width: 100%;
    height: 4px;
    background-color: #74cbc8; }
  .user-progress li:last-child:after {
    display: none; }
  @media (max-width: 1100px) {
    .user-progress li span {
      display: block;
      transform: rotate(90deg) translateY(-50%);
      transform-origin: top left;
      text-align: left;
      position: absolute;
      top: 70px;
      right: 0;
      left: 50%;
      width: 200px; } }
  .user-progress li.user-progress-previous:before {
    border-color: #006858;
    color: #006858; }
  .user-progress li.user-progress-active:before {
    border-color: #006858;
    background-color: #006858;
    color: #fff; }
  .risktest .user-progress li.active:before {
    border-color: #006858;
    background-color: #006858;
    color: #fff; }
  .user-progress li.user-progress-checked:before {
    content: '';
    border-color: #006858;
    background-color: #006858;
    background-image: url("/Content/Images/user-progress-check.png");
    background-position: center center;
    background-repeat: no-repeat; }
  .risktest .user-progress li.done:before {
    content: '';
    border-color: #006858;
    background-color: #006858;
    background-image: url("/Content/Images/user-progress-check.png");
    background-position: center center;
    background-repeat: no-repeat; }
  .user-progress li.user-progress-checked:after {
    background-color: #006858; }
  .risktest .user-progress li.user-progress li.done:after {
    background-color: #006858; }
  .user-progress--green li:after {
    background-color: #006858; }

.video {
  position: relative;
  margin-top: 32px;
  margin-bottom: 64px;
  padding-bottom: 56.25%;
  height: 0; }
  .video-wrapper {
    clear: both;
    max-width: 100%; }
    @media only screen and (min-width: 62em) {
      .article .video-wrapper, .collapsible__article .video-wrapper, .wizard-content .video-wrapper {
        max-width: 134.686%;
        margin-right: -34.686%; } }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

video {
  width: 100% !important;
  height: auto !important; }

@keyframes vdpSlideFromLeft {
  from {
    opacity: 0;
    transform: translate3d(-0.5em, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vdpSlideFromRight {
  from {
    opacity: 0;
    transform: translate3d(0.5em, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vdpToggleCalendar {
  from {
    opacity: 0;
    transform: scale(0.5); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes vdpFadeCalendar {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.vdp-toggle-calendar-enter-active.vdpPositionReady {
  transform-origin: top left;
  animation: vdpToggleCalendar 0.2s; }

.vdp-toggle-calendar-leave-active {
  animation: vdpToggleCalendar 0.15s reverse; }

.vdp-toggle-calendar-enter-active.vdpPositionFixed {
  animation: vdpFadeCalendar 0.3s; }

.vdp-toggle-calendar-leave-active.vdpPositionFixed {
  animation: vdpFadeCalendar 0.3s reverse; }

.vdpComponent {
  position: relative;
  display: block; }

.vdpComponent.vdpWithInput > input {
  padding-right: 30px; }

.vdpClearInput {
  display: none; }

.vdpOuterWrap.vdpFloating {
  position: absolute;
  padding: 0.5em 0;
  z-index: 220; }

.vdpOuterWrap.vdpPositionFixed {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3); }

.vdpFloating .vdpInnerWrap {
  max-width: 30em;
  font-size: 0.7rem; }

.vdpPositionFixed .vdpInnerWrap {
  max-width: 30em;
  margin: 0 auto;
  border: 0;
  animation: vdpToggleCalendar 0.3s; }

.vdpFloating.vdpPositionTop {
  top: 100%; }

.vdpFloating.vdpPositionBottom {
  bottom: 100%; }

.vdpFloating.vdpPositionLeft {
  left: 0; }

.vdpFloating.vdpPositionRight {
  right: 0; }

.vdpPositionTop.vdpPositionLeft {
  transform-origin: top left; }

.vdpPositionTop.vdpPositionRight {
  transform-origin: top right; }

.vdpPositionBottom.vdpPositionLeft {
  transform-origin: bottom left; }

.vdpPositionBottom.vdpPositionRight {
  transform-origin: bottom right; }

.vdpInnerWrap {
  overflow: hidden;
  min-width: 28em;
  box-sizing: border-box;
  padding: 1em;
  background: #d9efee;
  box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.06);
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.vdpHeader {
  position: relative;
  padding: 0 1em 2.5em;
  margin: -1em -1em -2.5em;
  text-align: center;
  background: #d9efee; }

.vdpClearInput,
.vdpArrow,
.vdpPeriodControl > button,
.vdp12HourToggleBtn {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none; }

.vdpArrow::-moz-focus-inner,
.vdpClearInput::-moz-focus-inner,
.vdpPeriodControl::-moz-focus-inner,
.vdp12HourToggleBtn::-moz-focus-inner {
  padding: 0;
  border: 0; }

.vdpArrow {
  font-size: 1em;
  width: 5em;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 2.5em;
  text-align: left; }

.vdpArrow:before {
  content: "";
  width: 2.2em;
  height: 2.2em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.1em 0 0 -1.1em;
  border-radius: 100%;
  transition: background-color 0.2s; }

.vdpArrow:hover,
.vdpArrow:focus,
.vdpArrow:active {
  outline: 0; }

.vdpArrow:hover:before,
.vdpArrow:focus:before,
.vdpArrow:active:before {
  background-color: rgba(116, 203, 200, 0.7); }

.vdpArrowNext:before {
  margin-left: -1.4em; }

.vdpArrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  width: 0;
  height: 0;
  border: 0.5em solid transparent; }

.vdpArrowPrev {
  left: -0.3em; }

.vdpArrowPrev:after {
  margin-left: -0.8em;
  border-right-color: #e1134f; }

.vdpArrowPrev:hover:after,
.vdpArrowPrev:active:after {
  border-right-color: #fff; }

.vdpArrowNext {
  right: -0.6em; }

.vdpArrowNext:after {
  margin-left: -0.5em;
  border-left-color: #e1134f; }

.vdpArrowNext:hover:after,
.vdpArrowNext:active:after {
  border-left-color: #fff; }

.vdpPeriodControl {
  display: inline-block;
  position: relative; }

.vdpPeriodControl > button {
  font-size: 1.5em;
  padding: 1em 0.4em;
  display: inline-block; }

.vdpPeriodControl > select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  font-size: 1.6em; }

.vdpTable {
  width: 100%;
  table-layout: fixed;
  position: relative;
  z-index: 5; }

.vdpNextDirection {
  animation: vdpSlideFromRight 0.5s; }

.vdpPrevDirection {
  animation: vdpSlideFromLeft 0.5s; }

.vdpCell,
.vdpHeadCell {
  text-align: center;
  box-sizing: border-box; }

.vdpCell {
  padding: 0.5em 0; }

.vdpHeadCell {
  padding: 0.3em 0.5em 1em; }

.vdpHeadCellContent {
  font-size: 1.3em;
  font-weight: normal;
  color: #848484; }

.vdpCellContent {
  font-size: 1.4em;
  display: block;
  margin: 0 auto;
  width: 1.857em;
  line-height: 1.857em;
  text-align: center;
  color: #000;
  border-radius: 100%;
  transition: background 0.1s, color 0.1s; }

.vdpCell.outOfRange {
  color: #c7c7c7; }

.vdpCell.today {
  color: #e1134f; }

.vdpCell.selected .vdpCellContent {
  color: #fff;
  background: #e1134f; }

@media (hover: hover) {
  .vdpCell.selectable:hover .vdpCellContent {
    color: #fff;
    cursor: pointer;
    background: #74cbc8; } }

.vdpCell.selectable {
  cursor: pointer; }

.vdpCell.disabled {
  opacity: 0.5; }

.vdpTimeControls {
  padding: 1.2em 2em;
  position: relative;
  margin: 1em -1em -1em;
  text-align: center;
  background: #f5f5f5;
  /*border-top: 1px solid rgba(0,0,0,0.15);*/ }

.vdpTimeUnit {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.vdpTimeUnit > pre,
.vdpTimeUnit > input {
  font-size: 1.7em;
  line-height: 1.3;
  padding: 0.1em 0.1em;
  word-wrap: break-word;
  white-space: pre-wrap;
  resize: none;
  margin: 0;
  box-sizing: border-box;
  color: #000;
  border: 0;
  border-bottom: 1px solid transparent;
  text-align: center; }

.vdpTimeUnit > pre {
  visibility: hidden;
  font-family: inherit; }

.vdpTimeUnit > input {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }
  .vdpTimeUnit > input::selection {
    background-color: rgba(225, 19, 79, 0.15); }

.forms__error .vdpComponent input {
  background-color: rgba(225, 19, 79, 0.35); }

.wizard-header.hidden {
  height: 0;
  overflow: hidden; }

.wizard-content {
  overflow: hidden;
  position: relative;
  min-height: 516px; }

@media (max-width: 991px) {
  .wizard-content {
    min-height: 200px; } }

.wizard-step {
  left: 100%;
  display: none; }
  .wizard-step-inner {
    margin-bottom: 7px; }
  .wizard-step input[type="text"] {
    color: #c5c5c5; }
    .wizard-step input[type="text"]:focus {
      color: #000000; }
  .wizard-step.active {
    left: 0;
    z-index: 1;
    display: block; }
    .wizard-step.active + .wizard-step {
      left: 100%;
      z-index: 0; }
    .wizard-step.active .step-label {
      text-align: left;
      font-weight: normal;
      width: 100%; }
  .wizard-step.done {
    left: -100%;
    opacity: 0; }
  .risktest .wizard-step {
    text-align: center; }
  .wizard-step-indicator:first-child span, .wizard-step-indicator:last-child span {
    font-weight: 600; }

.wizard-step .image-left {
  background-image: url("/Content/Images/waistline-measure.png");
  width: 100%;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

@media (max-width: 991px) {
  .wizard-step .image-left {
    margin-bottom: 15px; } }

.wizard-step .comment {
  text-align: left; }

@media (max-width: 991px) {
  .wizard-step .comment {
    margin-bottom: 15px; } }

.no-js .risktest .start {
  display: none; }

.risktest .user-progress {
  margin-bottom: 65px; }
  .risktest .user-progress ol {
    height: 50px; }
  @media (max-width: 991px) {
    .risktest .user-progress li:before {
      background-size: 13px 13px;
      width: 25px;
      height: 25px;
      font-size: 14px;
      line-height: 25px; } }
  @media (max-width: 991px) {
    .risktest .user-progress li:after {
      top: 12px; } }
  .risktest .user-progress li:first-child, .risktest .user-progress li:last-child {
    line-height: 50px; }
    .risktest .user-progress li:first-child:before, .risktest .user-progress li:first-child:after, .risktest .user-progress li:last-child:before, .risktest .user-progress li:last-child:after {
      display: none; }
  .risktest .user-progress li:nth-last-child(2):after {
    display: none; }
  @media (max-width: 1100px) {
    .risktest .user-progress li span {
      display: block;
      transform: rotate(90deg) translateY(-50%);
      transform-origin: top left;
      text-align: left;
      position: absolute;
      top: 0;
      right: 0;
      left: 50%;
      width: 200px; } }

.risktest .step-question {
  font-size: 2rem;
  max-width: 580px;
  margin: 0 auto 2.5rem;
  line-height: 1.3; }
  @media only screen and (max-width: 47.9375em) {
    .risktest .step-question {
      font-size: 1.5rem; } }

.risktest .instructions {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: height 0s, opacity 0.5s ease-in-out;
  -moz-transition: height 0s, opacity 0.5s ease-in-out;
  -o-transition: height 0s, opacity 0.5s ease-in-out;
  transition: height 0s, opacity 0.5s ease-in-out;
  height: 405px; }
  .risktest .instructions-content {
    text-align: left; }
    .risktest .instructions-content .heading {
      position: relative;
      margin-top: 200px;
      margin-bottom: 0;
      font-size: 3.2rem;
      color: #000; }
      @media only screen and (max-width: 47.9375em) {
        .risktest .instructions-content .heading {
          font-size: 2.4rem; } }
      .risktest .instructions-content .heading:before {
        content: '';
        display: block;
        position: absolute;
        top: -190px;
        left: calc(50% - 78px);
        width: 156px;
        height: 156px;
        background: #006858 url(/UI/icons/risktest-checkmark.svg) center center/100px no-repeat;
        border-radius: 50%; }
    .risktest .instructions-content p {
      font-size: 1.25rem; }
  .risktest .instructions-content .start {
    display: block;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem; }

.risktest .questions,
.risktest .answers {
  overflow: hidden; }

.risktest .questions,
.risktest .result,
.risktest .answers {
  -webkit-transition: height 0s, opacity 0.5s ease-in-out;
  -moz-transition: height 0s, opacity 0.5s ease-in-out;
  transition: height 0s, opacity 0.5s ease-in-out; }

.js .risktest .questions {
  height: 0;
  opacity: 0; }

.risktest .back {
  display: none; }

.risktest.intro .result,
.risktest.intro .answers {
  height: 0;
  opacity: 0; }

.risktest.intro .questions h1 {
  display: none; }

.risktest.running .questions {
  height: 100%;
  opacity: 1; }

.risktest.running .result,
.risktest.running .answers {
  height: 0;
  opacity: 0; }

.risktest.running .instructions {
  -moz-transition: opacity 0.5s ease-in-out, height 0s ease 0.5s, padding 0s ease 1s, margin 0s ease 1s;
  -o-transition: opacity 0.5s ease-in-out, height 0s ease 0.5s, padding 0s ease 1s, margin 0s ease 1s;
  -webkit-transition: opacity 0.5s ease-in-out, height 0s ease 0.5s, padding 0s ease 1s, margin 0s ease 1s;
  transition: opacity 0.5s ease-in-out, height 0s ease 0.5s, padding 0s ease 1s, margin 0s ease 1s;
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0; }

.risktest.running .back {
  display: inline; }

.risktest.results .instructions,
.risktest.results .answers {
  height: 0;
  opacity: 0; }

.risktest.results .result {
  height: 100%;
  opacity: 1; }

.risktest.answers .answers {
  height: 100%;
  opacity: 1; }

.risktest.answers .instructions,
.risktest.answers .result {
  height: 0;
  opacity: 0; }

.risktest .question-list {
  margin: 0;
  padding: 0; }
  .risktest .question-list > li {
    display: block; }

.js .risktest .question-list > li {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0s, opacity 0.5s ease-in-out;
  -moz-transition: height 0s, opacity 0.5s ease-in-out;
  transition: height 0s, opacity 0.5s ease-in-out; }
  .js .risktest .question-list > li.active {
    height: 100%;
    opacity: 1; }

.risktest .score-table tr.active {
  background-color: #341c86;
  color: #ffffff; }

.risktest .answers-table .question {
  color: #341c86;
  font-weight: bold;
  padding-top: 20px; }
  .risktest .answers-table .question.first {
    padding-top: 0; }

.risktest .answers-table .score {
  text-align: center; }

.risktest .answers-table tfoot th,
.risktest .answers-table tfoot td {
  padding-top: 20px; }

.risktest .answers-table tfoot .score {
  font-size: 1.5em;
  font-weight: bold; }

.risktest .validator {
  display: block;
  border-width: 1px;
  border-style: solid;
  padding: 5px 8px; }
  .risktest .validator.error {
    color: #e1134f;
    background-color: #ffeeee;
    border-color: #e1134f; }

.risktest .western-background-content > a {
  font-weight: 600; }

.risktest .western-background-content .fa {
  font-size: 1.3rem;
  color: #4d31a0; }
  .risktest .western-background-content .fa .tinymce {
    font-size: 1rem;
    line-height: 1.1; }
    .risktest .western-background-content .fa .tinymce p {
      margin-bottom: 30px; }

.risktest #western-background-info {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0s, opacity 0.5s ease-in-out;
  -moz-transition: height 0s, opacity 0.5s ease-in-out;
  transition: height 0s, opacity 0.5s ease-in-out; }
  .risktest #western-background-info.shown {
    height: 100%;
    opacity: 1; }
  .risktest #western-background-info .tinymce {
    margin-top: 10px;
    margin-bottom: 10px; }

.risktest.editing #western-background-info {
  height: 100%;
  opacity: 1; }

.risktest .radio-button {
  margin-bottom: 18px; }
  .risktest .radio-button label {
    display: initial; }
  .risktest .radio-button.inline {
    display: inline-block; }
    .risktest .radio-button.inline + .radio-button.inline {
      margin-left: 20px; }
  .risktest .radio-button .hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
    .risktest .radio-button .hidden:focus + label > span:first-child {
      margin: -2px;
      border-width: 3px; }
  .risktest .radio-button .button,
  .risktest .radio-button .risktest .instructions-content .start .button {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    cursor: pointer; }
  .risktest .radio-button .button .fa,
  .risktest .radio-button .risktest .instructions-content .start .button .fa {
    position: absolute;
    right: 15px;
    margin: 0; }

.risktest .step-waist-male,
.risktest .step-waist-female {
  display: none; }

.bmi-result-label {
  display: block;
  margin-top: 30px;
  font-size: 1.5rem; }
  @media (min-width: 1100px) {
    .bmi-result-label {
      margin-bottom: 50px; } }
  @media (max-width: 1100px) {
    .bmi-result-label {
      margin-bottom: 25px; } }

.risktest-result-page h1 {
  color: #000;
  font-family: "Neue Helvetica W01", Arial;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.04375rem;
  margin-bottom: 1.75rem; }
  @media (max-width: 767px) {
    .risktest-result-page h1 {
      font-size: 1.65rem; } }

.risktest-result-page .text-right {
  font-weight: 300;
  clear: both; }

.risktest-result-page .button,
.risktest-result-page .risktest .instructions-content .start .button {
  width: 250px;
  white-space: normal;
  text-align: left;
  padding-right: 61px;
  font-weight: 300;
  line-height: 20px; }

.risktest-result-page .button .fa,
.risktest-result-page .risktest .instructions-content .start .button .fa {
  top: 50%;
  position: absolute;
  right: 21px;
  margin-top: -9px;
  margin-left: 0; }

.risktest-result-page .button + .button,
.risktest-result-page .risktest .instructions-content .start .button + .risktest .instructions-content .start .button {
  margin-left: 30px; }

@media (max-width: 767px) {
  .risktest-result-page .text-center .button,
  .risktest-result-page .text-center .risktest .instructions-content .start .button {
    margin: 0 0 15px auto;
    width: 100%; } }

@media (max-width: 1100px) {
  .risktest-result-page .mobile-left {
    float: left; }
  .risktest-result-page .mobile-left .pull-right,
  .risktest-result-page .mobile-left .text-right {
    float: left !important; }
  .risktest-result-page .mobile-left .toolbox > li,
  .risktest-result-page .mobile-left .tool-btn {
    padding: 0 12px; }
  .risktest-result-page .mobile-left .toolbox > .del {
    padding: 0;
    text-align: left; } }

.risktest-result-page .toolbox {
  width: auto;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-bottom: 15px; }

.risktest-result-page .toolbox .del {
  border: none;
  text-align: right;
  font-size: 1.3rem; }

.risktest-result-page .toolbox > li,
.risktest-result-page .tool-btn {
  padding: 0 20px; }

.risktest-result-page .toolbox > li:last-child,
.risktest-result-page .tool-btn:last-child {
  padding-right: 0; }

.risktest-result-page .toolbox > li span,
.risktest-result-page .tool-btn span {
  text-align: center;
  display: block;
  margin: auto; }

@media print {
  .risktest-result-page .box,
  .risktest-result-page .article-list {
    border: #c5c5c5 1px solid;
    border-top-width: 3px; } }

.risktest-result-page .show-answers-content {
  margin-bottom: 30px; }

.risktest-result-page .show-answers-content .fa {
  font-size: 1.3rem;
  color: #4d31a0; }

.risktest-result-page #show-answers-info {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0s, opacity 0.5s ease-in-out;
  -moz-transition: height 0s, opacity 0.5s ease-in-out;
  transition: height 0s, opacity 0.5s ease-in-out; }
  .risktest-result-page #show-answers-info.shown {
    height: auto;
    opacity: 1; }
  .risktest-result-page #show-answers-info .form-grid {
    margin-top: 16px;
    margin-bottom: 16px; }
  .risktest-result-page #show-answers-info .grid__row {
    margin-top: 16px; }
    .risktest-result-page #show-answers-info .grid__row .control-value {
      font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif; }

.risktest-result-page #show-answers-info.active {
  height: 100%;
  opacity: 1; }

.risktest-result-page__actions {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media only screen and (min-width: 48em) {
    .risktest-result-page__actions .btn:not(:first-child), .risktest-result-page__actions .EPiServerForms :not(:first-child)[type="reset"], .EPiServerForms .risktest-result-page__actions :not(:first-child)[type="reset"], .risktest-result-page__actions .EPiServerForms :not(:first-child)[type="submit"], .EPiServerForms .risktest-result-page__actions :not(:first-child)[type="submit"], .risktest-result-page__actions .risktest .radio-button .button > span:not(:first-child):first-child, .risktest .radio-button .risktest-result-page__actions .button > span:not(:first-child):first-child,
    .risktest-result-page__actions .risktest .radio-button .risktest .instructions-content .start .button > span:not(:first-child):first-child, .risktest .radio-button .risktest .instructions-content .start .risktest-result-page__actions .button > span:not(:first-child):first-child {
      margin-left: 20px; } }
  @media only screen and (max-width: 47.9375em) {
    .risktest-result-page__actions .btn, .risktest-result-page__actions .EPiServerForms [type="reset"], .EPiServerForms .risktest-result-page__actions [type="reset"], .risktest-result-page__actions .EPiServerForms [type="submit"], .EPiServerForms .risktest-result-page__actions [type="submit"], .risktest-result-page__actions .risktest .radio-button .button > span:first-child, .risktest .radio-button .risktest-result-page__actions .button > span:first-child,
    .risktest-result-page__actions .risktest .radio-button .risktest .instructions-content .start .button > span:first-child, .risktest .radio-button .risktest .instructions-content .start .risktest-result-page__actions .button > span:first-child {
      margin-bottom: 32px; } }

.risktest-result-scale-wrapper {
  margin: 50px -5px; }

.risktest-result-scale {
  width: 100%;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 48em) {
    .risktest-result-scale {
      display: flex; } }

.risktest-result-scale li {
  position: relative;
  padding: 10px 0;
  text-align: center;
  background-color: #fff; }
  @media only screen and (min-width: 48em) {
    .risktest-result-scale li {
      display: flex;
      flex-basis: 2%;
      flex-grow: 1;
      align-items: center;
      padding: 20px 0; }
      .risktest-result-scale li:not(:first-child) {
        margin-left: 20px; } }
  @media only screen and (max-width: 47.9375em) {
    .risktest-result-scale li:not(.selected) {
      transform: scale(0.8);
      opacity: .3; } }
  .risktest-result-scale li + li {
    margin-top: 0; }
  .risktest-result-scale li > div {
    width: 100%; }

.risktest-result-scale__heading,
.risktest-result-scale li p {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .risktest-result-scale__heading,
    .risktest-result-scale li p {
      display: inline-block; } }

.risktest-result-scale__heading {
  margin-bottom: 5px;
  font-family: "Clan W01 Medium", Helvetica, Arial, sans-serif;
  font-size: 1.125rem; }
  @media only screen and (min-width: 48em) {
    .risktest-result-scale__heading {
      font-size: calc(1.5vw + 5px); } }
  @media (min-width: 1280px) {
    .risktest-result-scale__heading {
      font-size: 1.5rem; } }

.risktest-result-scale li.selected:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #83bb32 transparent;
  display: block;
  width: 0;
  margin-left: -7.5px; }
  @media only screen and (max-width: 47.9375em) {
    .risktest-result-scale li.selected:after {
      display: none; } }

.risktest-result-scale li.bg-light-green {
  border: 20px solid #83bb32; }

.risktest-result-scale li.bg-dark-green {
  border: 20px solid #286531; }

.risktest-result-scale li.bg-dark-green.selected:after {
  border-color: #286531 transparent; }

.risktest-result-scale li.bg-orange {
  border: 20px solid #F5A72B; }

.risktest-result-scale li.bg-orange.selected:after {
  border-color: #F5A72B transparent; }

.risktest-result-scale li.bg-dark-orange {
  border: 20px solid #E37220; }

.risktest-result-scale li.bg-dark-orange.selected:after {
  border-color: #E37220 transparent; }

.risktest-result-scale li.bg-red {
  border: 20px solid #D40019; }

.risktest-result-scale li.bg-red.selected:after {
  border-color: #D40019 transparent; }

@media print {
  .risktest-result-scale {
    height: initial; }
  .risktest-result-scale li {
    border: #c5c5c5 solid 1px;
    color: #c5c5c5 !important; }
  .risktest-result-scale li.selected:after {
    border-color: #c5c5c5 transparent; }
  .risktest-result-scale li.bg-light-green,
  .risktest-result-scale li.bg-dark-green,
  .risktest-result-scale li.bg-orange,
  .risktest-result-scale li.bg-dark-orange,
  .risktest-result-scale li.bg-red {
    background-color: #555555; }
  .risktest-result-scale li.bg-light-green.selected:after,
  .risktest-result-scale li.bg-dark-green.selected:after,
  .risktest-result-scale li.bg-orange.selected:after,
  .risktest-result-scale li.bg-dark-orange.selected:after,
  .risktest-result-scale li.bg-red.selected:after {
    border-color: #c5c5c5 transparent; } }

@media print and (-webkit-min-device-pixel-ratio: 0) {
  .risktest-result-scale li {
    -webkit-print-color-adjust: exact; } }

@media print and (max-width: 767px) {
  .risktest-result-scale li h3,
  .risktest-result-scale li p {
    display: block;
    transform: none;
    text-align: center;
    position: static; } }

@media print and (max-width: 767px) {
  .risktest-result-scale li h3 {
    width: initial; } }

@media print and (max-width: 767px) {
  .risktest-result-scale li p {
    width: initial; } }
