<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********** SITE HEADER ***********/
header .site-header {
  height: 66px;
  padding-right: 7%;
  background-color: #0243C9;
  width: 100%;
  position: relative;
  display: flex;
}

header .site-header:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

header .site-header .logo {
  display: flex;
  align-items: center;
}

header .site-header .logo a img {
  width: 59px;
}

header .site-header .lang-mobile {
  display: none;
}

header .site-header .menus {
  padding: 0;
  width: 100%;
}

header .site-header .menus .top-navigation {
  display: flex;
}

header .site-header .menus .top-navigation ul.primary-nav li {
  display: inline;
  margin-right: 23px;
}

header .site-header .menus .top-navigation ul.primary-nav li a {
  font-family: 'OpenSansHebrew-Bold';
  color: #ffffff;
}

header .site-header .menus .top-navigation ul.primary-nav li a:hover {
  color: #FAAF3F;
}

header .site-header .menus .links-and-menu {
  display: flex;
}

header .site-header .menus .links-and-menu .other-links {
  margin-left: 30px;
  align-items: center;
  display: flex;
}

header .site-header .menus .links-and-menu .other-links a {
  margin-right: 24px;
}

header .site-header .menus .links-and-menu .navbar-nav {
  position: relative;
  height: 100%;
}

header .site-header .menus .links-and-menu ul.navbar-nav li.dropdown,
header .site-header .menus .links-and-menu ul.navbar-nav li {    
    position: relative;
}

header .site-header .menus .links-and-menu  ul.navbar-nav li.dropdown:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #0243C9;
  position: absolute;
  left: 0;
}

header .site-header .menus .links-and-menu ul.navbar-nav li.dropdown a.menu-link .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-right: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

header .site-header .menus .links-and-menu ul.navbar-nav li.dropdown.show a.menu-link .arrow {
  border: solid #0243C9;
  border-width: 0 2px 2px 0;
}


header .site-header .menus .links-and-menu ul.navbar-nav li.dropdown.show {
  background-color: #fff;
}

