div.module-search-flyout-box {
  position: relative;
  background: #fff;
  height: 1.5em;
  width: 0em;
  min-width: .5em;
  padding-right: 1em;
  overflow: visible;
  /*border: 1px solid $color-1;*/
}

span.module-search-flyout-trigger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAACXBIWXMAAAsSAAALEgHS3X78AAAAt0lEQVQoz7WTsRHDMAhF1aT3CBkhl0k8gkbICBpBI9BlDY/gUbQBgbtPjlMgsYsUv5J4IP5XYeaiel7uVxGJhoihXVTtTiQrrijsCnLQFZBNtIQAdB5ZJy0EpGcAyg4nyPDTeUB4EEC0UYsA/KsYgPY3gC5oPQAILTUL98wmb/O3HGwZxGWkRZN6mzoukr0X0OGm1HTSB2CKc3Oqk40WcbJpyxEHHOQx/ZPlFMDt5A05DQDkht2MF0hWSUrScDLPAAAAAElFTkSuQmCC") no-repeat center center;
  cursor: pointer;
  border: none;
}

div.module-search-flyout-slide {
  position: relative;
  width: 0;
  height: 2em;
  max-width: 20em;
  top: 0;
  left: 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  /*display: none;*/
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 24px -8px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 8px 24px -8px rgba(0, 0, 0, 0.8);
}

div.module-search-flyout-slide.search-flyout-active {
  color: magenta;
  width: 15em;
  height: 3.375em;
  left: -13.5em;
  top: 2em;
  margin-right: -1em;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input.search-box-input {
  position: absolute;
  top: 0;
  left: 1.25em;
  width: calc(100% - 4em);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 .25em;
  margin: 16px 0 0 0;
  height: 24px;
  border: none;
  border: 1px solid #ccc;
  border-right: none;
  background: transparent;
}

input.search-box-submit {
  position: absolute;
  right: 1em;
  z-index: 3;
  display: block;
  width: 2em;
  height: 24px;
  margin: 16px 0 0 0;
  padding: .5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAACXBIWXMAAAsSAAALEgHS3X78AAAAt0lEQVQoz7WTsRHDMAhF1aT3CBkhl0k8gkbICBpBI9BlDY/gUbQBgbtPjlMgsYsUv5J4IP5XYeaiel7uVxGJhoihXVTtTiQrrijsCnLQFZBNtIQAdB5ZJy0EpGcAyg4nyPDTeUB4EEC0UYsA/KsYgPY3gC5oPQAILTUL98wmb/O3HGwZxGWkRZN6mzoukr0X0OGm1HTSB2CKc3Oqk40WcbJpyxEHHOQx/ZPlFMDt5A05DQDkht2MF0hWSUrScDLPAAAAAElFTkSuQmCC") no-repeat center center;
  color: transparent;
  border: 1px solid #ccc;
  border-radius: 0px;
}
/*# sourceMappingURL=search-flyout.css.map */