/* search */
#masthead #search-form {
    display: none;
    width: 100%;
    height: 36px;
    position: absolute;
    top: 44px;
    background: #3a801e;
    z-index: 1;
}
#masthead #search-form input#search,
#masthead #search-form button.search-button,
#masthead #search-form button.close-button {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 100%;
}
#masthead #search-form input#search {
    width: 100%;
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,.15);
    height: 36px;
    font-family: 'Catamaran';
    font-weight: 300;
    font-size: 1.2em;
    color: #fff;
    text-indent: 50px;
}
#masthead #search-form input#search::placeholder {
  color: rgba(0,0,0,.25);
}
#masthead #search-form input#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,.25);
}
#masthead #search-form input#search::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,.25);
}
#masthead #search-form input#search:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,.25);
}
#masthead #search-form input#search:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,.25);
}
#masthead #search-form button.search-button,
#masthead #search-form button.close-button {
    width: 50px;
    background: transparent;
    color: rgba(0,0,0,.5);
    font-size: 1em;
    position: absolute;
    top: 0;
    left: 0;
}
#masthead #search-form button.close-button {
    right: 0;
    left: auto;
}
#masthead nav#icon .icon-search a {
  display: inline-block;
}
@media (min-width: 350px) {
    #masthead #search-form {
        top: 49px;
        height: 40px;
    }
    #masthead #search-form input#search {
        height: 40px;
    }
}
@media (min-width: 769px) {
    #masthead #search-form {
        top: 89px;
    }
}
@media (min-width: 1120px) {
    #masthead nav#icon .icon-search {
        display: none;
    }
    #masthead #search-form {
        height: 50px;
        margin: 19px 0 21px 0;
        padding: 0;
        top: 0;
        width: auto;
        background: transparent;
    }
    #masthead #search-form input#search {
        width: auto;
        min-width: 230px;
        position: relative;
        top: -3px;
        text-indent: 20px;
        background: rgba(0,0,0,.1);
        border-bottom: none;
        border-radius: 4px;
        padding-right: 40px;
        margin-right: -50px;
    }
    #masthead #search-form button[type="submit"] {
        position: initial;
        color: #fff;
        font-size: 1.4em;
    }
    #masthead #search-form {
        display: inline-block !important;
        position: absolute;
        right: 224px;
    }
    #masthead #search-form button.close-button {
        display: none;
    }
}
