[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.magazine-header .search-dropdown {
  background: #171223 !important;
}

#search-results ul li * {
	color: #fff !important;
}

.magazine-header .search-dropdown input {
  background: #171223 !important;
  width: 50%;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0;
  color: #fff !important;
}
.search-dropdown {
  background: #f5f1ed;
  padding: 0px;
  width: 100%;
  position: relative;
  margin-top: 0;
  z-index: 2;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.25s ease, opacity 0.25s ease;
  z-index: 40;
}
.search-dropdown input {
  background: #f5f1ed;
  width: 50%;
  margin: auto;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  color: #000;
}
.search-label {
  display: none;
}
.h-2 {
	height: 16px;
}
#search-results ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#search-results ul li * {
  color: #000;
  text-decoration: none;
}
#search-results ul li:hover {
  opacity: .5;
}
#search-results ul li h4 {
  font-weight: normal;
  margin-bottom: 0;
}

.subnav-wrapper.search-open .search-dropdown,
.magazine-header .search-dropdown.is-open {
  max-height: 400px;
  padding:25px;
  opacity: 1;
  pointer-events: auto;
}

.magazine-header .magazine-header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.magazine-header .magazine-title,
.magazine-header .magazine-links {
  flex: 0 0 auto;
  min-width: 0;
}

.magazine-header .search-dropdown {
  flex: 0 0 100%;
  width: 100%;
  order: 99;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.magazine-header .magazine-links {
  margin-left: auto;
}