#search-modal {position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}.modal-closer-inner {display:flex;flex-direction:row-reverse}form.searchform {display:flex;flex-direction:column}button#search-modal-open {border:none;background-color:transparent;outline:none}.modal-logo-inner {display:flex;flex-direction:column;justify-content:center;align-items:center}.modal-content {background-color:#fefefe;margin:15% auto;padding:20px;border:1px solid #888;width:80%}.modal-content button#searchsubmit,.modal-content input#s,.home-hat input#s,.home-hat button#searchsubmit {margin:0;padding:0;float:left;height:40px;border:none;outline:none}.modal-content input#s,.home-hat input#s {background-color:#e8e8ee;color:#1E2229;width:90%}.modal-content button#searchsubmit,.home-hat button#searchsubmit {background-color:#00aded;width:10%}