/* Portrait & landscape phone */
@media (max-width: 479px) {

header {
  overflow:hidden;
  }

.wrapper header #nav-container nav ul li:last-child {
  border-left:0 !important;
  border-right:0 !important;  
}

header #logo-ar {
    margin-top: 25px;
}

header div#google_search {
  position:relative;
  right:0;
  left:auto;
  text-align:left;
  }

header div#langs {
  float:left;
  }

header div#google_search {
  position:relative;
  right:80px;
  left:auto;
  text-align:left;
  }

header #mobile-menu .fa-bars {
  left:0;
  right:13px;
  }

nav#subsiteMenu ul.top-submenu {
  display:none;
  }

div#page-tools {
    display: none;
}

}


/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 939px) {

header {
  overflow:hidden;
  }

header #logo-ar {
    margin-top: 25px;
}

.wrapper header #nav-container nav ul li:last-child {
  border-left:0 !important;
  border-right:0 !important;  
}

header #nav-container nav ul li {
  border-right:0 !important;  
  }

header div#google_search {
  position:relative;
  right:0;
  left:auto;
  text-align:left;
  }

header div#langs {
  float:left;
  }

header div#google_search {
  position:relative;
  right:100px;
  left:auto;
  text-align:left;
  }

header #mobile-menu .fa-bars {
  left:0;
  right:13px;
  }

nav#subsiteMenu ul.top-submenu {
  display:none;
  }

}

/* Large desktop */
@media (min-width: 1200px) {

}

/* 12/2019 new styles */

#mobile-menu {
  text-align:left;
}
