@charset "UTF-8";

* {
  font-family: "Arimo", sans-serif;
}
:root {
  --prime1: #183474;

  --web-primary-color: var(--prime1);
  --web-primary-hover-color: #00486e;
  --web-links-color: #0372ac;
  --web-links-hover-color: #005888;
  --web-mobile-nav-bg: #1d252ae0;
  --web-side-nav-title-bg: #0372ac;
  --web-side-nav-title-text: #fff;

  --prime2: #67bceb;
  --prime3: #ee2b21;
  --prime4: #fbc607;
  --prime5: #64c130;
  --prime6: #2f8038;

  --radius: 13px;
  --text: #2c2c2c;
  --eventsPrimaryColor: #4581b5 !important;
}
.events-header .btn.btn-primary {
  background-color: var(--prime1);
}
/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.mobile-only {
  display: none;
}

.mobile-only {
  display: none;
}

a {
  color: var(--web-links-color);
  transition: 0.5s;
}

a:hover,
a:focus {
  color: var(--web-links-color);
}

figure {
  margin: 0;
}

.table {
  border: 1px solid var(--prime1);
}

.table td,
.table th {
  border-top: 1px solid var(--prime1);
}

.table thead th {
  border-bottom: 2px solid var(--prime1);
  background: rgba(var(--prime1RGB), 0.22);
}

.table-bordered td,
.table-bordered th {
  border: 1px solid var(--prime1);
}

legend {
  font-size: 1rem;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}
.fa-external-link:before {
  content: none;
}
.img-fluid {
  border-radius: var(--radius);
}
.btn.btn-success {
  background-color: var(--prime6);
  border-color: var(--prime6);
}
.btn.btn-outline-primary {
  border-color: var(--prime1);
  color: var(--prime1);
}
.btn.btn-outline-primary:hover {
  color: #fff;
}
.events-filtering .btn-primary {
  background-color: var(--prime1);
  border-color: var(--prime1);
}
.page-content-body-side .btn.btn-primary,
.rich-content .btn-primary,
.rich-content .btn.btn-primary,
.rich-content a.btn-primary,
.rich-content .btn.btn-primary {
  background-color: var(--prime1);
  border-color: var(--prime1);
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 1.5rem;
}
.rich-content .btn-primary:hover,
.rich-content a.btn-primary:hover,
.rich-content .btn.btn-primary:hover {
  background-color: rgb(from var(--prime1) r g b/ 0.9);
}

/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  position: relative;
}

.bNagish-toggle {
  display: none;
}

