﻿/*$color-orange: #F36A10;*/
:root {
  --theme-background-color:$color-main;
  --theme-color:$color-main-text;
  --menu-height:70px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: soleil, sans-serif;
  min-width: 320px;
  font-size: 100%;
  font-weight: 400;
  background-color: #f9f9f9;
}

body.portal {
  background-color: #fff;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #C94F00;
}

img {
  border: 0;
}

main {
  padding-top: var(--menu-height);
}

.story-dark {
  background-color: #2F373E;
  color: #fff;
}

.story-dark a {
  color: #fff;
}

.story-dark a:hover,
.story-dark a:focus {
  color: #009F8F;
}

.color-main {
  color: #3E566C !important;
}

.color-second,
.hover-second:hover,
.hover-second:focus {
  color: #009F8F;
}

.color-black,
.hover-black:hover,
.hover-black:focus {
  color: #000;
}

.color-white,
a.link-white,
.link-white a,
.hover-white:hover,
.hover-white:focus,
a.hover-white:hover,
a.hover-white:focus {
  color: #fff;
}

a.link-white,
.link-white a {
  text-decoration: none;
}

.color-orange {
  color: #C94F00;
}

.border-main {
  border-color: #3E566C;
}

.bg-main {
  background-color: #3E566C;
  color: #fff;
}
.bg-main a {
  color: #fff;
}
.bg-main a:hover, .bg-main a:focus {
  color: #fff;
}

.bg-second {
  background-color: #009F8F;
  color: #fff;
}

.bg-second-20 {
  background-color: rgba(0, 159, 143, 0.2);
  color: #000;
}

.bg-third {
  background-color: #633483;
  color: #fff;
}

.bg-theme {
  background-color: var(--theme-background-color);
  color: var(--theme-color);
}

.bg-blue {
  background-color: #1F73A8;
  color: #fff;
}

.bg-orange {
  background-color: #C94F00;
  color: #fff;
}

.theme-orange {
  --theme-background-color:#C94F00;
  --theme-color:#fff;
}

.theme-third {
  --theme-background-color: #633483;
  --theme-color: #fff;
}

.bg-white {
  background-color: #fff;
  color: #000;
}

.bg-white a {
  color: #000;
}

.bg-white a:hover,
.bg-white a:focus {
  color: #C94F00;
}

.hover-bg-dark:hover, .hover-bg-dark:focus {
  background-color: #2F373E;
  color: #fff;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.bg-light-grey {
  background-color: #EFEFEF;
}

