/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.prism-search-form-group {
  position: relative; }

.prism-search-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem; }

.prism-search {
  width: 100%;
  outline: 0;
  border: none;
  border-bottom: 1px solid #63738a;
  background: transparent;
  color: #63738a;
  font-size: 1.125rem;
  line-height: 1.333;
  padding: 0 2.5rem .5rem 2.5rem; }
  @media (min-width: 600px) {
    .prism-search {
      font-size: 1.5rem;
      line-height: 1;
      padding-bottom: .625rem; } }