/* Header */
.header {
  color: #000;
  background-color: #fff;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  display: flex;
  transition: all 0.3s ease-in;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  filter: drop-shadow(-3px 4px 3px #00000059);
}

.header .top {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: inherit;
}
.header.offset .low {
  display: none;
}

.header .wrapper {
  position: absolute;
  width: 215px;
  height: 134px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.3s ease-in;
  background-image: url(./images/whbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 63px;
  display: flex;
  justify-content: center;
}

.header .logo {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  z-index: 4;
  border-bottom-left-radius: 100vw;
  border-bottom-right-radius: 100vw;
  top: 2px;
}
.header::after {
  background-image: url(./images/logo_circle.png?v=1);
  content: "";
  position: absolute;
  top: 17px;
  right: 50%;
  transform: translateX(50%);
  width: 370px;
  height: 9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.header .btn {
  position: relative;
  right: 3vw;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  padding-block: 0.2rem;
  border-radius: 2px;
  transition: all 0.5s ease;
  background-color: var(--prime1);
  i {
    display: inline-block;
    margin-left: 0.54rem;
    z-index: -1;
    position: relative;
  }

  &:hover {
    border: 1px solid transparent;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1.1);
    i {
      color: var(--prime3);
    }
  }
}

@media (max-width: 382px) {
  .openClose {
    display: none;
  }
}
.header .logo img {
  z-index: 1;
  display: block;
  transition: all 0.3s ease-in;
  max-width: 120px;
  border-radius: 100vw;
}

.header nav {
  display: flex;
  padding-right: 1rem;
  min-height: 65px;
  flex-basis: 45%;
}

.header > nav ul {
  list-style: none;
}

.header nav > ul {
  height: inherit;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header nav > ul > li {
  display: inline-block;
  display: flex;
  align-items: center;
  padding: 1.1rem;
}

.header nav > ul > li a {
  color: #273e52;
  display: block;
  font-size: 1.2em;
  margin-inline: 0;
  position: relative;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .section,
  .container {
    width: min(100%, 92%);
    max-width: unset;
    margin-inline: auto;
  }
  .megamenu::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .megamenu::-webkit-scrollbar-track {
    background: var(--prime1); /* Track color */
    border-radius: 100px;
  }
  .megamenu::-webkit-scrollbar-thumb {
    background: linear-gradient(
      180deg,
      var(--prime3),
      var(--prime6)
    ); /* soft gradient */
    border-radius: 100px;
    border: 2px solid var(--prime3); /* creates a pill look & spacing */
  }
  .megamenu::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--prime5), var(--prime6));
  }
  .megamenu {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0 0 50px 50px;
    z-index: 98;
    top: 60px;
    right: 0;
    width: min(100%, 600px);
    background-color: #fff;
    height: calc(100vh - 70px);
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    margin-inline: auto;
    overflow: hidden;
    display: none;
    .wrapper {
      position: relative;
      height: 100%;
      direction: ltr;
      overflow-y: auto;
      overflow-x: clip;
      scrollbar-color: var(--prime1) var(--prime3);
    }

    .inner {
      direction: rtl;
      padding: 2rem;
      width: 100%;
      height: 100%;
      margin: auto;
    }
  }
  .megamenu.open {
    display: block;
  }
  .megamenu nav {
    display: flex;
    width: 92%;
    margin-inline: auto;
    height: 100%;
  }
  .megamenu nav > ul {
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }

  .megamenu button:hover > ul {
    display: block;
  }

  .megamenu nav > ul > li {
    padding-inline: 0.8rem;
    position: relative;
    display: flex;
    text-align: right;
    flex-direction: column;
  }

  .megamenu nav > ul > li:hover ul {
    background-color: rgba(var(--prime1RGB), 0.03);
  }

  .megamenu nav > ul > li > ul {
    text-align: right;
    position: relative;
    color: #000;
    padding: 1rem 1.25rem;
  }
  .megamenu nav > ul > li > ul > li {
    margin-bottom: 5px;
  }

  .megamenu nav > ul > li > ul > li > span > a {
    font-size: 1.2rem;
    display: inline-block;
    padding-block: 0.5rem;
    width: 100%;
    color: var(--text);
    position: relative;
    line-height: 1.1;
    text-decoration: none;
  }

  .megamenu nav > ul > li > ul > li a:hover {
    color: var(--textdark);
    background-color: rgba(var(--prime1RGB), 0.1);
  }

  .megamenu nav > ul > li > ul > li > span > a em.arrow {
    font-family: "FontAwesome";
    font-style: normal;
    content: none;
  }
  .megamenu nav > ul > li > ul > li > span > a em.arrow::before {
    content: "\f104";
    content: none;
  }
}
@media (max-width: 1400px) {
  .megamenu {
    width: 97%;
  }
  .megamenu nav {
    width: 95%;
  }
  .megamenu nav > ul > li img {
    width: 22px;
  }
  .megamenu nav > ul > li {
    padding-inline: 2px;
  }
}
@media (max-width: 1199px) {
  .section,
  .container {
    width: min(100%, 95%);
    max-width: unset;
    margin-inline: auto;
  }
}
@media (max-width: 991px) {
  .section,
  .container {
    width: 100%;
    max-width: unset;
    margin-inline: auto;
  }
}
.header nav > ul > li > span > a::after {
  content: "";
  position: absolute;
  margin: 0;
  width: 5px;
  height: 5px;
  background: var(--prime2);
  left: -14px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.header nav > ul > li:last-child a::after {
  content: none;
}

.header nav > ul > li > span > a.on {
  font-weight: bold;
  color: currentColor;
  color: var(--text);
}

.header .header-side {
  height: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #fff;
  position: relative;
  margin-right: auto;
  left: 3vw;
}

.header-side .icon-btn {
  width: 30px;
  height: 30px;
  border-radius: 100vw;
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  & i {
    font-size: 14px;
    color: #fff;
  }
}
.header-side .icon-btn::after {
  content: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 5px;
  background-color: currentColor;
}

.header-side a.search {
  position: relative;
  background-color: var(--prime1);
  color: #fff;
}

/* Header Search */

/* Header Search */

.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid var(--prime1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

  display: none;
}

.header-search .content {
  position: relative;
  height: 100%;
}

.header-search input {
  border: 0;
  background: #fff;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  height: 100%;
  outline: none;
}

.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: none;
  border: 0;
  cursor: pointer;
}

