/* ------------------------------
Search CC#517266 - nick - superSearchModule styling
------------------------------ */
#superSearchModule .fa-2x,
#superSearchModule_m .fa-2x {
  font-size: 1.6em;
  margin-top: 0.4em;
}
#superSearchModule_m {
  margin: 10px 0 10px 10px;
  /*EV16190*/
}
#superSearchInput,
#superSearchInput_m {
  width: 365px;
  z-index: 98;
}
#superSearchInput input,
#superSearchInput_m input {
  padding: 10px 35px;
}
#superSearchInput input::-ms-clear,
#superSearchInput_m input::-ms-clear {
  display: none;
}
#superSearchResults,
#superSearchResults_m {
  position: absolute;
  background-color: white;
  width: 365px;
  z-index: 98;
  max-height: 605px;
  overflow-y: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ddd;
}
#superSearchResults a,
#superSearchResults_m a {
  text-decoration: none;
}
.searchResult {
  clear: both;
  display: block;
  padding: 5px;
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #ddd;
  height: 75px;
  overflow: hidden;
  font-size: 12px;
  /*Sets relative sizes*/
}
.searchResult .row {
  margin: 0;
}
.searchResult > .row > .col-xs-10 {
  padding-left: 17px;
}
.searchResult h3 {
  font-size: 1em;
  color: #333;
  margin: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchResult p {
  font-size: 0.75em;
  margin: 3px 5px;
  font-weight: normal;
}
.searchResult:visited,
.searchResult.visited {
  color: #333;
}
.searchResult .searchLogoImg {
  width: 60px;
}
.searchResult .icon-container {
  padding-top: 10px;
}
.searchResult .logo-container,
.searchResult .icon-container {
  text-align: center;
}
.searchResult.noLinkResult {
  opacity: 0.7;
  background-color: #ddd;
}
.searchResult .fa-secondary-offset {
  margin-left: -17px;
  top: 9px;
  position: relative;
  background: white;
}
.searchResult:hover,
.searchResult:focus,
.searchResult:hover .fa-secondary-offset,
.searchResult:focus .fa-secondary-offset {
  background-color: #bbb;
  text-decoration: none;
  color: #333;
  outline: none;
}
#searchIcon,
#searchCloseIcon,
#searchIcon_m,
#searchCloseIcon_m {
  font-size: 1.5em;
  position: absolute;
  margin-top: 0.5em;
  z-index: 99;
  cursor: default;
  color: #666666;
}
#searchIcon,
#searchIcon_m {
  left: 0.55em;
}
#searchCloseIcon,
#searchCloseIcon_m {
  margin-left: 0;
  left: initial;
  right: 15px;
  cursor: pointer;
  display: none;
}
#transparentSearchOverlay,
#transparentSearchOverlay_m {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0.6;
  z-index: 97;
}
#noEventsFound,
#noEventsFound_m {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: #c00;
}
.highlightSearchText {
  background-color: yellow;
}
.resultGroupDivider {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #666666;
}
/* Minicart updates */
#cartIcon {
  z-index: 300 !important;
}
/* Search module expandable version */
#superSearchModuleExpandable,
#superSearchModuleExpandable_m {
  position: absolute;
  left: 0;
  width: 50px;
  top: 90px;
  /* Inactive search */
  /* Active search */
}
#superSearchModuleExpandable > #superSearchInput,
#superSearchModuleExpandable_m > #superSearchInput,
#superSearchModuleExpandable #superSearchInput_m,
#superSearchModuleExpandable_m #superSearchInput_m {
  width: 40px;
  left: 925px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#superSearchModuleExpandable > #superSearchInput input,
#superSearchModuleExpandable_m > #superSearchInput input,
#superSearchModuleExpandable #superSearchInput_m input,
#superSearchModuleExpandable_m #superSearchInput_m input {
  height: 64px;
  opacity: 0;
  display: none;
  margin-left: 6px;
  padding: 10px 10px 10px 20px;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#superSearchModuleExpandable > #superSearchInput #searchIcon,
