/*
 * Use this on the outer wrapper of page-level elements.
 * It ensures consistent spacing between elements on the page.
 */
/*
 * General Mixins (put specific ones in component files where applicable)
*/
.devish .page,
.dev .page {
  background-image: url(../images/d/me.png);
}
[dir="rtl"] .devish .page, [dir="rtl"]
.dev .page {
  background-image: url(../images/d/mh.png);
}

.biu-logo__img {
  width: 175px;
}
[dir=rtl] .biu-logo__img {
  width: 144px;
}

@media (min-width: 1036px) {
  .devish .page,
  .dev .page {
    background-image: url(../images/d/fe.png);
    background-position-x: calc(50% + -262px);
    background-position-y: 0;
    background-size: 1366px;
  }
  [dir="rtl"] .devish .page, [dir="rtl"]
  .dev .page {
    background-image: url(../images/d/fh.png);
    background-position-x: calc(50% + 253px);
    background-position-y: 0;
  }
  .devish .biu-logo::before,
  .dev .biu-logo::before {
    bottom: 17px;
  }
  [dir="rtl"] .devish .biu-logo::before, [dir="rtl"]
  .dev .biu-logo::before {
    bottom: 18px;
  }

  .page-biu-logo {
    top: 9px;
  }
  [dir="rtl"] .page-biu-logo {
    top: -5px;
  }

  .page-site-name {
    bottom: 23px;
    width: auto;
  }
  [dir=rtl] .page-site-name {
    bottom: 22px;
  }

  .biu-logo__img {
    width: 170px;
  }
  [dir=rtl] .biu-logo__img {
    width: 259px;
  }
}
.hover-focus:hover {
  outline: var(--light-blue) solid 2px;
  box-shadow: 0 2px 24px 3px rgba(0, 40, 15, 0.15);
  display: inline-block;
}

@media (max-width: 830px) {
  .tabs-a11y {
    padding: 0 !important;
  }

  [role="tablist"] [aria-selected] {
    padding: 0.5rem !important;
  }

  .audience-wrapper fieldset {
    padding: 0;
  }

  .multi-date-range-picker {
    flex-direction: column;
  }
  .multi-date-range-picker div.Mg-0_5.PdT-1_25 {
    text-align: center;
  }

  .year-selection__label {
    line-height: 1.5;
    padding: 0 0.5rem;
  }

  [role="tablist"] [aria-selected] {
    padding: 0.5rem !important;
  }
}
.computed-result__body {
  padding: 0 1rem;
}

@media (min-width: 300px) {
  padding: 0 1rem !important;
}

/*# sourceMappingURL=dolev21_sub.css.map */
