@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* 7px tall for main H1 titles */
/* Center aligned */
/* Left aligned */
/**
 * $icon: icon name, that has been defined in the $icons map
 * $element: pseudo element (before, after)
 * $verticalAlign: if this is set, the value of this will be applied to vertical-align
 * Usage example: @include icon_pseudo('angle-right', after) / @include icon_pseudo('angle-right', before, middle);
 */
.search-block-form,
.search-block-form-ksr {
  display: inline-block;
  overflow: hidden;
  position: fixed;
  z-index: 5;
  top: 32px;
}

@media screen and (max-width: 74.9375em) {
  .search-block-form,
  .search-block-form-ksr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-block-form:not(.visible),
  .search-block-form-ksr:not(.visible) {
    display: none;
  }
  .search-block-form.visible,
  .search-block-form-ksr.visible {
    width: 100vw;
    background: #F6F6F6;
    height: 50px;
    top: 40px;
    box-shadow: 0 7px 11px 1px rgba(200, 200, 200, 0.55);
  }
}

@media screen and (min-width: 48em) and (max-width: 59.9375em) {
  .search-block-form,
  .search-block-form-ksr {
    top: 80px;
  }
  .sticky-body .search-block-form, .sticky-body
  .search-block-form-ksr {
    top: 40px;
  }
}

@media screen and (min-width: 60em) {
  .search-block-form,
  .search-block-form-ksr {
    position: relative;
    left: -40%;
  }
}

.search-block-form .form-item-search,
.search-block-form-ksr .form-item-search {
  display: inline-block;
  float: left;
}

.search-block-form .form-item-search input,
.search-block-form-ksr .form-item-search input {
  width: 200px;
  max-width: 21.875rem;
  border: none;
  border-radius: 100px 0 0 100px;
  background-color: #FFFFFF;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 0.5em 2em;
  margin: 0;
  height: 35px;
}

@media screen and (min-width: 48em) and (max-width: 59.9375em) {
  .search-block-form .form-item-search input,
  .search-block-form-ksr .form-item-search input {
    width: 350px;
  }
}

@media screen and (min-width: 60em) {
  .search-block-form .form-item-search input,
  .search-block-form-ksr .form-item-search input {
    width: 24vw;
    height: 2.8125rem;
    background-color: #F6F6F6;
  }
}

.search-block-form .form-actions,
.search-block-form-ksr .form-actions {
  background: #0080F8;
  border-radius: 0 100px 100px 0;
  height: 35px;
  width: 50px;
  display: inline-block;
  float: left;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.search-block-form .form-actions:hover,
.search-block-form-ksr .form-actions:hover {
  background: #0053A4;
}

@media screen and (min-width: 60em) {
  .search-block-form .form-actions,
  .search-block-form-ksr .form-actions {
    height: 2.8125rem;
    width: 4.0625rem;
  }
}

.search-block-form .form-actions .form-submit,
.search-block-form-ksr .form-actions .form-submit {
  outline: none;
  background: none;
  border: none;
  margin: 0;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  width: 100%;
  line-height: 2.8125rem;
  padding: 0;
}

.search-block-form .form-actions::after,
.search-block-form-ksr .form-actions::after {
  display: inline-block;
  font-family: 'iconfont' !important;
  font-weight: normal;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}

@media screen and (min-width: 60em) {
  .search-block-form .form-actions::after,
  .search-block-form-ksr .form-actions::after {
    font-size: 1.875rem;
    line-height: 45px;
  }
}
