/* Archive-specific adjustments on top of the frozen legacy theme. */

.nav-collapse .header {
  display: none;
}

.content.span9,
.row-fluid > .content.span9 {
  width: 74.46808510638298%;
}

.sidebar-second.span3,
.row-fluid > .sidebar-second.span3 {
  width: 23.40425531914894%;
  margin-left: 2.12765957446808%;
}

.front .mainContent .content.span9,
.front .mainContent .row-fluid > .content.span9 {
  width: 100%;
}

.front .mainContent .innerSpacer {
  margin-right: 0;
}

.front .mainContent .sidebar-second.span3,
.front .mainContent .row-fluid > .sidebar-second.span3 {
  display: none;
}

.footerLower .copyright {
  width: 22%;
}

.footerLower .footNav {
  width: 74%;
  margin-left: 4%;
}

.faq .btn.btn-warning.btn-large .file {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.faq .btn.btn-warning.btn-large .file a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

.faq .btn.btn-warning.btn-large .file a:hover {
  text-decoration: underline;
}

.archive-library-hidden {
  display: none !important;
}

.archive-library-status {
  color: #7a7a7a;
  font-size: 12px;
  margin: 8px 0 0;
}

.archive-library-status.is-empty {
  color: #b94a48;
  font-weight: 600;
}

.page-contact .widget_contact > div {
  align-items: flex-start;
  clear: both;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.page-contact .widget_contact > div.email,
.page-contact .widget_contact > div.phone {
  align-items: center;
}

.page-contact .widget_contact > div:last-child {
  margin-bottom: 0;
}

.page-contact .widget_contact > div > span {
  flex: 0 0 14px;
  float: none;
  margin-top: 3px;
}

.page-contact .widget_contact > div > p {
  float: none;
  margin: 0;
  padding-left: 0;
}

.page-contact .widget_contact > div.email > span,
.page-contact .widget_contact > div.phone > span {
  margin-top: 0;
}

@media (max-width: 767px) {
  .content.span9,
  .row-fluid > .content.span9,
  .sidebar-second.span3,
  .row-fluid > .sidebar-second.span3,
  .footerLower .copyright,
  .footerLower .footNav {
    width: 100%;
    margin-left: 0;
  }
}
