:root {
  --primary: #2E74B5;
  --shoresh-blue: #004181;
  --shoresh-dark-blue: #012f5c;
  --shoresh-grey: #535861;
  --dark-red: #af3843;
  --light-grey: #d4d5d7;
  --very-light-grey: #edeeef;
  font-size: 16px; 
}

::-webkit-input-placeholder {
  color: black !important;
  opacity: 1;
}

::-moz-placeholder {
  color: black !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: black !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: black !important;
  opacity: 1;
}

::placeholder {
  color: black !important;
  opacity: 1;
}

:lang(heb) {
  font-family: 'Rubik', sans-serif;
}

:lang(en) {
  font-family: 'Asap', sans-serif !important;
}


@font-face {
  font-family: "toolkit-entypo";
  src: url("../fonts/toolkit-entypo.eot");
  src: url("../fonts/toolkit-entypo.eot?#iefix") format("eot"), url("../fonts/toolkit-entypo.woff2") format("woff2"), url("../fonts/toolkit-entypo.woff") format("woff"), url("../fonts/toolkit-entypo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; 
}

#topBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 40px; /* Place the button at the bottom of the page */
  right: 60px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #edeeef; /* Set a background color */
  color: var(--shoresh-blue); /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 20px; /* Increase font size */
  width: 60px;
  height: 60px;
  opacity: 90%;
}

#topBtn:hover {
  background-color: #d4d5d7; /* Add a dark-grey background on hover */
}

body {
	color: var(--shoresh-grey);
    overflow-x:hidden; /*! Disables horizontal scrolling */
	overflow-y:scroll; /*! Keeps vertical scrolbar even when not needed (prevents everything from moving around on shorter pages) */
}

a, .a {
  color: var(--shoresh-blue);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--shoresh-dark-blue);
  text-decoration: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  /*font-family: 'Asap', sans-serif;*/
}

label.text-muted{
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin-top: 0;
  padding-top: 0;
}

select {
  font-size: 0.9rem !important;	
}

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

.accessibility-btn-bottom{
	position: absolute;
	top: 3.5rem;
	right:30px;
	width:12rem;
	height:5rem;
	padding:5px;
	border-radius: 0.2rem !important;
	background: var(--very-light-grey);
}

.accessibility-btn-bottom-heb{
	position: absolute;
	top: 3.5rem;
	left:30px;
	width:12rem;
	height:5rem;
	padding:5px;
	border-radius: 0.2rem !important;
	background: var(--very-light-grey);
}

.alert-info {
  color: #26292f;
  background-color: #d4d5d7;
  border-color: #d4d5d7;
  opacity: 0.95;
}

.anchor-padding-100{
  padding-top: 100px;
  margin-top: -100px;
}

.anchor-padding-110{
  padding-top: 110px;
  margin-top: -110px;
}

.anchor-padding-120{
  padding-top: 120px;
  margin-top: -120px;
}

.anchor-padding-130{
  padding-top: 130px;
  margin-top: -130px;
}

.anchor-padding-140{
  padding-top: 140px;
  margin-top: -140px;
}

.anchor-padding-150{
  padding-top: 150px;
  margin-top: -150px;
}

.anchor-padding-160{
  padding-top: 160px;
  margin-top: -160px;
}

.bg-sblue {
  background-color: var(--shoresh-blue);
}

.bg-l-sblue {
  background-color: #2a6e99;
}

.bg-sgrey {
  background-color: var(--shoresh-grey);
}

.bg-ldark {
  background-color: #0b0b1a !important;
}

.bg-light-blue {
  background-color: #bfd2e6 !important;
}

.bg-light-grey {
  background-color: #d4d5d7 !important;
}

.bg-very-light-grey {
  background-color: #edeeef !important;
}

.bg-none {
  background-color: transparent !important;
}

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

.block-fill-height {
  /* display: table; */
  width: 100%;
  /* min-height: 750px; */
  height: 75vh !important;}

.border {
  border: 1px solid var(--shoresh-blue) !important;
}

.border-grey {
  border: 1px solid var(--shoresh-grey) !important;
}

.border-white {
  border: 1px solid white !important;
}


.border-top {
  border-top: 1px solid var(--shoresh-blue) !important;
}

