.off-canvas-wrapper .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
  border-top-right-radius: 40px;
  border: 5px solid #0066d6;
  overflow: hidden;
}
.sticky-container .top-bar {
  display:flex;
  gap:100px;
  height:70px;
  background:#fff;
  color:#333;
}
.sticky-container .top-bar ul {
	background:none;
}
.off-canvas-wrapper .sticky-container .top-bar .dropdown.menu.medium-horizontal li > ul.is-dropdown-submenu {
	background:#fff;
	left: 0;
	right: auto;
}
.dropdown.menu > li.menu-item > a {
	padding: .4rem 1rem;
}
.dropdown.menu > li.menu-item a:hover {
	color:#0066d6;
	-webkit-text-stroke: 0.5px #0066d6;
}
.off-canvas-wrapper .menu .active > a {
	background:none;
	font-weight:700;
	border-bottom: 4px solid #333;
}
.sticky-container .top-bar ul li a {
	color:#333;
	font-size:16px;
}
.sticky-container .top-bar .top-bar-left, .sticky-container .top-bar .top-bar-right {
  flex-shrink: 1;
  min-width: 0;
    align-items: center;
  display: flex;
  height:70px;
} 
.sticky-container .top-bar .top-bar-right {
  margin-left: 0;
  margin-right: auto;
} 
.sticky-container .top-bar .top-bar-left {
	margin-right:0;
	flex: 0 1 auto;
}