.header-search button.submit {
  left: 101px;
  font-size: 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.header-search button.submit:hover {
  color: var(--prime1);
}

.centering {
  height: 100%;
  width: 100%;
  max-width: 75%;
  margin: auto;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rel_articles ul {
  padding-right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.rel_articles ul li {
}

.rel_articles a img {
  max-width: 100%;
}
.rel_articles ul li a h3 {
  font-size: calc(14px + 0.390625vw);
}

/***/
.mobile-navigation nav .mobile-soc {
  padding: 0rem 0.2rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: auto;
}

.mobile-navigation .gr-1 {
  margin-top: auto;
}

.mobile-navigation .gr-2 {
  border-radius: 50px;
  width: 90%;
  margin-inline: auto;
  margin-top: 4rem;
}
.mobile-navigation .mobile-soc.gr-2 a {
  margin-bottom: 5px;
  filter: brightness(5);
  background-position: right;
  flex: 1 0 40px;
  border-radius: 0;
  background-repeat: no-repeat;
  margin-right: 0;
  background-size: 40px;
}

.mobile-navigation .mobile-soc.gr-2 .offset {
  position: relative;
  top: auto;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 40px;
}

ul.mobile-soc .icon-btn {
  margin-right: 0;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  border-radius: 50px;
  background-size: 28px;
}
ul.mobile-soc a.icon-btn:hover {
  text-decoration: none;
}
.mobile-soc .icon-btn.accessibility,
.mobile-soc .icon-btn.search {
  display: none;
}
.mobile-navigation .secondary_nav_mob {
  padding-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(var(--prime1RGB), 0.82);
}
.mobile-navigation .secondary_nav_mob a {
  margin: 5px 5px 0px;
  padding: 5px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: right;
}
.mobile-navigation .secondary_nav_mob .label {
  margin-right: 2.2rem;
  font-weight: 500;
  color: #fff;
}
.mobile-navigation .secondary_nav_mob .app {
  margin-top: 1rem;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 1rem 1rem 0;
}
.mobile-navigation .secondary_nav_mob .app a {
  display: inline-flex !important;
  height: 70px;
}
.mobile-navigation .secondary_nav_mob .app .label {
  margin-right: 0.5rem;
}
.mobile-navigation .secondary_nav_mob .app img {
  width: 40px;
  height: 40px;
}

/* Toggle Navigation Button */
a.toggle-nav {
  display: flex;
}
@media (min-width: 992px) {
  .mobile-navigation {
  }
  .mobile-navigation-search {
    margin-top: 1.5rem;
    display: none;
  }
  .mobile-social {
    display: none;
  }
}

/* Footer */

.footer p {
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.footer a {
  color: #fff;
}

.footer {
  color: #fff;
  margin-top: 14rem;
  overflow-x: clip;
  position: relative;
  padding: 3.5rem 0 0;
  background-color: var(--prime1);
  background-position: 0 -110px;
  background-repeat: no-repeat;

  & p,
  & ul,
  & li,
  & a,
  & span {
    margin: 0;
    list-style: none;
    color: #fff;
    padding-right: 0;
    font-size: 1rem;
  }

  .col-lg-6:has(.soc) {
    display: flex;
    align-items: flex-end;
  }

  .soc {
    margin-top: auto;
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;

    & a {
      padding: 0;
      margin: 0;
      display: flex;
      background-color: #465b8f;
      border-radius: 100vw;
      width: 35px;
      height: 35px;
      align-items: center;
      justify-content: center;
    }

    & i {
      color: #fff;
      font-size: 1rem;
    }
  }

  .soc a:hover {
    background-size: 119%;
  }

  .d-flex {
    height: 82%;
    align-items: center;
  }
}
/*footer logo*/
.footer .flogo {
  & img {
    width: 100%;
    max-width: 22vw;
    height: calc(100% - 1rem);
  }
}
/*site logo*/
.footer .slogo {
  background-color: #fff;
  width: 320px;
  border-radius: 0 100vw 100vw 0;
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding-right: 0.25rem;

  & img {
    border-radius: 100vw;
  }
}

@media (min-width: 1750px) {
  .footer {
    & .container {
      max-width: 80%;
    }
  }
  .footer .slogo {
    left: -182px;
  }
}

.footer .heart {
  color: #fac215;
}
.footer li {
  padding-bottom: 0.25rem;
}

.footer a:hover {
  color: var(--prime4);
}

.footer .row:nth-child(2) {
  margin-top: 8rem;
  border-top: 1px solid var(--prime2);
}
.footer-sections-grid {
  width: 75%;
}
.footer-sections-grid h2 + ul {
  padding-right: 0rem;
  list-style: none;
  color: var(--text);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 270px;
  gap: 0.5rem 40px;
}
.footer .pic {
  width: 100%;
  max-width: 230px;
}
.footer .pic img {
  width: 100%;
}
.footer .wrap {
  position: relative;
  margin-top: 0;

  & .line {
    position: relative;
    b {
      display: inline-block;
      margin-left: 7px;
    }
  }
  & .line:first-of-type {
    width: 100%;
    flex: 1 0 100%;
  }
  & .line:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: -0.8rem;
    background-color: var(--prime4);
    border-radius: 50px;
  }
}
.footer .fin {
  margin-top: 2rem;
  padding: 1rem;
  background-color: var(--prime1);
  & .row {
    border-top: 1px solid rgb(from var(--prime2) r g b / 0.5);
    justify-content: space-between;
    padding: 1rem 0;
  }
  & span:first-of-type {
    & a {
      position: relative;
      padding-inline-end: 1.4rem;
    }
    & a:not(:last-child)::before {
      content: "";
      position: absolute;
      width: 3px;
      height: 3px;
      top: 50%;

      left: 10px;
      background-color: var(--prime2);
      border-radius: 50px;
    }
  }
}

.footer .wrap {
  position: relative;
  margin-top: -16.7rem;
  & .info {
    justify-content: flex-start;
    &::after {
      right: 0;
    }
  }
}

@media (max-width: 1600px) {
  .footer .slogo {
    width: 245px;
  }
  .footer .slogo img {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .footer .slogo {
    width: 100%;
    max-width: 235px;
  }
  .footer .slogo img {
    width: 100px;
  }
  .footer .flogo {
    & img {
      max-width: 47vw;
    }
  }
  .footer-sections-grid h2 + ul {
    height: auto;
  }

  .footer .soc {
    margin-block: 2rem;
  }
  .footer .fin {
    text-align: center;
  }
  .mobile-social {
    width: 1005;
    margin-block: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;

    & a {
      width: 40px;
      height: 40px;
      background-color: #ffffff38;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100vw;
    }

    & a {
      color: #fff;
      font-size: 1.1rem;
    }

    & a[href^="javascript"] {
      display: none;
    }
  }
}

@media (max-width: 1200px) {
  .footer .fin .row {
    justify-content: center;
  }
}
/* Breadcrumbs */
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul > li {
  display: inline-block;
}

.breadcrumbs ul > li:after {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 5px;
  display: inline-block;
}

.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

/* bNagish */
.bNagish-toggle {
  bottom: auto;
  color: #222222;
  background-color: transparent;
}

.bNagish-toggle em {
  font-size: 24px;
  color: var(--prime1);
  font-weight: 700;
}

.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
  padding: 3px;
  border-radius: 30px;
}

/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.skip-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.skip-ad .skip-ad-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
}

.skip-ad .skip-ad-content {
  position: relative;
  margin-top: 80px;
}

.skip-ad .skip-ad-content .msg {
  background: #fff;
  padding: 30px;
}

.skip-ad img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 3rem;
}

.skip-ad .skip-ad-close {
  position: absolute;
  top: -25px;
  left: -30px;
  width: 100%;
  text-align: left;
  color: #000;
}

.skip-ad #close-skip-ad {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3rem;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
}

