.logo-wrapper img {
  margin: 0.5em 0;
}

header {
  position: relative;
}

#block-cyber2020-innerpagesbanner {
  width: 100%;
}

#block-africa2020-delegations-block {
  margin: 5px 0;
}

.banner {
  height: auto !important;
  width: 100% !important;
}

#block-languageswitcher {
  width: 60px;
  position: absolute;
  right: 2em;
  top: .25em;
  z-index: 1001;
}


#block-languageswitcher button {
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
}

#block-languageswitcher .links {
  display: none;
  background-color: rgba(255, 255, 255, .85);
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 2em;
  list-style-type: none;
  list-style-image: none;
}

#block-languageswitcher .links a {
  text-decoration: none;
}

#block-languageswitcher .links a:active {
  color: white;
}

#block-languageswitcher .links li {
  border-bottom: 1px gray solid;
}

#block-languageswitcher button.active + .links {
  display: block;
}


/* */

header .logo-wrapper {
  margin-left: 1em;
  max-width: 70%;
}


#block-mainnavigation-mobile {
  display: block;
}
#block-tlv2022-main-menu {
  display: none;
}

@media all and (min-width: 769px) {
  #block-mainnavigation-mobile {
    display: none;
  }
  #block-tlv2022-main-menu {
    display: block;
  }

  #block-languageswitcher {
    width: 90px;
    position: absolute;
    right: 1em;
    top: .5em;
    z-index: 1001;
  }
}

@media all and (max-width: 768px) {
  #block-languageswitcher .links a {
    font-size: 0;
  }
  #block-languageswitcher .links a:after {
    content: attr(hreflang);
    font-size: 20px;
  }
}

.view-frontpage article.node--type-page h2 {
  display: none;
}

.view-frontpage article.node--type-page .container {
  color: #cf2127;
  padding: 22px;
}

#block-tlv2022-main-menu-mobile {
  display: none;
  position: absolute; 
  top: 7px; right: 10px;
  width: 50px;
}
#block-tlv2022-main-menu {
  display: block;
}
@media all and (max-width: 768px) {
	#block-tlv2022-main-menu-mobile {
	  display: block;
	}
	#block-tlv2022-main-menu {
	  display: none;
	}
}

article[data-history-node-id="1394"] h2 {
  background-color: #d9ec1e;
  text-transform: none;
  display: inline-block;
  padding: .25em .5em;
  font-size: 18px;
}

article[data-history-node-id="1394"] .field ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

article[data-history-node-id="1394"] .field ul li {
  background-color: #e9e9e9;
  padding: .25em;
  margin: 0 0 .25em 0;
  font-weight: bold;
}




.eu-cookie-compliance-buttons .agree-button {
  background-color: white;
  padding: .5em 1em;
  color: black;
  font-weight: bold;
}

.eu-cookie-compliance-buttons .decline-button {
  background: none;
    padding: .5em 1em;
    color: white;
    font-weight: normal;
    border: 0;
    box-shadow: 0 0;
    text-shadow: 0 0 0 black;
}

.spb-popup-main-wrapper {
  width: 100% !important;
}

#block-homepopup{
  display: none;
}

.spb_overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.block-homepopup-modal spb_overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

@media all and (max-width: 1240px) {
  #block-views-block-frontpage-bottom-part-block-3 {
    display:  none;
  }
}
  .node--type-reg .ticket-details .registration-btn {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 1em 0;
    padding: 0.5em 1em;
    border: 3px #D9EC1E solid;
    border-radius: 10px;
    text-decoration: none;
    margin-left: 2em;
    display: inline-block;
    text-align: center;
}

#block-covidinstructions {
    background-color: #00DBDC;
    width:  100%;
}

#block-covidinstructions .text-align-center {
  max-width:  800px;
  padding:  1.5em;
  margin:  0 auto;
}

.tablet-only {
  display: none;
}

body:not(.path-frontpage) .region-content {
  width: 100% !important;
  }
  
.menu-buttons li a {
    font-weight: normal;
    justify-content: flex-start;
}
/*colors*/ 
.darkgray-lg {
  background-color: #2f2f2f;
  color: #FFFFFF; }
  
  .darkgray-lg a {
    color: inherit; }
    
    .darkgray-lg a:hover {
        color:  #55D3F6 !important;
    }
    .darkgray-lg span:hover {
        color:  #55D3F6 !important;
    }
    
.darkgray {
    background-color: #2f2f2f;
}
.txt-darkgray {
    color: #2f2f2f;
}
.gray {
    background-color: #717171;
}
.txt-gray {
    color: #717171;
}
.blue {
    background-color: #1F45FB;
}
.txt-blue {
    color: #1F45FB;
}
.magenta, .red {
    background-color: #BF14B2;
}
[id^=webform] .webform-button--submit, [id^=webform] input[type=submit] {
    background-color: #BF14B2;
}

.magenta a:hover, .red a:hover,
a.magenta:hover, a.red:hover {
    color: #000 !important;
}
.txt-magenta, .txt-red {
    color: #BF14B2;
}
.lightgray {
    background-color: #E8E9EA;
}
.txt-lightgray {
    color: #E8E9EA;
}

.region-footer {
    border-top: 22px #1F45FB solid;
}
/*blue*/
.page-title {
    color: #1F45FB;
    margin:0;
}
/*blue*/
.region-below {
    border-top: 10px #1F45FB solid;
}
.cycle-pager span.cycle-pager-active {
    color: transparent;
}
.page-title {
    margin-left: o;
}
.speaker {
 flex: 0 1 50% !important;
}

.speakers.jcarousel-wrapper,
.speakers .jcarousel ul li {
    height: calc(270vw + 400px);
}
.page-node-type-hebrew-page h1.page-title { 
    direction:rtl;
    
    }