section.l-header-region.row {
  position: absolute;
  margin-top: 0px;
  z-index: 999;
  float: right;
}

#search {
float: right;
}

.block-block-91 .block-content {
    line-height: 0;
}


form#custom-search-blocks-form-1 #edit-submit {
    display: none;
}

form#custom-search-blocks-form-1 #edit-submit {
    display: none;
}

form#custom-search-blocks-form-1 #edit-submit--2 {
    display: none;
}

input#edit-custom-search-blocks-form-1--2 {
     background: url(/sites/www.elis.org/files/search-white.png) no-repeat 12px 11px #005172;
     border: 2px solid #fff;
     color: #fff;
     width: 40px;
     height: 40px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     border-radius: 40px;
     -webkit-transition: all 0.7s ease 0s;
     -moz-transition: all 0.7s ease 0s;
     -o-transition: all 0.7s ease 0s;
     transition: all 0.7s ease 0s;
     font-size: 12px;
     font-weight: 600;
     float: right;
}

input#edit-custom-search-blocks-form-1--2:focus {
    background: url(/sites/www.elis.org/files/search-dark.png) no-repeat 10px 11px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    padding-left:35px;
    font-size:1.1em;
    padding-bottom: 6px;
    padding-top: 4px;
}
    
@media only screen and (max-width: 938px) and (min-width: 481px) {

section.l-header-region.row {
z-index: 9999;
}

    #search {
float: left;
}

#search input[type="text"] {
    width: 100px;
}

#search input[type="text"]:focus {
    width: 150px;
    }

}

@media only screen and (min-width:481px) and (max-width:768px) {


}

@media only screen and (max-width: 480px) and (min-width: 0px) {

section.l-header-region.row {
position: relative;
margin-top: 0px;
margin-bottom: 10px;
max-width: 100%;
top:6px;
}


#search {
float: left;
margin-top: -15px;
}

.block-custom-search-blocks-1.header {
    display: none;
}

}
    
