.icon {
  margin-top: 14px;
  margin-right: 15px;
  color: #ebebeb;
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ebebeb;
  font-size: 14px;
  font-weight: 500;
}

.content-wrapper {
  width: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper.navbar-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  background-color: #7a4444;
}

.dropdown-list.w--open {
  width: auto;
  background-color: #949c50;
}

.navbar {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: #949c50;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-links-and-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.healthwire-logo {
  height: auto;
  max-width: 80%;
}

.nav-link-dropdown {
  padding: 0px;
  border-bottom: 1px solid rgba(137, 219, 152, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ebebeb;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-dropdown:hover {
  border-bottom: 1px solid #89db98;
}

.dropdown-toggle {
  padding: 10px 40px 10px 12px;
  border-bottom: 1px solid rgba(137, 219, 152, 0);
}

.brand-wrapper {
  width: 198px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.brand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand.w--current {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px;
}

.nav-link {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(137, 219, 152, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ebebeb;
  font-size: 14px;
  font-weight: 500;
}

.nav-link:hover {
  border-bottom: 1px solid #89db98;
}

@media screen and (max-width: 991px) {
  .dropdown {
    display: contents;
    padding-right: 24px;
    padding-left: 24px;
  }
  
  .dropdown-toggle {
	padding-left: 24px;
	padding-right: 24px;
  }

  .nav-links-and-search {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #949c50;
  }

  .menu-button.w--open {
    background-color: #949c50;
  }

  .nav-menu {
    background-color: #949c50;
  }

  .nav-link-dropdown {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-toggle {
    padding-left: 0px;
  }

  .menu-icon {
    height: 22px;
  }

  .nav-link {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    padding: 14px;
  }

  .menu-icon {
    height: 20px;
  }
}

@media screen and (max-width: 479px) {
.dropdown {
	display: contents;
	padding-left: 24px;
	padding-right: 24px;
}

.dropdown-toggle {
	padding-left: 24px;
	padding-right: 24px;
}
