/*
// `xs` returns only a ruleset and no media query
// ... { ... }

// `sm` applies to x-small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// `md` applies to small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// `lg` applies to medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// `xl` applies to large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// `xxl` applies to x-large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... }
*/
h1.branding {
  margin: 0;
  padding: 0;
}

#breadcrumbs {
  padding: 2rem 0 0 0;
}
#breadcrumbs .breadcrumb {
  margin-bottom: 0;
}

#block-breathe-main-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#block-breathe-main-menu .dropdown-item {
  padding: 0.5rem;
}
#block-breathe-main-menu .nav-item {
  padding: 0rem 0.5rem;
}

.block-sidebar_second {
  margin: 1.65rem 0rem 1rem 0rem;
  padding: 1rem;
  background-color: #ced4da;
}

h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  margin-top: 1em;
}

.border-bottom {
  border-bottom: 1px solid silver;
  padding: 0.5rem 0rem;
}

#drupal-system-messages {
  position: absolute;
  top: 100px;
  left: 100px;
}

.region-content {
  padding-bottom: 2rem;
}
.region-content table {
  margin: 1.5rem 0;
  min-width: 50%;
}
@media (max-width: 767.98px) {
  .region-content table {
    min-width: 75%;
  }
}
.region-content th, .region-content td {
  padding: 0.33rem 0.66rem;
  border-left: 1px solid silver;
}
.region-content th:nth-child(1), .region-content td:nth-child(1) {
  border-left: 0px;
}
.region-content table tr {
  border-bottom: 1px solid silver;
}
.region-content tbody tr:nth-child(odd) {
  background-color: rgba(192, 192, 192, 0.33);
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
  margin-top: 0;
}
.card p:last-child {
  margin-bottom: 0;
}

.mesa-footer {
  text-align: center;
}
.mesa-footer .footer-watermark {
  display: inline-block;
  width: 335px;
  background: url(/themes/custom/breathe/images/uw-sprite.svg) no-repeat 0 -434px transparent;
  text-indent: -9999px;
  overflow: hidden;
}

.section-box {
  margin: 0;
  padding: 0 1rem;
  border: 1px solid silver;
  height: 100%;
}

.discoveries {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.discoveries h3 {
  margin-top: 0;
}

.links li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}