.digitalhistorynetwork {
flex-direction: column;
}

.digitalhistorynetwork figure {
//order: 2;
}

.digitalhistorynetwork figure img {
width: 100%;
}

.digitalhistorynetwork figure img.logolarge {
display: none;
}

@media screen and (min-width: 768px) {
.digitalhistorynetwork figure img.logocompact {
display: none;
}
.digitalhistorynetwork figure img.logolarge {
display: inline;
}
}


#block-page-title-block h1 {
border-color: #008080
}

.node-184790 article {
background-color: white!important;
padding: 35px 0 15px !important;
}

#tab-heading-container {
border-color: teal;
}

#tab-heading-container .tabheading {
background-color: #00b3b3;
width: 48%;
}

#tab-heading-container #tab-heading-wrap {
max-width: 400px;
}

#tab-heading-container .tabheading.active-tab-heading {
background-color: teal;
}

#tab-heading-wrap h2 {
display: flex;
align-items: center
}

#tab-heading-wrap h2 a {
height: unset;
}

.logoexplanation {
  align-self: right;
  align-content: ;
  text-align: ;
  justify-self: right;
  align-self: flex-end;
  font-size: 12px;
  line-height: 11px;
  font-family: "Barlow Condensed";
  position: relative;
  bottom: -25px;
}

@media screen and (min-width: 1200px) {
.logoexplanation {
  text-align: right;
}
}

.logoexplanation h4 {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 3px;
  display: none;
}