/* @import 'fonts';  #fonts imported in index.html from CDN */
.cd-timeline__block.js-cd-block.css-color-blue .cd-timeline__img {
  background: #0098da; }

.cd-timeline__block.js-cd-block.css-color-blue h2 {
  color: #007bc0; }

.cd-timeline__block.js-cd-block.css-color-yellow .cd-timeline__img {
  background: #f2a100; }

.cd-timeline__block.js-cd-block.css-color-yellow h2 {
  color: #967100; }

.cd-timeline__block.js-cd-block.css-color-green .cd-timeline__img {
  background: #00cc88; }

.cd-timeline__block.js-cd-block.css-color-green h2 {
  color: #008659; }

.cd-timeline__block.js-cd-block.css-color-red .cd-timeline__img {
  background: #ff6219; }

.cd-timeline__block.js-cd-block.css-color-red h2 {
  color: #db3a00; }

.cd-timeline__block.js-cd-block.css-color-purple .cd-timeline__img {
  background: #6752cc; }

.cd-timeline__block.js-cd-block.css-color-purple h2 {
  color: #6752cc; }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes cd-bounce-2-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes cd-bounce-2-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.badger-accordion dl,
.badger-accordion dt,
.badger-accordion dd {
  margin: 0; }

.badger-accordion__panel {
  overflow: hidden; }
  .badger-accordion__panel.-ba-is-hidden {
    max-height: 0 !important; }
  .badger-accordion--initialized .badger-accordion__panel {
    -webkit-transition: max-height ease-in-out 0.2s;
    transition: max-height ease-in-out 0.2s; }

.badger-accordion {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin: 36px 0; }
  @media screen and (min-width: 1170px) {
    .badger-accordion {
      margin-right: 100px; } }

.badger-accordion__header:not(:last-of-type) {
  border-bottom: 1px solid #EFF1F0; }

.badger-accordion__trigger {
  background-color: #fff;
  border: 0;
  border-radius: 0px;
  color: #34495e;
  padding: 20px;
  text-align: left;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  width: 100%;
  margin: 0;
  font-size: 1em; }
  .badger-accordion__trigger[aria-expanded=true] .badger-accordion__trigger-icon:before {
    -webkit-transform: rotate(45deg) translate3d(13px, 14px, 0);
            transform: rotate(45deg) translate3d(13px, 14px, 0); }
  .badger-accordion__trigger[aria-expanded=true] .badger-accordion__trigger-icon:after {
    -webkit-transform: rotate(-45deg) translate3d(-13px, 14px, 0);
            transform: rotate(-45deg) translate3d(-13px, 14px, 0); }
  .badger-accordion__trigger:focus, .badger-accordion__trigger:hover {
    background-color: #00cc88;
    cursor: pointer;
    outline: none; }
    .badger-accordion__trigger:focus .badger-accordion__trigger-title, .badger-accordion__trigger:hover .badger-accordion__trigger-title {
      color: #fff; }
    .badger-accordion__trigger:focus .badger-accordion__trigger-icon:after, .badger-accordion__trigger:focus .badger-accordion__trigger-icon:before, .badger-accordion__trigger:hover .badger-accordion__trigger-icon:after, .badger-accordion__trigger:hover .badger-accordion__trigger-icon:before {
      background-color: #fff; }
  .badger-accordion__trigger::-moz-focus-inner {
    border: none; }

.badger-accordion__trigger-title {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  float: left;
  font-size: 120%;
  line-height: 38px; }

.badger-accordion__trigger-icon {
  float: right;
  display: block;
  height: 40px;
  margin-left: auto;
  position: relative;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  width: 40px; }
  .badger-accordion__trigger-icon:after, .badger-accordion__trigger-icon:before {
    background-color: #333;
    content: "";
    height: 3px;
    position: absolute;
    top: 10px;
    -webkit-transition: all ease-in-out 0.13333s;
    transition: all ease-in-out 0.13333s;
    width: 30px; }
  .badger-accordion__trigger-icon:before {
    left: 1px;
    -webkit-transform: rotate(45deg) translate3d(8px, 22px, 0);
            transform: rotate(45deg) translate3d(8px, 22px, 0);
    -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
            transform-origin: 100%; }
  .badger-accordion__trigger-icon:after {
    -webkit-transform: rotate(-45deg) translate3d(-8px, 22px, 0);
            transform: rotate(-45deg) translate3d(-8px, 22px, 0);
    right: 1px;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0; }

.badger-accordion__panel {
  background-color: #fafafa;
  position: relative; }
  .badger-accordion__panel:after {
    background-color: #EFF1F0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%; }

.badger-accordion__panel-inner {
  padding: 20px 20px 40px; }

.full-width-content .content dl dd.badger-accordion__panel .badger-accordion__panel-inner p {
  margin-top: 0; }

.full-width-content .content dl dd.badger-accordion__panel .badger-accordion__panel-inner * {
  color: #222; }

@media screen and (max-width: 767px) {
  .badger-accordion__trigger-icon {
    display: none;
    padding: 20px; } }

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: "Roboto", serif;
  color: #222;
  background-color: #86d1f5; }

a {
  color: #fff;
  text-decoration: none; }

strong, b {
  font-weight: bold; }

img {
  max-width: 100%; }

h1, h2 {
  font-family: "Roboto", sans-serif;
  font-weight: bold; }

.bold {
  font-weight: bold; }

.light-blue-text {
  color: #86d1f5 !important; }

.blue-text {
  color: #007bc0 !important; }

.page-bottom-area {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px; }
  .page-bottom-area a {
    color: #34495e;
    text-decoration: underline; }
  .page-bottom-area .cd-nugget-info-arrow-blue {
    fill: #34495e; }

.text-bigger {
  font-size: 110%; }

.text-shadow {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); }

.more-info-container summary {
  cursor: pointer;
  font-size: 14px;
  padding: .8em 1em;
  background: #0098da;
  color: white;
  border-radius: 0.25em;
  border: none;
  -webkit-transition: .2s background-color;
  transition: .2s background-color; }
  .more-info-container summary:hover {
    background-color: #007bc0; }

.full-width-content .with-columns {
  overflow: hidden; }

.full-width-content .content .columns-main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 40px;
  padding-bottom: 20px; }

.full-width-content .content .columns-infobox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 10px 30px;
  margin-bottom: 40px;
  background: #fff; }
  .full-width-content .content .columns-infobox p {
    color: #222; }

@media only screen and (min-width: 1170px) {
  .full-width-content .content .columns-main {
    width: 55%;
    float: left;
    padding-bottom: 80px; }
  .full-width-content .content .columns-infobox {
    float: right;
    width: 45%;
    margin-top: -15px; } }

.js-to_expand[aria-hidden=true],
.js-to_expand[data-hidden=true] {
  display: none; }

.expandmore__button {
  background: none;
  font-size: inherit;
  color: inherit;
  border: none;
  padding: 0;
  color: #34495e;
  cursor: pointer; }

/* This is the opened state */
.js-to_expand {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height .4s ease, opacity .4s ease;
  transition: visibility 0s ease, max-height .4s ease, opacity .4s ease;
  max-height: 80em;
  /* magic number for max-height = enough height */
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 4px solid #86d1f5;
  padding-left: 15px; }

/* This is the hidden state */
[data-hidden=true].js-to_expand {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.4s, 0s, 0s;
          transition-delay: 0.4s, 0s, 0s; }

/* optional */
.btn-read-more {
  cursor: pointer;
  font-size: 14px;
  background: #fff;
  color: #34495e;
  border-radius: 0.25em;
  border: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }
  .btn-read-more .btn-contents {
    padding: .8em 1em; }
  .btn-read-more:focus, .btn-read-more:hover {
    background-color: #00cc88;
    outline: none;
    color: #fff; }

.quote-highlight {
  margin-top: 30px;
  border-left: 8px solid #ddd;
  padding-left: 15px; }

ul.quote-highlight {
  padding-left: 26px; }

.space-separated-number {
  word-spacing: -0.05em;
  white-space: nowrap; }

/* -------------------------------- 

Patterns - reusable parts of our design

-------------------------------- */
@media only screen and (min-width: 1170px) {
  .cd-is-hidden {
    visibility: hidden; } }

/* -------------------------------- 

Vertical Timeline - by CodyHouse.co

-------------------------------- */
header {
  line-height: 1.5em;
  text-align: center;
  background: #34495e;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative; }
  header .intro-content {
    background: rgba(0, 85, 128, 0.8);
    position: relative;
    padding-top: 80px; }
    header .intro-content h1 {
      line-height: 50px;
      padding-bottom: 40px;
      color: white;
      font-size: 48px;
      padding-left: 20px;
      padding-right: 20px; }
    header .intro-content p {
      padding: 10px 20px;
      max-width: 800px;
      margin: auto;
      color: #fff;
      letter-spacing: 0.04em;
      text-align: left;
      font-size: 20px;
      line-height: 30px; }
    header .intro-content .scroll-to-start {
      font-weight: bold;
      cursor: pointer; }
      header .intro-content .scroll-to-start:hover {
        color: #86d1f5; }
    header .intro-content .intro-timeline-start {
      position: relative;
      height: 80px;
      margin-top: 100px; }
      header .intro-content .intro-timeline-start::before {
        background: #86d1f5; }
    header .intro-content .arrow-start {
      cursor: pointer;
      position: absolute;
      width: 30px;
      height: 30px;
      top: -20px;
      bottom: auto;
      margin-left: 5px;
      background: #fff;
      -webkit-transition: 0.2s background-color;
      transition: 0.2s background-color;
      -webkit-box-shadow: 0 0 0 4px #86d1f5, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 0 4px #86d1f5, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }
      header .intro-content .arrow-start::after {
        content: "Aloita";
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        color: #fff;
        text-align: center;
        -webkit-transition: 0.2s color;
        transition: 0.2s color; }
      header .intro-content .arrow-start:hover {
        background: #007bc0; }
        header .intro-content .arrow-start:hover::after {
          color: #86d1f5; }
      header .intro-content .arrow-start img {
        width: 18px;
        height: 18px;
        margin-left: -9px;
        margin-top: -9px; }
      @media only screen and (min-width: 1170px) {
        header .intro-content .arrow-start {
          width: 40px;
          height: 40px;
          margin-left: -20px; } }
    @media only screen and (min-width: 768px) {
      header .intro-content p {
        text-align: center; } }
    @media only screen and (min-width: 1170px) {
      header .intro-content {
        line-height: 1.5em;
        padding-top: 160px; }
        header .intro-content h1 {
          padding-bottom: 40px;
          font-size: 60px; } }

.cd-timeline {
  overflow: hidden;
  margin: 2em auto;
  margin-top: 0; }

.cd-timeline__container {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 46px 0; }
  .cd-timeline__container.with-line::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #0098da; }
  .cd-timeline__container.with-line.green-line::before {
    background: #00cc88; }

@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 0;
    margin-bottom: 3em; }
  .cd-timeline__container.with-line::before {
    left: 50%;
    margin-left: -2px; } }

.cd-timeline__block {
  position: relative;
  margin: 2em 0; }
  .cd-timeline__block .added-area {
    text-align: center;
    clear: both;
    margin: 2em -1em -1em -1em; }
    .cd-timeline__block .added-area.image-align-right {
      text-align: right; }
    .cd-timeline__block .added-area img {
      max-width: 420px;
      width: 100%; }
    @media only screen and (min-width: 1170px) {
      .cd-timeline__block .added-area {
        margin: 2em -1.6em -1.6em -1.6em; } }
  .cd-timeline__block .timeline-description {
    color: #008659;
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: 0.04em; }
  .cd-timeline__block:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both; }
  .cd-timeline__block:first-child {
    margin-top: 0; }
  .cd-timeline__block:last-child {
    margin-bottom: 0; }
  .cd-timeline__block.line-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    bottom: -100px;
    height: auto;
    width: 8px;
    background: #00cc88;
    margin-top: 40px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 1px; }
  .cd-timeline__block.line-highlight.line-continuing::before {
    top: -120px;
    bottom: -70px;
    height: auto;
    overflow: hidden; }
  @media only screen and (min-width: 1170px) {
    .cd-timeline__block {
      margin: 4em 0; }
      .cd-timeline__block .timeline-description {
        color: #333;
        font-weight: normal;
        font-size: 85%; }
      .cd-timeline__block.line-highlight::before {
        margin-top: 60px;
        left: 50%;
        margin-left: -4px; } }

.cd-timeline__img, .icon-big-bullet .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }

.cd-timeline__img img, .icon-big-bullet .icon img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; }

@media only screen and (min-width: 1170px) {
  .cd-timeline__img, .icon-big-bullet .icon {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; } }

.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
  .cd-timeline__content:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both; }

.cd-timeline__content.js-cd-content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white; }

.cd-timeline__content h2, .cd-timeline__content p {
  color: #222; }

.cd-timeline__content h3 {
  line-height: 1.3em;
  margin: 10px 0; }

.cd-timeline__content .cd-timeline__date {
  clear: both;
  font-size: 1.2rem;
  color: #222; }
  .cd-timeline__content .cd-timeline__date .description {
    color: #fff; }
  .cd-timeline__content .cd-timeline__date .date-addition {
    line-height: 1.6em;
    color: #007bc0;
    letter-spacing: .020em; }

.cd-timeline__content p,
.cd-timeline__content li,
.cd-timeline__read-more {
  font-size: 1.4rem; }

.cd-timeline__content p {
  margin: 1em 0;
  line-height: 1.6; }

.cd-timeline__content li {
  margin: 0.5em 0;
  line-height: 1.4; }

.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block; }

.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em; }
  .cd-timeline__read-more:hover {
    background-color: #86d1f5; }

.cd-timeline__date {
  float: none;
  padding: .8em 0;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-timeline__content h2 {
    font-size: 2rem; }
  .cd-timeline__content h3 {
    font-size: 1.8rem;
    line-height: 1.3em;
    margin-top: 10px; } }
  @media only screen and (min-width: 768px) and (min-width: 1170px) {
    .cd-timeline__content h3 {
      font-size: 1.8rem; } }

@media only screen and (min-width: 768px) {
  .cd-timeline__content p, .cd-timeline__content li {
    font-size: 1.6rem; }
  .cd-timeline__read-more,
  .cd-timeline__content .cd-timeline__date {
    font-size: 1.4rem; }
    .cd-timeline__read-more .date-addition,
    .cd-timeline__content .cd-timeline__date .date-addition {
      position: relative;
      top: 4px;
      font-size: 15px; } }

@media only screen and (min-width: 1170px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .cd-timeline__content.js-cd-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white; }
  .cd-timeline__read-more {
    float: left; }
  .cd-timeline__content .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1.6rem;
    font-weight: bold; }
    .cd-timeline__content .cd-timeline__date .date-addition {
      color: #222;
      font-weight: normal;
      font-size: 85%; }
  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right; }
  .cd-timeline__block:nth-child(even) .cd-timeline__content.js-cd-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }
  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right; }
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 122%;
    text-align: right; }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; } }

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; }
  /* bounce from bottom with wide blocks */
  .cd-timeline__block.wide-block .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-bottom 0.6s;
    animation: cd-bounce-2-bottom 0.6s; } }

/* Main styles */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0; }

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #86d1f5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.cd-nugget-info a:hover {
  opacity: .8; }

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block; }

.cd-nugget-info span svg {
  display: block; }

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #86d1f5; }

ul {
  list-style-type: disc;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px; }
  ul li {
    margin-bottom: 6px; }

/* Fact-box */
.full-width-content {
  position: relative;
  z-index: 12;
  width: 100%;
  background: #007bc0; }
  .full-width-content .icon-fakta {
    display: block;
    position: relative;
    width: 24px;
    height: 32px;
    margin: 10px auto; }
  .full-width-content .illustration {
    position: relative; }
    .full-width-content .illustration.city {
      text-align: center; }
      .full-width-content .illustration.city img {
        max-width: 680px;
        min-width: 300px;
        width: 70%; }
      @media only screen and (min-width: 1170px) {
        .full-width-content .illustration.city {
          margin-top: -60px; } }
    .full-width-content .illustration.shoulder {
      z-index: 1;
      text-align: right;
      padding: 0;
      margin-top: -60px; }
      .full-width-content .illustration.shoulder img {
        max-width: 600px;
        width: 80%;
        min-width: 280px; }
      @media only screen and (min-width: 1170px) {
        .full-width-content .illustration.shoulder {
          margin-top: -160px; } }
    .full-width-content .illustration.respitorymask {
      z-index: 1;
      text-align: center; }
      .full-width-content .illustration.respitorymask img {
        max-height: 260px; }
      @media only screen and (min-width: 580px) {
        .full-width-content .illustration.respitorymask {
          position: absolute;
          bottom: 0;
          right: 0;
          max-width: 30%; }
          .full-width-content .illustration.respitorymask img {
            max-height: none; } }
  .full-width-content .cd-timeline__container {
    padding-bottom: 0; }
  .full-width-content .content {
    position: relative;
    border-radius: 0.25em;
    padding: 1em;
    padding-bottom: 40px; }
    .full-width-content .content h2, .full-width-content .content p, .full-width-content .content ul > li {
      color: #fff; }
    .full-width-content .content h2 {
      font-size: 21px; }
    .full-width-content .content p, .full-width-content .content ul {
      margin: 1em 0;
      line-height: 1.6; }
    @media only screen and (min-width: 580px) {
      .full-width-content .content.narrowed {
        max-width: 75%; } }
    @media only screen and (min-width: 768px) {
      .full-width-content .content.narrowed {
        max-width: 70%; } }
  .full-width-content.count-down {
    background: #fff; }
    .full-width-content.count-down .cd-timeline__container {
      padding-top: 20px; }
    .full-width-content.count-down h2 {
      color: #6752cc;
      font-size: 18px;
      margin-bottom: 18px; }
    .full-width-content.count-down .costs-table {
      width: 100%;
      margin-top: -30px; }
      @media only screen and (min-width: 1170px) {
        .full-width-content.count-down .costs-table {
          margin-top: -50px; } }
      .full-width-content.count-down .costs-table .total-header {
        background: #6752cc; }
        .full-width-content.count-down .costs-table .total-header th {
          padding: 10px 10px 0 0;
          color: #fff;
          text-align: right;
          font-size: 12px; }
      .full-width-content.count-down .costs-table .cost-row {
        min-height: 50px; }
        .full-width-content.count-down .costs-table .cost-row:nth-of-type(odd) {
          background: #f0edfa; }
        .full-width-content.count-down .costs-table .cost-row td {
          line-height: 1.4; }
        .full-width-content.count-down .costs-table .cost-row .cost {
          vertical-align: middle;
          padding: 20px 10px;
          font-size: 18px;
          font-weight: bold;
          color: #6752cc;
          width: 32%;
          text-align: right; }
        .full-width-content.count-down .costs-table .cost-row .description {
          vertical-align: middle;
          padding: 20px 10px;
          color: #222;
          font-size: 1.3rem; }
          .full-width-content.count-down .costs-table .cost-row .description .info {
            font-size: 80%;
            letter-spacing: .030em; }
        .full-width-content.count-down .costs-table .cost-row.total {
          background: #6752cc; }
          .full-width-content.count-down .costs-table .cost-row.total * {
            color: #fff;
            height: 100px; }
    @media only screen and (min-width: 768px) {
      .full-width-content.count-down .costs-table .cost-row {
        min-height: 50px; }
        .full-width-content.count-down .costs-table .cost-row .cost {
          padding: 20px 10px;
          font-size: 18px; }
        .full-width-content.count-down .costs-table .cost-row .description {
          padding: 20px 10px;
          font-size: 1.6rem; }
        .full-width-content.count-down .costs-table .cost-row.total {
          background: #6752cc; }
          .full-width-content.count-down .costs-table .cost-row.total * {
            color: #fff;
            height: 100px; } }
    @media only screen and (min-width: 1170px) {
      .full-width-content.count-down .cd-timeline__container {
        padding-top: 40px;
        padding-bottom: 20px; }
      .full-width-content.count-down .costs-table .cost-row {
        min-height: 60px; }
        .full-width-content.count-down .costs-table .cost-row .cost {
          padding: 28px 10px;
          font-size: 21px;
          font-weight: bold;
          width: 32%; }
        .full-width-content.count-down .costs-table .cost-row .description {
          padding: 20px 10px;
          font-size: 1.6rem; }
          .full-width-content.count-down .costs-table .cost-row .description .info {
            font-size: 80%; }
        .full-width-content.count-down .costs-table .cost-row.total {
          background: #6752cc; }
          .full-width-content.count-down .costs-table .cost-row.total * {
            color: #fff;
            height: 120px; } }
  .full-width-content.ending-info {
    margin-top: 50px; }
  .full-width-content.end {
    height: 4px;
    background: black;
    opacity: 0.2;
    margin-bottom: -4px; }
  @media only screen and (min-width: 768px) {
    .full-width-content .content {
      width: 90%; }
      .full-width-content .content h2 {
        font-size: 2rem; }
      .full-width-content .content p {
        font-size: 1.6rem; } }
  @media only screen and (min-width: 1170px) {
    .full-width-content .content {
      margin-left: 50px;
      padding: 1.6em;
      padding-bottom: 72px;
      margin-left: 100px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); } }

/* Decision block */
.wide-block {
  padding-bottom: 70px; }
  .wide-block h2 {
    font-size: 18px; }
  .wide-block p {
    font-size: 15px; }
  .wide-block .cd-timeline__content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px; }
    .wide-block .cd-timeline__content .doctor {
      max-height: 360px;
      padding-top: 20px;
      margin: auto;
      margin-bottom: -170px;
      display: block; }
    .wide-block .cd-timeline__content .images {
      position: relative;
      text-align: left;
      margin: 0 -1em;
      padding: 1em;
      padding-bottom: 60px;
      position: relative;
      background: #eee;
      border-radius: 0 0 .25em .25em; }
      .wide-block .cd-timeline__content .images::after {
        content: "";
        width: 20px;
        height: 20px;
        border: 10px solid transparent;
        border-color: transparent transparent #eee #eee;
        position: absolute;
        top: -20px;
        right: 50%;
        margin-right: -80px; }
      .wide-block .cd-timeline__content .images .illustration {
        display: block;
        width: 280px;
        margin: auto;
        padding: 10px 40px;
        opacity: .75; }
    @media only screen and (min-width: 580px) {
      .wide-block .cd-timeline__content .images {
        padding: 1em 8em 5em 8em; }
        .wide-block .cd-timeline__content .images .illustration {
          margin: auto;
          padding: 20px 40px; } }
    @media only screen and (min-width: 1170px) {
      .wide-block .cd-timeline__content .doctor {
        position: absolute;
        left: 60px;
        top: 120px;
        max-height: 400px; }
      .wide-block .cd-timeline__content .images {
        width: 70%;
        margin-left: auto;
        margin-right: 0;
        border-radius: 0; }
        .wide-block .cd-timeline__content .images::after {
          content: "";
          border-color: transparent #eee #eee transparent;
          top: 40px;
          right: auto;
          left: -20px;
          margin-right: auto; }
        .wide-block .cd-timeline__content .images .illustration {
          width: 300px;
          padding: 40px; } }
  .wide-block .js-cd-content {
    z-index: 10;
    top: 60px; }
    .wide-block .js-cd-content::before {
      top: auto;
      right: 0;
      bottom: 100%;
      left: 13px;
      border-color: transparent;
      border-bottom-color: #fff; }
  @media only screen and (max-width: 1169px) {
    .wide-block .cd-timeline__content {
      margin-left: auto; } }
  @media only screen and (min-width: 1170px) {
    .wide-block {
      padding-top: 28px;
      text-align: center; }
      .wide-block h2 {
        font-size: 24px;
        margin-bottom: 24px; }
      .wide-block p {
        max-width: 600px;
        margin: 12px auto;
        font-size: 18px; }
      .wide-block .cd-timeline__content {
        padding-top: 60px;
        padding-bottom: 70px; }
        .wide-block .cd-timeline__content::before {
          top: auto !important;
          right: 0 !important;
          bottom: 100% !important;
          left: 0 !important;
          margin: auto;
          border-color: transparent !important;
          border-bottom-color: white !important; } }

.background-block .cd-timeline__content {
  overflow: hidden;
  min-height: 150px; }
  .background-block .cd-timeline__content p, .background-block .cd-timeline__content h2 {
    padding-left: 120px; }
  .background-block .cd-timeline__content .doctor-mini {
    position: absolute;
    top: 46px;
    top: 0;
    right: auto;
    bottom: auto;
    left: -2em;
    width: 200px; }

.read-more-block {
  position: relative;
  z-index: 100; }
  .read-more-block .hidden-content {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .read-more-block.revealed button {
    display: none; }
  .read-more-block.revealed .hidden-content {
    position: relative;
    overflow: visible;
    clip: auto;
    height: auto;
    width: auto;
    margin: initial; }

.icon-big-bullet {
  position: relative;
  margin: 20px 0; }
  .icon-big-bullet.green .icon {
    background-color: #00cc88; }
  .icon-big-bullet.red .icon {
    background-color: #ff6219; }
  .icon-big-bullet.purple .icon {
    background-color: #6752cc; }
  .icon-big-bullet.bulletpoint .icon {
    width: 24px;
    height: 24px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .icon-big-bullet.bulletpoint .text {
    padding-left: 50px; }
  .icon-big-bullet .text {
    padding-left: 60px;
    position: relative;
    line-height: 1.6;
    color: #fff; }
    .icon-big-bullet .text p {
      margin: 0; }
  .icon-big-bullet .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0; }
  @media only screen and (min-width: 1170px) {
    .icon-big-bullet {
      padding: 20px 0; }
      .icon-big-bullet .text {
        padding-left: 80px; } }