.bg-gradient-dark {
  background: linear-gradient(90deg, #000, #545454);
}

.bg-gradient-white {
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.bg-gradient-light {
  background: linear-gradient(rgba(249, 249, 249, 0), #f9f9f9);
}

.theme-open {
  background-color: #DFEDD8;
  color: #3E691F;
}

.skew-bg {
  position: relative;
}

.skew-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  transform: skewY(1deg);
  background-color: rgba(0, 0, 0, 0.1);
  content: " ";
}

.border-second {
  border-color: #009F8F;
}

.border-radius {
  border-radius: 5px;
}

.border-radius-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-45 {
  padding: 45px;
}

.p-60 {
  padding: 60px;
}

.p-75 {
  padding: 75px;
}

.p-90 {
  padding: 90px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-90 {
  padding-top: 90px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-90 {
  padding-right: 90px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-90 {
  padding-left: 90px;
}

.m-15 {
  margin: 15px;
}

.m-30 {
  margin: 30px;
}

.m-45 {
  margin: 45px;
}

.m-60 {
  margin: 60px;
}

.m-75 {
  margin: 75px;
}

.m-90 {
  margin: 90px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-90 {
  margin-top: 90px;
}

.mr-15 {
  margin-right: 15px;
}

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

.mr-45 {
  margin-right: 45px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-90 {
  margin-right: 90px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-90 {
  margin-left: 90px;
}

.last-p-mb-0 p:last-of-type {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.625rem;
}

h1, h2, h3,
.h1, .h2, .h3 {
  font-weight: 700;
}

.fontsize-largest {
  font-size: 1.375rem;
}

.fontsize-larger {
  font-size: 1.25rem;
}

.fontsize-large {
  font-size: 1.125rem;
}

.fontsize-normal {
  font-size: 1rem;
}

.fontsize-small {
  font-size: 0.875rem;
}

.fontsize-smaller {
  font-size: 0.75rem;
}

.font-heavy {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-regular {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.title-larger {
  font-size: 3.25rem;
}

.title-large {
  font-size: 2.625rem;
}

.title {
  font-size: 2rem;
}

.title-small {
  font-size: 1.625rem;
}

.max-w-50 {
  max-width: 50%;
}

.max-w-1700 {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

nav.navbar {
  padding: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
  max-height: 100vh;
  display: block;
}

.hidden-navigation {
  position: absolute;
  top: -100px;
}

.hidden-navigation:focus {
  top: 0;
  padding: 15px 35px;
  z-index: 800;
  background-color: #2F373E;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-header {
  display: flex;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
  padding: 15px 30px;
  height: var(--menu-height);
}

.navbar-brand {
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #5D5D5D;
  font-size: 0.875rem;
  position: relative;
  z-index: 100;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #5d5d5d;
}

.navbar-brand > img {
  width: auto;
  height: 37px;
}

.top-menu-item {
  color: #000;
  fill: #000;
  padding: 0 10px;
}

.top-menu-item > i {
  font-size: 1.25rem;
}

.portal .top-menu-item {
  color: #fff;
  fill: #fff;
}

.top-menu-item:hover,
.top-menu-item:focus {
  color: #C94F00;
  fill: #C94F00;
}

.portal .top-menu-item:hover,
.portal .top-menu-item:focus {
  color: #C94F00;
  fill: #C94F00;
}

.menu-btn {
  color: #000;
  padding: 0 10px;
  position: relative;
  outline: 0 none;
  background-color: transparent;
  border: 0 none;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.menu-btn:hover,
.menu-btn:focus,
.menu-btn[aria-expanded=true] {
  outline: 0 none;
}

.menu-btn:hover,
.menu-btn:focus,
.menu-btn[aria-expanded=true] {
  color: #C94F00;
}

.menu-btn[aria-expanded=false] > i.fa-times,
.menu-btn[aria-expanded=true] > i.fa-search {
  display: none;
}

.menu-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 14px;
}

.menu-icon > div {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transition: top ease 0.5s, bottom ease 0.5s, opacity ease 0.5s, transform ease 0.5s;
  transform-origin: center center;
}

.menu-icon > div:first-child {
  top: 0;
}

.menu-icon > div:last-child {
  top: auto;
  bottom: 0;
}

.navbar-toggler:focus .menu-icon > div,
.navbar-toggler:hover .menu-icon > div,
.navbar-toggler[aria-expanded=true] .menu-icon > div {
  background-color: #C94F00;
}

.navbar-toggler[aria-expanded=true] .menu-icon > div:first-child {
  top: -2px;
  opacity: 0;
}

.navbar-toggler[aria-expanded=true] .menu-icon > div:nth-child(2) {
  transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded=true] .menu-icon > div:nth-child(3) {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .menu-icon > div:last-child {
  bottom: -2px;
  opacity: 0;
}

#search-bar,
#mainmenu {
  background-color: #2F373E;
}

#mainmenu {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  max-height: calc(100vh - var(--menu-height));
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
}

#mainmenu > .container {
  padding-top: 30px;
  padding-bottom: 120px;
}

#mainmenu.show {
  overflow-y: auto;
}

.body-overlay {
  position: fixed;
  top: var(--menu-height);
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color ease 0.3s;
}

.menu-open .body-overlay {
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}

.menu-item {
  display: block;
  position: relative;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

a.menu-item:hover,
a.menu-item:focus {
  text-decoration: none;
}

.menu-close {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: 0 none;
  background-color: transparent;
  color: #fff;
  opacity: 0;
  font-size: 22px;
}

.menu-close:hover,
.menu-close:focus {
  opacity: 1;
}

.navbar-nav .nav-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  padding: 5px 0;
}

.navbar-nav a.nav-link:focus,
.navbar-nav a.nav-link:hover {
  color: #009F8F;
}

.language-menu .dropdown-menu {
  min-width: 0;
  background-color: #2F373E;
  color: #fff;
  padding: 10px 0;
  left: auto;
  right: 9px;
}

.language-menu a.dropdown-item {
  color: #Fff;
  background-color: transparent;
  text-decoration: none;
}

.language-menu a.dropdown-item:hover,
.language-menu a.dropdown-item:focus {
  color: #009F8F;
}

.language-mobile-menu {
  margin-bottom: 20px;
}

.language-mobile-menu > a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
}

.language-mobile-menu > a > img {
  vertical-align: -3px;
}

.language-mobile-menu > a:not(.active):hover,
.language-mobile-menu > a:not(.active):focus {
  color: #009F8F;
}

.language-mobile-menu > a.active {
  background-color: #009F8F;
}

.search-bar-form,
.search-form {
  position: relative;
  max-width: 1140px;
  margin: 25px auto;
}

.search-bar-form > input,
.search-form > input {
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  border: 0 none;
  padding: 0 105px 0 30px;
  width: 100%;
  outline: 0 none;
}

.search-form > input {
  border: 1px solid #000;
}

.search-bar-form > button,
.search-form > button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  border: 0 none;
  color: #000;
  box-shadow: none;
  outline: 0 none;
  width: 90px;
  border-radius: 9999px;
  text-align: center;
  padding: 0 15px;
}

.search-bar-form > button:hover,
.search-bar-form > button:focus,
.search-form > button:hover,
.search-form > button:focus {
  background-color: transparent;
  color: #000;
}

.circle-element {
  position: absolute;
  overflow: hidden;
  height: 250px;
  top: var(--menu-height);
  right: 0;
  width: 55%;
}

.circle-element-inner {
  height: 360px;
  border-radius: 180px;
  transform-origin: top left;
  transform: rotate(-45deg);
  position: absolute;
  top: 65px;
  left: -65px;
  width: 685px;
  overflow: hidden;
}

.circle-element-inner img {
  transform-origin: top left;
  transform: rotate(45deg);
  margin-top: 0;
  margin-left: 100px;
}

.pill-element {
  position: relative;
  margin: 0 10px 30px;
}
.pill-element .pill-element-inner {
  /*height: 110px;*/
  width: calc(100vw - 60px);
  height: 25vw;
  max-width: 2000px;
  max-height: 500px;
  /*aspect-ratio:4 / 1;*/
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
}

.title-divider,
.divider {
  width: 90px;
  border-bottom: 1px solid #C94F00;
}

.divider-small {
  margin-top: 5px;
  width: 30px;
}

.img-full {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ingress {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.body-text ul {
  margin: 1rem 0;
  padding-left: 1.25rem;
}

.body-text > p:last-of-type {
  margin-bottom: 0;
}

a.fancybox-me {
  text-decoration: none;
}

section {
  margin: 30px 0;
}

figure {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

figcaption {
  padding: 8px 14px;
  font-size: 0.875rem;
}

.rte-info {
  display: inline-block;
  margin: 5px 0;
  padding: 15px 20px;
  background-color: rgba(62, 86, 108, 0.1);
  border-radius: 5px;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.link-list li {
  display: inline-block;
}

ul.link-list li a:hover,
ul.link-list li a:focus {
  color: #C94F00;
}

ul.link-list li + li::before {
  display: inline-block;
  content: "/";
  padding: 0 2px;
}

.portal-header {
  padding: 35px 0 50px;
  position: relative;
}

.portal-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #365672;
}

.portal-header-alt .portal-header-bg {
  background-color: #35450A;
}

.portal-header-bg-img {
  position: relative;
  height: 766px;
}

.portal-header-bg-img .overlay {
  background: linear-gradient(rgba(54, 86, 114, 0.4), #365672);
}

.portal-header-alt .portal-header-bg-img .overlay {
  background: linear-gradient(rgba(53, 69, 10, 0.4), #35450a);
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
}

.iframe-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.banner-img {
  height: 385px;
}

.company-banner {
  margin-bottom: -50px;
}
.company-banner .banner-img {
  height: 200px;
}
.company-banner .overlay {
  top: 40%;
}

.portal-slide-banner {
  overflow: hidden;
}

.portal-slide-banner .banner-img {
  height: 450px;
}

.portal-slide-banner .banner-img > .iframe-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
}

.shortcut-banner .banner-img {
  height: 385px;
}

.banner-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.portal-slide-banner .banner-content {
  right: auto;
  max-width: 200px;
  bottom: 30px;
  left: 50px;
  color: #fff;
  text-decoration: none;
}

.portal-slide-banner a.banner-content:hover i,
.portal-slide-banner a.banner-content:focus i,
a.banner-hover-i:hover i,
a.banner-focus-i:hover i {
  color: #C94F00;
}

.portal-slide-banner-title {
  line-height: 1.2;
}

.portal-slide-banner .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.portal-banner-box {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.portal-banner-box .banner-content {
  left: 0;
  bottom: 10px;
  right: auto;
  padding: 15px 25px;
}

.portal-banner-box a {
  color: #Fff;
}

.portal-banner-box a:hover,
.portal-banner-box a:focus {
  color: #fff;
  text-decoration: none;
}

.portal-banner-box {
  color: #fff;
}

.portal-header-alt .portal-banner-box {
  color: #fff;
}

.portal-banner-box .overlay {
  background: linear-gradient(rgba(54, 86, 114, 0) 33%, #365672);
}

.portal-header-alt .portal-banner-box .overlay {
  background: linear-gradient(rgba(53, 69, 10, 0) 33%, #35450a);
}

.portal-header-warning {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.banner-swiper {
  position: relative;
  z-index: 0;
}

.portal-link-wrapper {
  position: absolute;
  top: -30px;
  right: 15px;
  width: 330px;
  padding: 30px 40px;
  border-radius: 5px;
  color: #fff;
  background-color: #365672;
}

.portal-link-wrapper a {
  color: #fff;
}

.portal-link-wrapper a:hover,
.portal-link-wrapper a:focus {
  color: #C94F00;
}

.accessible-banner {
  background-color: #f6f6f6;
  border-radius: 5px;
  text-align: center;
  padding: 30px;
  margin-bottom: 45px;
}

.accessible-banner > svg {
  fill: #1989e9;
  width: 50px;
  height: auto;
  margin-bottom: 15px;
}

.ad-banner .ad-banner-content {
  border-bottom: 1px solid transparent;
}

.ad-banner:focus .ad-banner-content,
.ad-banner:hover .ad-banner-content {
  border-color: #C94F00;
}

.story-list-item {
  display: block;
  border-bottom: 1px solid #3E566C;
  padding-bottom: 15px;
}

.story-list-item:hover,
.story-list-item:focus {
  border-color: #C94F00;
  color: #000;
}

.story-item {
  display: block;
  position: relative;
  border-radius: 5px;
  text-align: center;
}

a.story-item:hover,
a.story-item:focus {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
}

.story-item-content {
  position: absolute;
  right: 35px;
  bottom: 40px;
  left: 35px;
  border-radius: 5px;
  padding: 35px 20px 20px;
  background-color: #365672;
  color: #fff;
  text-decoration: none;
}

.story-item-content .badge {
  background-color: #C94F00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  text-align: center;
  border-radius: 5px;
  padding: 12px 19px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
}

.list-pagination {
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  min-width: 28px;
  padding: 2px 5px;
}
.list-pagination:hover, .list-pagination:focus, .list-pagination.active {
  text-decoration: none;
}

.story-pagination {
  background-color: rgba(0, 159, 143, 0.2);
  color: #000;
}
.story-pagination:hover, .story-pagination:focus, .story-pagination.active {
  background-color: #009F8F;
  color: #000;
}

.calendar-pagination {
  background-color: rgba(99, 52, 131, 0.2);
  color: #000;
}
.calendar-pagination:hover, .calendar-pagination:focus, .calendar-pagination.active {
  background-color: #633483;
  color: #fff;
}

.box {
  border-radius: 5px;
}

.box > picture > img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.activity-box {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  position: relative;
}

.activity-box-badge {
  position: absolute;
  top: -5px;
  right: 30px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
}

.activity-box p:last-of-type {
  margin-bottom: 0;
}

.activity-box-icons {
  /*position:absolute;
  right:40px;
  bottom:25px;*/
  display: flex;
}

.activity-box-icon {
  background-color: #2F373E;
  color: #fff;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activity-box-icon + .activity-box-icon {
  margin-left: 10px;
}
.activity-box-icon svg {
  height: 25px;
  width: auto;
  fill: #fff;
  stroke: #fff;
}

button.activity-box-icon {
  border: 0 none;
  background-color: #C94F00;
  color: #fff;
}
button.activity-box-icon svg {
  fill: #fff;
  stroke: #fff;
}
button.activity-box-icon:hover, button.activity-box-icon:focus {
  background-color: #009F8F;
}
button.activity-box-icon:hover svg, button.activity-box-icon:focus svg {
  fill: #fff;
  stroke: #fff;
}

.activity-item {
  display: block;
  position: relative;
  border-radius: 5px;
  margin: 0 auto 30px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #fff;
  text-align: center;
  max-width: 400px;
}

a.activity-item:hover,
a.activity-item:focus {
  color: #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
}

.activity-item-content {
  background-color: #009F8F;
  border-radius: 5px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 15px 20px;
  width: 80%;
}

.activity-item-badge {
  background-color: #C94F00;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  text-align: center;
  border-radius: 5px;
  padding: 10px 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.list-page {
  padding-top: 55px;
}

.section-page-header {
  position: relative;
}

.section-page-bg {
  position: absolute;
  top: -40px;
  right: 0;
  opacity: 0.3;
  border: 10px solid #fff;
  border-right: 0;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  width: 65%;
}

.section-page-bg img {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.section-page-content {
  padding-top: 85px;
}

ul.search-result {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-result-item {
  display: block;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-decoration: none;
}

a.search-result-item:hover,
a.search-result-item:focus {
  color: #000;
  text-decoration: none;
}

a.search-result-item:hover h2,
a.search-result-item:focus h2 {
  color: #C94F00;
}

.filter-activities {
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}

.filter-activities:hover,
.filter-activities:focus {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  outline: 0 none;
}

.filter-activities > i {
  margin-left: 5px;
}

.filter-wrapper a.dropdown-item {
  text-decoration: none;
  text-align: right;
}

.filter-wrapper .dropdown-item:focus,
.filter-wrapper .dropdown-item:hover,
.filter-wrapper .dropdown-item.active,
.filter-wrapper .dropdown-item:active {
  text-decoration: underline;
  background-color: transparent;
  color: #000;
}

.link-btn {
  background-color: #C94F00;
  color: #fff !important;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  border: 0 none;
}
.link-btn.link-btn-full {
  display: block;
  width: 100%;
}

a.link-btn:hover, a.link-btn:focus,
button.link-btn:hover,
button.link-btn:focus {
  text-decoration: none;
  background-color: #009F8F;
  color: #fff !important;
}

.contact-btn {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-weight: 600;
}

.weather-icon {
  width: 115px;
  height: auto;
}

#map {
  height: 880px;
  max-height: calc(100vh - var(--menu-height));
}

.company-img {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  overflow: hidden;
  padding: 10px;
}

#company-map {
  height: 235px;
  border-radius: 5px;
}
#company-map.company-map-large {
  height: 360px;
  border-radius: 0;
}

#company-hours-modal .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 2rem;
}
#company-hours-modal .modal-content {
  position: relative;
  padding: 45px 30px 30px;
}

.custom-marker-icon {
  background-image: url("/images/leaflet/marker.png");
  text-align: center;
  padding-top: 25px;
}

.custom-marker-icon > img {
  height: 20px;
  width: auto;
}

.leaflet-popup {
  font-family: Soleil, sans-serif;
}

.leaflet-popup a {
  color: #000;
}

.leaflet-popup a:focus,
.leaflet-popup a:hover {
  color: #009F8F;
}

.leaflet-popup-content-wrapper {
  border-radius: 5px;
}

.leaflet-popup-content {
  margin: 25px;
}

.story {
  padding-bottom: 30px;
  position: relative;
}

.story-bg-full {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.story-bg-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-bg-full .overlay {
  background: linear-gradient(rgba(249, 249, 249, 0), #f9f9f9);
}

.story-dark .story-bg-full .overlay {
  background: linear-gradient(rgba(47, 55, 62, 0), #2f373e);
}

.story-bg-full,
.story-banner .banner-img {
  height: 620px;
}

.story-banner .banner-content {
  padding-bottom: 115px;
  display: flex;
  justify-content: center;
}

.story-banner .banner-content-inner {
  max-width: 610px;
  text-align: center;
  padding: 35px 45px;
  border-radius: 9999px;
  position: relative;
  background-color: #2F373E;
  color: #fff;
}

.story-banner .banner-content-inner .badge {
  border-radius: 5px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 1rem;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.story-box-bg {
  background-color: #fff;
  color: #000;
}

.story-dark .story-box-bg {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.story-dark .company-item:hover,
.story-dark .company-item:focus {
  color: #fff;
}

.video-banner {
  position: relative;
  border-radius: 5px;
  display: block;
}

.video-banner > i {
  width: 80px;
  height: 80px;
  background-color: #009F8F;
  color: #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 50px;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.video-banner:hover > i,
a.video-banner:focus > i {
  background-color: #633483;
}

.company-item {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #633483;
}

a.company-item:hover,
a.company-item:focus {
  text-decoration: none;
  color: #000;
  border-color: #C94F00;
}

.show-on-open {
  display: none;
}

.is-open .show-on-open {
  display: block;
}

.company-details {
  box-shadow: 0 -25px 35px rgba(0, 0, 0, 0.16);
}

#google-place-hours li {
  text-transform: capitalize;
}

.custom-map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: var(--menu-height);
}

#custom-map.tour-map-page {
  height: 100%;
}
#custom-map.tour-map-section {
  height: 600px;
}
#custom-map .if-kartverket {
  display: none;
}
#custom-map.kartverket .if-kartverket {
  display: block;
}
#custom-map .custom-map-attribution {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 10px;
  padding: 0 6px;
  margin-left: 10px;
  margin-bottom: -10px;
}

.custom-map-filter-button {
  margin-top: 30px;
  margin-left: 10px;
}

.custom-map-filter {
  display: none;
  margin-top: 30px;
  margin-left: 10px;
  border-radius: 2px;
  background-color: #fff;
  padding: 8px 17px;
  z-index: 1;
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  font-weight: 500;
}
.custom-map-filter label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}
.custom-map-filter label + label {
  margin-top: 10px;
}
.custom-map-filter label.checkbox input {
  display: none;
}
.custom-map-filter label.checkbox input + span {
  display: inline-block;
  width: 35px;
  height: 16px;
  background-color: #ddd;
  border-radius: 7.5px;
  content: " ";
  position: relative;
  transition: background-color ease 0.5s;
  margin-right: 5px;
}
.custom-map-filter label.checkbox input + span::after {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  content: " ";
  position: absolute;
  top: 2px;
  left: 3px;
  transition: left ease 1s;
}
.custom-map-filter label.checkbox input:checked + span {
  background-color: green;
}
.custom-map-filter label.checkbox input:checked + span::after {
  left: auto;
  right: 3px;
}

.custom-map-filter-open .custom-map-filter {
  display: block;
}
.custom-map-filter-open .custom-map-filter-button {
  display: none;
}

.custom-map-marker-icon svg,
.custom-map-track-icon svg {
  width: auto;
  height: 18px;
  fill: #fff;
}

.custom-map-marker-icon-dark svg {
  fill: #000;
}

#infowindow-template {
  display: none;
}

.infowindow-content {
  padding: 30px;
}
.infowindow-content .infowindow-details {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #e3e3e3;
  gap: 10px;
}
.infowindow-content .infowindow-content-difficulty::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  /*border: 1px solid #000;*/
}
.infowindow-content .infowindow-content-difficulty-easy::before {
  background-color: #59B200;
}
.infowindow-content .infowindow-content-difficulty-medium::before {
  background-color: #0047CE;
}
.infowindow-content .infowindow-content-difficulty-advanced::before {
  background-color: #E60023;
}
.infowindow-content .infowindow-content-difficulty-expert::before {
  background-color: black;
}

.geolocation-marker {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: radial-gradient(rgba(255, 0, 0, 0.5) 10%, transparent, transparent);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 22.5px;
}
.geolocation-marker i {
  font-size: 30px;
}

.illustration-link {
  display: flex;
  margin-bottom: 15px;
  text-decoration: none;
  font-size: 1.325rem;
  font-weight: 600;
  padding: 13px;
  border: 1px solid #CECECE;
  border-radius: 1000px;
}
.illustration-link .illustration-link-circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 15px;
  margin-right: 20px;
}
.illustration-link .illustration-link-circle img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.illustration-link .illustration-link-text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.illustration-link:hover, .illustration-link:focus {
  text-decoration: none;
  color: #000;
}
.illustration-link:hover .illustration-link-circle, .illustration-link:focus .illustration-link-circle {
  background-color: transparent;
}

.accordion {
  margin: 30px 0;
}
.accordion .accordion-btn {
  display: flex;
  border-radius: 5px;
  padding: 20px 30px;
  background-color: #f4f2f2;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  align-items: center;
}
.accordion .accordion-btn i {
  margin-left: auto;
}
.accordion .accordion-btn:hover, .accordion .accordion-btn:focus, .accordion .accordion-btn[aria-expanded=true] {
  background-color: #3E566C;
  color: #fff;
}
.accordion .accordion-btn[aria-expanded=true] i {
  transform: rotateZ(180deg);
}
.accordion .accordion-item + .accordion-item {
  margin-top: 1px;
}

footer {
  background-color: #2F373E;
  color: #fff;
  padding: 45px 0 70px;
  text-align: center;
  position: relative;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer a:hover,
footer a:focus {
  color: #C94F00;
}

.footer-logo {
  width: auto;
  height: 56px;
}

ul.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-links > li > a {
  display: block;
  padding: 5px 0;
}

@media only screen and (max-width: 991px) {
  .menu-item {
    margin-bottom: 15px;
    background-color: #009F8F;
    text-align: center;
    padding: 20px 10px;
  }
  .menu-item-wrapper:nth-of-type(3n + 1) .menu-item {
    background-color: #fff;
    color: #000;
  }
  a.menu-item:hover,
  a.menu-item:focus {
    background-color: #fff;
    color: #000;
  }
  .menu-item-wrapper:nth-of-type(3n + 1) a.menu-item:hover,
  .menu-item-wrapper:nth-of-type(3n + 1) a.menu-item:focus {
    background-color: #009F8F;
    color: #fff;
  }
  a.menu-item > i {
    display: block;
    color: #fff;
    font-size: 1.675rem;
    margin-bottom: 10px;
  }
  a.menu-item:hover > i,
  a.menu-item:focus > i {
    color: #009F8F;
  }
  .menu-item-wrapper:nth-of-type(3n + 1) a.menu-item > i {
    color: #009F8F;
  }
  .menu-item-wrapper:nth-of-type(3n + 1) a.menu-item:hover > i,
  .menu-item-wrapper:nth-of-type(3n + 1) a.menu-item:focus > i {
    color: #fff;
  }
  .story-swiper .swiper-slide {
    width: 360px;
  }
  .story-swiper .swiper-slide,
  .banner-swiper .swiper-slide {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --menu-height: 115px;
  }
  main {
    padding-top: var(--menu-height);
  }
  .d-lg-flex-n-strech {
    display: flex;
    align-items: stretch;
  }
  .portal main {
    padding-top: 0;
  }
  .bg-lg-transparent {
    background-color: transparent;
  }
  .overlay-lg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .p-lg-15 {
    padding: 15px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .p-lg-45 {
    padding: 45px;
  }
  .p-lg-60 {
    padding: 60px;
  }
  .p-lg-75 {
    padding: 75px;
  }
  .p-lg-90 {
    padding: 90px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-45 {
    padding-top: 45px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-75 {
    padding-top: 75px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pr-lg-45 {
    padding-right: 45px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pr-lg-75 {
    padding-right: 75px;
  }
  .pr-lg-90 {
    padding-right: 90px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-45 {
    padding-bottom: 45px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-75 {
    padding-bottom: 75px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pl-lg-45 {
    padding-left: 45px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .pl-lg-75 {
    padding-left: 75px;
  }
  .pl-lg-90 {
    padding-left: 90px;
  }
  .m-lg-15 {
    margin: 15px;
  }
  .m-lg-30 {
    margin: 30px;
  }
  .m-lg-45 {
    margin: 45px;
  }
  .m-lg-60 {
    margin: 60px;
  }
  .m-lg-75 {
    margin: 75px;
  }
  .m-lg-90 {
    margin: 90px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-lg-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-lg-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-lg-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-lg-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-lg-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mx-lg-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-lg-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mx-lg-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-45 {
    margin-top: 45px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-75 {
    margin-top: 75px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mr-lg-45 {
    margin-right: 45px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .mr-lg-75 {
    margin-right: 75px;
  }
  .mr-lg-90 {
    margin-right: 90px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-45 {
    margin-bottom: 45px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-75 {
    margin-bottom: 75px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .ml-lg-45 {
    margin-left: 45px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .ml-lg-75 {
    margin-left: 75px;
  }
  .ml-lg-90 {
    margin-left: 90px;
  }
  .mt-lg-negativ-15 {
    margin-top: -15px;
  }
  .opacity-lg-50 {
    opacity: 0.5;
  }
  .fontsize-lg-largest {
    font-size: 1.375rem;
  }
  .fontsize-lg-larger {
    font-size: 1.25rem;
  }
  .fontsize-lg-large {
    font-size: 1.125rem;
  }
  .fontsize-lg-normal {
    font-size: 1rem;
  }
  .fontsize-lg-small {
    font-size: 0.875rem;
  }
  .fontsize-lg-smaller {
    font-size: 0.75rem;
  }
  .font-lg-heavy {
    font-weight: 900;
  }
  .font-lg-bold {
    font-weight: 700;
  }
  .font-lg-medium {
    font-weight: 500;
  }
  .font-lg-regular {
    font-weight: 400;
  }
  .font-lg-light {
    font-weight: 300;
  }
  .title-lg-larger {
    font-size: 3.25rem;
  }
  .title-lg-large {
    font-size: 2.625rem;
  }
  .title-lg {
    font-size: 2rem;
  }
  .title-lg-small {
    font-size: 1.625rem;
  }
  .columns-lg-2 {
    column-count: 2;
    column-fill: auto;
    column-gap: 30px;
  }
  .border-lg-left {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  .container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
  }
  .overlay-lg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .img-lg-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .portal nav.navbar {
    background-color: transparent;
    position: absolute;
    transition: background-color ease 0.15s;
  }
  .navbar-header {
    padding: 20px 100px;
  }
  .portal .navbar-header {
    box-shadow: none;
    margin-top: 35px;
  }
  .portal .navbar-brand {
    color: #fff;
    font-size: 1rem;
  }
  .navbar-brand > img {
    height: 62px;
  }
  .portal .navbar-brand > img {
    height: 75px;
  }
  .menu-btn {
    margin: 0 20px;
  }
  .portal .menu-btn {
    color: #fff;
  }
  .portal .menu-btn:hover,
  .portal .menu-btn:focus {
    color: #C94F00;
  }
  .portal .menu-icon > div {
    background-color: #fff;
  }
  portal .menu-btn:hover .menu-icon > div,
  .portal .menu-btn:focus .menu-icon > div {
    background-color: #C94F00;
  }
  .portal.menu-open nav {
    background-color: #2F373E;
  }
  #mainmenu > .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .portal .body-overlay {
    top: 0;
  }
  .menu-open.portal .body-overlay {
    background-color: rgba(255, 255, 255, 0);
    opacity: 0;
  }
  .menu-item {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 30px;
  }
  a.menu-item:hover,
  a.menu-item:focus {
    color: #009F8F;
  }
  .menu-item > span {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
  .menu-close {
    top: 30px;
    bottom: auto;
  }
  .circle-element {
    height: 600px;
  }
  .circle-element-inner {
    height: 1000px;
    width: 2000px;
    border-radius: 500px;
    top: 30px;
    left: -115px;
  }
  .circle-element-inner img {
    width: 1300px;
    height: auto;
    margin-top: 0;
    margin-left: 200px;
  }
  .pill-element {
    margin: 0 60px 60px;
  }
  .pill-element .pill-element-inner {
    width: calc(100vw - 140px);
    border-bottom-right-radius: 500px;
    border-bottom-left-radius: 500px;
  }
  .link-btn.link-btn-lg-inline-block {
    display: inline-block;
    width: auto;
  }
  .portal-header {
    padding: 280px 115px 50px;
  }
  .shortcut-banner .banner-img {
    height: 520px;
  }
  .portal-slide-banner .banner-content {
    max-width: 380px;
    bottom: 55px;
    left: 57.5px;
  }
  .portal-slide-banner .overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .portal-header-warning {
    position: absolute;
    top: -30px;
    left: 15px;
    padding: 25px 30px;
    font-size: 1.125rem;
    margin-bottom: 0;
    max-width: 50%;
  }
  .box-lg-h-100 .box {
    height: 100%;
  }
  .accessible-banner {
    position: relative;
    text-align: left;
    padding-left: 105px;
  }
  .accessible-banner > svg {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .story-swiper .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .story-swiper .swiper-slide {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .list-page {
    padding-top: 100px;
  }
  .story-bg-full {
    height: 770px;
  }
  .story-banner .banner-img {
    height: 750px;
  }
  .story-banner .banner-content {
    padding-bottom: 75px;
  }
  .story-banner.story-banner-full-bg .banner-content {
    padding-bottom: 10px;
  }
  .story-banner .banner-content-inner {
    padding: 35px 75px;
    max-width: 700px;
  }
  .company-banner {
    margin-bottom: -320px;
  }
  .company-banner .banner-img {
    height: 470px;
  }
  .switched-cols-lg:nth-of-type(even) .switch-me {
    order: -1;
    padding-left: 15px !important;
  }
  .section-page-header {
    height: 650px;
  }
  .section-page-bg {
    top: -200px;
    bottom: 0;
    padding: 30px 0 30px 30px;
  }
  .section-page-content {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .company-img {
    width: 190px;
    height: 190px;
    padding: 35px;
  }
  #company-map.company-map-large {
    height: 600px;
  }
  /*.grid-2-lg{
      display:grid;
      grid-template-columns:repeat(2, 1fr);
      grid-template-rows: masonry;
      gap:15px;
  }*/
  .illustration-link {
    display: block;
    margin: 0 auto 60px;
    padding: 0;
    border: 0 none;
    border-radius: 0;
    text-align: center;
    width: 100%;
    max-width: 240px;
  }
  .illustration-link .illustration-link-circle {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 45px;
    margin: 0 auto 30px;
  }
  .illustration-link .illustration-link-text {
    display: block;
    padding: 0 30px;
  }
  footer {
    padding-top: 120px;
    padding-bottom: 95px;
    text-align: left;
  }
  .footer-logo {
    height: 95px;
  }
  footer .border-lg-left {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .overlay-xl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .p-xl-15 {
    padding: 15px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .p-xl-45 {
    padding: 45px;
  }
  .p-xl-60 {
    padding: 60px;
  }
  .p-xl-75 {
    padding: 75px;
  }
  .p-xl-90 {
    padding: 90px;
  }
  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-xl-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-xl-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .py-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .px-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px-xl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .px-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .px-xl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .px-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .pt-xl-15 {
    padding-top: 15px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pt-xl-45 {
    padding-top: 45px;
  }
  .pt-xl-60 {
    padding-top: 60px;
  }
  .pt-xl-75 {
    padding-top: 75px;
  }
  .pt-xl-90 {
    padding-top: 90px;
  }
  .pr-xl-15 {
    padding-right: 15px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .pr-xl-45 {
    padding-right: 45px;
  }
  .pr-xl-60 {
    padding-right: 60px;
  }
  .pr-xl-75 {
    padding-right: 75px;
  }
  .pr-xl-90 {
    padding-right: 90px;
  }
  .pb-xl-15 {
    padding-bottom: 15px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .pb-xl-45 {
    padding-bottom: 45px;
  }
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .pb-xl-75 {
    padding-bottom: 75px;
  }
  .pb-xl-90 {
    padding-bottom: 90px;
  }
  .pl-xl-15 {
    padding-left: 15px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .pl-xl-45 {
    padding-left: 45px;
  }
  .pl-xl-60 {
    padding-left: 60px;
  }
  .pl-xl-75 {
    padding-left: 75px;
  }
  .pl-xl-90 {
    padding-left: 90px;
  }
  .m-xl-15 {
    margin: 15px;
  }
  .m-xl-30 {
    margin: 30px;
  }
  .m-xl-45 {
    margin: 45px;
  }
  .m-xl-60 {
    margin: 60px;
  }
  .m-xl-75 {
    margin: 75px;
  }
  .m-xl-90 {
    margin: 90px;
  }
  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-xl-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my-xl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-xl-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .my-xl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mx-xl-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-xl-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-xl-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .mx-xl-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-xl-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .mx-xl-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mt-xl-15 {
    margin-top: 15px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-45 {
    margin-top: 45px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-75 {
    margin-top: 75px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
  .mr-xl-15 {
    margin-right: 15px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .mr-xl-45 {
    margin-right: 45px;
  }
  .mr-xl-60 {
    margin-right: 60px;
  }
  .mr-xl-75 {
    margin-right: 75px;
  }
  .mr-xl-90 {
    margin-right: 90px;
  }
  .mb-xl-15 {
    margin-bottom: 15px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .mb-xl-45 {
    margin-bottom: 45px;
  }
  .mb-xl-60 {
    margin-bottom: 60px;
  }
  .mb-xl-75 {
    margin-bottom: 75px;
  }
  .mb-xl-90 {
    margin-bottom: 90px;
  }
  .mb-xl-140 {
    margin-bottom: 140px;
  }
  .ml-xl-15 {
    margin-left: 15px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .ml-xl-45 {
    margin-left: 45px;
  }
  .ml-xl-60 {
    margin-left: 60px;
  }
  .ml-xl-75 {
    margin-left: 75px;
  }
  .ml-xl-90 {
    margin-left: 90px;
  }
  .mt-xl-negativ-15 {
    margin-top: -15px;
  }
  .opacity-xl-50 {
    opacity: 0.5;
  }
  .fontsize-xl-largest {
    font-size: 1.375rem;
  }
  .fontsize-xl-larger {
    font-size: 1.25rem;
  }
  .fontsize-xl-large {
    font-size: 1.125rem;
  }
  .fontsize-xl-normal {
    font-size: 1rem;
  }
  .fontsize-xl-small {
    font-size: 0.875rem;
  }
  .fontsize-xl-smaller {
    font-size: 0.75rem;
  }
  .font-xl-heavy {
    font-weight: 900;
  }
  .font-xl-bold {
    font-weight: 700;
  }
  .font-xl-medium {
    font-weight: 500;
  }
  .font-xl-regular {
    font-weight: 400;
  }
  .font-xl-light {
    font-weight: 300;
  }
  .title-xl-larger {
    font-size: 3.25rem;
  }
  .title-xl-large {
    font-size: 2.625rem;
  }
  .title-xl {
    font-size: 2rem;
  }
  .title-xl-small {
    font-size: 1.625rem;
  }
  .columns-xl-2 {
    column-count: 2;
    column-fill: auto;
    column-gap: 30px;
  }
  .container-lg {
    max-width: 1140px;
  }
  .portal-slide-banner-title {
    font-size: 2rem;
  }
  .portal-header-warning {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1370px) {
  .container.container-wide,
  .container-lg.container-wide {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1600px) {
  .portal-slide-banner-pretitle {
    font-size: 1.125rem;
  }
  .portal-slide-banner-title {
    font-size: 2.5rem;
  }
  .portal-slide-banner .banner-img {
    height: 585px;
  }
  .portal-slide-banner .banner-content {
    bottom: 75px;
    left: 105.5px;
  }
  .section-page-bg {
    width: 55%;
  }
}
@media only screen and (min-width: 1920px) {
  .portal-slide-banner .banner-img {
    height: 725px;
  }
  .portal-slide-banner-pretitle {
    font-size: 1.25rem;
  }
  .portal-slide-banner-title {
    font-size: 3.25rem;
  }
  .portal-slide-banner .banner-content {
    bottom: 115px;
  }
}
