/* these styles need to move to main theme  */
h1 {
  margin-top: 2.5rem;
}

.su-lockup {
  font-size: 2.44140625em;
  text-decoration: none;
  color: black;
}

.su-lockup img {
  margin-right: 1em;
}

table {
  caption-side: top;
}

table caption {
  font-size: 2rem;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  table caption {
    font-size: 2rem;
  }
}

.tableresponsive-toggle-columns {
  display: none;
}

.footer-grey {
  background-color: #f4f4f4;
}

.nav-tabs {
  display: flex;
  gap: 1rem;
  padding-left: 0;
}

.nav-tabs li {
  list-style: none;
}


ul.nav nav-tabs tabs-primary {}

li.active {}

.nav li {
  border: 1px solid #ccc;
  padding: 0 1em;
  border-bottom: none;
}

a.nav-link.active {}

.block {
  margin-bottom: 3rem;
}

legend {
  font-size: unset;
}

div.popup {
  width: 80%;
  right: 10%;
  z-index: 100;
}

/* injector 7 */
.su-card--icon,
.su-card--icon-font {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.view-key-stats-block-for-profile-pages .date-display-single {
  /* same as font.splash in decanter theme, updated in style.css on line 94  */

  font-weight: 700;
  line-height: 1.2;
  font-size: 1.953125em;
  margin-bottom: 0;
  letter-spacing: -.016em;
}




/* mapping militants styles  */

.l-footer .su-card {
  min-height: 16rem;
}

.l-footer {
  margin-top: 4rem;
  background-color: white;
  border-top: 1px solid silver;
  padding-top: 1em;
}

.node-type-group h1.page-title {
  text-align: center;
}

.block-layout-hero {
  background-color: #999;
}

.view-key-stats-block-for-profile-pages .date-display-single {

  /* same as font.splash in decanter theme */

  font-weight: 700;
  line-height: 1.2;
  font-size: 3.0517578125em;
  margin-bottom: 0;
  letter-spacing: -.016em;
}

.l-map2 {
  margin-bottom: 3rem;
}


/* profile page  */

.vertical-tab-link {
  color: #006cb8;
}

.vertical-tabs-pane .fieldset-wrapper {
  padding-top: 0.5em;
}

.field-name-field-full-name {
  font-size: 1.2rem;
  border-bottom: 1px solid;
}

.field-name-field-start-date,
.field-name-field-start-date *,
.field-name-field-end-date *,
.field-name-field-end-date {
  display: inline;
  padding-right: .5em;
}

.field-name-field-date {
  font-weight: bold;
}

.field-name-field-footnotes {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 13%), 0 3px 6px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 13%), 0 3px 6px rgb(0 0 0 / 10%);
  background-color: #eee;
  font-size: 1.4rem;
}

.file-icon {
  display: inline;
}

.field-name-field-full-pdf-profile-file {
  margin-bottom: 2em;
}

a.lnk {
  font-size: small;
  vertical-align: super;
  color: unset;
  cursor: none;
  text-decoration: unset;
}

.field-name-field-footnotes a {
  color: unset;
  cursor: text;
}
.field-name-field-organization {display: none;}

/* maps index page  */

.view-maps.view-id-maps .su-card {
  min-height: 27rem;
  margin-bottom: 3rem;
}

.view-maps.view-id-maps .su-card img {
  max-height: 60px;
  margin: auto;
}

/* map page  */

.node-type-map .field-name-field-groups .field-items {
  padding: 1em 2em;
}

.node-type-map .field-name-field-groups .field-items .field-item {
  display: list-item;
  list-style: numeric;
  margin-bottom: .4em;
}

.btn-info {
  color: #000 !important;
  background-color: #0dcaf0 !important;
  border-color: #0dcaf0 !important;
}

.btn-warning {
  color: #000 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}