  /*
@mixin font-stack-titillium {
  font-family: 'Titillium Web', 'Arial', sans-serif;
}
*/
@media (min-width: 64em) and (max-width: 75em) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 75em) {
  .hidden-lg {
    display: none !important; } }

.region--header .inputs {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -17px; }
  .region--header .inputs.has-department {
    margin-top: 10px; }

.region--header form {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  width: 230px;
  display: inline-block;
  padding: 0; }

.region--header .form-control {
  padding-right: 0;
  color: #535353;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.42857;
  border-radius: 25px;
  outline: 0; }

.region--header .button {
  padding: 0;
  height: 34px;
  z-index: 3;
  position: relative;
  background-color: transparent;
  font-size: 14px; }

.navbar__search-form.desktop {
  margin: 0;
  margin-right: 2em;
  font-size: 14px;
  line-height: 20px;
  width: 230px;
  padding: 0;
  display: none; }
  @media (min-width: 40em) {
    .navbar__search-form.desktop {
      display: inline-block;
      margin-top: 0.7em; } }
  .navbar__search-form.desktop .input-group {
    position: relative; }
  .navbar__search-form.desktop .navbar__search {
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
    width: 100%;
    padding: 6px 0 6px 15px;
    -webkit-transition: ease-in-out, width 0.35s ease-in-out;
    -o-transition: ease-in-out, width 0.35s ease-in-out;
    transition: ease-in-out, width 0.35s ease-in-out;
    border: 1px solid #c6c6c6; }
  .navbar__search-form.desktop .navbar__search:focus {
    width: 125%; }
  .navbar__search-form.desktop .form-submit {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #003071;
    z-index: 3; }
  .navbar__search-form.desktop .mobile-search-btn {
    position: absolute;
    right: 10px; }
  .navbar__search-form.desktop .input-group-btn > .btn:hover {
    z-index: 3; }
