{"version":3,"sources":["../scss/04_organisms/_footer.scss","00_helpers/mixins/_font-style.scss","00_helpers/variables/_fonts.scss","00_helpers/variables/_spacing.scss","00_helpers/mixins/_media-queries.scss","00_helpers/mixins/grid/_grid-columns.scss","00_helpers/mixins/_footer.scss","00_helpers/mixins/_colors.scss","../scss/00_tools/cssVartoSass.scss","00_tools/_background-variants.scss","00_helpers/variables/_colors.scss"],"names":[],"mappings":"AACA;EC2BE,eCGiB;EDFjB,iBCImB;EDHnB,iBCEmB;EF7BnB,oBAA6B;EAC7B,iBAA4B,EAAA;;AAI9B;EACE,oBAAa;EAAb,qBAAa;EAAb,oBAAa;EAAb,aAAa;EACb,uBAAe;EAAf,mBAAe;EAAf,eAAe;EACf,yBAA8B;EAA9B,sCAA8B;EAA9B,sBAA8B;EAA9B,8BAA8B,EAAA;EAHhC;IAMI,oBGAsB,EAAA;;AHK1B;EACE,WAAW,EAAA;;AAIb;EACE,mBGZwB;EHaxB,4BAAQ;EAAR,gBAAQ;EAAR,iBAAQ;EAAR,QAAQ;EACR,WAAW,EAAA;EAHb;IAMI,gBAAgB,EAAA;EANpB;IAUI,cAAc;IACd,wBAAwB,EAAA;EAX5B;IAeI,iBAAiB,EAAA;;AAKrB;EACE,gBAAgB;EAChB,4BAAQ;EAAR,gBAAQ;EAAR,iBAAQ;EAAR,QAAQ;EACR,WAAW,EAAA;EAHb;IAMI,mBGvCuB,EAAA;;AH4C3B;EACE,4BAAQ;EAAR,gBAAQ;EAAR,iBAAQ;EAAR,QAAQ;EACR,mBG5CwB;EH6CxB,WAAW,EAAA;EAHb;IAMI,sCAAoD;IAApD,8BAAoD,EAAA;;AAKxD;EAEI,oBAA6B;EAC7B,iBAA0B,EAAA;;AAH9B;EAOI,gBAAgB;EAChB,iBAAiB,EAAA;;AIxBjB;EJ+BA;IACE,gBAAgB,EAAA,EACjB;;AIrBD;EJ4BF;IACE,oBG7EsB;IH8EtB,iBG7EuB,EAAA;EHiFzB;IAEI,gBGrFoB,EAAA;EH0FxB;IACE,2BK3EyD,EAAA;IL0E3D;MAII,aAAa,EAAA;EAKjB;IACE,uBAAe;IAAf,mBAAe;IAAf,eAAe,EAAA;EAIjB;IACE,mBGzGsB;IH0GtB,WAAW,EAAA;EAIb;IAEI,oBAAa;IAAb,qBAAa;IAAb,oBAAa;IAAb,aAAa;IACb,uBAAe;IAAf,mBAAe;IAAf,eAAe;IACf,oBGpHqB,EAAA;IHgHzB;MAOM,aAAa;MACb,kBAAkB,EAAA;EAMxB;IACE,oBG5HsB;IH6HtB,iBG7HsB,EAAA,EH8HvB;;AAIH;EACE,WAAW,EAAA;;AMhJX;;;;ECAA,2CCC2C;EDA3C,0CCA2C,EAAA;ECoD/B;;;;IH/CJ,kCELmC,EAAA;ECoD/B;;;;IH/CJ,2CELmC,EAAA;;AFU3C;EACE,kCEXyC,EAAA;ECoD/B;IHtCR,wBEduC,EAAA;ECoD/B;IHtCR,kCEduC,EAAA;;AFmB3C;EACE,+BIkC2C,EAAA;;AJ/B7C;;ECxBA,2CCC2C;EDA3C,0CCA2C,EAAA;;AF4B3C;EACE,WILe,EAAA;;AJSjB;EACE,qBIhBmB,EAAA;;AJoBrB;ECvCA,2CCC2C;EDA3C,0CCA2C,EAAA;;AF0C3C;EACE,aI5CsB,EAAA;;AJ+CxB;EACE,aI9CuB,EAAA","file":"footer.css","sourcesContent":["// wrapper\n.footer__wrapper {\n  @include font-style('body--m');\n  padding-bottom: $baseline * 4;\n  padding-top: $baseline * 2.5;\n}\n\n// grid\n.footer__grid {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: space-between;\n\n  &:first-child {\n    padding-bottom: $spacing--l;\n  }\n}\n\n// collapsible\n.footer__column {\n  width: 100%;\n}\n\n// info\n.footer__info {\n  margin-bottom: $spacing--m;\n  order: 2;\n  width: 100%;\n\n  p:last-child {\n    margin-bottom: 0;\n  }\n  // prevent blue color for auto-generated phone number hyperlinks\n  a[href^='tel'] {\n    color: inherit;\n    text-decoration: inherit;\n  }\n\n  svg {\n    margin-right: 5px;\n  }\n}\n\n// bottom navigation\n.footer__bottom-nav {\n  margin-bottom: 0;\n  order: 3;\n  width: 100%;\n\n  li {\n    margin-bottom: $spacing--xs;\n  }\n}\n\n// social media\n.footer .social__list {\n  order: 1;\n  margin-bottom: $spacing--m;\n  width: 100%;\n\n  svg {\n    transition: fill $transition-duration--fast ease-out;\n  }\n}\n\n// footer small\n.footer--s {\n  .footer__wrapper {\n    padding-bottom: $baseline * 4;\n    padding-top: $baseline * 4;\n  }\n\n  .footer__grid:first-child {\n    border-bottom: 0;\n    padding-bottom: 0;\n  }\n}\n\n// viewport s/m\n@include viewport--l('inversed') {\n  .footer {\n    &__grid.divider {\n      border-bottom: 0;\n    }\n  }\n}\n\n// viewport l\n@include viewport--l {\n  // wrapper\n  .footer__wrapper {\n    padding-bottom: $spacing--l;\n    padding-top: $spacing--xl;\n  }\n\n  // grid\n  .footer__grid {\n    & + & {\n      margin-top: $spacing--m;\n    }\n  }\n\n  // collapsible\n  .footer__column {\n    width: grid-columns(3, 12);\n\n    .collapsible__button {\n      display: none;\n    }\n  }\n\n  // social media\n  .footer .social__list {\n    flex-wrap: wrap;\n  }\n\n  // info\n  .footer__info p {\n    margin-bottom: $spacing--m;\n    width: 100%;\n  }\n\n  // bottom navigation\n  .footer__bottom-nav {\n    ul {\n      display: flex;\n      flex-wrap: wrap;\n      margin-bottom: -($spacing--xs);\n\n      li {\n        margin-top: 0;\n        margin-right: 30px;\n      }\n    }\n  }\n\n  // footer small\n  .footer--s .footer__wrapper {\n    padding-bottom: $spacing--l;\n    padding-top: $spacing--l;\n  }\n}\n\n// override width\n.footer__column .extensive-link-list__item {\n  width: 100%;\n}\n\n// background mappings\n@include footer-background-mapping;\n","// @font-style($font-style-small, $font-style-large)\n\n// $font-style-small - Desired type size for small/medium viewport.\n// $font-style-large - Desired type size for large viewport. This includes default fallback\n//                     for the S/M viewport.\n\n//\n// | viewport S       | viewport M       | viewport L      | default mapping |\n// |------------------|------------------|-----------------|-----------------|\n// | title l    | 40  | title l    | 40  | title xxl  | 80 | default         |\n// | title m    | 32  | title m    | 32  | title xl   | 60 | default         |\n// | title s    | 26  | title s    | 26  | title l    | 40 |                 |\n// | title s    | 26  | title s    | 26  | title m    | 32 | default         |\n// | title xs   | 20  | title xs   | 20  | title s    | 26 |                 |\n// | title xs   | 20  | title xs   | 20  | title xs   | 20 | default         |\n// | title xxs  | 18  | title xxs  | 18  | title xxs  | 18 |                 |\n// |            |     |            |     |            |    |                 |\n// | body l     | 18  | body l     | 18  | body l     | 18 |                 |\n// | body m     | 16  | body m     | 16  | body m     | 16 |                 |\n// | body s     | 12  | body s     | 12  | body s     | 12 |                 |\n\n// import variables needed for the mixins\n@import '../variables/__variables.scss';\n\n// mixin to get applicable properties for chosen type size\n@mixin typeset($type) {\n  $type: map-get($types, $type);\n\n  font-size: (map-get($type, font-size));\n  letter-spacing: (map-get($type, letter-spacing));\n  line-height: (map-get($type, line-height));\n}\n\n// get correct font characteristics based on font\n@mixin type-size($size) {\n  $size: map-get($type-sizes, $size);\n  @include typeset($size);\n}\n\n// mixin to get font-size\n@mixin font-style($font-style-small: 'body--l', $font-style-large: null) {\n  // if both arguments are added\n  @if ($font-style-large != null) {\n    // make sure $font-style-small & $font-style-large are not equal\n    @if ($font-style-small != $font-style-large) {\n      @include type-size($font-style-small);\n\n      @include viewport--l {\n        @include type-size($font-style-large);\n      }\n    } @else {\n      @include type-size($font-style-small);\n    }\n  } @else {\n    @include type-size($font-style-small);\n    // default font style mappings\n    @if ($font-style-small == 'title--l') {\n      @include viewport--l {\n        @include type-size('title--xxl');\n      }\n    } @else if ($font-style-small == 'title--m') {\n      @include viewport--l {\n        @include type-size('title--xl');\n      }\n    } @else if ($font-style-small == 'title--s') {\n      @include viewport--l {\n        @include type-size('title--m');\n      }\n    }\n  }\n}\n","// | viewport S       | viewport M       | viewport L      | default mapping |\n// |------------------|------------------|-----------------|-----------------|\n// | title l    | 40  | title l    | 40  | title xxl  | 80 | default         |\n// | title m    | 32  | title m    | 32  | title xl   | 60 | default         |\n// | title s    | 26  | title s    | 26  | title l    | 40 |                 |\n// | title s    | 26  | title s    | 26  | title m    | 32 | default         |\n// | title xs   | 20  | title xs   | 20  | title s    | 26 |                 |\n// | title xs   | 20  | title xs   | 20  | title xs   | 20 | default         |\n// | title xxs  | 18  | title xxs  | 18  | title xxs  | 18 |                 |\n// |            |     |            |     |            |    |                 |\n// | body l     | 18  | body l     | 18  | body l     | 18 |                 |\n// | body m     | 16  | body m     | 16  | body m     | 16 |                 |\n// | body s     | 14  | body s     | 14  | body s     | 14 |                 |\n// | body xs    | 12  | body xs    | 12  | body xs    | 12 |                 |\n\n// font family\n$font-family-theme: Graphik, Tahoma, 'sans-serif';\n\n// font mappings - font-size / line-height / letter-spacing\n$types: (\n  12: (\n    font-size: 12px,\n    line-height: 15px,\n    letter-spacing: 0\n  ),\n  14: (\n    font-size: 14px,\n    line-height: 25px,\n    letter-spacing: 0\n  ),\n  16: (\n    font-size: 16px,\n    line-height: 25px,\n    letter-spacing: 0\n  ),\n  18: (\n    font-size: 18px,\n    line-height: 30px,\n    letter-spacing: 0\n  ),\n  20: (\n    font-size: 20px,\n    line-height: 30px,\n    letter-spacing: 0\n  ),\n  26: (\n    font-size: 26px,\n    line-height: 30px,\n    letter-spacing: -1px\n  ),\n  32: (\n    font-size: 32px,\n    line-height: 40px,\n    letter-spacing: -1px\n  ),\n  40: (\n    font-size: 40px,\n    line-height: 45px,\n    letter-spacing: -2px\n  ),\n  60: (\n    font-size: 60px,\n    line-height: 60px,\n    letter-spacing: -3px\n  ),\n  80: (\n    font-size: 80px,\n    line-height: 80px,\n    letter-spacing: -4px\n  )\n);\n\n// type-sizes - links the type-size to correct font mapping\n$type-sizes: (\n  title--xxl: 80,\n  title--xl: 60,\n  title--l: 40,\n  title--m: 32,\n  title--s: 26,\n  title--xs: 20,\n  title--xxs: 18,\n  body--l: 18,\n  body--m: 16,\n  body--s: 14,\n  body--xs: 12\n);\n","// | variable      | size  | calculation     |\n// |---------------|-------|-----------------|\n// | $spacing--xxs |  5px  | $baseline * 0.5 |\n// | $spacing--xs  | 10px  | $baseline * 1   |\n// | $spacing--s   | 20px  | $baseline * 2   |\n// | $spacing--m   | 30px  | $baseline * 3   |\n// | $spacing--l   | 50px  | $baseline * 5   |\n// | $spacing--xl  | 80px  | $baseline * 8   |\n// | $spacing--xxl | 130px | $baseline * 13  |\n\n$spacing--xxs: $baseline * 0.5;\n$spacing--xs: $baseline * 1;\n$spacing--s: $baseline * 2;\n$spacing--m: $baseline * 3;\n$spacing--l: $baseline * 5;\n$spacing--xl: $baseline * 8;\n$spacing--xxl: $baseline * 13;\n\n// grid spacings\n$grid-margin--s: 25px;\n$grid-margin--m: 50px;\n$grid-margin--l: 100px;\n","// @viewport--x($reversed)\n\n// viewport s\n@mixin viewport--s($type: null) {\n  // inversed\n  @if ($type == 'inversed') {\n    @media (max-width: #{($breakpoint-viewport--s - 1)}) {\n      @content;\n    }\n  }\n  // range\n  @else if ($type== 'range') {\n    @media (min-width:0) and (max-width: #{($breakpoint-viewport--s - 1)}) {\n      @content;\n    }\n  }\n  // default\n  @else {\n    @media (min-width: #{$breakpoint-viewport--s}) {\n      @content;\n    }\n  }\n}\n\n// viewport m\n@mixin viewport--m($type: null) {\n  // inversed\n  @if ($type == 'inversed') {\n    @media (max-width: #{($breakpoint-viewport--m - 1)}) {\n      @content;\n    }\n  }\n  // range\n  @else if ($type== 'range') {\n    @media (min-width: $breakpoint-viewport--m) and (max-width: #{($breakpoint-viewport--l - 1)}) {\n      @content;\n    }\n  }\n  // default\n  @else {\n    @media (min-width: #{$breakpoint-viewport--m}) {\n      @content;\n    }\n  }\n}\n\n// viewport l\n@mixin viewport--l($type: null) {\n  // inversed\n  @if ($type == 'inversed') {\n    @media (max-width: #{($breakpoint-viewport--l - 1)}) {\n      @content;\n    }\n  }\n  // range\n  @else if ($type== 'range') {\n    @media (min-width: $breakpoint-viewport--l) and (max-width: #{($breakpoint-viewport--xl - 1)}) {\n      @content;\n    }\n  }\n  // default\n  @else {\n    @media (min-width: #{$breakpoint-viewport--l}) {\n      @content;\n    }\n  }\n}\n\n// viewport xl\n@mixin viewport--xl($type: null) {\n  @if ($type == 'inversed') {\n    @media (max-width: #{($breakpoint-viewport--xl - 1)}) {\n      @content;\n    }\n  }\n  // range\n  @else if ($type== 'range') {\n    @media (min-width: $breakpoint-viewport--xl) and (max-width: #{($breakpoint-viewport--xxl - 1)}) {\n      @content;\n    }\n  }\n  // default\n  @else {\n    @media (min-width: #{$breakpoint-viewport--xl}) {\n      @content;\n    }\n  }\n}\n\n// viewport xxl\n@mixin viewport--xxl($type: null) {\n  // inversed\n  @if ($type == 'inversed') {\n    @media (max-width: #{($breakpoint-viewport--xxl - 1)}) {\n      @content;\n    }\n  }\n  // default\n  @else {\n    @media (min-width: #{$breakpoint-viewport--xxl}) {\n      @content;\n    }\n  }\n}\n\n// viewport range\n@mixin viewport--range($viewport1, $viewport2) {\n  @media (min-width: #{($viewport1)}) and (max-width: #{($viewport2 - 1)}) {\n    @content;\n  }\n}\n\n// Internet Explorer 10 + 11\n@mixin internet-explorer-10-11 {\n  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {\n    @content;\n  }\n}\n","// @grid-columns($columns, $columns-total, $grid-gutter)\n\n// grid for viewport S & M:\n// 6 columns / 28 units\n//\n//  |   |   |   |   |   |   |   |   |   |   |   |\n//  | 3 | 2 | 3 | 2 | 3 | 2 | 3 | 2 | 3 | 2 | 3 |\n//  |   |   |   |   |   |   |   |   |   |   |   |\n//\n//\n// grid for vieport L:\n// 12 columns / 58 units\n//\n//  |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |\n//  | 3 | 2 | 3 | 2 | 3 | 2 | 3 | 2 | 3 | 2 | 3 | 2 | 3 | 2 | 3 | 2 | 3 | 2 | 3 | 2 | 3 | 2 | 3 |\n//  |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |\n\n@function grid-columns($columns, $columns-total, $grid-gutter: null) {\n  $column-gutter-diff: ($grid-column-units - $grid-gutter-units);\n\n  $column-units: ($columns * $grid-column-units) + (($columns - $column-gutter-diff) * $grid-gutter-units);\n  $columns-total: ($columns-total * $grid-column-units) + (($columns-total - $column-gutter-diff) * $grid-gutter-units);\n\n  // if grid gutter is provided use it in calculation\n  @if ($grid-gutter) {\n    @return calc(((#{$column-units} + (#{$grid-gutter} * #{$grid-gutter-units})) /#{$columns-total}) * 100%);\n  }\n  // if grid-gutter is not provided return default calculation\n  @else {\n    @return calc((#{$column-units}/#{$columns-total}) * 100%);\n  }\n}\n","@mixin footer-background-mapping {\n  .footer__grid li a,\n  .footer__info p{\n      @include link-states {\n        @include color-dark-shade-main;\n\n        @include bg-variants ($supportedBackgrounds: ('brand-secondary', 'white')) {\n          color: variant-property('navigationLinkIdle');\n        }\n      }\n    }\n\n  .footer .social__list svg:hover {\n    fill: returnColorCSSVar('brand-secondary');\n\n    @include bg-variants ($supportedBackgrounds: ('brand-secondary', 'white')) {\n      fill: variant-property('navigationLinkHover');\n    }\n  }\n\n  // accessibility settings\n  .bg-brand--dark-blue .footer__grid li a {\n    color: $color-alpha--four-50;\n  }\n\n  .bg-brand--dark-blue .footer__info svg,\n  .footer__info p {\n    @include color-dark-shade-main;\n  }\n\n  .bg-brand--dark-blue .footer__grid svg {\n    color: $color--white;\n  }\n\n  // divider\n  .bg-brand--dark-blue .footer .divider {\n    border-color: $color--two-80;\n  }\n\n  //social list\n  .footer .social__list svg {\n      @include color-dark-shade-main;\n  }\n\n  .bg-brand--white .footer .social__list svg:hover {\n    fill: $color-brand--two;\n  }\n\n  .bg-brand--dark-blue  .footer .social__list svg:hover {\n    fill: $color-brand--four;\n  }\n}\n","@mixin color-dark-shade-main {\n  color: returnColorCSSVar('brand-secondary-tint-60');\n  fill: returnColorCSSVar('brand-secondary-tint-60');\n}\n\n@mixin color-dark-shade-alternative {\n  color: returnColorCSSVar('brand-secondary-tint-80');\n  fill: returnColorCSSVar('brand-secondary-tint-80');\n}\n\n","// Returns CSS4 color variables\n@function returnColorCSSVar($color-name) {\n  @return var(--color-#{$color-name});\n}\n","@import '../00_settings/background-variants-color-map';\n// Creates the .bg-variant-#{$variant} classes with the right background-color property from the background-variants-color-map\n// Use only once to set up the utilities\n// e.g.\n//\n// @include bg-variant-classes();\n@mixin bg-variant-classes($backgroundmap: $backgrounds) {\n  @each $variant, $value in $backgroundmap {\n    $backgroundColor: map-get($value, 'background');\n    $defaultTextColor: map-get($value, 'bodyPrimary');\n\n    .bg-variant-#{$variant} {\n      background-color: returnColorCSSVar($backgroundColor);\n      color: returnColorCSSVar($defaultTextColor);\n    }\n  }\n}\n\n// Iterates over all backgrounds mapped in background-variants-color-map and outputs whatever is wrapped inside it with a .bg-variant-#{$variant} class selector before it\n// .bg-variant-#{$variant} &\n// Use together with varient-property function\n// Pass the $supportedBackgrounds as a list, if you only want to create classes for certain backgrounds\n// Set the $isChained to true, if you need to have a class that is chained to the parent e.g. .block.bg-variant-brand-primary\n// e.g.\n//\n// .divider {\n//   @include bg-variants(\n//     $supportedBackgrounds: (\n//       'brand-primary',\n//       'brand-senary'\n//     )\n//   ) {\n//     color: variant-property('divider');\n//   }\n// }\n//\n// .divider {\n//   @include bg-variants() {\n//     border-color: variant-property('divider');\n//   }\n// }\n@mixin bg-variants(\n  $backgroundmap: $backgrounds,\n  $supportedBackgrounds: null,\n  $isChained: false\n) {\n  @if ($supportedBackgrounds != null) {\n    @each $variant in $supportedBackgrounds {\n      $className: if(\n        $isChained==true,\n        '.bg-variant-#{$variant}#{&}',\n        '.bg-variant-#{$variant} &'\n      );\n\n      @at-root #{$className} {\n        $variant-map: () !global;\n\n        $supportedMap: if(\n          map-has-key($backgroundmap, $variant),\n          map-get($backgroundmap, $variant),\n          null\n        );\n\n        @each $key, $value in $supportedMap {\n          $variant-map: map-merge(\n            $variant-map,\n            (\n              $key: returnColorCSSVar($value)\n            )\n          ) !global;\n        }\n\n        @content;\n        $variant-map: null !global;\n      }\n    }\n  } @else {\n    @each $variant, $map in $backgroundmap {\n      $className: if(\n        $isChained==true,\n        '.bg-variant-#{$variant}#{&}',\n        '.bg-variant-#{$variant} &'\n      );\n\n      @at-root #{$className} {\n        // Makes a global map that can be accessed by the variant-property function\n        $variant-map: () !global;\n\n        @each $key, $submap in $map {\n          $value: map-get(map-get($backgroundmap, $variant), '#{$key}');\n          $variant-map: map-merge(\n            $variant-map,\n            (\n              $key: returnColorCSSVar($value)\n            )\n          ) !global;\n        }\n\n        @content;\n        $variant-map: null !global;\n      }\n    }\n  }\n}\n\n// function to use inside the wrapped content and access the\n// Use together with bg-varients mixin\n// e.g.\n//\n// .divider {\n//   @include bg-variants() {\n//     border-color: variant-property('divider');\n//   }\n// }\n@function variant-property($key) {\n  $value: map-get($variant-map, $key);\n\n  @if ($value != null) {\n    @return map-get($variant-map, $key);\n  } @else {\n    @return null;\n  }\n}\n","$color-brand--one: #2175d9;\n$color-brand--two: #0f1941;\n$color-brand--three: #6ba5b4;\n$color-brand--four: #f7f5f0;\n$color-brand--five: #e74536;\n$color-brand--six: #ffb511;\n$color-brand--white: #fff;\n\n// user interface colors\n//\n// additional colors, such as surface, background and error colors, typically don't\n// represent the brand but can be applied sparingly to accent select parts of your UI.\n//\n\n$color--one-7: #ecf3fc;\n$color--one-80: #4d91e1;\n$color--one-130: #175197;\n\n$color--two-50: #878ca0;\n$color--two-60: #6c738d;\n$color--two-80: #3c4464;\n$color--two-180: #03050d;\n\n$color--grey: #d7d7d7;\n$color--grey-10: #f7f7f7;\n\n$color--white: #fff;\n\n$color--four-80: #f9f7f3;\n$color--four-110: #dedcd8;\n\n$color--negative: #e00f0f;\n$color--negative-5: #fdf3f3;\n\n$color--positive: #257f56;\n$color--positive-5: #f4f8f6;\n\n$color--warning: #e9a204;\n$color--warning-10: #fcf5e5;\n\n// user interface opacities\n//\n// opacity colors are only used on modal backgrounds. HEX colors would not be\n// used due to the colors' alpha layers.\n//\n\n$color-alpha--one-10: rgba(33, 117, 217, 0.1);\n$color-alpha--one-30: rgba(33, 117, 217, 0.3);\n\n$color-alpha--two-10: rgba(15, 25, 65, 0.1);\n$color-alpha--two-30: rgba(15, 25, 65, 0.3);\n$color-alpha--two-70: rgba(15, 25, 65, 0.7);\n$color-alpha--two-80: rgba(15, 25, 65, 0.8);\n\n// ! This needs to be changed to the new white colors in story (DF909-751)\n$color-alpha--four-30: rgba(247, 245, 240, 0.3);\n$color-alpha--four-50: rgba(247, 245, 240, 0.5);\n\n// set color values\n$color--disabled: $color--two-60;\n$color--text: $color-brand--two;\n$color--one-light: $color--one-7;\n\n// degree brand colors\n// used in the charts as extra color scheme\n\n$color-brand--one-65: #7aace8;\n$color-brand--one-45: #a6c8f0;\n$color-brand--one-25: #bbd4f1;\n$color-brand--two-65: #636983;\n$color-brand--two-45: #999aa8;\n$color-brand--two-25: #8a8caf;\n$color-brand--three-65: #020202;\n$color-brand--three-45: #c4dbe1;\n$color-brand--five-65: #f18f86;\n$color-brand--five-45: #f5b5af;\n$color-brand--five-25: #f7beb9;\n$color-brand--six-65: #ffd370;\n$color-brand--six-45: #ffe1a0;\n$color-brand--six-25: #fce8b5;\n \n\n// notice colors\n$color-notice--warning: #fff2f2;\n"]}