@charset "UTF-8";
/* Färger från den nya grafiska profilen */
/* Dessa behöver vi gå igenom */
/* Education färger */
/* FONT FAMILY FOR DIFFERENT TEXT SIZES */
/* FONT SIZES */
/* desktop */
/* mobile */
/* general */
/* LINE HEIGHT */
/* desktop */
/* mobile */
/* other */
/* 
 * Verktyg för att beräkna filter för en given färg
 * https://isotropic.co/tool/hex-color-to-css-filter/
*/
.val-location-picker {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  opacity: 0;
  -webkit-transition: 250ms opacity;
  transition: 250ms opacity;
}
.val-location-picker__dropdown {
  border-radius: 4px;
  border: 1px solid #333333;
  background: #ffffff;
  width: 100%;
  color: #333333 !important;
  display: block;
  position: relative;
  height: 57px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.val-location-picker__dropdown:after {
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/main-sprite.svg") no-repeat 0 0px/100% auto;
  width: 18px;
  height: 11.25px;
  min-width: 18px;
  -webkit-filter: invert(20%);
          filter: invert(20%);
  position: absolute;
  right: 0;
  top: 0;
  margin: 19.5px;
}
.val-location-picker__dropdown:has(input:focus) {
  -webkit-box-shadow: 0 0 5px #832465;
          box-shadow: 0 0 5px #832465;
  border: 1px solid #832465;
}
.val-location-picker__dropdown[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.val-location-picker__dropdown[aria-expanded=true]:after {
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/main-sprite.svg") no-repeat 0 -52.5px/100% auto;
  width: 18px;
  height: 11.25px;
  min-width: 18px;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
.val-location-picker__input, .val-location-picker__dropdown-active {
  margin: 0;
  padding: 14px 18px;
  border: 0;
  height: 100%;
  width: calc(100% - 57px);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: "Open Sans Semibold";
  font-size: 18px;
  line-height: 27px;
}
.val-location-picker__input:focus-visible, .val-location-picker__dropdown-active:focus-visible {
  outline: none;
}
.val-location-picker__input {
  border-right: 1px solid #dddee1;
}
.val-location-picker__dropdown-active {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  -webkit-transition: 100ms opacity;
  transition: 100ms opacity;
}
.val-location-picker__header {
  font-family: "Open Sans Semibold";
  margin-top: 23px;
  font-weight: 400;
  font-style: normal;
  color: #333333 !important;
  font-size: 36px !important;
  padding-top: 0;
  position: relative;
  padding-left: 40px;
  line-height: 52px !important;
  margin-bottom: 14px !important;
}
.val-location-picker__header:before {
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/main-sprite.svg") no-repeat 0 -172.5833333333px/100% auto;
  width: 38px;
  height: 38px;
  min-width: 38px;
  -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(3167%) hue-rotate(288deg) brightness(92%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(3167%) hue-rotate(288deg) brightness(92%) contrast(94%);
  position: absolute;
  top: 10px;
  left: 0px;
}
.val-location-picker__dropdown-container {
  display: none;
  position: relative;
  top: 0;
  z-index: 1;
}
.val-location-picker__dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #333333;
  border-top-color: transparent;
  max-height: 300px;
  overflow: auto;
}
.val-location-picker__dropdown-item {
  padding: 10px 24px;
  border-top: 1px solid #dddee1;
}
.val-location-picker__dropdown-item:first-of-type {
  border-top: none;
}
.val-location-picker__dropdown-item a {
  font-size: 18px;
  font-family: "Open Sans Regular";
  color: #333333;
  width: 100%;
  display: block;
  text-decoration: none;
}
.val-location-picker__dropdown-item a:after {
  content: none;
  background: none;
}
.val-location-picker__dropdown-item:hover {
  background-color: #eddfe9;
}
.val-location-picker__button {
  margin-top: 24px;
  text-decoration: none;
}
.val-location-picker__button:after {
  content: none !important;
}
.val-location-picker__button:focus-visible {
  background-color: #832465;
  border-radius: 48px;
}
@media screen and (max-width: 768px) {
  .val-location-picker {
    height: auto;
    padding-top: 0;
  }
  .val-location-picker__header {
    font-size: 20px !important;
  }
  .val-location-picker__header:before {
    content: "";
    display: inline-block;
    background: transparent url("/webdav/files/System/css/main-sprite.svg") no-repeat 0 -172.5833333333px/100% auto;
    width: 38px;
    height: 38px;
    min-width: 38px;
    -webkit-filter: invert(21%) sepia(29%) saturate(2775%) hue-rotate(281deg);
            filter: invert(21%) sepia(29%) saturate(2775%) hue-rotate(281deg);
    top: 6px;
  }
}

.val-hero-area .val-location-picker {
  min-height: 450px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .val-hero-area .val-location-picker {
    min-height: unset;
  }
}