@font-face {
  font-family: 'oic-icons';
  src: url("../fonts/oic-icons.eot?-zenwrk");
  src: url("../fonts/oic-icons.eot?#iefix-zenwrk") format("embedded-opentype"), url("../fonts/oic-icons.woff?-zenwrk") format("woff"), url("../fonts/oic-icons.ttf?-zenwrk") format("truetype"), url("../fonts/oic-icons.svg?-zenwrk#oic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Regular';
  src: url('../fonts/google/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Regular';
  src: url('../fonts/google/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Semi-Bold';
  src: url('../fonts/google/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Handlee Regular';
  src: url('../fonts/google/Handlee-Regular.ttf') format('truetype');
}
html body .oic-search {
  border-radius: 0.3rem;
  background-color: #f2f2f2;
  transition: left 0.25s linear;
  position: absolute;
  top: auto;
  left: 101%;
  width: 82.19178%;
  bottom: 0;
}
html body .search-block-form {
  position: relative;
  text-align: center;
  margin: 0;
  border: 4px solid #f2f2f2;
  transition: opacity 0.25s linear 0.25s, width 0.25s linear 0s;
  padding: 0.375rem 1.5rem;
  opacity: 0;
}
html body .search-block-form .form-item {
  display: inline-block;
  width: 100%;
  margin-right: -3.5rem;
}
html body .search-block-form .form-item::before {
  display: table;
  content: '';
  clear: both;
}
html body .search-block-form .form-item::after {
  display: table;
  content: '';
  clear: both;
}
html body .search-block-form .form-actions {
  display: inline-block;
}
html body .search-block-form .form-search {
  border: none;
  width: 100%;
  padding: 0.3rem 3rem 0.3rem 1rem;
  box-sizing: border-box;
  font-size: 1.6rem;
}
html body .search-block-form .form-item__key input {
  border: none;
  width: 100%;
  padding: 0.3rem 3rem 0.3rem 1rem;
  box-sizing: border-box;
  font-size: 1.6rem;
}
html body .search-block-form .form-submit {
  background: #fff url(../images/magnifying-glass.svg) center center no-repeat;
  background-size: cover;
  border: 0 none;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0.3rem 1.5rem;
}
html body .search-block-form .form-submit:hover {
  background-image: url(../images/magnifying-glass-white.svg);
  background-color: #008fd5;
}
html body .search-block-form .form-submit.focused {
  background-image: url(../images/magnifying-glass-white.svg);
  background-color: #008fd5;
}
html body .search-result {
  margin-left: 1rem;
  margin-bottom: 1.5em;
  font-family: 'Open Sans Regular';
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
html body .search-result a:link {
  color: #008fd5;
  text-decoration: underline;
  border: none;
}
html body .search-result a:visited {
  color: #008fd5;
  text-decoration: underline;
  border: none;
}
html body .search-result .search-result__title {
  margin-bottom: 0.25em;
  font-size: 16px;
  font-weight: normal;
}
html body .search-result .file-mime__label {
  color: #666;
}
html body .search-result .search-result__url {
  color: #093;
}
html body .mobile-search-icon__wrapper {
  display: block;
}
html body .mobile-search-icon__wrapper::before {
  display: table;
  content: '';
  clear: both;
}
html body .mobile-search-icon__wrapper::after {
  display: table;
  content: '';
  clear: both;
}
html body .mobile-search-icon__link {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.75rem;
}
html body .mobile-search-icon__link:link {
  background: #fff url(../images/magnifying-glass-gray.svg) center center no-repeat;
  background-image: url("../images/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  margin: 0 auto;
  line-height: 4rem;
  overflow: hidden;
  width: 2.4rem;
  height: 2.4rem;
}
html body .mobile-search-icon__link:visited {
  background: #fff url(../images/magnifying-glass-gray.svg) center center no-repeat;
  background-size: cover;
}
html body .mobile-search-icon__link:hover {
  background: #fff url(../images/magnifying-glass.svg) center center no-repeat;
  background-size: cover;
}
html body .mobile-search-icon__link:active {
  background: #fff url(../images/magnifying-glass.svg) center center no-repeat;
  background-image: url("../images/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  margin: 0 auto;
  line-height: 4rem;
  overflow: hidden;
  width: 2.4rem;
  height: 2.4rem;
}
html body .mobile-search-icon__link:focus {
  background: #fff url(../images/magnifying-glass.svg) center center no-repeat;
  background-size: cover;
}
html body .mobile-search-icon__link.search-block-form--visible {
  background: #fff url(../images/magnifying-glass.svg) center center no-repeat;
  background-size: cover;
}
html body .mobile-search-icon__link--black {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto;
  transition: all 0.15s linear 0.2s;
  line-height: 4rem;
}
html body .mobile-search-icon__link--black:link {
  background-color: transparent;
  background-image: url(../images/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0 none;
}
html body .mobile-search-icon__link--black:visited {
  background-color: transparent;
  background-image: url(../images/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0 none;
}
html body .mobile-search-icon__link--black:hover {
  background-color: transparent;
  background-image: url(../images/search.svg);
  border-bottom: 0 none;
}
html body .mobile-search-icon__link--black:focus {
  background-color: transparent;
  background-image: url(../images/search.svg);
  border-bottom: 0 none;
}
html body .mobile-search-icon__link--black:active {
  background-color: transparent;
  background-image: url(../images/search.svg);
  border-bottom: 0 none;
}
