@charset "UTF-8";
/*
 * 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)
*/
.is-invisible,
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.is-invisible.focusable:active,
.is-invisible.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

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

.text-align-justify {
  text-align: justify;
}

.text-align-start {
  text-align: start;
}

.text-align-end {
  text-align: end;
}

.flip {
  transform: rotate(180deg);
}

.float {
  float: left;
}

[dir=rtl] .float {
  float: right;
}

.float-none {
  float: none !important;
}

[dir="rtl"] .flip-rtl {
  transform: rotate(180deg);
}

.float-flipped {
  float: right;
}

[dir=rtl] .float-flipped {
  float: left;
}

.std-float {
  float: left;
  margin-right: 12px;
}

[dir=rtl] .std-float {
  float: right;
}

[dir=rtl] .std-float {
  margin-right: 0;
  margin-left: 12px;
}

.std-float-flipped {
  float: right;
  margin-left: 12px;
}

[dir=rtl] .std-float-flipped {
  float: left;
}

[dir=rtl] .std-float-flipped {
  margin-left: 0;
  margin-right: 12px;
}

.align-left {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.align-right {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.flex-align-center {
  justify-content: center;
}

.flex-align-vertical {
  align-items: center;
}

.flex-align-both {
  align-items: center;
  display: flex;
  justify-content: center;
}

.text-decoration-none {
  text-decoration: none;
}

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

.text-decoration-none a:active, .text-decoration-none a:hover, .text-decoration-none a:focus {
  text-decoration: underline;
}

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

.opacity-0_5 {
  opacity: 0.5;
}

.nowrap {
  white-space: nowrap;
}

html.js .js-hide {
  display: none;
}

.is-hidden,
.element-hidden {
  display: none !important;
}

[lang=he] .is-shown-in-hebrew {
  display: block !important;
}

[lang=en] .is-shown-in-english {
  display: block !important;
}

.no-bullets {
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

li.bullet-before {
  position: relative;
}

.bullet-before a {
  padding-left: 14px;
  background: no-repeat 3px 50%;
  display: block;
  position: relative;
}

.align {
  text-align: left;
  text-align: start;
}

[dir=rtl] .align {
  text-align: right;
}

.align-flipped {
  text-align: right;
  text-align: end;
}

[dir=rtl] .align-flipped {
  text-align: left;
}

.std-float {
  float: left;
  margin-right: 12px;
}

[dir=rtl] .std-float {
  float: right;
}

[dir=rtl] .std-float {
  margin-right: 0;
  margin-left: 12px;
}

.text-centered,
.align-center {
  text-align: center;
}

.cleared {
  clear: both;
}

.overflow-visible {
  overflow: visible;
}

.ir {
  text-indent: -119988px;
  overflow: hidden;
  text-align: start;
  display: inline-block;
  border: none;
}

.btn-reset,
.btn-styled {
  border: none;
  background-color: transparent;
}

.absolute {
  position: absolute !important;
}

.relative,
.positioned {
  position: relative;
}

.embd-ifr {
  max-width: 100%;
  border: 0;
  overflow: hidden;
}

.ltr,
.ltr * {
  direction: ltr;
}

.ltr .rtl,
.ltr .rtl *,
.ltr * .rtl,
.ltr * .rtl * {
  direction: rtl;
}

.rtl,
.rtl * {
  direction: rtl;
}

.rtl .ltr,
.rtl .ltr *,
.rtl * .ltr,
.rtl * .ltr * {
  direction: ltr;
}

.debug,
.biu_debug {
  outline: 2px dotted red !important;
  background-color: aqua !important;
  color: gold !important;
}

.debug2 {
  outline: 2px dashed darkblue !important;
  background-color: pink !important;
  color: red !important;
}

.debug3 {
  outline: 2px dashed fuchsia !important;
  background-color: #8ef854 !important;
  color: darkblue !important;
}

.node--unpublished {
  background-color: #fff4f4;
}

.node--unpublished::before {
  content: 'שימו לב: תוכן זה נמצא כעת במצב "לא פורסם" ואינו גלוי לעיני המבקרים באתר!';
  color: red;
  font-weight: bold;
  line-height: 2.2;
}

.zebra tr {
  border-bottom: 1px solid #ccc !important;
}

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

.item-list .list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-list .list-reset li {
  list-style: none;
}

.inline {
  display: inline;
}

.b,
.bold {
  font-weight: bold;
}

.i,
.italic {
  font-style: italic;
}

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

.border-none {
  border: none;
}

.border-1 {
  border: 1px solid;
}

.border-2 {
  border: 2px solid;
}

.border-dark {
  border-color: var(--biu-green);
}

.border-color-jungle {
  border-color: var(--jungle-green);
}

.u-table {
  display: table;
}

.u-tr {
  display: table-row;
}

.u-td,
.td {
  display: table-cell;
}

.d-block,
.display-block {
  display: block !important;
}

.inb,
.inline-bl,
.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

@media (min-width: 1280px) {
  .flex-lg-up {
    display: flex;
  }
}

@media (min-width: 1036px) {
  .flex-md-up {
    display: flex;
  }
  .flex-row-reverse-md-up.flex-row-reverse-md-up {
    flex-direction: row-reverse;
  }
}

@media (max-width: 1035px) {
  .flex-sm-down {
    display: flex;
  }
}

.flex-forced {
  display: flex !important;
}

.flex-forced.is-hidden {
  display: none !important;
}

.flex-1 {
  flex: 1;
}

.flex-grow {
  flex-grow: 1;
}

.flex-row-reverse.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-row {
  flex-direction: row;
}

.justify-content-end {
  justify-content: flex-end;
}

.Mg-0 {
  margin: 0 !important;
}

.Mg-0_5.Mg-0_5 {
  margin: 0.5rem;
}

.MgT-0 {
  margin-top: 0;
}

.MgT-0_15 {
  margin-top: 0.15rem;
}

.MgT-0_375,
.MgT-0_375.MgT-0_375 {
  margin-top: 0.375rem;
}

.MgT-1 {
  margin-top: 1rem;
}

.MgT-1_5 {
  margin-top: 1.5rem;
}

.MgT-2 {
  margin-top: 2rem;
}

.MgT-2_5 {
  margin-top: 2.5rem;
}

.MgT-3 {
  margin-top: 3rem;
}

.MgT-4 {
  margin-top: 4rem;
}

.MgBtm-0,
.MgB-0 {
  margin-bottom: 0 !important;
}

.MgB-0_5,
.MgB-0-5 {
  margin-bottom: 0.5rem;
}

.MgB-0_75,
.MgB-0-75 {
  margin-bottom: 0.75rem;
}

.MgB-1 {
  margin-bottom: 1rem;
}

.MgB-1_5,
.MgB-1-5 {
  margin-bottom: 1.5rem;
}

.MgBtm,
.MgB-2 {
  margin-bottom: 2rem;
}

.MgB-2_5,
.MgB-2-5 {
  margin-bottom: 2.5rem;
}

.MgB-3 {
  margin-bottom: 3rem;
}

.MgB-4 {
  margin-bottom: 4rem;
}

.MgB-7 {
  margin-bottom: 7rem;
}

.MgB-minus-05 {
  margin-bottom: -0.5rem;
}

.MgLR-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (max-width: 1035px) {
  .MgB-2-sm-down {
    margin-bottom: 2rem;
  }
}

.Pd-0 {
  padding: 0;
}

.Pd-1 {
  padding: 1rem !important;
}

.Pd-1_5 {
  padding: 1.5rem !important;
}

.PdB-0 {
  padding-bottom: 0;
}

.PdB-0_5.PdB-0_5 {
  padding-bottom: 0.5rem;
}

.PdB-1_5 {
  padding-bottom: 1.5rem;
}

.PdT-1 {
  padding-top: 1rem;
}

.PdT-1_25 {
  padding-top: 1.25rem;
}

.PdT-1_5 {
  padding-top: 1.5rem;
}

.PdT-2 {
  padding-top: 2rem;
}

.PdT-2_6 {
  padding-top: 2.6rem;
}

.W-auto {
  width: auto;
}

.w-25p {
  width: 25%;
}

.H-auto.H-auto {
  height: auto;
}

.arrow-after:after {
  content: url(/National_Library/oe_/https://dean.biu.ac.il/themes/dolev21/images/arrow-more-green.svg);
  display: inline-block;
  margin-left: 6px;
  width: .4rem;
  height: 1.133rem;
}

[dir=rtl] .arrow-after:after {
  content: url(/National_Library/oe_/https://dean.biu.ac.il/themes/dolev21/images/arrow-more-green-rtl.svg);
  margin-left: 0;
  margin-right: 6px;
}

.arrow-after-trig:after {
  content: "";
  height: 0;
  width: 0;
  border: 0.41rem solid transparent;
  border-left-color: var(--body-text);
  display: inline-block;
  margin-left: 0.75rem;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a.is-h-parent:hover {
  text-decoration: none;
}

.FSz-6,
.FS-0_75 {
  font-size: 0.75rem;
}

.FS-0_875 {
  font-size: 0.875rem;
}

.FS-1 {
  font-size: 1rem;
}

.FS-1_125 {
  font-size: 1.125rem;
}

.FS-1_25 {
  font-size: 1.25rem;
}

.FS-1_5 {
  font-size: 1.5rem;
}

.FS-1_75 {
  font-size: 1.5rem;
}

.FS-2 {
  font-size: 2rem;
}

.FS-2_5 {
  font-size: 1.5rem;
}

.FS-3 {
  font-size: 3rem;
}

.FS-16 {
  font-size: 16px;
}

.FS-20 {
  font-size: 20px;
}

.color-body-txt,
.color-body-txt a {
  color: var(--body-text);
}

.color-hover-body-txt:hover {
  color: var(--body-text);
}

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

.color-sky-blue,
.color-tiffany-blue {
  color: var(--tiffany-blue);
}

.u-orange {
  color: var(--bar-ilan-green);
}

.u-orange-dark,
.u-orange-intense {
  color: var(--bar-ilan-green);
}

.fa:active {
  text-decoration: none;
}

.fa-1_25x {
  font-size: 1.25rem !important;
}

.fa-1_5x {
  font-size: 1.5rem !important;
}

.fa-1_75x {
  font-size: 1.75rem !important;
}

.strech,
.full-width {
  width: 100%;
}

.width-col-4 {
  width: 33.33333333%;
}

.width-col-8 {
  width: 66.66666666%;
}

.width-col-6 {
  width: 50%;
}

@media (max-width: 1035px) {
  .width-col-4-sm-down {
    width: 33.33333333%;
  }
  .width-col-8-sm-down {
    width: 66.66666666%;
  }
  .width-col-6-sm-down {
    width: 50%;
  }
}

@media (min-width: 1036px) {
  .width-col-4-md-up {
    width: 33.33333333%;
  }
  .width-col-8-md-up {
    width: 66.66666666%;
  }
  .width-col-6-md-up {
    width: 50%;
  }
}

.width-3rem {
  width: 3rem;
}

.width-6rem {
  width: 6rem;
}

.width-9rem {
  width: 9rem;
}

.width-12rem {
  width: 12rem;
}

.width-15rem {
  width: 15rem;
}

.width-20rem {
  width: 20rem;
}

.width-25rem {
  width: 25rem;
}

.width-30rem {
  width: 30rem;
}

.width-36rem {
  width: 36rem;
}

.width-42rem {
  width: 42rem;
}

.width-45rem {
  width: 45rem;
}

.print_txt {
  text-indent: -999px;
  display: inline-block;
  text-align: right;
}

table.dui-gray-header th {
  color: #fff;
  background-color: var(--light-gray);
  padding: 7.2px;
  border-color: #eee;
  border-bottom: 0;
}

.is-active > a {
  font-weight: bold;
}

@media (min-width: 1036px) {
  .is-invisible-md-up {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
  }
  .is-hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 421px) {
  .is-hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 1035px) {
  .is-hidden-sm-down {
    display: none !important;
  }
  .is-invisible-sm-down {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
  .is-invisible-sm-down.is-active {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto;
  }
}

.block-centered {
  margin-left: auto;
  margin-right: auto;
}

.center-vertically {
  align-items: center;
  display: flex;
}

.border-top-bottom {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}

.border-top {
  border-top: 1px solid #e0e0e0;
}

.LH-1,
.line-height-1 {
  line-height: 1;
}

.line-height-1_33 {
  line-height: 1.33;
}

.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  position: relative;
}

.aspect-ratio-box__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle {
  border-radius: 50% !important;
}

.ring {
  border: 1px solid;
  border-radius: 50% !important;
}

.bg-none {
  background: none;
}

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

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

.bg-lightgray {
  background-color: var(--light-gray);
}

.bg-light {
  background-color: var(--pale-green);
}

.bg-light * {
  color: var(--body-text);
}

.bg-dark {
  background-color: var(--jungle-green);
  color: #fff;
}

.bg-dark * {
  color: #fff;
}

.bg-medium1 {
  background-color: var(--bluish);
  color: #fff;
}

.bg-medium1 h2, .bg-medium1 h3, .bg-medium1 h4, .bg-medium1 h5, .bg-medium1 h6, .bg-medium1 p, .bg-medium1 a {
  color: #fff;
}

.bg-medium2 {
  background-color: var(--pale-green);
}

.bg-medium2 a, .bg-medium2 h2, .bg-medium2 h3, .bg-medium2 h4, .bg-medium2 h5, .bg-medium2 h6, .bg-medium2 p {
  color: var(--body-text);
}

.bg-light-blue,
.bg-medium3 {
  background-color: var(--tiffany-blue);
}

.bg-light-blue a, .bg-light-blue h2, .bg-light-blue h3, .bg-light-blue h4, .bg-light-blue h5, .bg-light-blue h6, .bg-light-blue p,
.bg-medium3 a,
.bg-medium3 h2,
.bg-medium3 h3,
.bg-medium3 h4,
.bg-medium3 h5,
.bg-medium3 h6,
.bg-medium3 p {
  color: var(--body-text);
}

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

.color-lighter {
  font-weight: normal !important;
  text-decoration: none !important;
}

.sep--short {
  width: 2rem;
  text-align: start;
  margin: 1rem 0;
  border-top: 1px;
  border-color: var(--bar-ilan-green);
}

.word-break-word {
  word-break: break-word;
}

.word-break-word a {
  word-break: break-word;
}

.word-break-word a[href*="mailto"] {
  word-break: normal;
}

.column-count-3 {
  -moz-column-count: 3;
       column-count: 3;
}

@media screen and (min-width: 600px) {
  .column-count-3-sm-up {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media screen and (min-width: 320px) and (max-width: 600px) {
  .column-count-2-sm-down {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.table-wider {
  margin-right: -200px;
  max-width: initial !important;
}

[dir=rtl] .table-wider {
  margin-left: -200px;
  margin-right: 0;
}

.table-wider a {
  word-break: break-word;
}

.table-wider a[href*="mailto"] {
  word-break: normal;
}

.bottom-20 {
  bottom: 20px;
}

.start-3 {
  left: 3px;
}

[dir=rtl] .start-3 {
  left: auto;
  right: 3px;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-normal .field__label {
  font-weight: normal;
}

.mix-blend-mode--normal {
  mix-blend-mode: normal;
}

.mix-blend-mode--multiply {
  mix-blend-mode: multiply;
}

.mix-blend-mode--screen {
  mix-blend-mode: screen;
}

.mix-blend-mode--overlay {
  mix-blend-mode: overlay;
}

.mix-blend-mode--darken {
  mix-blend-mode: darken;
}

.mix-blend-mode--lighten {
  mix-blend-mode: lighten;
}

.mix-blend-mode--color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-mode--color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-mode--difference {
  mix-blend-mode: difference;
}

.mix-blend-mode--exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-mode--hue {
  mix-blend-mode: hue;
}

.mix-blend-mode--saturation {
  mix-blend-mode: saturation;
}

.mix-blend-mode--color {
  mix-blend-mode: color;
}

.mix-blend-mode--luminosity {
  mix-blend-mode: luminosity;
}

/**
 * Outline all classes.
 */


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