@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 20px;
}

body {
  color: #231F20;
  font-size: 1rem;
  direction: ltr;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Roboto Slab", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Roboto", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

a,
input[type=submit],
button,
.transition {
  transition: all 400ms ease;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ffc521;
}

img {
  max-width: 100%;
  height: auto;
}

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content ol,
.content ul {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.site-logo {
  min-width: 150px;
}
.site-logo a {
  display: block;
  width: 100%;
}

.skip-link {
  position: absolute;
  top: -1000px;
  left: -1000px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  z-index: 99999;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
  left: 20px;
  outline: 2px solid #ffcc00;
}

/*============================== Main Menu =========================*/
ul#main-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
}
ul#main-menu > li {
  position: relative;
}
ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #ffc521;
  line-height: 2;
  padding: 5px 10px;
}
ul#main-menu > li > a:focus, ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #231F20;
}
ul#main-menu li.current-menu-item > a {
  color: #231F20;
}

/*============================== Sub Menu =========================*/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 250px;
  display: none;
  padding: 0;
}
ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}
ul#main-menu ul.sub-menu li a {
  position: relative;
  padding: 10px;
  color: #231F20;
  margin-right: 2px;
  margin-left: 2px;
}
ul#main-menu ul.sub-menu li a:hover, ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #ffc521;
}
ul#main-menu ul.sub-menu li:hover > a {
  color: #ffc521;
}
ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

/*============================== General =========================*/
.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* Edit Above Only*/
/****************************************************************
    HOMEPAGE  HOMEPAGE  HOMEPAGE  HOMEPAGE  HOMEPAGE  HOMEPAGE
****************************************************************/
/* Font-size utility classes
-------------------------------------------------------------- */
.text-110 {
  font-size: 5.5rem;
  line-height: 5.25rem;
}

.text-90 {
  font-size: 4.5rem;
  line-height: 4.25rem;
}

.text-70 {
  font-size: 3.5rem;
  line-height: 3.5rem;
}

.text-50 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.text-30 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.text-20 {
  font-size: 1rem;
  line-height: 1.6rem;
}

.text-18 {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.text-16 {
  font-size: 0.8rem;
  line-height: 1rem;
}

.text-14 {
  font-size: 0.7rem;
  line-height: 1rem;
}

/* Buttons
-------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding-inline: 30px;
  border-radius: 40px;
  border: 1px solid #383838;
  background: rgba(255, 255, 255, 0.4);
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}
.btn .btn-arrow {
  fill: currentColor;
  transform: scaleX(-1);
}
.btn:hover, .btn:focus {
  color: #0985b3;
  border-color: #0985b3;
}

.btn--on-photo {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn--on-photo:hover, .btn--on-photo:focus {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.35);
}

.btn--solid-blue {
  border-color: #0985b3;
  background: #0985b3;
  color: #fff;
}
.btn--solid-blue:hover, .btn--solid-blue:focus {
  color: #fff;
  opacity: 0.85;
}

.btn--solid-green {
  border-color: #40936e;
  background: #40936e;
  color: #fff;
}
.btn--solid-green:hover, .btn--solid-green:focus {
  color: #fff;
  opacity: 0.85;
}

.nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.nav-arrow img {
  width: 18px;
  height: auto;
}
.nav-arrow.nav-arrow--prev img {
  transform: scaleX(-1);
}

/* Shared section spacing
-------------------------------------------------------------- */
.homepage-wrapper {
  background: #f5f3f0;
  overflow: hidden;
}
.homepage-wrapper section {
  padding-block: 100px;
}

/* Hero
-------------------------------------------------------------- */
.hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  background-color: #003348;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-block: 60px;
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.hero-section .container {
  position: relative;
  z-index: 1;
}
.hero-section .hero-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}
.hero-section .hero-title .accent {
  color: #d3b37b;
}
.hero-section .hero-subtitle {
  max-width: 45em;
  margin-inline-start: auto;
  font-weight: 300;
  letter-spacing: 0.3px;
}

/* Our Story
-------------------------------------------------------------- */
.story-section .story-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #d3b37b;
}
.story-section .story-text {
  color: #383838;
  font-weight: 300;
}
.story-section .story-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Quote
-------------------------------------------------------------- */
.quote-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #f5f3f0;
}
.quote-section .quote-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 50px;
  max-width: 620px;
  margin-inline-start: auto;
  color: #383838;
}
.quote-section .quote-card p {
  font-weight: 300;
  letter-spacing: 0.3px;
}
.quote-section .quote-card p span.highlight {
  color: #0985b3;
}
.quote-section .quote-card .quote-author {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  margin-top: 20px;
}

/* Impact Zones
-------------------------------------------------------------- */
.impact-zones-section {
  text-align: center;
}
.impact-zones-section .section-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
  margin-bottom: 50px;
}
.impact-zones-section .impact-zone {
  text-align: end;
  margin-bottom: 20px;
}
.impact-zones-section .impact-zone .zone-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}
.impact-zones-section .impact-zone .zone-description {
  color: #383838;
  font-weight: 300;
}

/* Activity Pillars ("תחומי הפעילות שלנו")
-------------------------------------------------------------- */
.activity-pillars-section .section-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
  text-align: center;
  margin-bottom: 50px;
}
.activity-pillars-section .pillar-card {
  position: relative;
  height: 570px;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}
