header.l-header .l-header-inner .logo-container {
  width: auto;
  height: auto;
  margin: 0;
}
h1.logo-text {
  font-size: 2.2em;
}
h1.logo-text span.tag-line {
  font-size: 0.7em;
}
@media only screen and (max-width: 952px) {
  h1.logo-text {
    font-size: 2.1em;
  }
}
@media only screen and (max-width: 908px) {
  h1.logo-text {
    font-size: 1.9em;
  }
}
@media only screen and (max-width: 864px) {
  h1.logo-text {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 820px) {
  h1.logo-text {
    font-size: 1.65em;
  }
}
@media only screen and (max-width: 776px) {
  h1.logo-text {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 768px) {
  header.l-header .l-header-inner .logo-container {
    padding-left: 5em;
  }
}
.mm-menu .search-block-form--3 {
  /*padding: 19px 20px 20px 20px;*/
}

.l-region--header {
  float: right;
  display: block;
}
.l-region--header .search-block-form {
  float: right;
  clear: both;
}
.container-inline div {
  display: inline;
}
.l-region--header .search-block-form .form-text {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  right: 0;
  margin-top: 10px;
  width: 175px;
  position: relative;
}
.container-inline .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.l-region--header .search-block-form .form-submit {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 39px;
  height: 35px;
  background: transparent url(https://aahvs.duke.edu/sites/aahvs.duke.edu/themes/aahvs/images/search.png) no-repeat top;
  padding: 0;
  top: 0;
  margin-left: -4px;
  color: black;
  font-size: 13px;
  text-indent: -9999px;
  text-shadow: none;
  position: relative;
}
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.footer-div {
  text-align: center;
  margin: 8px 8px 0px 8px;
}
img.footer_icons {
  max-height: 200px;
}
@media only screen and (max-width: 768px) {
   .l-region--sidebar-first img, .l-region--sidebar-first nav#block-menu-block-1 {
    display: none;
  }
}
select {
  display: inline;
  width: 100%;
  height: 24px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
option {
    font-weight: normal;
    font-size: 10px;
    line-height: 1em;
    display: block;
    white-space: pre;
    padding: 0px 2px 1px;
}
