@import url('ie-sites-pl-blessed1.css');

.icon-scale__huge .ea-icon,
.icon-scale__huge .ea-checked-list li:before,
.ea-checked-list .icon-scale__huge li:before,
.icon-scale__huge .ea-rich-text--checked-ul ul li:before,
.ea-rich-text--checked-ul ul .icon-scale__huge li:before,
.icon-scale__huge .ea-accordion__header:before,
.icon-scale__huge .ea-tabordion__acc-head a:after,
.ea-tabordion__acc-head .icon-scale__huge a:after {
  font-size: 10em;
}

.ea-fluid-hero .video-block {
  display: none;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .ea-fluid-hero .video-block {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

.hack-text-transform {
  text-transform: none !important;
}

.hide-bulletin-date .bulletin-date {
  display: none;
}

.site-common-emergency-bulletin {
  display: none;
}

.site-common-emergency-bulletin .bulletin-list-item {
  text-align: center;
  background: url("/img/content/legacy/alert_bg.png");
}

.site-common-emergency-bulletin .bulletin-list-item .bulletin-date {
  display: none;
}

.site-common-emergency-bulletin .bulletin-list-item .bulletin-link {
  line-height: 24px;
  color: #B98D83;
}

.site-common-emergency-bulletin .bulletin-list-item .bulletin-link .bulletin-title {
  background: url("/img/content/legacy/icon_alert.png") 0 20% no-repeat;
  display: inline-block;
  padding-left: 55px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.site-common-emergency-bulletin .bulletin-list-item .bulletin-link .bulletin-title:after {
  padding-left: 15px;
  color: #B52B28;
  content: "Lue lisää >";
}

.spl-lompakko .ea-card__content {
  padding-top: 24px;
  padding-bottom: 24px;
}

.spl-lompakko .ea-rich-text img,
.spl-lompakko .ea-marketing-block__article img,
.spl-lompakko .ea-marketing-block__aside img {
  max-width: 100%;
}

.spl-lompakko-front-page ol.st-biglist li:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 17px auto 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

.spl-lompakko-front-page ol.st-biglist li h3 {
  padding-left: 50px;
  text-align: left;
}

@media only screen and (max-width: 479px) {
  .spl-lompakko-front-page .st-custom-grid-width {
    margin: 0 20px;
  }
}

.spl-lompakko-front-page .ea-hero-marketing__title {
  color: #404041;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
  font-family: 'Verlag A', 'Verlag B', 'verlag light', sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
}

@media only screen and (min-width: 480px) {
  .spl-lompakko-front-page .ea-hero-marketing__title {
    text-align: left;
  }
}

@media only screen and (min-width: 960px) {
  .spl-lompakko-front-page .ea-hero-marketing__title {
    font-size: 42px;
    line-height: 48px;
  }
}

.spl-lompakko-front-page .ea-hero-marketing__paragraph {
  color: #404041;
}

.ea-hero-marketing__title {
  color: #ffffff;
  text-shadow: 1px 2px 0px #969696;
  font-family: 'Verlag A', 'Verlag B', 'verlag light', sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
}

@media only screen and (min-width: 480px) {
  .ea-hero-marketing__title {
    text-align: left;
  }
}

@media only screen and (min-width: 960px) {
  .ea-hero-marketing__title {
    font-size: 42px;
    line-height: 48px;
  }
}

.downshiftaajat .ds-heading-link {
  color: #404041;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-family: 'verlag bold';
  letter-spacing: .5px;
}

.downshiftaajat .ds-thumbnail-link {
  line-height: 0;
}

.downshiftaajat .ds-youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.downshiftaajat .ds-youtube-container .ds-youtube-container__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.downshiftaajat .ds-facebook-container {
  background-color: #dfe3ef;
  text-align: center;
  overflow: hidden;
  line-height: 0;
}

.downshiftaajat .ds-instagram-image {
  width: 100%;
}

.hy-modal {
  z-index: 100000;
  position: relative;
}

.hy-modal:before {
  content: '';
  opacity: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: opacity 0.15s, width 0s 0.15s, height 0s 0.15s;
  transition-timing-function: linear;
}

.hy-modal--open:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s 0s ease;
}

.hy-modal__content {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: auto;
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition-timing-function: linear;
}

.hy-modal__content .ea-icon-16--cross {
  cursor: pointer;
}

:not(.touch) .hy-modal__content {
  transition: opacity 0.15s, width 0s 0.15s, height 0s 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, opacity 0.15s, width 0s 0.15s, height 0s 0.15s;
  transition: transform 0.15s, opacity 0.15s, width 0s 0.15s, height 0s 0.15s, -webkit-transform 0.15s;
}

@media only screen and (min-width: 640px) {
  .hy-modal__content {
    overflow: hidden;
    right: 0;
    width: 500px;
    max-height: 360px;
    margin: 0 auto;
    top: 50%;
    -ms-transform: scale(0.9) translateY(-50%);
    -webkit-transform: scale(0.9) translateY(-50%);
    transform: scale(0.9) translateY(-50%);
  }
}

@media only screen and (min-width: 960px) {
  .hy-modal__content {
    width: 596px;
  }
}

@media only screen and (min-width: 1280px) {
  .hy-modal__content {
    width: 796px;
  }
}

.hy-modal--open .hy-modal__content {
  opacity: 1;
  height: 100%;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.11, 0.83, 0.48, 1);
}

@media only screen and (min-width: 640px) {
  .hy-modal--open .hy-modal__content {
    -ms-transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
}

.hy-modal__wrap {
  display: table;
  width: 320px;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 640px) {
  .hy-modal__wrap {
    width: 408px;
  }
}

.hy-modal__box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.data-roaming-popup {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

#fadeandscale {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

#js-campaign-popup_visible #fadeandscale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

html.myymalat {
  height: 100%;
}

html.myymalat ::-webkit-input-placeholder {
  color: #808081;
}

html.myymalat :-ms-input-placeholder {
  color: #808081;
}

html.myymalat ::-moz-placeholder {
  color: #808081;
}

html.myymalat :-moz-placeholder {
  color: #808081;
}

html.myymalat .myymalat-container {
  height: 100%;
  margin: 0;
  padding: 0;
  min-height: 0;
  overflow-x: hidden;
}

html.myymalat .mylocation {
  background-image: url("/img/hairiokartta/mobile_mylocation.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

html.myymalat .mylocation.active {
  background-image: url("/img/hairiokartta/mobile_mylocation_active.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

html.myymalat .js-section-hide {
  display: none !important;
}

html.myymalat .myymalat-header .ea-input {
  padding: 5px 5px 0px 5px;
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-header .ea-input {
    padding: 0px;
  }
}

html.myymalat .myymalat-header .ea-input__input {
  line-height: 0px;
  padding: 5px;
}

@media only screen and (min-width: 640px) {
  html.myymalat .myymalat-header .ea-button {
    padding: 4px 0px;
  }
}

@media only screen and (min-width: 640px) {
  html.myymalat .myymalat-header .selected {
    border-width: 2px !important;
  }
}

html.myymalat .myymalat-header .custom-border {
  border-color: #d0d0d1;
}

html.myymalat .myymalat-header__mobile-map-list-toggle-container {
  padding-top: 10px;
}

html.myymalat .myymalat-header__mobile-map-list-toggle-container .ea-selectlist-pricelist-narrow.eam-has-two li {
  width: 50% !important;
  background: #ffffff;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #404041;
  margin: unset;
}

html.myymalat .myymalat-header__mobile-map-list-toggle-container .ea-selectlist-pricelist-narrow.eam-has-two li.selected {
  background: #0019af;
  color: #fff;
  border-color: #0019af;
  border-width: 0 0 2px 0;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-header__mobile-map-list-toggle-container {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-header__mobile-map-list-toggle-container {
    display: block;
  }
}

@media only screen and (min-width: 640px) {
  html.myymalat .myymalat-header__mobile-map-list-toggle-container {
    display: none;
  }
}

html.myymalat .myymalat-header--font-style-input {
  font-size: 12px;
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-header--font-style-input {
    font-size: 11px;
  }
}

html.myymalat .myymalat-header__filter {
  height: auto;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-header__filter {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-header__filter {
    display: none;
  }
}

@media only screen and (min-width: 640px) {
  html.myymalat .myymalat-header__filter {
    display: block;
  }
}

html.myymalat .myymalat-header__input-container {
  position: relative;
}

html.myymalat .myymalat-header__input-container--search-icon {
  position: absolute;
  right: 4px;
  vertical-align: middle;
  margin-right: 1rem;
  cursor: pointer;
  top: 8px;
}

html.myymalat .myymalat-header__input-container--element-padding-top {
  padding-top: 0px;
}

@media only screen and (min-width: 960px) {
  html.myymalat .myymalat-header__input-container--element-padding-top {
    padding-top: 24px;
  }
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-header--desktop {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-header--desktop {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-header--desktop {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  html.myymalat .myymalat-header--desktop {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-header--tablet {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-header--tablet {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-header--tablet {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  html.myymalat .myymalat-header--tablet {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-header--mobile {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-header--mobile {
    display: block;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-header--mobile {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  html.myymalat .myymalat-header--mobile {
    display: none;
  }
}

html.myymalat .myymalat-header--mobile-elisa-logo {
  background-image: url("//static.elisa.fi/components/elisa-navi/cognac/img/elisa-logo.png");
  background-size: 49px auto;
  background-repeat: no-repeat;
  background-position: 7px 15px;
  width: 80px;
  height: 43px;
  display: block;
  cursor: pointer;
}

html.myymalat .myymalat-header--mobile-logo-container {
  display: inline-block;
  width: 23%;
}

html.myymalat .myymalat-header--mobile-header-title-container {
  display: inline-block;
  width: 75%;
}

html.myymalat .myymalat-header--title-text {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-header--title-text {
    font-weight: 400;
    font-size: 22px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-header--title-text {
    font-weight: 400;
    font-size: 22px;
  }
}

html.myymalat .myymalat-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
}

html.myymalat .myymalat-footer--toggle-filters {
  background-color: #1d84ef !important;
  color: #f5f5f5 !important;
  font-family: Arial, sans-serif;
  font-size: 15px;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
  z-index: 10;
  top: 100%;
  margin-top: -45px;
  display: block;
  left: 0;
  margin-left: 0;
  width: 100%;
  background-color: white;
  padding: 0 0 0 15px;
  height: 45px;
  line-height: 45px;
  color: #585859;
  font-family: Arial;
  font-size: 18px;
  box-shadow: "0px 0px 5px 0px rgba(50, 50, 50, 0.35)";
  -moz-box-shadow: "0px 0px 5px 0px rgba(50, 50, 50, 0.35)";
  -webkit-box-shadow: "0px 0px 5px 0px rgba(50, 50, 50, 0.35)";
  -khtml-box-shadow: "0px 0px 5px 0px rgba(50, 50, 50, 0.35)";
  -o-box-shadow: "0px 0px 5px 0px rgba(50, 50, 50, 0.35)";
  -ms-box-shadow: "0px 0px 5px 0px rgba(50, 50, 50, 0.35)";
  cursor: pointer;
}

html.myymalat .myymalat-footer--toggle-filters:after {
  content: "›";
  padding-left: 0.4em;
}

html.myymalat .myymalat-footer .js-mobile-info-panel {
  display: none;
}

html.myymalat .myymalat-footer .js-mobile-info-panel__content {
  padding-top: 10px;
  padding-bottom: 10px;
}

html.myymalat .myymalat-footer .js-mobile-info-panel__cross-icon {
  cursor: pointer;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

html.myymalat .myymalat-footer .js-mobile-info-panel__cross-icon:before {
  content: "";
  position: relative;
  right: inherit;
  color: #0090f1;
  font-size: 3.2rem;
}

html.myymalat .myymalat-footer .js-mobile-info-panel__header {
  display: block;
  width: 100%;
  min-height: 160px;
}

html.myymalat .myymalat-footer .js-mobile-info-panel--mobile-shop-name {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
}

html.myymalat .myymalat-footer .js-mobile-info-panel--mobile-body-text {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel--left-block {
    width: 28%;
    display: inline-block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel--left-block {
    width: 28%;
    display: inline-block;
  }
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel--right-block {
    width: 70%;
    display: inline-block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel--right-block {
    width: 70%;
    display: inline-block;
  }
}

html.myymalat .myymalat-footer .js-mobile-info-panel__item--header {
  width: 100%;
}

html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--servicing-time-label {
  display: inline-block;
  width: 32%;
  text-align: left;
  margin: 2px;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--servicing-time-label {
    width: 26%;
    font-weight: 100;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--servicing-time-label {
    width: 26%;
    font-weight: 100;
  }
}

html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--servicing-time-details {
  display: inline-block;
  width: 60%;
  text-align: right;
  margin: 2px;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--servicing-time-details {
    width: 68%;
    font-weight: 100;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--servicing-time-details {
    width: 68%;
    font-weight: 100;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--servicing-time-details {
    text-align: left;
  }
}

html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--address-label {
  display: inline-block;
  width: 32%;
  text-align: left;
  margin: 2px;
  font-weight: 400;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--address-label {
    width: 26%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--address-label {
    width: 26%;
  }
}

html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--address-detail {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 2px;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--address-detail {
    width: 68%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--address-detail {
    width: 68%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-footer .js-mobile-info-panel__item--content--address-detail {
    text-align: left;
  }
}

html.myymalat .myymalat-footer .js-mobile-info-panel--img-height {
  height: 70px;
}

html.myymalat .myymalat-footer .js-mobile-info-panel--text-right-align {
  text-align: right;
}

html.myymalat .myymalat-footer .js-mobile-info-panel--text-left-align {
  text-align: left;
}

html.myymalat .myymalat-footer .js-mobile-info-panel--font-weight-bold {
  font-weight: bold;
}

html.myymalat .myymalat-footer .ea-accordion__element {
  padding: 0px;
}

html.myymalat .myymalat-footer .ea-accordion__header {
  width: 100% !important;
  height: initial;
}

html.myymalat .myymalat-footer .ea-accordion__header:before {
  line-height: 45px;
  color: #f5f5f5 !important;
}

html.myymalat .myymalat-footer .ea-accordion__content {
  padding-left: 12px;
  padding-right: 12px;
}

html.myymalat .myymalat-footer .ea-accordion__content .ea-button {
  margin-top: 10px;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-footer {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-footer {
    display: block;
  }
}

@media only screen and (min-width: 640px) {
  html.myymalat .myymalat-footer {
    display: none;
  }
}

html.myymalat .myymalat-mapview--map-canvas-wrapper {
  position: relative;
}

html.myymalat .myymalat-mapview--map-canvas-wrapper #map-canvas {
  height: 100%;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-mapview--map-canvas-wrapper {
    height: calc(100% - 186px);
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-mapview--map-canvas-wrapper {
    height: calc(100% - 186px);
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-mapview--map-canvas-wrapper {
    height: calc(100% - 151px);
  }
}

@media only screen and (min-width: 960px) {
  html.myymalat .myymalat-mapview--map-canvas-wrapper {
    height: calc(100% - 152px);
  }
}

html.myymalat .myymalat-mapview__map-list-toggle-container {
  display: block;
  top: 35px;
  padding-left: 20px;
  position: absolute;
  z-index: 10;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-mapview__map-list-toggle-container {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-mapview__map-list-toggle-container {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-mapview__map-list-toggle-container {
    top: 30px;
  }
}

html.myymalat .myymalat-mapview__info-panel {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: -500px;
  color: white;
  width: 23%;
  height: 100%;
  border-left: 2px solid #fff;
  overflow-y: auto;
  overflow-x: hidden;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

html.myymalat .myymalat-mapview__info-panel--slide-in {
  right: 0px;
  display: block;
}

html.myymalat .myymalat-mapview__info-panel--close-panel {
  position: relative;
  float: right;
  margin: 10px 10px 0 0;
  cursor: pointer;
  z-index: 1;
}

html.myymalat .myymalat-mapview__info-panel__header {
  position: relative;
  min-height: 10%;
  background: #ffffff;
}

html.myymalat .myymalat-mapview__info-panel__header--close-img {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 16px;
  cursor: pointer;
}

html.myymalat .myymalat-mapview__info-panel__header--category-img {
  width: 100%;
}

html.myymalat .myymalat-mapview__info-panel__content {
  height: 100%;
  background: #fff;
  color: #0019AF;
  padding: 5px 10px;
}

html.myymalat .myymalat-mapview__info-panel__content--shop-timing-label {
  display: inline-block;
  width: 45%;
  text-align: left;
  margin: 2px;
}

html.myymalat .myymalat-mapview__info-panel__content--shop-timing-details {
  display: inline-block;
  width: 45%;
  text-align: left;
  margin: 2px;
}

html.myymalat .myymalat-mapview__info-panel__content--info-link {
  color: #1d84ef;
}

html.myymalat .myymalat-mapview__info-panel__content--info-link:before {
  content: "›";
  padding-right: 10px;
}

html.myymalat .myymalat-mapview__info-panel__footer {
  position: relative;
  height: 25%;
  background: #e0e0e1;
  padding: 15px 20px;
}

html.myymalat .myymalat-mapview__info-panel--desktop {
  height: 100%;
  display: none;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-mapview__info-panel {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-mapview__info-panel {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-mapview__info-panel {
    width: 30%;
  }
}

html.myymalat .myymalat-listview__item--header {
  width: 100%;
}

html.myymalat .myymalat-listview__item--content--servicing-time-label {
  display: inline-block;
  width: 32%;
  text-align: left;
  margin: 2px;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-listview__item--content--servicing-time-label {
    width: 26%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-listview__item--content--servicing-time-label {
    width: 26%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-listview__item--content--servicing-time-label {
    font-weight: bold;
  }
}

@media only screen and (min-width: 960px) {
  html.myymalat .myymalat-listview__item--content--servicing-time-label {
    font-weight: bold;
  }
}

html.myymalat .myymalat-listview__item--content--servicing-time-details {
  display: inline-block;
  width: 60%;
  text-align: right;
  margin: 2px;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-listview__item--content--servicing-time-details {
    width: 68%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-listview__item--content--servicing-time-details {
    width: 68%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-listview__item--content--servicing-time-details {
    text-align: right;
  }
}

html.myymalat .myymalat-listview__item--content--address-label {
  display: inline-block;
  width: 32%;
  text-align: left;
  margin: 2px;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-listview__item--content--address-label {
    width: 26%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-listview__item--content--address-label {
    width: 26%;
  }
}

html.myymalat .myymalat-listview__item--content--address-detail {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 2px;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-listview__item--content--address-detail {
    width: 68%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-listview__item--content--address-detail {
    width: 68%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-listview__item--content--address-detail {
    text-align: left;
  }
}

html.myymalat .myymalat-listview__item--content--word-break {
  word-wrap: break-word;
}

html.myymalat .myymalat-listview--sticky-height {
  height: 100%;
  overflow: auto;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-listview--sticky-height {
    position: relative;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-listview--sticky-height {
    position: relative;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-listview--sticky-height {
    position: relative;
  }
}

html.myymalat .myymalat-listview .mobile-body-text {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

html.myymalat .myymalat-listview .mobile-list-img-height {
  height: 70px;
}

html.myymalat .myymalat-listview .list-item-pad-bottom {
  padding-bottom: 12px;
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  html.myymalat .myymalat-listview .list-item-pad-bottom {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-listview--mobile-list-item-left-block {
    width: 28%;
    display: inline-block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-listview--mobile-list-item-left-block {
    width: 28%;
    display: inline-block;
  }
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-listview--mobile-list-item-right-block {
    width: 70%;
    display: inline-block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-listview--mobile-list-item-right-block {
    width: 70%;
    display: inline-block;
  }
}

html.myymalat .myymalat-listview--text-right-align {
  text-align: right;
}

html.myymalat .myymalat-listview--text-left-align {
  text-align: left;
}

html.myymalat .myymalat-listview--font-weight {
  font-weight: 400 !important;
}

html.myymalat .myymalat-listview--desktop {
  display: none;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-listview--desktop {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-listview--desktop {
    display: none;
  }
}

@media only screen and (min-width: 640px) {
  html.myymalat .myymalat-listview--desktop {
    display: block;
  }
}

html.myymalat .myymalat-listview--mobile {
  display: none;
}

@media only screen and (max-width: 479px) {
  html.myymalat .myymalat-listview--mobile {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .myymalat-listview--mobile {
    display: block;
  }
}

@media only screen and (min-width: 640px) {
  html.myymalat .myymalat-listview--mobile {
    display: none;
  }
}

html.myymalat .myymalat-listview .zero-padding-bottom {
  padding-bottom: 0px !important;
}

html.myymalat .ui-autocomplete {
  z-index: 10001;
}

html.myymalat .pac-container {
  z-index: 10002;
}

html.myymalat .ui-menu {
  background-color: #fff;
  position: absolute !important;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: "Verlag-black", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
}

html.myymalat .ui-menu .ui-menu-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
  color: #000;
  font-family: "Verlag Bold", sans-serif;
  font-style: normal;
}

html.myymalat .ui-menu .ui-menu-item a {
  color: #000;
}

html.myymalat .ui-helper-hidden-accessible {
  display: none;
}

@media only screen and (max-width: 479px) {
  html.myymalat .elisa-navi__global-header {
    display: none;
  }

  html.myymalat .elisa-navi__header-placeholder {
    display: none;
  }

  html.myymalat .myymalat-opaque-background {
    opacity: 0.5;
    pointer-events: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  html.myymalat .elisa-navi__global-header {
    display: none;
  }

  html.myymalat .elisa-navi__header-placeholder {
    display: none;
  }

  html.myymalat .myymalat-opaque-background {
    opacity: 0.5;
    pointer-events: none;
  }
}

.ea-input__dropdown {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  color: #808081;
}

.no-padding {
  padding: 0px !important;
}

.dropdown-list {
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
}

.submit-button--hide {
  display: none;
}

.hide_response {
  display: none;
}

.dropdown--margin {
  margin-left: 0px !important;
}

.input__message--position {
  position: relative;
}

@media only screen and (min-width: 960px) {
  .popup_container {
    width: 700px;
    height: 500px;
    overflow: auto;
  }
}

.notification--right-padding {
  padding-right: 50px;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: #000;
}

.video-container .video-container--centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.video-container .video-container__close-link {
  display: block;
  position: fixed;
  z-index: 2000;
  right: 0;
  top: 0px;
  padding: 8px;
  background: #fff;
  text-align: center;
}

.video-container .video-container__close-link,
.video-container .video-container__close-link:hover {
  color: black !important;
}

.video-container .video-container__close-link .ea-icon,
.video-container .video-container__close-link .ea-checked-list li:before,
.ea-checked-list .video-container .video-container__close-link li:before,
.video-container .video-container__close-link .ea-rich-text--checked-ul ul li:before,
.ea-rich-text--checked-ul ul .video-container .video-container__close-link li:before,
.video-container .video-container__close-link .ea-accordion__header:before,
.video-container .video-container__close-link .ea-tabordion__acc-head a:after,
.ea-tabordion__acc-head .video-container .video-container__close-link a:after {
  vertical-align: middle;
}

.video-container .video-container__video-player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
}

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

.pidetaan-yhta-campaign {
  background: #252930;
}

.pidetaan-yhta-campaign a,
.pidetaan-yhta-campaign a:hover,
.pidetaan-yhta-campaign a:focus,
.pidetaan-yhta-campaign a:visited {
  color: white;
}

.pidetaan-yhta-campaign h1,
.pidetaan-yhta-campaign h2,
.pidetaan-yhta-campaign h3,
.pidetaan-yhta-campaign p {
  color: white;
}

.pidetaan-yhta-campaign .ea-fgrid__item--tablet-ratio-75 {
  height: 75vh;
  min-height: 320px;
}

.pidetaan-yhta-campaign .ea-fgrid__item--tablet-ratio-75 .ea-fluid-container__scaling-background-image img {
  max-height: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

@media only screen and (min-width: 640px) {
  .pidetaan-yhta-campaign .ea-fgrid__item--tablet-ratio-75 .ea-fluid-container__scaling-background-image img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    min-height: 600px;
  }
}

@media only screen and (min-width: 960px) {
  .pidetaan-yhta-campaign .ea-fgrid__item--tablet-ratio-75 .ea-fluid-container__scaling-background-image img {
    min-height: 750px;
  }
}

@media only screen and (min-width: 1280px) {
  .pidetaan-yhta-campaign .ea-fgrid__item--tablet-ratio-75 .ea-fluid-container__scaling-background-image img {
    min-height: 1000px;
    width: 100%;
    max-height: initial;
  }
}

.pidetaan-yhta-campaign .ea-button--transparent {
  border-color: white;
  text-align: center;
}

.pidetaan-yhta-campaign .fb-share-link {
  border-width: 0;
  z-index: 100000;
  text-align: center;
}

.pidetaan-yhta-campaign .fb-share-link .ea-icon,
.pidetaan-yhta-campaign .fb-share-link .ea-checked-list li:before,
.ea-checked-list .pidetaan-yhta-campaign .fb-share-link li:before,
.pidetaan-yhta-campaign .fb-share-link .ea-rich-text--checked-ul ul li:before,
.ea-rich-text--checked-ul ul .pidetaan-yhta-campaign .fb-share-link li:before,
.pidetaan-yhta-campaign .fb-share-link .ea-accordion__header:before,
.pidetaan-yhta-campaign .fb-share-link .ea-tabordion__acc-head a:after,
.ea-tabordion__acc-head .pidetaan-yhta-campaign .fb-share-link a:after {
  vertical-align: middle;
}

@media only screen and (min-width: 640px) {
  .pidetaan-yhta-campaign .fb-share-link {
    display: inline-block;
    float: right;
  }
}

.pidetaan-yhta-campaign .aseman-lapset-logo {
  max-width: 200px;
}

.pidetaan-yhta-campaign .quote {
  font-style: italic;
  text-align: center;
}

.pidetaan-yhta-campaign .ea-color-container--transparent-light-text a::after {
  border-width: none;
}

.pidetaan-yhta-campaign .ea-fluid-hero .ea-fluid-container__text {
  background-color: inherit;
}

.pidetaan-yhta-campaign .ea-philosophy {
  background-color: #22252b;
}

.pidetaan-yhta-campaign .start-video .ea-icon,
.pidetaan-yhta-campaign .start-video .ea-checked-list li:before,
.ea-checked-list .pidetaan-yhta-campaign .start-video li:before,
.pidetaan-yhta-campaign .start-video .ea-rich-text--checked-ul ul li:before,
.ea-rich-text--checked-ul ul .pidetaan-yhta-campaign .start-video li:before,
.pidetaan-yhta-campaign .start-video .ea-accordion__header:before,
.pidetaan-yhta-campaign .start-video .ea-tabordion__acc-head a:after,
.ea-tabordion__acc-head .pidetaan-yhta-campaign .start-video a:after {
  vertical-align: middle;
  padding-left: 3px;
}

.pidetaan-yhta-campaign .opinion-section,
.pidetaan-yhta-campaign .youth-says-section {
  background: url("/img/content/pidetaan-yhta/bg-desk-objects1.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 480px) {
  .pidetaan-yhta-campaign .opinion-section,
  .pidetaan-yhta-campaign .youth-says-section {
    background-size: 100%;
  }
}

.pidetaan-yhta-campaign .opinion-section .ea-button,
.pidetaan-yhta-campaign .youth-says-section .ea-button {
  width: 90%;
}

.pidetaan-yhta-campaign .youth-says-section {
  background: url("/img/content/pidetaan-yhta/bg-desk-objects2.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 480px) {
  .pidetaan-yhta-campaign .youth-says-section {
    background-size: 100%;
  }
}

.pidetaan-yhta-campaign .ea-category-menu {
  background: #22252b;
}

.pidetaan-yhta-campaign .aseman-lapset-section {
  background: #1a1e23;
}

.pidetaan-yhta-campaign .some-section {
  position: relative;
}

.pidetaan-yhta-campaign .some-section__article {
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .pidetaan-yhta-campaign .some-section__article {
    text-align: left;
  }
}