@charset "utf-8";

/* Banner */

.welcome-screen {
  display: none;
}

#rc67 {
    display: none;
  }

.rc70-intro {
  display: none;   
}
.main-container .banner,
.main-container .burger-menu {
  display: none;
}

.banner, .banner.shadow {
  display: none;
  
}


.burger-menu {
  position: absolute;  
  z-index: 9999;
  color:#fff;
  
}

#burger-toggle {display: none;}
.burger-menu .burger-icon {
  display: none;
}

.burger-menu .sidebar {
  position: fixed;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100vh;
  /*background-color: #f2f2f2;*/
  background-color:#182757;
  /*background: url('https://www.emro.who.int/images/stories/about-who/rc70/menu-background.png') center 50% no-repeat;*/
  transition: left 0.3s ease-in-out;
  box-shadow:   0 0 10px rgba(0, 0, 0, 0.9);
  overflow-y: scroll; 
}

html[lang=ar-aa] .burger-menu .sidebar {
  position: fixed;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100vh;
  /*background-color: #f2f2f2;*/
  background-color:#182757;
  /*background: url('https://www.emro.who.int/images/stories/about-who/rc70/menu-background.png') center 50% no-repeat;*/
  transition: right 0.3s ease-in-out;
  box-shadow:   0 0 10px rgba(0, 0, 0, 0.9);
  overflow-y: scroll; 
}

.burger-menu .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.burger-menu .sidebar li {
  padding: 10px;
  font-size:16px;
  font-family: "Roboto", sans-serif;
}

.burger-menu .sidebar a {
  text-decoration: none;
  /*color: #333;*/
  color:#fff;
}

h1 {
  display: inline-block;
}




/*Fading in and out of welcome*/

.welcome-content {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top:-50px;
}



.welcome-content > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.welcome-content > div:first-of-type {
  opacity: 1;
}

h3.header {color: #fff!important;font-size:2rem!important;}
/*Fading in and out of welcome*/
.logo {
  max-width: 250px;
  height: auto;
  
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
  }
}


@media screen and (min-width: 768px) {
    .show {
      display: block !important;

    }

    .moduletable.rc70intro {display: none;}
  }


