/**
 * xs - Extra small: Phones (0      - 767px)
 * sm - Small: Tablets      (768px  - 991px)
 * md - Medium: Desktops    (992px  - 1199px)
 * lg - Large: Desktops     (1200px - )
 */
/** 
 * Media queries. Usage eg. @include small { width: 70px; } 
 */
/** 
 * Set values for an attribute for each media. 
 * 
 * Usage eg.: @include medias(width, 5px, 10px, 20px, 30px); 
 */
/**
 * Set media values for an attribute that is defined in pixels. Factor 
 * parameter defines, how many percent the value is decreased in 
 * smaller medias. 
 */
/** Decrease attribute px value by 20 % on each media. */
/** 
 * Set font size on large screen (lg) and decrease on every media by the 
 * factor received as parameter. Provide lg size without "px".
 * 
 * Usage eg.: @include font-medias(40, 0.9); 
 */
/** 
 * Set lg font and decrease it 10% per media.
 *
 * Usage eg. @include medias(21); 
 */
/** Provide font sizes as numbers (without "px") */
/**
 * Set margin-top or margin-bottom, padding-bottom or padding-top as !important.
 */
/**
 * Override the bootstrap grid spacing.
 */
/* IE media fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -- Colors -- */
/*new color codes 12.8.2016*/
/*color codes*/
/*//new blue*/
/*$kesko-grey2: #54585a;*/
/* Fonts */
/** Color variables in _common.scss  */
.link-black, .heading-area a, .heading-area-sm a, .heading-area a *, .heading-area-sm a *, .link-black a {
  color: #000000 !important;
}
.link-black:hover, .heading-area a:hover, .heading-area-sm a:hover, .heading-area a :hover, .heading-area-sm a :hover, .link-black:hover *, .heading-area a:hover *, .heading-area-sm a:hover *, .heading-area a :hover *, .heading-area-sm a :hover *, .link-black a:hover, .link-black a:hover * {
  text-decoration: none !important;
  color: #1a1a1a !important;
}

.link-white {
  color: white !important;
}
.link-white:hover, .link-white:hover * {
  text-decoration: none !important;
  color: #DDDEDF !important;
}

.link-orange, .link-blue, a.arrow-link-md, p.arrow-link-md, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
  color: #cb4700 !important;
}
.link-orange:hover, .link-orange:hover *, .link-blue:hover, a.arrow-link-md:hover, p.arrow-link-md:hover, a.arrow-link-lg:hover, a.arrow-link-lg-center:hover, p.arrow-link-lg:hover, p.arrow-link-lg-center:hover, .link-blue:hover *, a.arrow-link-md:hover *, p.arrow-link-md:hover *, a.arrow-link-lg:hover *, a.arrow-link-lg-center:hover *, p.arrow-link-lg:hover *, p.arrow-link-lg-center:hover * {
  text-decoration: none !important;
  color: #fe5900 !important;
}

.link-blue-no-hover {
  color: #cb4700 !important;
}
.link-blue-no-hover:hover, .link-blue-no-hover:hover * {
  text-decoration: none !important;
  color: #cb4700 !important;
}

.txt-white h1, .txt-white .head1-left, .txt-white .bottom-area h2, .bottom-area .txt-white h2, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white p, .txt-white .timestamp, .txt-white .timestamp-white, .txt-white .timestamp_slashed, .txt-white a {
  color: white !important;
  border-color: white;
}
.txt-white p.arrow-link-md {
  color: white !important;
  background: transparent url(/staticcontent/img/icon_big_arrow_right_white.png) left center no-repeat;
  background-size: 6px;
  font-size: 17px !important;
  padding-left: 15px;
  padding-right: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSansUI_TT-Regular";
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    background-size: 8px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-md {
    margin-bottom: 10px;
  }
}
.txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
  color: white !important;
  background: transparent url(/staticcontent/img/icon_big_arrow_right_white.png) left center no-repeat;
  background-size: 7px;
  font-size: 21px !important;
  padding-left: 20px;
  padding-right: 15px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSansUI_TT-Regular";
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 8px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 9px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 25px !important;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}
.txt-white a {
  font-family: "SkattaSansUI_TT-Regular";
}
.txt-white a:hover {
  color: white !important;
  text-decoration: underline;
}

.bg-blue, .bg-darkblue {
  background-color: #707372;
}

.bg-lightblue {
  background-color: #707372;
}

.bg-babyblue {
  background-color: #7f8fad;
}

.bg-yellow, .bg-grey {
  background-color: #ff8f40;
}

.bg-lightgrey, .bg-turquoise {
  background-color: #bfc7d6;
}

.bg-orange, .bg-violet {
  background-color: #cb4700;
}

.bg-red, .bg-aniline {
  background-color: #9b2242;
}

.bg-lightred {
  background-color: #cd90a0;
}

.bg-orange75 {
  background-color: #cb4700;
}

.bg-orange50 {
  background-color: #cb4700;
}

.bg-blue25 {
  background-color: #bfc7d6;
}

.bg-warmgrey {
  background-color: #d1bda9;
}

.bg-warmgrey25 {
  background-color: #f4eee9;
}

.bg-warmgrey50 {
  background-color: #e8ded4;
}

.bg-warmgrey75 {
  background-color: #dccdbe;
}

.bg-lightgrey {
  background-color: #DDDEDF;
}

.bg-mediumgrey {
  background-color: #707372;
}

.bg-darkgrey {
  background-color: #54585a;
}

.bg-blue-transparent, .bg-darkblue-transparent {
  background-color: rgba(0, 0, 0, 0.85);
}

.bg-lightblue-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-babyblue-transparent {
  background-color: rgba(127, 143, 173, 0.85);
}

