.header {
  background: #c72e2e;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.header__top-tier {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .header__top-tier {
    justify-content: flex-end !important;
  }
}

@media only screen and (min-width: 768px) {
  #search-container {
    top: 0 !important;
  }
}

.hamburger {
  padding-top: 0.4em;
  padding-left: 0.4em;
}

@media only screen and (min-width: 768px) {
  #search-container {
    top: 0 !important;
  }
}

#search-form {
  background: transparent !important;
  box-shadow: none !important;
}
#search-form.closed + .search-toggle {
  border: none !important;
}
#search-form.closed + .search-toggle:after {
  color: white !important;
  font-size: 22px !important;
  padding-top: 0.5em !important;
}
#search-form.closed + .search-toggle {
  background-color: #c72e2e;
  padding-top: 0.5em;
}
.header__mid-tier {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  padding: 0 0.625%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header__mid-tier {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.header h1 {
  line-height: 44px;
  text-align: left;
  color: white;
}
@media only screen and (min-width: 768px) {
  .header h1 {
    padding-left: 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  .header h1 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .header__image {
    display: none;
  }
}
.site-title {
  margin-top: 0 !important;
}
.imgX {
  max-width: 150px !important;
}
@media only screen and (max-width: 768px) {
  .header__bottom-tier {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
  .header__bottom-tier {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .navigation {
    margin-top: 20px;
  }
  .navigation ul {
    border-top: 1px #dedede solid;
    border-bottom: 1px #dedede solid;
    padding: 5px 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .navigation ul {
    border-top: 1px #dedede solid !important;
    border-bottom: 1px #dedede solid !important;
    display: flex;
    flex-direction: column;
    padding: 1em !important;
    line-height: 2em;
    background-color: white;
  }
  .header__bottom-tier {
    background-color: white;
  }
}

.footer,
.footer__text-content {
  text-align: center !important;
}
.footer__logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 450px) {
  .footer__logos {
    justify-content: center;
  }
}
.footer__logos .logo {
  margin: 1em;
}
.footer__nav ul {
  border-top: 1px #dedede solid;
  border-bottom: 1px #dedede solid;
  padding: 5px 0 !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer__nav ul {
    flex-direction: column;
    text-align: center;
    padding: 1em;
    line-height: 2em;
  }
}
.footer__nav li a {
  display: inline;
  text-decoration: none;
}