#superSearchModuleExpandable_m > #superSearchInput #searchIcon,
#superSearchModuleExpandable #superSearchInput_m #searchIcon,
#superSearchModuleExpandable_m #superSearchInput_m #searchIcon,
#superSearchModuleExpandable > #superSearchInput #searchCloseIcon,
#superSearchModuleExpandable_m > #superSearchInput #searchCloseIcon,
#superSearchModuleExpandable #superSearchInput_m #searchCloseIcon,
#superSearchModuleExpandable_m #superSearchInput_m #searchCloseIcon,
#superSearchModuleExpandable > #superSearchInput #searchIcon_,
#superSearchModuleExpandable_m > #superSearchInput #searchIcon_,
#superSearchModuleExpandable #superSearchInput_m #searchIcon_,
#superSearchModuleExpandable_m #superSearchInput_m #searchIcon_,
#superSearchModuleExpandable > #superSearchInput #searchCloseIcon_,
#superSearchModuleExpandable_m > #superSearchInput #searchCloseIcon_,
#superSearchModuleExpandable #superSearchInput_m #searchCloseIcon_,
#superSearchModuleExpandable_m #superSearchInput_m #searchCloseIcon_ {
  font-size: 26px;
  margin-top: calc((64px - ( 26px)) / 2);
}
#superSearchModuleExpandable > #superSearchInput.searchActive input,
#superSearchModuleExpandable_m > #superSearchInput.searchActive input,
#superSearchModuleExpandable #superSearchInput_m.searchActive input,
#superSearchModuleExpandable_m #superSearchInput_m.searchActive input {
  opacity: 1;
  padding: calc((64px - 14px)/2 - 2.5px) 3.25em calc((64px - 14px)/2 - 2.5px) 6.25em;
  margin-left: 0px;
  font-size: 1em;
}
#superSearchModuleExpandable > #superSearchInput.searchActive,
#superSearchModuleExpandable_m > #superSearchInput.searchActive,
#superSearchModuleExpandable > #superSearchResults,
#superSearchModuleExpandable_m > #superSearchResults,
#superSearchModuleExpandable > #superSearchInput_m.searchActive,
#superSearchModuleExpandable_m > #superSearchInput_m.searchActive,
#superSearchModuleExpandable > #superSearchResults_m,
#superSearchModuleExpandable_m > #superSearchResults_m {
  left: calc(500px - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1000px) {
  #superSearchModuleExpandable > #superSearchInput.searchActive,
  #superSearchModuleExpandable_m > #superSearchInput.searchActive,
  #superSearchModuleExpandable > #superSearchResults,
  #superSearchModuleExpandable_m > #superSearchResults,
  #superSearchModuleExpandable > #superSearchInput_m.searchActive,
  #superSearchModuleExpandable_m > #superSearchInput_m.searchActive,
  #superSearchModuleExpandable > #superSearchResults_m,
  #superSearchModuleExpandable_m > #superSearchResults_m {
    left: 0;
    width: 1000px;
  }
}
#superSearchModuleExpandable #searchIcon,
#superSearchModuleExpandable_m #searchIcon,
#superSearchModuleExpandable #searchIcon_m,
#superSearchModuleExpandable_m #searchIcon_m {
  margin-left: 20px;
}
#superSearchModuleExpandable > #superSearchInput #searchIcon,
#superSearchModuleExpandable_m > #superSearchInput #searchIcon,
#superSearchModuleExpandable #superSearchInput_m #searchIcon_m,
#superSearchModuleExpandable_m #superSearchInput_m #searchIcon_m {
  cursor: pointer;
}
#superSearchModuleExpandable > #superSearchInput.searchActive #searchIcon,
#superSearchModuleExpandable_m > #superSearchInput.searchActive #searchIcon,
#superSearchModuleExpandable #superSearchInput_m.searchActive #searchIcon_m,
#superSearchModuleExpandable_m #superSearchInput_m.searchActive #searchIcon_m {
  cursor: default;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/*EV16190*/
@media (min-width: 768px) {
  #superSearchModule_m {
    display: none;
  }
}
@media (max-width: 768px) {
  #superSearchModule {
    display: none;
  }
}
#superSearchInput_m {
  width: calc(100% - 10px);
  /*EV16190*/
}
#superSearchResults_m {
  width: calc(100% - 20px);
  /*EV16190*/
}