.bg-yellow-transparent {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-turquoise-transparent {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-violet-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-aniline-transparent {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-grey-transparent {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-red-transparent {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-lightred-transparent {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-orange-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange75-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange50-transparent {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-blue25-transparent {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-blue-transparent-25, .bg-darkblue-transparent-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-lightblue-transparent-25 {
  background-color: rgba(112, 115, 114, 0.25);
}

.bg-babyblue-transparent-25 {
  background-color: rgba(127, 143, 173, 0.25);
}

.bg-yellow-transparent-25 {
  background-color: rgba(255, 143, 64, 0.25);
}

.bg-turquoise-transparent-25 {
  background-color: rgba(205, 144, 160, 0.25);
}

.bg-violet-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-aniline-transparent-25 {
  background-color: rgba(155, 34, 66, 0.25);
}

.bg-grey-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-lightgrey-transparent-25 {
  background-color: rgba(191, 199, 214, 0.25);
}

.bg-red-transparent-25 {
  background-color: rgba(155, 34, 66, 0.25);
}

.bg-lightred-transparent-25 {
  background-color: rgba(205, 144, 160, 0.25);
}

.bg-orange-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-orange75-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-orange50-transparent-25 {
  background-color: rgba(203, 71, 0, 0.25);
}

.bg-blue25-transparent-25 {
  background-color: rgba(191, 199, 214, 0.25);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-yellow-transparent-50 {
  background-color: rgba(255, 143, 64, 0.5);
}

.bg-blue-transparent-50, .bg-darkblue-transparent-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-lightblue-transparent-50 {
  background-color: rgba(112, 115, 114, 0.5);
}

.bg-babyblue-transparent-50 {
  background-color: rgba(127, 143, 173, 0.5);
}

.bg-turquoise-transparent-50 {
  background-color: rgba(205, 144, 160, 0.5);
}

.bg-violet-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-aniline-transparent-50 {
  background-color: rgba(155, 34, 66, 0.5);
}

.bg-grey-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-lightgrey-transparent-50 {
  background-color: rgba(191, 199, 214, 0.5);
}

.bg-red-transparent-50 {
  background-color: rgba(155, 34, 66, 0.5);
}

.bg-lightred-transparent-50 {
  background-color: rgba(205, 144, 160, 0.5);
}

.bg-orange-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-orange75-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-orange50-transparent-50 {
  background-color: rgba(203, 71, 0, 0.5);
}

.bg-blue25-transparent-50 {
  background-color: rgba(191, 199, 214, 0.5);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

.bg-blue-transparent-85, .bg-darkblue-transparent-85 {
  background-color: rgba(0, 0, 0, 0.85);
}

.bg-lightblue-transparent-85 {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-babyblue-transparent-85 {
  background-color: rgba(127, 143, 173, 0.85);
}

.bg-yellow-transparent-85 {
  background-color: rgba(255, 143, 64, 0.85);
}

.bg-turquoise-transparent-85 {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-violet-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-aniline-transparent-85 {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-grey-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-lightgrey-transparent-85 {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-red-transparent-85 {
  background-color: rgba(155, 34, 66, 0.85);
}

.bg-lightred-transparent-85 {
  background-color: rgba(205, 144, 160, 0.85);
}

.bg-orange-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange75-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-orange50-transparent-85 {
  background-color: rgba(203, 71, 0, 0.85);
}

.bg-blue25-transparent-85 {
  background-color: rgba(191, 199, 214, 0.85);
}

.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}

.bg-warmgrey-transparent25 {
  background-color: rgba(244, 238, 233, 0.85);
}

.bg-warmgrey-transparent50 {
  background-color: rgba(232, 222, 212, 0.85);
}

.bg-warmgrey-transparent75 {
  background-color: rgba(220, 205, 190, 0.85);
}

.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}

.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}

.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}

a.bg-yellow, div.bg-yellow {
  background-color: #ff8f40;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-yellow:hover, a:hover a.bg-yellow, div.bg-yellow:hover, a:hover div.bg-yellow {
  background-color: #ffa769;
}
a.bg-yellow:hover, div.bg-yellow:hover {
  text-decoration: none !important;
}

a.bg-turquoise, div.bg-turquoise {
  background-color: #cd90a0;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-turquoise:hover, a:hover a.bg-turquoise, div.bg-turquoise:hover, a:hover div.bg-turquoise {
  background-color: #daacb8;
}
a.bg-turquoise:hover, div.bg-turquoise:hover {
  text-decoration: none !important;
}

a.bg-violet, div.bg-violet {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-violet:hover, a:hover a.bg-violet, div.bg-violet:hover, a:hover div.bg-violet {
  background-color: #f45500;
}
a.bg-violet:hover, div.bg-violet:hover {
  text-decoration: none !important;
}

a.bg-blue, div.bg-blue {
  background-color: #707372;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue:hover, a:hover a.bg-blue, div.bg-blue:hover, a:hover div.bg-blue {
  background-color: #848886;
}
a.bg-blue:hover, div.bg-blue:hover {
  text-decoration: none !important;
}

a.bg-lightblue, div.bg-lightblue {
  background-color: #707372;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightblue:hover, a:hover a.bg-lightblue, div.bg-lightblue:hover, a:hover div.bg-lightblue {
  background-color: #848886;
}
a.bg-lightblue:hover, div.bg-lightblue:hover {
  text-decoration: none !important;
}

a.bg-babyblue, div.bg-babyblue {
  background-color: #7f8fad;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-babyblue:hover, a:hover a.bg-babyblue, div.bg-babyblue:hover, a:hover div.bg-babyblue {
  background-color: #98a5bd;
}
a.bg-babyblue:hover, div.bg-babyblue:hover {
  text-decoration: none !important;
}

a.bg-darkblue, div.bg-darkblue {
  background-color: #000000;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-darkblue:hover, a:hover a.bg-darkblue, div.bg-darkblue:hover, a:hover div.bg-darkblue {
  background-color: #141414;
}
a.bg-darkblue:hover, div.bg-darkblue:hover {
  text-decoration: none !important;
}

a.bg-aniline, div.bg-aniline {
  background-color: #9b2242;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-aniline:hover, a:hover a.bg-aniline, div.bg-aniline:hover, a:hover div.bg-aniline {
  background-color: #d12e59;
}
a.bg-aniline:hover, div.bg-aniline:hover {
  text-decoration: none !important;
}

a.bg-grey, div.bg-grey {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-grey:hover, a:hover a.bg-grey, div.bg-grey:hover, a:hover div.bg-grey {
  background-color: #f45500;
}
a.bg-grey:hover, div.bg-grey:hover {
  text-decoration: none !important;
}

a.bg-orange, div.bg-orange {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange:hover, a:hover a.bg-orange, div.bg-orange:hover, a:hover div.bg-orange {
  background-color: #f45500;
}
a.bg-orange:hover, div.bg-orange:hover {
  text-decoration: none !important;
}

a.bg-red, div.bg-red {
  background-color: #9b2242;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-red:hover, a:hover a.bg-red, div.bg-red:hover, a:hover div.bg-red {
  background-color: #bc2950;
}
a.bg-red:hover, div.bg-red:hover {
  text-decoration: none !important;
}

a.bg-lightred, div.bg-lightred {
  background-color: #cd90a0;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightred:hover, a:hover a.bg-lightred, div.bg-lightred:hover, a:hover div.bg-lightred {
  background-color: #daacb8;
}
a.bg-lightred:hover, div.bg-lightred:hover {
  text-decoration: none !important;
}

a.bg-lightgrey, div.bg-lightgrey {
  background-color: #bfc7d6;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightgrey:hover, a:hover a.bg-lightgrey, div.bg-lightgrey:hover, a:hover div.bg-lightgrey {
  background-color: #d8dde6;
}
a.bg-lightgrey:hover, div.bg-lightgrey:hover {
  text-decoration: none !important;
}

a.bg-orange75, div.bg-orange75 {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange75:hover, a:hover a.bg-orange75, div.bg-orange75:hover, a:hover div.bg-orange75 {
  background-color: #f45500;
}
a.bg-orange75:hover, div.bg-orange75:hover {
  text-decoration: none !important;
}

a.bg-orange50, div.bg-orange50 {
  background-color: #cb4700;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange50:hover, a:hover a.bg-orange50, div.bg-orange50:hover, a:hover div.bg-orange50 {
  background-color: #f45500;
}
a.bg-orange50:hover, div.bg-orange50:hover {
  text-decoration: none !important;
}

a.bg-blue25, div.bg-blue25 {
  background-color: #bfc7d6;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue25:hover, a:hover a.bg-blue25, div.bg-blue25:hover, a:hover div.bg-blue25 {
  background-color: #d8dde6;
}
a.bg-blue25:hover, div.bg-blue25:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent, div.bg-warmgrey {
  background-color: rgba(209, 189, 169, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent:hover, div.bg-warmgrey:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent25, div.bg-warmgrey25 {
  background-color: rgba(244, 238, 233, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent25:hover, div.bg-warmgrey25:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent50, div.bg-warmgrey50 {
  background-color: rgba(232, 222, 212, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent50:hover, div.bg-warmgrey50:hover {
  text-decoration: none !important;
}

.bg-warmgrey-transparent75, div.bg-warmgrey75 {
  background-color: rgba(220, 205, 190, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-warmgrey-transparent75:hover, div.bg-warmgrey75:hover {
  text-decoration: none !important;
}

.bg-lightgrey-transparent, div.bg-lightgrey {
  background-color: rgba(221, 222, 223, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-lightgrey-transparent:hover, div.bg-lightgrey:hover {
  text-decoration: none !important;
}

.bg-mediumgrey-transparent, div.bg-mediumgrey {
  background-color: rgba(112, 115, 114, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-mediumgrey-transparent:hover, div.bg-mediumgrey:hover {
  text-decoration: none !important;
}

.bg-darkgrey-transparent, div.bg-darkgrey {
  background-color: rgba(84, 88, 90, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.bg-darkgrey-transparent:hover, div.bg-darkgrey:hover {
  text-decoration: none !important;
}

a.bg-yellow-transparent, div.bg-yellow-transparent {
  background-color: rgba(255, 143, 64, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-yellow-transparent:hover, a:hover a.bg-yellow-transparent, div.bg-yellow-transparent:hover, a:hover div.bg-yellow-transparent {
  background-color: rgba(255, 167, 105, 0.85);
}
a.bg-yellow-transparent:hover, div.bg-yellow-transparent:hover {
  text-decoration: none !important;
}

a.bg-turquoise-transparent, div.bg-turquoise-transparent {
  background-color: rgba(205, 144, 160, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-turquoise-transparent:hover, a:hover a.bg-turquoise-transparent, div.bg-turquoise-transparent:hover, a:hover div.bg-turquoise-transparent {
  background-color: rgba(218, 172, 184, 0.85);
}
a.bg-turquoise-transparent:hover, div.bg-turquoise-transparent:hover {
  text-decoration: none !important;
}

a.bg-violet-transparent, div.bg-violet-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-violet-transparent:hover, a:hover a.bg-violet-transparent, div.bg-violet-transparent:hover, a:hover div.bg-violet-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-violet-transparent:hover, div.bg-violet-transparent:hover {
  text-decoration: none !important;
}

a.bg-blue-transparent, div.bg-blue-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue-transparent:hover, a:hover a.bg-blue-transparent, div.bg-blue-transparent:hover, a:hover div.bg-blue-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-blue-transparent:hover, div.bg-blue-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightblue-transparent, div.bg-lightblue-transparent {
  background-color: rgba(112, 115, 114, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightblue-transparent:hover, a:hover a.bg-lightblue-transparent, div.bg-lightblue-transparent:hover, a:hover div.bg-lightblue-transparent {
  background-color: rgba(132, 136, 134, 0.85);
}
a.bg-lightblue-transparent:hover, div.bg-lightblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-babyblue-transparent, div.bg-babyblue-transparent {
  background-color: rgba(127, 143, 173, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-babyblue-transparent:hover, a:hover a.bg-babyblue-transparent, div.bg-babyblue-transparent:hover, a:hover div.bg-babyblue-transparent {
  background-color: rgba(152, 165, 189, 0.85);
}
a.bg-babyblue-transparent:hover, div.bg-babyblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-darkblue-transparent, div.bg-darkblue-transparent {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-darkblue-transparent:hover, a:hover a.bg-darkblue-transparent, div.bg-darkblue-transparent:hover, a:hover div.bg-darkblue-transparent {
  background-color: rgba(20, 20, 20, 0.85);
}
a.bg-darkblue-transparent:hover, div.bg-darkblue-transparent:hover {
  text-decoration: none !important;
}

a.bg-aniline-transparent, div.bg-aniline-transparent {
  background-color: rgba(155, 34, 66, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-aniline-transparent:hover, a:hover a.bg-aniline-transparent, div.bg-aniline-transparent:hover, a:hover div.bg-aniline-transparent {
  background-color: rgba(209, 46, 89, 0.85);
}
a.bg-aniline-transparent:hover, div.bg-aniline-transparent:hover {
  text-decoration: none !important;
}

a.bg-grey-transparent, div.bg-grey-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-grey-transparent:hover, a:hover a.bg-grey-transparent, div.bg-grey-transparent:hover, a:hover div.bg-grey-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-grey-transparent:hover, div.bg-grey-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightgrey-transparent, div.bg-lightgrey-transparent {
  background-color: rgba(191, 199, 214, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightgrey-transparent:hover, a:hover a.bg-lightgrey-transparent, div.bg-lightgrey-transparent:hover, a:hover div.bg-lightgrey-transparent {
  background-color: rgba(216, 221, 230, 0.85);
}
a.bg-lightgrey-transparent:hover, div.bg-lightgrey-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange-transparent, div.bg-orange-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange-transparent:hover, a:hover a.bg-orange-transparent, div.bg-orange-transparent:hover, a:hover div.bg-orange-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange-transparent:hover, div.bg-orange-transparent:hover {
  text-decoration: none !important;
}

a.bg-red-transparent, div.bg-red-transparent {
  background-color: rgba(155, 34, 66, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-red-transparent:hover, a:hover a.bg-red-transparent, div.bg-red-transparent:hover, a:hover div.bg-red-transparent {
  background-color: rgba(188, 41, 80, 0.85);
}
a.bg-red-transparent:hover, div.bg-red-transparent:hover {
  text-decoration: none !important;
}

a.bg-lightred-transparent, div.bg-lightred-transparent {
  background-color: rgba(205, 144, 160, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-lightred-transparent:hover, a:hover a.bg-lightred-transparent, div.bg-lightred-transparent:hover, a:hover div.bg-lightred-transparent {
  background-color: rgba(218, 172, 184, 0.85);
}
a.bg-lightred-transparent:hover, div.bg-lightred-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange75-transparent, div.bg-orange75-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange75-transparent:hover, a:hover a.bg-orange75-transparent, div.bg-orange75-transparent:hover, a:hover div.bg-orange75-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange75-transparent:hover, div.bg-orange75-transparent:hover {
  text-decoration: none !important;
}

a.bg-orange50-transparent, div.bg-orange50-transparent {
  background-color: rgba(203, 71, 0, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-orange50-transparent:hover, a:hover a.bg-orange50-transparent, div.bg-orange50-transparent:hover, a:hover div.bg-orange50-transparent {
  background-color: rgba(244, 85, 0, 0.85);
}
a.bg-orange50-transparent:hover, div.bg-orange50-transparent:hover {
  text-decoration: none !important;
}

a.bg-blue25-transparent, div.bg-blue25-transparent {
  background-color: rgba(191, 199, 214, 0.85);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.bg-blue25-transparent:hover, a:hover a.bg-blue25-transparent, div.bg-blue25-transparent:hover, a:hover div.bg-blue25-transparent {
  background-color: rgba(216, 221, 230, 0.85);
}
a.bg-blue25-transparent:hover, div.bg-blue25-transparent:hover {
  text-decoration: none !important;
}

a.bg-warmgrey-transparent, div.bg-warmgrey-transparent {
  background-color: rgba(209, 189, 169, 0.85);
}
a.bg-warmgrey-transparent:hover, a:hover a.bg-warmgrey-transparent, div.bg-warmgrey-transparent:hover, a:hover div.bg-warmgrey-transparent {
  background-color: rgba(223, 209, 196, 0.85);
}

a.bg-warmgrey25-transparent, div.bg-warmgrey25-transparent {
  background-color: rgba(244, 238, 233, 0.85);
}
a.bg-warmgrey25-transparent:hover, a:hover a.bg-warmgrey25-transparent, div.bg-warmgrey25-transparent:hover, a:hover div.bg-warmgrey25-transparent {
  background-color: rgba(255, 255, 255, 0.85);
}

a.bg-warmgrey50-transparent, div.bg-warmgrey50-transparent {
  background-color: rgba(232, 222, 212, 0.85);
}
a.bg-warmgrey50-transparent:hover, a:hover a.bg-warmgrey50-transparent, div.bg-warmgrey50-transparent:hover, a:hover div.bg-warmgrey50-transparent {
  background-color: rgba(246, 242, 239, 0.85);
}

a.bg-warmgrey75-transparent, div.bg-warmgrey75-transparent {
  background-color: rgba(220, 205, 190, 0.85);
}
a.bg-warmgrey75-transparent:hover, a:hover a.bg-warmgrey75-transparent, div.bg-warmgrey75-transparent:hover, a:hover div.bg-warmgrey75-transparent {
  background-color: rgba(234, 225, 217, 0.85);
}

a.bg-lightgrey-transparent, div.bg-lightgrey-transparent {
  background-color: rgba(221, 222, 223, 0.85);
}
a.bg-lightgrey-transparent:hover, a:hover a.bg-lightgrey-transparent, div.bg-lightgrey-transparent:hover, a:hover div.bg-lightgrey-transparent {
  background-color: rgba(242, 242, 243, 0.85);
}

a.bg-mediumgrey-transparent, div.bg-mediumgrey-transparent {
  background-color: rgba(112, 115, 114, 0.85);
}
a.bg-mediumgrey-transparent:hover, a:hover a.bg-mediumgrey-transparent, div.bg-mediumgrey-transparent:hover, a:hover div.bg-mediumgrey-transparent {
  background-color: rgba(132, 136, 134, 0.85);
}

a.bg-darkgrey-transparent, div.bg-darkgrey-transparent {
  background-color: rgba(84, 88, 90, 0.85);
}
a.bg-darkgrey-transparent:hover, a:hover a.bg-darkgrey-transparent, div.bg-darkgrey-transparent:hover, a:hover div.bg-darkgrey-transparent {
  background-color: rgba(104, 109, 111, 0.85);
}

.grey {
  color: #000000;
}

/** 
 * General text styling for headers etc. 
 */
.center-x, .center-xy, .hero-wrapper .hero-text {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .center-x, .center-xy, .hero-wrapper .hero-text {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .center-x, .center-xy, .hero-wrapper .hero-text {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .center-x, .center-xy, .hero-wrapper .hero-text {
    width: 65%;
  }
}

.center-y, .center-xy, .hero-wrapper .hero-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-y:first-child, .center-xy:first-child, .hero-wrapper .hero-text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .center-xy h1, .hero-wrapper .hero-text h1, .center-xy .head1-left, .center-xy .bottom-area h2, .bottom-area .center-xy h2, .hero-wrapper .hero-text .head1-left, .hero-wrapper .hero-text .bottom-area h2, .bottom-area .hero-wrapper .hero-text h2 {
    text-align: center !important;
  }
}
.center-y-container, .hero-wrapper .hero-content {
  height: 100%;
  position: relative;
}

.center-x-content {
  text-align: center;
}

h1, .head1-left, .bottom-area h2 {
  color: #cb4700;
}

h2, h3, h4, h5, h6 {
  color: #000000;
}

body {
  font-size: 16px;
  font-family: "SkattaSansUI_TT-Regular";
  color: #000000;
  line-height: 1;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}

h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
  text-align: center;
  text-transform: uppercase;
  font-family: "SkattaSansUI_TT-Black";
  line-height: 1.1;
  font-size: 26px;
}
@media (min-width: 768px) {
  h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h1, .head1-left, .bottom-area h2, .head1, .hero-header, .head1-lg {
    font-size: 42px;
  }
}

.head1-left, .bottom-area h2 {
  text-align: left;
}

.head1-lg {
  text-transform: none;
  font-family: "SkattaSansUI_TT-Bold";
  font-size: 26px;
}
@media (min-width: 768px) {
  .head1-lg {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .head1-lg {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .head1-lg {
    font-size: 56px;
  }
}

.heading-thin {
  font-family: "SkattaSansUI_TT-Regular";
  text-align: center;
  font-size: 24.786px;
}
@media (min-width: 768px) {
  .heading-thin {
    font-size: 27.54px;
  }
}
@media (min-width: 992px) {
  .heading-thin {
    font-size: 30.6px;
  }
}
@media (min-width: 1200px) {
  .heading-thin {
    font-size: 34px;
  }
}

h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
  text-align: left;
  font-family: "SkattaSansUI_TT-Regular";
  line-height: 1;
  font-size: 21px;
}
@media (min-width: 768px) {
  h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h2, h2 a, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .head2-caps, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2 a, h2.hl-text a, a.arrow-link-lg a, a.arrow-link-lg-center a, p.arrow-link-lg a, p.arrow-link-lg-center a, .head2-caps a, .txt-white p.arrow-link-lg a, .txt-white p.arrow-link-lg-center a {
    font-size: 36px;
  }
}

.head2-caps {
  text-transform: uppercase;
}

h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
  text-align: left;
  font-family: "SkattaSansUI_TT-Bold";
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 768px) {
  h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h3, h3 a, .head3, p.highlight, .head3-medium, .head3-regular, .head3-thin, .head3-thin-sm, .head3-thin-caps-center, .head3 a, p.highlight a, .head3-medium a, .head3-regular a, .head3-thin a, .head3-thin-sm a, .head3-thin-caps-center a {
    font-size: 22px;
  }
}

.head3-thin, .head3-thin-sm, .head3-thin-caps-center {
  font-family: "SkattaSansUI_TT-Regular";
}

.head3-regular {
  font-family: "SkattaSansUI_TT-Regular";
}

.head3-medium {
  font-family: "SkattaSansUI_TT-Bold";
}

.head3-thin-caps-center {
  text-transform: uppercase;
  text-align: center;
}

.head3-thin-sm {
  font-size: 18px;
}
@media (min-width: 768px) {
  .head3-thin-sm {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .head3-thin-sm {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .head3-thin-sm {
    font-size: 22px;
  }
}

.k-thin, .k-thin p, .k-thin a, .k-thin h2, .k-thin h3, .k-thin h4, .k-thin span {
  font-family: "SkattaSansUI_TT-Regular";
}

.k-regular, .k-regular p, .k-regular a, .k-regular h2, .k-regular h3, .k-regular h4, .k-regular span {
  font-family: "SkattaSansUI_TT-Regular";
}
.k-regular .arrow-link-lg a, .k-regular a.arrow-link-lg-center a, .k-regular p.arrow-link-lg-center a, .k-regular .arrow-link-md a, .k-regular h2, .k-regular h2 a {
  font-family: "SkattaSansUI_TT-Regular";
}

.k-medium, .k-medium p, .k-medium a, .k-medium h2, .k-medium h3, .k-medium h4, .k-medium span {
  font-family: "SkattaSansUI_TT-Bold";
}

.k-bold, .k-bold p, .k-bold a, .k-bold h2, .k-bold h3, .k-bold h4, .k-bold span {
  font-family: "SkattaSansUI_TT-Black";
}

h4, .head4, .head4-thin {
  text-align: left;
  font-size: 16px;
  font-family: "SkattaSansUI_TT-Bold";
  line-height: 1;
}
@media (min-width: 768px) {
  h4, .head4, .head4-thin {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h4, .head4, .head4-thin {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h4, .head4, .head4-thin {
    font-size: 19px;
  }
}

.head4-thin {
  font-family: "SkattaSansUI_TT-Regular";
}

.head1, .hero-header, .head1-lg, .head2, h2.hl-text, a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center, .txt-white p.arrow-link-lg, .txt-white p.arrow-link-lg-center, .head2-caps, .head3, p.highlight, .head3-thin, .head3-regular, .head3-medium, .head3-thin-caps-center, .head3-thin-sm, .head4, .head4-thin {
  margin-bottom: 5px;
  margin-top: 0;
}

.heading-area, .heading-area-sm {
  clear: both;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .heading-area, .heading-area-sm {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .heading-area, .heading-area-sm {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .heading-area, .heading-area-sm {
    margin-bottom: 20px;
  }
}
.heading-area h1, .heading-area-sm h1, .heading-area .head1-left, .heading-area-sm .head1-left, .heading-area h2, .heading-area-sm h2, .heading-area .head1, .heading-area .hero-header, .heading-area-sm .head1, .heading-area-sm .hero-header, .heading-area .head1-lg, .heading-area-sm .head1-lg, .heading-area .head2, .heading-area a.arrow-link-lg, .heading-area a.arrow-link-lg-center, .heading-area p.arrow-link-lg, .heading-area p.arrow-link-lg-center, .heading-area-sm .head2, .heading-area-sm a.arrow-link-lg, .heading-area-sm a.arrow-link-lg-center, .heading-area-sm p.arrow-link-lg, .heading-area-sm p.arrow-link-lg-center, .heading-area .head2-caps, .heading-area-sm .head2-caps {
  text-align: left;
  display: table;
}
.heading-area-sm {
  margin-bottom: 10px;
}

/* Hero unit */
.hero-wrapper {
  height: 245.76px;
  position: relative;
  z-index: 2;
  margin-top: -1px;
  text-align: center;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-wrapper {
    height: 307.2px;
  }
}
@media (min-width: 992px) {
  .hero-wrapper {
    height: 384px;
  }
}
@media (min-width: 1200px) {
  .hero-wrapper {
    height: 480px;
  }
}
.hero-wrapper h1, .hero-wrapper .head1-left, .hero-wrapper .bottom-area h2, .bottom-area .hero-wrapper h2, .hero-wrapper h2, .hero-wrapper h3, .hero-wrapper h4, .hero-wrapper p, .hero-wrapper .head1, .hero-wrapper .hero-header, .hero-wrapper .head1-lg, .hero-wrapper .head2, .hero-wrapper h2.hl-text, .hero-wrapper a.arrow-link-lg, .hero-wrapper a.arrow-link-lg-center, .hero-wrapper p.arrow-link-lg, .hero-wrapper p.arrow-link-lg-center, .hero-wrapper .head2-caps, .hero-wrapper .head3, .hero-wrapper p.highlight, .hero-wrapper .head3-thin, .hero-wrapper .head3-regular, .hero-wrapper .head3-medium, .hero-wrapper .head3-thin-caps-center, .hero-wrapper .head3-thin-sm, .hero-wrapper .head4, .hero-wrapper .head4-thin {
  color: white;
  text-align: center;
}
.hero-wrapper h2 {
  font-family: "SkattaSansUI_TT-Regular";
}
.hero-wrapper a:hover {
  text-decoration: none;
  color: white;
}
.hero-wrapper .hero-content {
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  background-position-x: right;
}
.hero-wrapper .hero-link {
  margin-top: 40px;
}
.hero-wrapper .hero-overlay-100 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.hero-header {
  color: white;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-size: 30.375px;
}
@media (min-width: 768px) {
  .hero-header {
    font-size: 40.5px;
  }
}
@media (min-width: 992px) {
  .hero-header {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .hero-header {
    font-size: 72px;
  }
}
.hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2 {
  font-family: "SkattaSansUI_TT-Black";
  margin-bottom: 25px;
}
.hero-header p {
  font-family: "SkattaSansUI_TT-Regular";
  padding-top: 25px;
  text-transform: none;
}
.hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
  color: white;
  text-align: center;
  color: #fff;
  font-size: 34.992px;
}
@media (min-width: 768px) {
  .hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
    font-size: 38.88px;
  }
}
@media (min-width: 992px) {
  .hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
    font-size: 43.2px;
  }
}
@media (min-width: 1200px) {
  .hero-header h1, .hero-header .head1-left, .hero-header .bottom-area h2, .bottom-area .hero-header h2, .hero-header p {
    font-size: 48px;
  }
}

.bottom-area {
  margin-bottom: 80px;
}
p {
  text-align: left;
  font-family: "SkattaSansUI_TT-Regular";
  line-height: 1.1;
  font-size: 16px;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 19px;
  }
}

/* Links */
a {
  color: #cb4700;
  font-size: inherit;
  font-family: "SkattaSansUI_TT-Regular";
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
  background: transparent url(/staticcontent/img/icon_big_arrow_right_blue.png) left center no-repeat;
  background-size: 7px;
  font-size: 21px !important;
  padding-left: 20px;
  padding-right: 15px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSansUI_TT-Regular";
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    background-size: 8px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    background-size: 9px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    font-size: 25px !important;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg, a.arrow-link-lg-center, p.arrow-link-lg, p.arrow-link-lg-center {
    margin-bottom: 20px;
  }
}

a.arrow-link-md, p.arrow-link-md {
  background: transparent url(/staticcontent/img/icon_big_arrow_right_blue.png) left center no-repeat;
  background-size: 6px;
  font-size: 17px !important;
  padding-left: 15px;
  padding-right: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-family: "SkattaSansUI_TT-Regular";
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    background-size: 7px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    background-size: 8px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  a.arrow-link-md, p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-md, p.arrow-link-md {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-md, p.arrow-link-md {
    margin-bottom: 10px;
  }
}

a.arrow-link-lg-center, p.arrow-link-lg-center {
  text-align: left;
}
@media (min-width: 768px) {
  a.arrow-link-lg-center, p.arrow-link-lg-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  a.arrow-link-lg-center, p.arrow-link-lg-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-lg-center, p.arrow-link-lg-center {
    text-align: center;
  }
}

a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
  color: white !important;
  text-decoration: none;
  display: block;
  font-family: "SkattaSansUI_TT-Regular";
  background: transparent url(/staticcontent/img/icon_big_arrow_right_white.png) no-repeat;
  background-size: 8px;
  background-position: 14px 12px;
  font-size: 20px;
  padding: 5px 15px 5px 35px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (min-width: 768px) {
  a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
    padding: 6px 20px 6px 40px;
    background-size: 9px;
    background-position: 16px 14px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
    padding: 7px 20px 7px 45px;
    background-size: 11px;
    background-position: 18px 17px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  a.arrow-link-blue, a.arrow-link-lightblue, a.arrow-link-yellow, a.arrow-link-turquoise, a.arrow-link-violet, a.arrow-link-darkblue, a.arrow-link-aniline, a.arrow-link-grey {
    padding: 8px 20px 8px 50px;
    background-size: 13px;
    background-position: 20px 22px;
    font-size: 38px;
  }
}

a.arrow-link-blue, a.arrow-link-darkblue {
  background-color: #000000;
}

a.arrow-link-lightblue {
  background-color: #405884;
}

a.arrow-link-lightred, a.arrow-link-turquoise {
  background-color: #cd90a0;
}

a.arrow-link-orange, a.arrow-link-violet {
  background-color: #cb4700;
}

a.arrow-link-red, a.arrow-link-aniline {
  background-color: #9b2242;
}

a.arrow-link-grey, a.arrow-link-yellow {
  background-color: #000000;
}

a.arrow-link-lightgrey {
  background-color: #707372;
}

a.arrow-link-blue:hover, a.arrow-link-darkblue:hover {
  background-color: rgba(0, 32, 91, 0.5);
}

a.arrow-link-lightblue:hover {
  background-color: rgba(64, 88, 132, 0.5);
}

a.arrow-link-lightred:hover, a.arrow-link-turquoise:hover {
  background-color: rgba(196, 136, 152, 0.5);
}

a.arrow-link-orange:hover, a.arrow-link-violet:hover {
  background-color: rgb(203, 71, 0);
}

a.arrow-link-red:hover, a.arrow-link-aniline:hover {
  background-color: rgba(155, 34, 66, 0.5);
}

a.arrow-link-grey:hover, a.arrow-link-yellow:hover {
  background-color: rgba(255, 143, 64, 0.5);
}

a.arrow-link-lightgrey:hover {
  background-color: rgba(112, 114, 115, 0.5);
}

/* Timestamp */
.timestamp, .timestamp-white, .timestamp_slashed {
  font-family: "SkattaSansUI_TT-Regular";
  font-size: 10.206px;
  color: #707372;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .timestamp, .timestamp-white, .timestamp_slashed {
    font-size: 11.34px;
  }
}
@media (min-width: 992px) {
  .timestamp, .timestamp-white, .timestamp_slashed {
    font-size: 12.6px;
  }
}
@media (min-width: 1200px) {
  .timestamp, .timestamp-white, .timestamp_slashed {
    font-size: 14px;
  }
}

.timestamp_slashed {
  padding-left: 10px;
}
.timestamp_slashed::before {
  content: " / ";
  padding-right: 10px;
}

.timestamp-white {
  color: white;
}

.timestamp-black-nocaps {
  font-family: "SkattaSansUI_TT-Regular";
  font-size: 10.206px;
  color: #707372;
  color: #000000;
}
@media (min-width: 768px) {
  .timestamp-black-nocaps {
    font-size: 11.34px;
  }
}
@media (min-width: 992px) {
  .timestamp-black-nocaps {
    font-size: 12.6px;
  }
}
@media (min-width: 1200px) {
  .timestamp-black-nocaps {
    font-size: 14px;
  }
}

/* Small label text, like Vastuullisuus, Uutiset etc. */
.small-label, .small-label-leftspaced a, .small-label-leftspaced {
  font-family: "SkattaSansUI_TT-Regular";
  text-transform: uppercase;
  font-size: 13px;
  color: #707372;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .small-label, .small-label-leftspaced a, .small-label-leftspaced {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .small-label, .small-label-leftspaced a, .small-label-leftspaced {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .small-label, .small-label-leftspaced a, .small-label-leftspaced {
    font-size: 14px;
  }
}

.small-label-white {
  font-family: "SkattaSansUI_TT-Regular";
  text-transform: uppercase;
  font-size: 13px;
  color: white;
}
@media (min-width: 768px) {
  .small-label-white {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .small-label-white {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .small-label-white {
    font-size: 14px;
  }
}

.small-label-leftspaced {
  padding-left: 4px;
}

ul.arrow_bullets {
  list-style-type: none;
  margin-left: -20px;
  margin-bottom: 0px;
}
ul.arrow_bullets li {
  padding-left: 20px;
  background: url("/staticcontent/img/icon_nav_arrow_right_blue.png") left center no-repeat;
}
ul.arrow_bullets li a {
  line-height: 1 !important;
  font-family: "SkattaSansUI_TT-Regular";
  color: #cb4700;
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  ul.arrow_bullets li a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  ul.arrow_bullets li a {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  ul.arrow_bullets li a {
    font-size: 28px;
  }
}

ul.shifted_left {
  margin-left: -38px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  ul.shifted_left {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  ul.shifted_left {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  ul.shifted_left {
    margin-bottom: 0px;
  }
}

ul.no_bullets li {
  list-style: none;
}

ul.years li a {
  font-family: "SkattaSansUI_TT-Bold";
  font-size: 20px;
  color: #cb4700;
}

h2.hl-text {
  font-family: "SkattaSansUI_TT-Black";
  border-bottom: 3px solid white;
  line-height: 1.2;
  display: table;
  margin: 0 auto 15px auto;
}

.xtra-pad {
  padding: 30px !important;
}

.article_ingress, .article_ingress p {
  text-align: center;
  font-family: "SkattaSansUI_TT-Regular";
  font-size: 23.328px;
  line-height: 1.1;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .article_ingress, .article_ingress p {
    font-size: 25.92px;
  }
}
@media (min-width: 992px) {
  .article_ingress, .article_ingress p {
    font-size: 28.8px;
  }
}
@media (min-width: 1200px) {
  .article_ingress, .article_ingress p {
    font-size: 32px;
  }
}

.spacing-top, .spacing, a.spacing, a.spacing-top {
  display: block;
  margin-top: 20px;
}

.spacing-bottom, .spacing, a.spacing, a.spacing-bottom {
  display: block;
  margin-bottom: 20px;
}

.spacing-bottom-xs {
  margin-bottom: 3px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-xs {
    margin-bottom: 5px !important;
  }
}

.spacing-bottom-sm {
  margin-bottom: 5px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-sm {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-sm {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-sm {
    margin-bottom: 10px !important;
  }
}

.spacing-bottom-md {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-md {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-md {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-md {
    margin-bottom: 30px !important;
  }
}

.spacing-bottom-lg {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-lg {
    margin-bottom: 40px !important;
  }
}

.spacing-bottom-xl {
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-xl {
    margin-bottom: 50px !important;
  }
}

.spacing-bottom-xxl {
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  .spacing-bottom-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-bottom-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-bottom-xxl {
    margin-bottom: 60px !important;
  }
}

.spacing-xs {
  margin-bottom: 3px !important;
  margin-top: 3px !important;
}
@media (min-width: 768px) {
  .spacing-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xs {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .spacing-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xs {
    margin-top: 5px !important;
  }
}

.spacing-lg {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .spacing-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-lg {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-lg {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .spacing-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-lg {
    margin-top: 40px !important;
  }
}

.spacing-xl {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .spacing-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xl {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .spacing-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xl {
    margin-top: 50px !important;
  }
}

.spacing-xxl {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .spacing-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xxl {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xxl {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .spacing-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-xxl {
    margin-top: 60px !important;
  }
}

.spacing-top-xs {
  margin-top: 3px !important;
}
@media (min-width: 768px) {
  .spacing-top-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xs {
    margin-top: 5px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xs {
    margin-top: 5px !important;
  }
}

.spacing-top-sm {
  margin-top: 5px !important;
}
@media (min-width: 768px) {
  .spacing-top-sm {
    margin-top: 10px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-sm {
    margin-top: 10px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-sm {
    margin-top: 10px !important;
  }
}

.spacing-top-lg {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .spacing-top-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-lg {
    margin-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-lg {
    margin-top: 40px !important;
  }
}

.spacing-top-xl {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .spacing-top-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xl {
    margin-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xl {
    margin-top: 50px !important;
  }
}

.spacing-top-xxl {
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .spacing-top-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xxl {
    margin-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xxl {
    margin-top: 60px !important;
  }
}

.spacing-top-xxxl {
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .spacing-top-xxxl {
    margin-top: 70px !important;
  }
}
@media (min-width: 992px) {
  .spacing-top-xxxl {
    margin-top: 70px !important;
  }
}
@media (min-width: 1200px) {
  .spacing-top-xxxl {
    margin-top: 80px !important;
  }
}

.pad30 {
  padding: 10px;
}
@media (min-width: 768px) {
  .pad30 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .pad30 {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .pad30 {
    padding: 25px;
  }
}

.white {
  color: white !important;
}

.hr-grey {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
}
@media (min-width: 768px) {
  .hr-grey {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hr-grey {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hr-grey {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hr-grey {
    border-width: 0;
  }
}

.hr-black {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  .hr-black {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hr-black {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hr-black {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hr-black {
    border-width: 0;
  }
}

.hr-white {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
}
@media (min-width: 768px) {
  .hr-white {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hr-white {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hr-white {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hr-white {
    border-width: 0;
  }
}

.sitemap ul {
  list-style: none;
  padding-left: 20px;
}
.sitemap ul li a {
  line-height: 1.4;
  font-family: "SkattaSansUI_TT-Regular";
  color: #000000;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sitemap ul li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .sitemap ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .sitemap ul li a {
    font-size: 16px;
  }
}
.sitemap .row:not(:first-child) {
  border-top: 1px solid #DDDEDF;
}
.sitemap .row {
  padding-bottom: 10px;
}
.sitemap .row .row_title a:hover {
  text-decoration: none;
}
.sitemap .row .row_title h2 {
  font-family: "SkattaSansUI_TT-Regular";
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .sitemap .row {
    padding-bottom: 20px;
  }
}
.sitemap .row > div {
  padding-left: 1.2em;
}
.sitemap .row > div > ul {
  padding-left: 0px !important;
}
.sitemap .row > div > ul > li {
  margin: 5px 0;
}
.sitemap .row > div > ul > li:not(:first-child) {
  padding-top: 0.5em;
}
.sitemap .row > div > ul > li > a {
  font-family: "SkattaSansUI_TT-Bold";
  text-transform: uppercase;
  background: transparent url(/staticcontent/img/icon_big_arrow_right_blue.png) left center no-repeat;
  background-size: 5px;
  background-position: 0 6px;
  font-size: 14px !important;
  padding-left: 15px;
  display: block;
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    background-size: 6px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    background-size: 6px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    background-size: 6px;
  }
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    background-position: 0 6px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    background-position: 0 6px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    background-position: 0 7px;
  }
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > a {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > a {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > a {
    padding-left: 20px;
  }
}
.sitemap .row > div > ul > li > ul > li {
  padding-top: 0.4em;
  padding-bottom: 0.3em;
}
.sitemap .row > div > ul > li > ul > li a {
  line-height: 1.2;
  font-family: "SkattaSansUI_TT-Regular";
  font-size: 14px;
}
@media (min-width: 768px) {
  .sitemap .row > div > ul > li > ul > li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .sitemap .row > div > ul > li > ul > li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .sitemap .row > div > ul > li > ul > li a {
    font-size: 16px;
  }
}
.sitemap .row > div > ul li ul li ul li {
  padding-top: 0.5em;
}
.sitemap .row > div > ul li ul li ul li a {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .sitemap .row > div:nth-child(n+3) {
    border-left: 1px solid #DADCDE;
  }
}