.yxt-SearchBar-container {
	border-radius: 10px !important;
	border: 1px solid #dcdcdc !important;
}
.yxt-SearchBar-form {
margin:0 auto;
}
.yxt-SearchBar-label, .js-yxt-SearchBar-clear{
display:none;
}
.yxt-SearchBar-button {
	display:none;
}
.yxt-SearchBar-clear {
	display:none !important;
}
.Icon--yext_animated_forward, .Icon--yext_animated_reverse {
	display:none !important;
}
.yxt-SearchBar-form {
position:relative;
display: flex !important;
margin: 0 !important;
justify-content:center !important;
border:none !important;
}
.search-bar-3 .yxt-SearchBar-container {
	margin:0 !important;
}
.search-bar-3 .yxt-SearchBar-input {
	padding:0 !important;
	width: 300px;
}
.search-bar-3 .yxt-SearchBar {
	position:relative;
	left:80px;
}
.search-bar-1 .yxt-SearchBar-button {
	margin-right:5px;
	margin-bottom:2px;
}
.search-bar-2 .yxt-SearchBar-button {
	padding-left:1px !important;
	
}
.search_form .yxt-SearchBar-button {
	margin-right:8px;
}
.search_form .yxt-AutoComplete {
	padding:0px;
}
.search_form .yxt-AutoComplete-results li {
	padding: 5px 10px;
	cursor: pointer !important;
}
.search_form .yxt-AutoComplete-results li:nth-child(2n) {
	background-color:#eee;
}
.search-bar-1 .yxt-AutoComplete {
	border: 1px solid #dcdcdc;
	border-radius:10px;
	padding:0;
}
.search-bar-1 .yxt-AutoComplete-results li {
	padding: 2px 10px;
	cursor: pointer !important;
}
.search-bar-1 .yxt-AutoComplete-results li:nth-child(2n) {
	background-color:#eee;
}
.search-bar-2 .yxt-AutoComplete {
	border: 1px solid #dcdcdc;
	border-radius:10px;
	padding:0;
}
.search-bar-2 .yxt-AutoComplete-results li {
	padding: 2px 10px;
}
.search-bar-2 .yxt-AutoComplete-results li:nth-child(2n) {
	background-color:#eee;
}
.search-bar-3 .yxt-AutoComplete {
	border: 1px solid #dcdcdc;
	border-radius:0 0 10px 10px;
	padding:0;
}
.search-bar-3 .yxt-AutoComplete-results li {
	padding: 2px 10px;
}
.search-bar-3 .yxt-AutoComplete-results li:nth-child(2n) {
	background-color:#eee;
}
.js-yext-submit {
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    margin-left: -42px;
    margin-top:0;
}
.Icon--magnifying_glass {
width:14px;
}
.yxt-AutoComplete {
    background-color: transparent;
    padding: 10px;
    position: relative;
    display:block;
    justify-content:center;
    text-align:left;
}
.yxt-SearchBar-input {
    font-style: normal;
    display: inline-block;
    padding:0;
    margin:0 10px;
    height: 48px;
    width:100%;
	border:none !important;
    box-shadow: inherit;
    font-size: 20px;
    line-height: 24px;
    color: #555;
    background-color: #fff;
    background-image: none;
    box-sizing: border-box; 
}
.yxt-AutoComplete-wrapper {
	background-color:#fff;
	margin:0;
	border-radius:10px;
}
.yxt-AutoComplete-results {
	list-style:none;
	padding:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:left;
}
.yxt-AutoComplete-results li {
	pointer:cursor !important;
}

.yxt-AutoComplete-results li:HOVER {
	font-weight:bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button.yxt-SearchBar-clear {
    display: none !important;
    height: 0px !important;
    visibility: hidden !important;
  }
  button.yxt-SearchBar-button { 
    position: relative !important; 
    bottom: 45px !important; 
  }
}
@media screen and (min-width:768px) {
	.yxt-SearchBar-container {
		max-width:50%;
		margin:20px auto;
	}
}
@media screen and (min-width:1200px) {
  .clearfix[name='searchform'] {
    clear:left;
    float:left;
  margin-top:13px;
  }
  .search-container {
    position:relative;
    right:150px;
  }
  .text-controls {
    margin-top:17px !important;
  }
}