.border-right {
  border-right: 1px solid var(--shoresh-blue) !important;
}

.border-grey-right {
  border-right: 1px solid var(--shoresh-grey) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--shoresh-blue) !important;
}

.border-bottom-2 {
  border-bottom: 2px solid var(--shoresh-blue) !important;
}

.border-bottom-3 {
  border-bottom: 3px solid var(--shoresh-blue) !important;
}

.border-bottom-4 {
  border-bottom: 4px solid var(--shoresh-blue) !important;
}

.border-bottom-5 {
  border-bottom: 5px solid var(--shoresh-blue) !important;
}

.border-left {
  border-left: 1px solid var(--shoresh-blue) !important;
}

.border-rounded {
  border-radius: 0.25rem !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: var(--shoresh-blue);
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: var(--shoresh-blue) !important;
}
 
.btn-primary {
  color: #fff;
  background-color: #2E74B5;
  border-color: #2E74B5;
}

.btn-primary:hover {
  color: #fff;
  background-color: #255d91;
  border-color: #255d91;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #255d91;
  border-color: #255d91;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #af3843;
  border-color: #af3843;
}

.btn-danger:hover {
  color: #fff;
  background-color: #831b25;
  border-color: #6f1820;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light-grey {
  color: #343a40;
  background-color: #edeeef;
  border-color: #edeeef;
}

.btn-light-grey:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #5a6268;
}

.btn-light-grey:focus, .btn-light-grey.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #5a6268;
  box-shadow: 0 0 0 0.2rem rgba(90, 98, 104, 0.5);
}

.btn-light-grey:not(:disabled):not(.disabled):active, .btn-light-grey:not(:disabled):not(.disabled).active,
.show > .btn-light-grey.dropdown-toggle {
  color: #fff;
  background-color: #5a6268;
  border-color: #5a6268;
}

.carousel-height {
  height: 750px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='grey' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='grey' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--shoresh-grey);
  background-clip: padding-box;
  border-radius: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