@media only screen and (max-width: 768px) {
  
  #rc70 {display: none!important;}
  #ja-header, #navigation, .ja-breadcrumbs, #footer, #socialbar.sticky, .tabletsearch  {display: none;}
  .content-wrapper {margin-top:-10px;min-height:100vh;}
.meganavbar {display: none;}
.article-content {margin-top: 100px!important;}
.rc70-banner {height: auto!important;background: none!important; display: flex;align-items: center;}
.about.rc70 .rc70-banner h2 {position: relative;color:#4a4a4a!important;}
.about.rc70 .col.span_12_of_12.main-content-gutter {margin-bottom:3rem;}

.about.rc70 .blue-background, .about.rc70 .purple-background, .about.rc70 .green-background, .about.rc70 .orange-background, .about.rc70 .dark-blue-background, .about.rc70 .yellow-background {margin-left:0;}
.about.rc70 .section-parral, .about.rc70 .green-box {margin-right: 10px;}
.about.rc70.mob .cards-container {margin-left:10px!important;}
.tabs {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    /*background-color: #333;*/
    color: #fff;
    margin-top:-20px;
}

.tab-button {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.tab-button.active {
    background-color: #fff;
    color: #333;
}

.program {
    padding-left: 0px;
    padding-right:0px;
    
}

button .tab-button.active.first {background: #f2692a;padding:10px;color: white;}

span.time {
    font-weight: bold;
}
span.time:before {
    content: "\f017"; 
    font-family: 'Font Awesome 6 Free';
    margin-right: 5px; 
  color:#717d87!important;
}
.day {margin-bottom: 2rem;padding-bottom: 2rem;}
.daily-time {background:#f0f3f5;padding:10px;margin-bottom: 10px;}
.program-item h3 {padding:10px;}
 h3.day1 {background: #f2692a;color: #fff!important;} 
 h3.day2 {background: #1f99d5;color: #fff!important;} 
 h3.day3 {background: #592d86;color: #fff!important;} 
 h3.day4 {background: #75bd35;color: #fff!important;} 
  .banner {
  display: flex;
  background-color: #182757;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 1;
}

html[lang=ar-aa] .banner {right:0;}


.banner.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); 
  border:none;
}

.card.whd2017-callouts.about {margin-left:0!important;}

.logos {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  
}

html[lang=ar-aa] .banner {right:0;}
html[lang=ar-aa] .logos {left:60px;}
/*html[lang=ar-aa] .burger-menu {right:8%;}*/


.logos img {
  /*width: 100px;
  height: 60px;
  max-width: 100px!important;*/
  max-width: 110px!important;
  margin-right: 20px;
}

html[lang=ar-aa] .logos img {float: left!important;}

.burger-menu .sidebar {
    background-size: cover;
  }
i.fas.fa-home {font-size:18px;margin-top:15px;margin-left:-5px;}

.sidebar .close-icon {
  /* additional styles for the close icon */
  position: absolute;
  top: 2.3%;
  right: 5%;
}

html[lang=ar-aa] .sidebar .close-icon {right:75%;}


i.fas.fa-times {font-size:20px;cursor: pointer;}

.rc70-intro {
  display: block;
  background-color: #182757;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  min-height: 100vh; 
  padding-bottom: 2rem;  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.burger-menu .sidebar::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}

.rc70-intro h3 {font-weight: normal!important;}
.rc70-intro .section.group.pad1 {padding:2rem;}

.rc70-intro div[class^="mobile-"] {display: flex;flex-direction: column; justify-content: center;align-items: center;}
.rc70-intro div[class^="col span_6_of_12"] {width: 49%;}
.rc70-intro i {
  font-size: 80px;
  padding: 20px;
  border-radius: 50%;
}


  .rc70-intro i {
    font-size: 80px;
    
  }

.about.rc70 .rc70-intro h3 {padding-left:0!important;padding-right:0!important;}
.about.rc70 .rc70-intro a {color:#fff;}


  .mobile-info i {
  color: #f2692a; 
}


.mobile-docs i {
  color: #1377a5; 
}


.mobile-video i {
  color: #7dbf42; 
}


.mobile-programme i {
  color: #f7a81b; 
}

.mobile-speakers i {
  color: #0098e5; 
}

.rc70-intro h3 {
  font-size: 17px!important;  
  color: #fff!important; 
}

 
  .burger-menu .burger-icon {
    display: block;
    position: absolute;
    font-size: 30px;
    cursor: pointer;    
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  }

  .burger-menu .sidebar {
    left: -200px;
  }

  html[lang=ar-aa] .burger-menu .sidebar {
    right: -200px;
  }

  .burger-menu input[type="checkbox"]:checked + .burger-icon {
    /*transform: rotate(90deg);*/
  }

  .burger-menu input[type="checkbox"]:checked ~ .sidebar {
    left: 0;
  }

html[lang=ar-aa] .burger-menu input[type="checkbox"]:checked ~ .sidebar {
    right: 0;
  }


  /*Welcome screen*/
  .welcome-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #182757;
    animation: fadeInOutWelcome 9s ease-in-out infinite;
  }

  .welcome-content h3 {color:#fff!important;font-size:2rem!important;}
  
  @keyframes fadeInOutWelcome {
    0%, 100% {
      opacity: 0;
    }
    25%, 75% {
      opacity: 1;
    }
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      display: none;
    }
  }
}

.logo {
  max-width: 250px;
  height: auto;
  margin-top: 20px; 
}



#buttonTransition {
      display: none;
      position: fixed;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      padding: 10px 20px;
      background-color: #ca4900;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size:17px;
    }

    
    .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
    }

    .modal-content {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      max-width: 600px;
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 18px;
      color: #aaa;
      text-decoration: none;
      cursor: pointer;
    }
    #buttonTransition.visible {display: block;}

    .modal-content p {padding-bottom: 0; font-size:16px;}


@media (min-width: 768px) {
  .rc-mobile-footer {
    display: none!important;
  }
}

  .rc-mobile-footer {
  display: block;
  background-color: #182757; 
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding:5px;
}

.rc-mobile-footer ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}

.rc-mobile-footer li {
  font-size: 25px;
  color: #fff; 
}

.rc-mobile-footer i.fas {
  font-size: 25px!important;
  color: #fff; 
}


.rc-mobile-footer a {
  text-decoration: none;
  color: #fff; 
}
.rc-mobile-footer i.fas.fa-home {margin-top:0px;margin-left:0px;}