header .site-header .menus .links-and-menu ul.navbar-nav li.dropdown.show a.menu-link {
  color: #0243C9;
  outline: 0;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2 &gt; li a {
  color: #0243C9;
  font-family: 'OpenSansHebrew-Bold';
}

header .site-header .menus .links-and-menu ul.navbar-nav li.dropdown:last-child {
  margin-left: 0;
}

header .site-header .menus .links-and-menu ul.navbar-nav li.dropdown a.menu-link {
  font-family: 'OpenSansHebrew-Bold';
  color: #ffffff;
  display: flex;
  align-items: center;
}

header .site-header .menus .links-and-menu ul.navbar-nav li.dropdown a:after {
  display: none;
}

.menus .links-and-menu ul li.dropdown {
    position: static;
    padding: 0px 10px;
}

.menus .links-and-menu ul li .mega-menu {
  border: 0px;
  border-radius: 0;
  text-align: right;
  margin: 0;
  width: 905px;
  padding: 0;
  top: 21px !important;
  left: -15px !important;
  height: 280px;
}

.menus .links-and-menu ul.navbar-nav li.nav-item:last-child .mega-menu {
  left: -16px !important;
}

.menus .links-and-menu ul li .mega-menu.show {
  animation-name: fadeAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  -webkit-animation-name: fadeAnimation;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fadeAnimation;
  -moz-animation-duration: 032s;
  -moz-animation-timing-function: ease;
}
@keyframes fadeAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menus .links-and-menu ul li .mega-menu .inner-menu {
  height: 100%;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1,
.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2 {
  width: 190px;
  height: 100%;
  display: none;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1 {
  border-left: 1px solid rgba(230,230,230,0.4);
  box-shadow: 0 8px 26px 0 rgba(64,64,64,0.32);
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1 &gt; li {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1 li button:first-child {
  color: #0243C9;
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
  font-family: 'OpenSansHebrew-Bold';
  cursor: pointer;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #E6E6E6;
  outline: none;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1 li:nth-child(2) button {
  color: #EB0180;
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
  font-family: 'OpenSansHebrew-Bold';
  cursor: pointer;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: none;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2 {
  position: absolute;
  right: 170px;
  height: 200%;
  box-shadow: -10px -10px 26px -6px rgba(64,64,64,0.32);
  justify-content: space-between;
  flex-direction: column;
  right: 100%;
  top: 0;
  padding: 0 !important;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1 li:nth-child(2) ul.dropdown-level-2 {
  top: -100% !important;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2.show &gt; li.selected {
  background-color: rgb(2, 67, 201, 0.2);
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1 &gt; li.selected {
    background-color: rgb(2, 67, 201, 0.2);
}


.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2 &gt; li {
  display: flex;
  height: 100%;
  align-items: center;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2 &gt; li:hover {
  background-color: rgb(2, 67, 201, 0.04);
}


.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-3 {
  display: none;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1.show,
.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-3.show {
  display: block;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2.show {
  display: flex !important;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2.show &gt; li {
  padding: 0px 15px;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2.show &gt; li:after {
  content: '';
  background-color: #E6E6E6;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-3.show {
  position: absolute;
  right: 190px;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 25px 40px !important;
  flex-wrap: wrap;
  width: 525px;  
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-3 li {
  margin-bottom: 11px;
}

.menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-3 li a {
  font-family: 'OpenSansHebrew-Regular';
}




.menus .navbar-collapse {
  flex: inherit;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}


.menus .navbar-collapse ul li:first-child a.menu-link {
  margin-right: 0
}

.menus .navbar-collapse ul li:last-child a.menu-link {
  margin-left: 0
}

.menus .navbar-collapse ul li:last-child:after {
  display: none;
}


.menus .navbar-collapse ul li {
  display: flex;
  align-items: center;
}

.menus .navbar-collapse ul li.mobileOnly {
    display: none !important;
    visibility: hidden;
}

/* .dropdown:hover &gt; .mega-menu {
  display: block;
} */

.dropdown &gt; .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  /* pointer-events: none; */
}
#vbcrm {
    width: 24px;
    height: auto;
}

@media screen and (max-width: 991px) {
  header {
    position: sticky;
    top: 0;
    z-index: 999999;
    background-color: #fff;
  }

  header .site-header {
    flex-direction: row;
    position: relative;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .site-header .logo {
    order: 2;
  }

  header .site-header .lang-mobile {
    display: block;
    order: 3;
  }

  header .site-header .menus .navbar-toggler {
    padding: 0;
    border: 0;
    outline: 0;
  }

  header .site-header .menus .navbar-toggler.collapsed img.hamburger {
    display: block;
  }

  header .site-header .menus .navbar-toggler img.hamburger {
    display: none;
  }

  header .site-header .menus .navbar-toggler.collapsed img.close {
    display: none;
  }

  header .site-header .menus .navbar-toggler img.close {
    display: block;
  }
  
  
  /**** Navigatiion menu - mobile *****/
  header .site-header .menus {
    width: auto;
    height: auto;
    order: 1;
    display: flex;
  }

  header .site-header .menus .top-navigation ul.primary-nav {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  header .site-header .menus .top-navigation ul.primary-nav li {
    display: block;
    margin-right: 0;
  }

  header .site-header .menus .links-and-menu {
    display: flex;
    flex-direction: column;
  }

  header .site-header .menus .links-and-menu .other-links {
    margin-left: 0;
    justify-content: space-between;
    padding: 20px;
  }

  header .site-header .menus .links-and-menu .other-links a {
    margin: 0;
  }

  header .site-header .menus .links-and-menu .other-links a img {
    width: 36px;
  }

  .menus .navbar-collapse {
    background-color: #0243C9;
    box-shadow: -10px 0 16px 0 rgba(64,64,64,0.3);
    position: fixed;
    width: 72vw;
    height: calc(100vh - 66px);
    right: -72vw;
    top: 66px;
    left: 0;
    bottom: 0;
    z-index: 999;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
  }

  .menus .navbar-collapse.show {
    margin-right: 72vw;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    overflow-y: scroll;
  }
  
  .dropdown &gt; .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: initial;
  }

  .menus .navbar-collapse ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
  }

  nav.navbar .navbar-collapse ul li:last-child {
    border: 0;
  }

  nav.navbar .navbar-collapse ul li a.menu-link {
    margin: 0;
  }

  nav.navbar .navbar-collapse ul li:after {
    display: none;
  }

  nav.navbar .navbar-nav {
    padding: 20px 0;
    height: auto;
  }

  nav.navbar .navbar-collapse .mobile-social {
    padding-top: 50px;
    text-align: center;
    height: 100%;
  }

  nav.navbar .navbar-collapse .mobile-social a img {
    height: 38px;
  }

  header .site-header .menus .links-and-menu ul.navbar-nav li.dropdown.show a.menu-link .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }

  header .site-header .menus .links-and-menu ul.navbar-nav li.dropdown.show {
    background-color: #003299;
  }

  header .site-header .menus .links-and-menu  ul.navbar-nav li.dropdown:after {
    display: none;
  }

  header .site-header .menus .links-and-menu ul.navbar-nav li.nav-item.dropdown a.menu-link {
    color: #fff !important;
  }

  .menus .links-and-menu ul li .dropdown-menu.mega-menu {
    transform: none !important;
    width: 100% !important;
    right: 0;
    left: 0 !important;
    top: 68px !important;
    border: 1px;
    height: auto;
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1 {
    border-left: 0;
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1 &gt; li {
    height: auto;
    padding: 0;
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1 li button {
    display: flex;
    align-items: center;
    padding: 20px 10px;
  }
  
  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1 li button img {
    margin-left: 10px;
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2.show {
    position: relative;
    right: 0;
    box-shadow: none;
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2.show &gt; li {
    display: block;
    padding: 0;
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2.show &gt; li a {
    padding: 10px 15px;
    height: 100%;
    display: block;
  
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-1,
  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2,
  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-3 {
    width: 100%;
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-3.show {
    position: relative;
    right: 0;
    background-color: #F4F4F4;
    width: 100%;
    padding: 0 !important;
    max-height: 200px;
    overflow-y: scroll;
    display: block;
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2.show &gt; li &gt; ul.dropdown-level-3.show &gt; li {
    margin-bottom: 0;
    padding: 10px;
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2.show &gt; li &gt; ul.dropdown-level-3.show &gt; li a {
    padding: 0;
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2.show &gt; li.selected a {
    position: relative;
    z-index: 1;
  }

  .menus .links-and-menu ul li .mega-menu .inner-menu ul.dropdown-level-2.show &gt; li.selected:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 44px;
    box-shadow: 0 8px 26px 0 rgba(64,64,64,0.32);

  }
    #vbcrm {
        width: 36px;
        height: auto;
    }

    .menus .navbar-collapse ul li.mobileOnly {
        display: flex !important;
        visibility: visible;
    }

    .menus .navbar-collapse ul li.deskOnly {
        display: none !important;
        visibility: hidden;
    }

    .navbar-nav li.nav-item,
    .navbar-nav li.nav-item a {
        color: white;
        font-size: 17px;
        font-weight: bold;
    }

    header .site-header .menus .links-and-menu ul.navbar-nav li.mbl.dropdown,
    header .site-header .menus .links-and-menu ul.navbar-nav li.mbl {
        background-color: #003299;
        padding: 21px 16px;
        position: relative;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {


}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  header .top-menu {
    padding: 8px 20px;
  }

  header .top-menu ul.links li {
    margin-left: 25px;
  }

  nav.navbar .navbar-collapse ul li a.menu-link {
    margin: 0 25px;
  }
}


/*** IE HACK ***/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  
}




.dropdown-menu .dropdown-toggle:after{
  border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropdown-menu .dropdown-menu{
  margin-left:0; margin-right: 0;
}

.dropdown-menu li{
  position: relative;
}

.dropdown-menu &gt; li:hover{ background-color: #f1f1f1 }


.dropdown-level-3,
.dropdown-level-2 {
  right: 100%;
  top: 0 !important;
  padding: 0 !important;
}


.dropdown-menu.show {
  padding: 0;
}

.dropdown-level-1 {
  top: 21px !important;
}



/*Beach volleyball specifics*/
header .site-header.beach-volleyball {
  background-color: #18A3BB;
}

header .site-header.beach-volleyball .menus .links-and-menu  ul.navbar-nav li.dropdown {
  background-color: #1d8294;
  padding: 21px 16px;
}

header .site-header.beach-volleyball .menus .links-and-menu ul.navbar-nav li.dropdown:after {
  background-color: #18A3BB;
}

header .site-header.beach-volleyball .menus .navbar-collapse {
  background-color: #18A3BB;
}

header .site-header .menus .top-navigation ul li.current a {
  color: #FAAF3F;
}</pre></body></html>