.close {
  float: right;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close-heb {
  float: left;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  border:none;
}

.download {
  float: left;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1;
  /* color: #000; */
  /* text-shadow: 0 1px 0 #fff; */
  opacity: .5;
  border:none;
}

.download-heb {
  float: right;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  border:none;
}

.content-holder{
  display:inline-block;
  vertical-align:middle;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}

.custom-select-heb {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-control-label-heb::before {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label-heb::after {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.download-pub {
  float: right;
}

.download-pub-heb {
  float: left;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--shoresh-blue);
}

.menu-heb {
  position: relative;
  top: 100%;
  right: 0 !important;
  left: auto !important;
  z-index: 100000;
  display: none;
  float: right !important;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: right !important;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}

.fab {
    font-family: 'Font Awesome 5 Brands' !important;
    font-weight: 400;
}

.fill-height {
  position: static;
  top:0px;
  display: table;
  width: 100%;
  height: 78vh; 
}

.fill-height-center {
  position: relative;
  top: 50%;
  transform: translate(0%, 40%);
  width: 100%;
  height: 78vh; 
}

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

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

.carousel-item-height {
  height:580px;
}

.icon:before {
  position: relative;
  top: 7px;
  vertical-align:center;
  display: inline-block;
  font-family: "toolkit-entypo";
  speak: none;
  font-size: 140%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mail:before {
  content: "\EAF1"; }
  
.icon-facebook:before {
  content: "\EA9A"; }
  
.icon-youtube:before {
  content: "\EB9D"; }

.impact-logo{
  display:inline-block;
  margin-right:30px;  
  vertical-align:middle;
  width: 80px;
}

.impact-logo-heb{
  display:inline-block;
  margin-left:30px;  
  vertical-align:middle;
  width: 80px;
}

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

.line-height-single{
  line-height: 1;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.8);
}

.opacity-5 {
  opacity: 0.5;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 20000;
}

.overlay-transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
}

.overlay-card {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 1rem;
  color: var(--shoresh-grey);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  width: 90%;
  max-width: 800px;
  max-height: 80%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.overlay-alert {
  position: fixed;
  top: 30%;
  left: 50%;
  font-size: 1rem;
  color: var(--shoresh-grey);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  width: 500px;
  max-width: 80%;
  max-height: 80%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.pointer:hover {
  cursor: pointer;
}

.profile-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 2;
  cursor: pointer;  
}

.publication-icon{
  display:inline-block;
  margin-top:5px;
  margin-bottom:auto;
  width: 90px;
  margin-right:10px;
  margin-left:5px;
}

.publication-icon-heb{
  display:inline-block;
  margin-top:5px;
  margin-bottom:auto;
  width: 90px;
  margin-left:10px;
  margin-right:5px;
}

.regular-link-style {
  color: var(--shoresh-blue) !important;
}

.search-btn-bottom {
	position: absolute;
	top: 3.5rem;
	right:130px;
	width:270px;
	height:2.5rem;
	padding:5px;
	border-radius: 0.2rem !important;
	background: var(--very-light-grey);
    /*font-family: 'Asap', sans-serif;*/
}

.search-btn-bottom-heb {
	position: absolute;
	top: 3.5rem;
	left:130px;
	width:270px;
	height:2.5rem;
	padding:5px;
	border-radius: 0.2rem !important;
	background: var(--very-light-grey);
    /*font-family: 'Asap', sans-serif;*/
}

.search-input {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;  
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 1.9rem !important;
}

.shoresh-blue {
  color: var(--shoresh-blue);
}

.shoresh-grey {
  color: var(--shoresh-grey);
}

.shoresh-red {
	color: var(--dark-red);
}

.shoresh-rounded-xl {
  border-radius: 0.6rem !important;
}

.subscribe-btn-bottom {
	position: absolute;
	top: 3.5rem;
	right:70px;
	width:280px;
	height:21rem;
	padding:5px;
	border-radius: 0.2rem !important;
	background: var(--very-light-grey);
    /*font-family: 'Asap', sans-serif;*/
}

.subscribe-btn-bottom-heb {
	position: absolute;
	top: 3.5rem;
	left:70px;
	width:280px;
	height:21rem;
	padding:5px;
	border-radius: 0.2rem !important;
	background: var(--very-light-grey);
    /*font-family: 'Asap', sans-serif;*/
}

.subscribe-btn-mobile {
	position: fixed;
	top: 50%;
	left: 50%;
	width:280px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	padding:5px;
	border-radius: 0.2rem !important;
	background: var(--light-grey);
    /*font-family: 'Asap', sans-serif;*/
	color: var(--shoresh-blue);
}

.text-85{
	font-size:0.85rem !important;
}

.text-110 {
  font-size: 110%;
  line-height: 1.2;
}

.text-120 {
  font-size: 120%;
  line-height: 1.2;
}

.text-130 {
  font-size: 130%;
  line-height: 1.2;
}

.text-140 {
  font-size: 140%;
  line-height: 1.2;
}

.text-160 {
  font-size: 160%;
}

.text-cta {
  font-size: 1.25rem;
  color: white;
}

.text-cta:hover {
  font-size: 1.25rem;
  color: white;
}

.text-sblue {
  color: var(--shoresh-blue);
}

.text-grey {
  color: var(--shoresh-grey);
}

.text-grey-hover:hover {
  color: var(--shoresh-grey);
}

.text-light-grey {
  color: #d4d5d7;
}

.text-quoteDesc {
  font-size: 0.8rem;
}

.text-footer{
	font-size:0.8rem;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  font-family: inherit;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;

}

.tooltip-inner {
  max-width: 300px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: var(--shoresh-blue);
  border-radius: 0.25rem;
}

.w-90 {
  width: 90% !important;
}

@media (min-width: 768px) {
	.w-md-50 {
		width: 50% !important;
	}
	
	.w-md-75 {
		width: 75% !important;
	}
}

/*Full size display (for menu purposes)*/
@media (min-width: 1100px) {
   .top-row {
	 height: 71.5px;
	 background-color: var(--shoresh-blue);
  }
	
  .d-fs-none {
    display: none !important;
  }

  .d-fs-inline {
    display: inline !important;
  }

  .d-fs-inline-block {
    display: inline-block !important;
  }

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

  .d-fs-table {
    display: table !important;
  }

  .d-fs-table-row {
    display: table-row !important;
  }

  .d-fs-table-cell {
    display: table-cell !important;
  }

  .d-fs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-fs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  
  .navbar-expand-fs {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-fs .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-fs .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-fs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-fs > .container,
  .navbar-expand-fs > .container-fluid, .navbar-expand-fs > .container-sm, .navbar-expand-fs > .container-md, .navbar-expand-fs > .container-lg, .navbar-expand-fs > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-fs .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-fs .navbar-toggler {
    display: none;
  }

  .navbar-light .navbar-nav .nav-link.active {
  color: var(--shoresh-grey);
  border-bottom: solid ;
  border-color: var(--shoresh-blue);
}

  .navbar-light .navbar-nav  .nav-link {
  border-bottom: solid ;
  border-color: white;
  
}

  .navbar-light .navbar-nav .nav-link.active-invert {
  border-bottom: solid ;
  border-color: white;
}

  .navbar-light .navbar-nav .nav-link.active-red {
  border-bottom: solid ;
  border-color: var(--danger);
}

  .shoresh-logo-size {
	height: 70px !important;
  }

  .border-lg-grey-right {
    border-right: 1px solid var(--shoresh-grey) !important;
  }

  .border-lg-blue-right {
    border-right: 1px solid var(--shoresh-blue) !important;
  }

  .border-lg-blue-left {
    border-left: 1px solid var(--shoresh-blue) !important;
  }
  
  .w-lg-50 {
    width: 50% !important;
  } 
  
  .w-lg-75 {
    width: 75% !important;
  }

}

@media (max-width: 1099.98px) {
  .top-row {
    height: 52.5px;
    background-color: var(--shoresh-blue);
  }

  .nav-link {
    display: inline-block;
    padding: 0.5rem 1rem;
  }

  .nav-link-heb {
    display: inline-block;
    padding: 0.5rem 1rem;
  }

  .nav-link-heb:hover, .nav-link-heb:focus {
    text-decoration: none;
  }

  .nav-link-heb.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }

  .shoresh-logo-size {
    height: 35px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-light .navbar-nav  .nav-link {
    color: var(--shoresh-grey);
    border-left: solid ;
    padding: 10px;
    border-color: var(--very-light-grey);
  }

  .navbar-light .navbar-nav  .nav-link-heb {
    color: var(--shoresh-grey);
    border-right: solid ;
    padding: 10px;
    border-color: var(--very-light-grey);
  }
  
  .no-status{
    color: var(--shoresh-grey);
    border-left: none !important;
  }

  .navbar-light .navbar-nav .nav-link.active {
    color: var(--shoresh-grey);
    border-left: solid ;
    padding: 10px;
    border-color: var(--shoresh-blue);
  }

  .navbar-light .navbar-nav .nav-link.active-invert {
    border-left: solid ;
    padding: 10px;
    border-color: var(--shoresh-blue);
  }

  .navbar-light .navbar-nav .nav-link-heb.active {
    color: var(--shoresh-grey);
    border-right: solid ;
    padding: 10px;
    border-color: var(--shoresh-blue);
  }

  .navbar-light .navbar-nav .nav-link-heb.active-invert {
    border-right: solid ;
    padding: 10px;
    border-color: var(--shoresh-blue);
  }
  
  .bg-sm-light-grey {
    background-color: #d4d5d7 !important;
  }

  .bg-sm-very-light-grey {
    background-color: #edeeef !important;
  }

  .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 200000;
    display: none;
    float: left;
    max-width: 18rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
}
	

@media (min-width: 992px) {
  .bg-lg-sblue {
    background-color: var(--shoresh-blue);
  }

  .text-lg-white {
    color: #fff !important;
  }

  .text-lg-blue {
    color: var(--shoresh-blue) !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }
  
  .input-lg-w-32{
    width: 32.3%;
  }

  .border-bottom-lg-none {
    border-bottom: none !important;
  }
}


@media (max-width: 991.98px) {
body {
font-size:0.85rem;
}

.text-footer{
	font-size:0.7rem !important;
}

.dropdown-item {
  font-size: 0.85rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: absolute;
  top:50%;
}

.carousel-height {

  height: 700px !important;
  max-height: 85vh;
}

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

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

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}
}