/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.mobile-navigation {
  position: fixed;
  top: 0;
  right: -900px;
  width: 320px;
  height: 100%;
  z-index: 99;
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);

  background: var(--prime1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation.open {
  right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation .content {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

.mobile-navigation .content .head {
  width: 100%;
  text-align: left;
  margin-bottom: -1rem;
}

.mobile-navigation .content .head .button {
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border: 0;
  font-size: 20px;
  margin: 1rem;
}

.mobile-navigation nav {
  margin: 2rem auto 1rem;
  height: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  width: 85%;
}

.mobile-navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation nav a {
  color: #fff;
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on > span > a {
  font-weight: bold;
}

.mobile-navigation nav button {
  display: none;
}

.mobile-navigation nav ul ul {
  display: none;
}

.mobile-navigation nav li {
  padding-block: 1rem;
  border-bottom: 1px solid rgb(from var(--prime2) r g b / 0.5);
}
.mobile-navigation nav li > ul > li:last-of-type {
  border: none;
}

.mobile-navigation nav li > span {
  display: block;
  position: relative;
}

.mobile-navigation nav ul ul {
  padding-right: 40px;
  /* background: rgba(0, 0, 0, 0.2); */
}
.mobile-navigation nav ul ul button::before {
  content: none;
}
.mobile-navigation nav ul li button {
  display: block;
  position: absolute;
  top: 0;
  right: -0.5rem;
  width: 48px;
  overflow: hidden;
  padding: 0 15px;
  background: none;
  border: 0;
  color: var(--prime2);
  font-family: "FontAwesome";
  font-style: normal;
  height: 100%;
}

.mobile-navigation nav a {
  display: block;
  padding: 1rem 0;
  margin-right: 48px;
  font-size: calc(0.25vw + 16px);
  font-weight: 400;

  &:hover {
    color: var(--prime2);
  }
}

.mobile-navigation nav button::before {
  font-size: calc(0.125vw + 16px);
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
  font-size: 0.7rem;
  position: relative;
  margin-right: -15px;
  margin-left: 4px;
}

.mobile-navigation nav .toggle-sub-menu:after {
  /* content: "\f067"; */
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
  content: "\f078";
  right: 0;
  position: relative;
  font-size: 0.5rem;
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
  content: "\f111";
  font-size: 30%;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}

.mobile-navigation-search {
  position: relative;
  width: 90%;
  margin: 5rem auto 0rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation-search input {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  background: #fff;
  border: 0;
  border-radius: 50px;
}

.mobile-navigation input + button {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 50px;
  padding: 0 1rem;
  background: var(--prime1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 0;
}

.mobile-navigation .content .head .button {
  background: #fff;
  color: rgb(43, 43, 43);
  visibility: hidden;
}

/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Page Header */

.page-header {
  height: 470px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: flex;
}

@media (max-width: 991px) {
  .page-header {
    height: 250px;
  }

  body {
    padding-top: 105px; /* header height */
  }
}

/* Page Content */

.page-content {
  background: #fff;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .page-content {
    margin-top: 2.7rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0);
  }
}
.page-container {
  max-width: 82vw;
  margin: auto;

  @media (max-width: 991px) {
    max-width: 720px;
    padding-inline: 1rem;
  }

  @media (max-width: 767px) {
    max-width: 540px;
  }
}
@media (max-width: 991px) {
  .page-content {
    margin: 0 -15px;
  }
}

.page-content-head {
  background: rgb(from var(--prime1) r g b / 0.9);
  color: #fff;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  margin-top: auto;
  z-index: 1;
}

@media (max-width: 991px) {
  .page-content-head {
    padding: 1rem;
  }
}

.page-content-head h1 {
  margin: 0;
  font-weight: bold;
}

.page-content-head a {
  color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
  display: none;
}

@media (max-width: 991px) {
  .page-content-head button {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 1rem;
    color: #fff;
    font-size: 2rem;
  }

  .page-content-head button em:before {
    content: "\f13a";
  }

  .page-content-head button.opened em:before {
    content: "\f139";
  }
}

.page-content-body {
  padding: 1.5rem;
  min-height: 20rem;
}

@media (max-width: 991px) {
  .page-content-body {
    margin-top: 2rem;
    padding: 2.5rem 1rem;
  }
}

.page-content-nav {
  display: none;
}

@media (max-width: 991px) {
  .page-content-nav {
    display: block;
    margin: 2rem -15px;
    background-color: #fff;
  }
  .footer .fin {
    & span:first-of-type {
      display: block;
    }
  }
}

.page-content-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-content-nav ul > li {
  border-bottom: 1px solid #ddd;
}

.page-content-nav ul > li a {
  display: block;
}
/* Social Sharing Buttons */
.social-share {
  font-size: 16px;
  text-align: center;
}

.social-share .h6 {
  font-size: 1.3rem;
}

.social-share a {
  min-width: 40px;
  text-align: center;
  display: inline-block;
}

/* InPage Navigation */
.sub-pages-nav.outside {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.sub-pages-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
}

.sub-pages-nav ul ul {
  display: none;
}

.sub-pages-nav ul > li {
  width: 50%;
  float: right;
  position: relative;
  padding: 1rem;
}

.sub-pages-nav.with-icons ul > li {
  width: 25%;
}

.sub-pages-nav a {
  display: block;
  color: inherit;
  border-radius: 0.75rem;
  background: #ffffff;
  padding: 0.75rem 1.25rem;
  font-size: 1.3em;
  border-right: 18px solid var(--prime1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav li:nth-child(5n + 1) a {
  border-color: var(--prime1);
}
.sub-pages-nav li:nth-child(5n + 2) a {
  border-color: var(--prime2);
}
.sub-pages-nav li:nth-child(5n + 3) a {
  border-color: var(--prime3);
}
.sub-pages-nav li:nth-child(5n + 4) a {
  border-color: var(--prime4);
}
.sub-pages-nav li:nth-child(5n + 5) a {
  border-color: var(--prime5);
}
.sub-pages-nav.with-icons a {
  display: block;
  color: inherit;
  background: #fff;
  border: 1px solid var(--prime1);
  color: #0056b3;
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1rem;
  height: 160px;
  position: relative;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.13);
}

.sub-pages-nav.with-icons a:hover {
  transform: scale(1.1);
}

.sub-pages-nav.outside a {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
  font-family: "FontAwesome";
  font-style: normal;
  color: #657177;
}

.sub-pages-nav .arrow:before {
  content: "\f104";
}

.sub-pages-nav.with-icons a .icon {
  height: 90px;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
}

.sub-pages-nav.with-icons a .icon img {
  max-width: 100%;
  max-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* Mode Table Of Contents */
.toc-container {
  border: 1px solid #ddd;
  background: #f1f1f1;
  display: inline-block;
  padding: 0.5rem;
}

.toc-toggle a span {
  display: none;
}

.toc-toggle a:before {
  content: "הצג";
}

.toc-container.active .toc-toggle a:before {
  content: "הסתר";
}

.toc-expendable {
  display: none;
}

.toc-expendable ol {
  margin: 0;
  margin-top: 1rem;
}

/* InPage Style - Rich Content */
.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}

.rich-content h2 {
  color: #333;
}

.rich-content h3 {
  color: #333;
}

.rich-content h4 {
  color: #333;
}

.rich-content h5 {
  color: #333;
}

.rich-content h6 {
  color: #333;
}

.rich-content .contact-man {
  display: block;
  color: inherit;
  border-bottom: 3px solid #d8d8d8;
  background: #f1f1f1;
  padding: 1rem;
  border-radius: var(--radius) var(--radius) 0 0;
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
  font-weight: bold;
}

/* Media Prints * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Media Print */
@media print {
  .page-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .header,
  .blocks-skip,
  #bNagish,
  .mobile-navigation-container,
  .page-header,
  .social-share,
  .footer,
  .skip {
    display: none;
  }
}

/* Card * */
.card-header {
  background: var(--prime1);
  color: #fff;
  font-size: 1.2rem;
}

.card-header h2 {
  color: inherit;
  margin: 0;
  font-size: 1.3rem;
}

.card-body {
  background: #fff;
}

/**/
/**/
.form-category-group {
  background: #f1f1f1;
  border-right: 3px solid var(--prime2);
  padding: 0.75rem;
  margin-bottom: 1.5rem;
}

.form-category-group .form-category-group {
  background: #fff;
}

.form-category-group a {
  color: inherit;
}

.form-category-group .tofes-link {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  border-radius: 2rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-left: 0.5rem;
  margin-bottom: 0.8rem;
}

/**/
.page-event-promo {
  display: block;
  padding: 1rem;
  color: #000;
  margin: 15px 0;
  background: #f1f1f1;
  border-bottom: 3px solid #d8d8d8;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.page-event-promo:hover,
.page-event-promo:focus {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
  background: var(--prime1);
  border-bottom: 3px solid var(--prime2);
}

.page-event-promo h3 {
  height: 4.5rem;
  font-size: 1.2rem;
  color: var(--prime2);
  overflow: hidden;
}

.page-event-promo:hover h3,
.page-event-promo:focus h3 {
  color: #fff;
}

.page-event-promo .date {
  background: var(--prime1);
  color: #fff;
  padding: 0 5px;
  border-radius: 2rem;
}

.page-event-promo:hover .date,
.page-event-promo:focus .date {
  color: var(--prime1);
  background: #fff;
}

.page-events .more {
  text-align: left;
}

/**/
/**/
.page-phonebook-category {
  margin: 15px 0;
  transition: 0.5s;
  border: 1px solid #e2e6ef;
  border-radius: var(--radius);
}

.page-phonebook-category-title h3 {
  color: var(--prime1);
  background: #fff;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 2px;
}

.page-phonebook-category-title h3:before {
  content: "\f196";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
}

.page-phonebook-category.opened .page-phonebook-category-title h3:before {
  content: "\f147";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
}

.page-phonebook-category-title h3:hover,
.page-phonebook-category.opened .page-phonebook-category-title h3 {
  background-color: var(--prime1);
  color: #fff;
}

.page-phonebook-category-body {
  display: none;
  background-color: #fff;
  border: 1px solid var(--prime1);
}

.page-phonebook-category.opened .page-phonebook-category-body {
  display: block;
  padding: 1rem;
}

.page-phonebook .phonebook h2 {
  border-bottom: 1px solid #ddd;
  color: var(--prime1);
  padding: 10px 0;
  font-size: 1.2em;
  margin: 0;
}

.page-phonebook .phonebook.active > h2 {
  padding: 10px;
}

.page-phonebook .phonebook h2 a {
  color: inherit;
}

.page-phonebook .phonebook.active {
  margin-bottom: 15px;
  border: 1px solid var(--prime1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.page-phonebook .phonebook.active > h2 {
  background: var(--prime1);
  color: #fff;
}

.page-phonebook .phonebook > h2 > a > em:before {
  content: "\f137";
}

.page-phonebook .phonebook.active > h2 > a > em:before {
  content: "\f13a";
}

.page-phonebook .phonebook .info {
  background: #f1f1f1;
  padding: 15px;
}

.page-phonebook .phonebook .info:focus {
  outline: 0;
}

.page-phonebook .phonebook .info p {
  margin: 0 0 20px 0;
}

.page-phonebook .member {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.page-phonebook .pic {
  float: right;
  margin-left: 10px;
}

.page-phonebook .pic img {
  display: block;
  max-width: 100px;
}

.page-phonebook .fa-stack {
  font-size: 100%;
}

.page-phonebook .phone .fa-stack {
  color: var(--prime1);
}

.page-phonebook .mobile .fa-stack {
  color: var(--prime2);
}
.page-phonebook .phone2 .fa-stack {
  color: var(--prime3);
}
.page-phonebook .email .fa-stack {
  color: #3360ad;
}
.contact-info.email {
  display: flex;
  flex-direction: column;
}

.page-phonebook .fax .fa-stack {
  color: #975635;
}

.page-phonebook .fa-mobile {
  font-size: 130%;
}

.page-phonebook .fa-envelope {
  font-size: 90%;
}

.page-phonebook .fa-fax {
  font-size: 90%;
}

.page-phonebook .contact-info {
  float: right;
}

.page-phonebook .contact-info a {
  color: inherit;
}

a.toggle-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  color: var(--text);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  text-align: center;
  border-radius: 0;
}

a.toggle-nav em {
  font-size: 24px;
}

@media (min-width: 992px) {
  .page_header_fade {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 14, 37, 0.72) 100%
    );
    opacity: 1;
    transition: all 0.2s ease-in;
  }
  .header.offset .page_header_fade {
    opacity: 0;
  }
  .mobile-navigation {
    min-width: 30vw;
  }

  .page-content {
    margin-top: 2.7rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: var(--radius);
    overflow: hidden;
  }

  .table-responsive {
    display: table;
  }

  .header nav > ul > li > ul {
    display: none;

    text-align: right;
    position: absolute;
    top: 64px;
    width: 100%;
    right: 0;
    z-index: 9999;
    background: #fff;
    color: #000;
    padding: 1rem;

    column-count: 2;
    -webkit-box-shadow: 5px -1px 9px -3px #000000;
    box-shadow: 5px -1px 9px -3px #000000;

    backface-visibility: hidden;
    /* transform: translate(-50%, 0); */
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .header nav li > ul::before {
    content: "";
    position: absolute;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 1px solid var(--prime1);
    inset: 0;
    margin: auto;
    display: block;
    border-radius: 20px;
  }

  .header nav li:hover > ul {
    display: block;
    border-radius: 0 0 20px 20px;
    padding-top: 2rem;
  }
  .header nav > ul > li > ul > li::marker {
    content: none;
  }
  .header nav li ul::after {
    content: "";
    content: none;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid var(--prime1);
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .header nav > ul > li > ul > li > span > a {
    font-size: 1.1rem;
    padding-bottom: 1.5rem;
    position: relative;
  }

  .header nav > ul > li > ul > li > span > a::after {
    content: "";
    bottom: 10px;
    right: 0;
    display: block;
    position: absolute;
    width: 35px;
    height: 1px;
    border-radius: 2px;
    background-color: rgba(var(--prime1RGB), 0.15);
  }

  .header nav > ul > li > ul > li > span > a > em.arrow {
    content: "";
    content: none;
    font-family: "FontAwesome";
    font-style: normal;
    display: none;
  }

  .header nav > ul > li > ul > li > span > a > em.arrow:before {
    content: "\f104";
  }
}
@media (max-width: 1200px) {
  .header nav > ul > li > ul {
    width: 500px;
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .page-phonebook .contact-info {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .container {
    min-width: 1540px;
  }
}

@media screen and (max-width: 1690px) {
  .header nav {
    padding-right: 0.51rem;
  }
  .header-search h3 {
    font-size: 2.5rem;
  }
  .header nav > ul > li a {
    font-size: 1.1em;
  }
  .header nav > ul > li a::after {
    left: -10px;
  }
}
@media (max-width: 1580px) {
  .header nav > ul > li {
    padding: 1rem 0.6rem;
  }
}

@media (max-width: 1480px) {
  .header nav {
    padding: 0;
  }
  .header nav > ul > li a {
    font-size: 1.2em;
  }
}

@media (max-width: 1400px) {
  .header nav > ul > li a {
    font-size: 1rem;
  }
  .header nav > ul > li {
    padding: 1rem 0.5rem;
  }
  .header nav > ul > li a::after {
    left: -10px;
  }
}
@media (max-width: 1280px) {
  .header nav > ul > li {
    padding: 0.175rem 1rem;
    position: relative;
  }
  .header nav > ul > li a::after {
    left: -20px;
  }
  .header nav > ul > li ul {
    width: 680px;
    top: 24px;
  }
}

@media (max-width: 991px) {
  .header-search button.submit {
    width: 35px;
    height: 35px;
    left: 0.2rem;
    display: grid;
    place-content: center;
    font-size: 18px;
  }
  .header-search h3 {
    font-size: 2rem;
  }

  .header-search button.close {
    left: 0;
    font-size: 1.4rem;
    height: 60px;
    width: 120px;
  }
  a.mobile.icon-btn.search {
    width: 40px;
    height: 40px;
    background: var(--orange);
    display: block;
    position: absolute;
    border-radius: 50px;
    top: 50%;
    top: 32px;
    left: 120px;
    left: 72px;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
  }

  .header {
    padding: 0;
    min-height: auto;
    height: 68px;
    background-color: #fff;
  }
  .header .navigation,
  .header .low,
  .header .logoicons {
    display: none;
  }

  .header {
    background-color: #fff;
  }
  .header .logo .wrap {
    height: inherit;
    border-radius: 0;
  }

  .header .header-side {
    display: none;
  }

  .header .logo img {
    max-width: 112px;
  }

  .header.offset {
    background-color: #fff;
  }

  .header .wrapper {
    height: 104px;
  }
  .header .logo::before,
  .header .logo::after {
    height: 0;
  }
  .bNagish-toggle {
    display: block;
    top: 17px;
    bottom: auto;
    left: 3px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    box-shadow: none;
  }

  .page-content-head {
    padding: 4rem 1rem 1rem;
  }

  .page-content-head button {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 1rem;
    color: #fff;
    font-size: 2rem;
  }

  .page-content-head button em:before {
    content: "\f13a";
  }

  .page-content-head button.opened em:before {
    content: "\f139";
  }

  .page-content-body {
    padding: 1rem;
  }

  .page-content-nav {
    display: none;
  }

  .header > nav {
    display: none;
  }

  .header-search input {
    font-size: 1.2rem;
    padding: 0.75rem 1rem;
  }

  .header-search button {
    width: 50px;
    padding: 0.5rem 1rem;
  }

  .page-header {
    display: none;
  }

  body {
    padding-top: 68px;
    /* header height */
  }

  .page-content {
    margin: 0 -15px;
  }
}

@media (max-width: 768px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }

  .sub-pages-nav.with-icons ul > li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .page-phonebook .contact-info {
    margin-left: 5px;
  }
  .floatingBtn {
    width: 50px;
  }

  .floatingBtn .wrap img {
    width: 31px;
    height: 31px;
  }
  .floatingBtn {
    z-index: 101;
    box-shadow: rgba(0, 25, 110, 0.63) 0px 0px 4px 0px;
    top: 99px;
    height: 58px;
  }
}

@media (max-width: 500px) {
  .header-search h3 {
    font-size: 1.5rem;
  }
}

.under-dev {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  width: 300px;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
  transform-origin: bottom left;
  transform: scale(1.5);
}

.under-dev > div {
  width: 100%;
  height: 100%;
  position: relative;
}

.under-dev > div > div {
  position: absolute;
  bottom: 50px;
  left: 5px;
  z-index: 999;
  background: var(--prime1);
  color: #fff;
  transform: rotate(312deg);
  padding: 0.2rem 5rem;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .under-dev {
    transform: scale(0.75);
    bottom: 0;
    right: -140px;
  }
}