.activity-pillars-section .pillar-card img.pillar-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity-pillars-section .pillar-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 55%);
}
.activity-pillars-section .pillar-card .pillar-content {
  position: absolute;
  inset-inline: 10%;
  bottom: 7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.activity-pillars-section .pillar-card .pillar-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}
.activity-pillars-section .pillar-card .pillar-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}
.activity-pillars-section .pillar-card .pillar-description,
.activity-pillars-section .pillar-card .pillar-card .btn {
  display: none;
  opacity: 0;
  transition: opacity 250ms ease;
}
.activity-pillars-section .pillar-card:hover .pillar-dot, .activity-pillars-section .pillar-card:focus-within .pillar-dot {
  display: none;
}
.activity-pillars-section .pillar-card:hover .pillar-description,
.activity-pillars-section .pillar-card:hover .btn, .activity-pillars-section .pillar-card:focus-within .pillar-description,
.activity-pillars-section .pillar-card:focus-within .btn {
  display: inline-flex;
  opacity: 1;
}

/* Activities / R&D / Updates shared card patterns
-------------------------------------------------------------- */
.section-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.section-header-row .section-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
}
.section-header-row .section-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.activity-card {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.activity-card .tags {
  display: flex;
  gap: 15px;
}
.activity-card .tag {
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 0.8rem;
}
.activity-card .tag--outline {
  border: 2px solid #d3b37b;
  color: #383838;
}
.activity-card .tag--solid {
  color: #fff;
}
.activity-card .activity-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
}
.activity-card .activity-description {
  color: #383838;
  font-weight: 300;
}

.tool-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.tool-card .tool-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
}
.tool-card .tool-description {
  color: #383838;
  font-weight: 300;
}

.news-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news-card .news-image {
  display: block;
  width: 100%;
  aspect-ratio: 506/400;
  object-fit: cover;
}
.news-card .news-tag {
  position: absolute;
  top: 0;
  left: 20px;
  background: #d3b37b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
}
.news-card .news-title-wrap {
  position: absolute;
  left: 6.5%;
  right: 6.5%;
  bottom: 30px;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.4));
  border-radius: 10px;
  padding: 20px;
}
.news-card .news-title {
  color: #383838;
  font-weight: 300;
  margin: 0;
}

/* ==========================================================================
   Mobile-First Drawer Styles (Screens under 991px)
   ========================================================================== */
@media (max-width: 991px) {
  .site-navigation .main-menu-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw; /* Width of your mobile menu drawer */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    padding: 100px 30px 40px;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .site-navigation.is-open .main-menu-drawer {
    transform: translateX(0);
  }
  .site-navigation .menu-items-list {
    flex-direction: column !important;
    padding: 0;
    margin: 0;
  }
  .site-navigation .menu-items-list a {
    color: white !important;
    text-align: center;
  }
  .site-navigation .menu-items-list li.current-menu-item > a {
    color: #ffc521 !important;
  }
  .site-navigation .menu-toggle {
    position: relative;
    z-index: 10000;
    display: block;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-navigation ul#main-menu ul.sub-menu {
    position: relative;
  }
  .site-navigation ul#main-menu ul.sub-menu li {
    background: transparent;
    text-align: center;
    padding: 10px 0;
  }
  .site-navigation ul#main-menu ul.sub-menu li a {
    text-align: center;
  }
  .site-navigation ul#main-menu li.menu-item-has-children:hover ul.sub-menu {
    display: none;
  }
}
/* ==========================================================================
   Desktop Responsive Overrides (Screens 960px and Up)
   ========================================================================== */
@media (min-width: 991px) {
  .menu-toggle {
    display: none;
  }
  .main-menu-drawer {
    position: static;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    box-shadow: none;
    transform: none; /* Disables the mobile off-screen slide position */
  }
  .menu-items-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    list-style: none;
  }
  .menu-items-list a {
    color: #333333;
    font-size: 1rem;
  }
}
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}
.triggerMobileMenu span.hamburger-bar {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ffc521;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span.hamburger-bar:nth-child(2) {
  top: 5px;
}
.triggerMobileMenu span.hamburger-bar:nth-child(3) {
  top: 16px;
}
.triggerMobileMenu span.hamburger-bar:nth-child(4) {
  top: 27px;
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(2) {
  top: 16px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(3) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(4) {
  top: 16px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
}
ul#mobile-menu li {
  position: relative;
  display: block;
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  padding: 10px 15px;
  color: #231F20;
}
ul#mobile-menu > li {
  border-bottom: 1px solid #ffc521;
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 15px;
}
ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 1rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #ffc521;
}

/****************************************************************************************************************/
/* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  .text-110 {
    font-size: 3.4rem;
    line-height: 3.2rem;
  }
  .text-90 {
    font-size: 2.8rem;
    line-height: 2.6rem;
  }
  .text-70 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .text-50 {
    font-size: 1.9rem;
    line-height: 2rem;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  .text-110 {
    font-size: 2.4rem;
    line-height: 2.3rem;
  }
  .text-90 {
    font-size: 2.1rem;
    line-height: 2rem;
  }
  .text-70 {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
  .text-50 {
    font-size: 1.7rem;
    line-height: 1.8rem;
  }
  .text-30 {
    font-size: 1.3rem;
    line-height: 1.55rem;
  }
  .homepage-wrapper section {
    padding-block: 50px;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
/* end of (max-width: 576px) */
/****************************************************************************************************************/
/* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */