* {
  box-sizing: border-box;
}

body {
  background: #e8e8e8;
  color: #555;
  font-family: "iotaarchive-regular", "Lato", sans-serif;
  font-size: calc(16px + (20 - 16) * ((100vw - 480px) / (1600 - 480)));
  margin: 0;
  padding: 0;
}

section {
  margin: 12px 0.6rem 1rem 0.6rem;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

main {
  margin: auto;
  padding: 12px 0.6rem 1rem 0.6rem;
}

a {
  text-decoration: none;
  color: #555;
}

h1 {
  display: inline-block;
  line-height: 1.3em;
}

h1,
h2,
p {
  margin: 0.4em 0 0 0;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

.intro {
  background-color: white;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  line-height: 130%;
  margin-bottom: 2vh;
  padding: 2vw 3vw 3vw 3vw;
}

.pagination {
  text-align: center;
}

.pagination a {
  border: 1px solid #65ddca;
  padding: 0.2em 0.3em;
}

.pagination a:hover,
.pagination a.active {
  color: white;
  background: #65ddca;
}

.intro.inactive {
  color: darkgrey;
}

.intro h1 {
  flex-basis: 100%;
}

.intro p {
  flex-basis: 100%;
  line-height: 1.5em;
  margin-top: 0.8em;
}

p.introSplit {
  flex-basis: 100%;
  padding-right: 0.8em;
}

.sortIntro {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 120%;
  margin-right: 0.4em;
  margin-top: 0.8em;
}

.sortBtn {
  background: darkgrey;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 120%;
  margin-right: 0.4em;
  margin-top: 0.8em;
  padding: 0.4em;
  text-align: center;
}

.sortBtn:last-of-type {
  margin-right: unset;
}

.sortBtn a {
  color: white;
}

.sortBtn:hover,
.sortBtn:active,
.sortBtn.active {
  color: white;
  background: deeppink;
}

input {
  font-family: "iotaarchive-regular", "Lato", sans-serif;
}

ion-icon {
  color: #0d9191;
  font-size: 180%;
  padding: 0;
  vertical-align: middle;
  padding-bottom: 3px;
}

ion-icon:hover {
  color: #096868;
}

article {
  background: white;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.red {
  background: red;
  color: white;
  margin-left: -0.4em;
  padding: 0.2em 0.4em;
}

.redCopy {
  color: red;
}

.green {
  background: green;
  color: white;
  margin-left: -0.4em;
  padding: 0.2em 0.4em;
}

.grey {
  background: grey;
  color: white;
  margin-left: -0.4em;
  padding: 0.2em 0.4em;
}

.colorGrey {
  color: #808080b3;
}

.black {
  color: black;
}

.arrow {
  border: solid #555;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-right: 2px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 0.2em;
  margin-right: 2px;
}

.chartWrapper,
.chartWrapperFull {
  position: relative;
  flex-basis: 100%;
  margin-top: 0.4em;
}

.chartWrapperFull {
  height: 500px;
}

.chartWrapperHalf {
  position: relative;
  flex-basis: 100%;
  height: 250px;
}

.chartDoughnut {
  flex-basis: 100%;
  margin-bottom: 0;
}

.chartListing {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: flex-start;
  align-content: center;
  padding: 0 4% 3% 4%;
}

.chartListing .countryName {
  flex-basis: 50%;
}

.chartListing .reportCount {
  flex-basis: 25%;
}

.chartListing .reportPercentage {
  flex-basis: 24.9%;
}

span.chartLegend {
  display: block;
  font-size: 70%;
  line-height: 130%;
  margin-top: 0.4em;
}

.patentCompanyItem.hidden {
  display: none;
}

.copytextLink {
  border-bottom: 1px dotted grey;
  color: grey;
}

.copytextLink.inactive {
  color: darkgrey;
}

.copytextLink:hover {
  color: deeppink;
  border-bottom: 1px dotted deeppink;
}

.categoryPatents {
  border-top: 8px solid #488797;
}

.categoryNews {
  border-top: 8px solid #65ddca;
}

.categoryAcademic {
  border-top: 8px solid #6166c2;
}

.categoryEvents {
  border-top: 8px solid #566076;
}

.categoryJobs {
  border-top: 8px solid #ce59a9;
}

ul.dashed {
  list-style: none;
  padding-left: 0;
}

ul.dashed > li {
  margin-left: 15px;
  padding-top: 0.4em;
}

ul.dashed > li::before {
  content: "- ";
  margin-left: -9px;
}

/* ---------------------------------------------- */
/* -------- STANDARD MRGINS & FONT SIZES -------- */
/* ---------------------------------------------- */

.flexAuto {
  flex-basis: auto;
}

.flex100 {
  flex-basis: 100%;
}

.flex90 {
  flex-basis: 90%;
}

.flex80 {
  flex-basis: 80%;
}

.flex70 {
  flex-basis: 70%;
}

.flex60 {
  flex-basis: 60%;
}

.flex50 {
  flex-basis: 50%;
}

.flex40 {
  flex-basis: 40%;
}

.flex33 {
  flex-basis: 33%;
}

.flex30 {
  flex-basis: 30%;
}

.flex20 {
  flex-basis: 20%;
}

.flex10 {
  flex-basis: 10%;
}

.fifty {
  font-size: 50%;
}

.sixty {
  font-size: 60%;
}

.seventy {
  font-size: 70%;
}

.eighty {
  font-size: 80%;
}

.ninety {
  font-size: 90%;
}

.hundred {
  font-size: 100%;
}

.hundredten {
  font-size: 110%;
}

.hundredtwenty {
  font-size: 120%;
}

.hundredthirty {
  font-size: 130%;
}

.mt1 {
  margin-top: 0.1em;
}

.mt2 {
  margin-top: 0.2em;
}

.mt4 {
  margin-top: 0.4em;
}

.mt8 {
  margin-top: 0.8em;
}

.mt12 {
  margin-top: 1.2em;
}

.mt20 {
  margin-top: 2em;
}

.mb1 {
  margin-bottom: 0.1em;
}

.mb2 {
  margin-bottom: 0.2em;
}

.mb4 {
  margin-bottom: 0.4em;
}

.mb8 {
  margin-bottom: 0.8em;
}

.mb12 {
  margin-bottom: 1.2em;
}

.mb20 {
  margin-bottom: 2em;
}

.mr1 {
  margin-right: 0.1em;
}

.mr2 {
  margin-right: 0.2em;
}

.mr4 {
  margin-right: 0.4em;
}

.mr8 {
  margin-right: 0.8em;
}

.mr12 {
  margin-right: 1.2em;
}

.ml1 {
  margin-left: 0.1em;
}

.ml2 {
  margin-left: 0.2em;
}

.ml4 {
  margin-left: 0.4em;
}

.ml8 {
  margin-left: 0.8em;
}

.ml12 {
  margin-left: 1.2em;
}

.pt4 {
  padding-top: 0.4em;
}

.pt8 {
  padding-top: 0.8em;
}

.pt12 {
  padding-top: 1.2em;
}

.pb4 {
  padding-bottom: 0.4em;
}

.pb8 {
  padding-bottom: 0.8em;
}

.pb12 {
  padding-bottom: 1.2em;
}

.pr4 {
  padding-right: 0.4em;
}

.pr8 {
  padding-right: 0.8em;
}

.pr12 {
  padding-right: 1.2em;
}

.pl4 {
  padding-left: 0.4em;
}

.pl8 {
  padding-left: 0.8em;
}

.pl12 {
  padding-left: 1.2em;
}

.regular {
  font-family: "iotaarchive-regular", "Lato", sans-serif;
  letter-spacing: 0.04em;
}

.medium {
  font-family: "iotaarchive-medium", "Lato", sans-serif;
  letter-spacing: 0.04em;
}

.semibold {
  font-family: "iotaarchive-semibold", "Lato", sans-serif;
  letter-spacing: 0.04em;
}

.bold {
  font-family: "iotaarchive-bold", "Lato", sans-serif;
  letter-spacing: 0.04em;
}

.light {
  font-family: "iotaarchive-light", "Lato", sans-serif;
  letter-spacing: 0.04em;
}

.thin {
  font-family: "iotaarchive-thin", "Lato", sans-serif;
  letter-spacing: 0.04em;
}

/* ---------------------------------------------- */
/* ---------------- HEADER ITEMS ---------------- */
/* ---------------------------------------------- */

header {
  background-color: white;
  color: black;
  display: grid;
  grid-template: 35px 26px / 52px auto 90px 80px;
}

.logo {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  padding-top: 2px;
  place-self: center self-end;
  width: 34px;
}

.iotaarchive {
  font-size: 24px;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  line-height: 0.8em;
  padding-left: 5px;
  place-self: self-end self-start;
}

.subline {
  color: red;
  font-size: 11px;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  letter-spacing: 1.1px;
  padding: 1px 0 0 5px;
  place-self: self-start;
}

.submit-news {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  place-self: center self-end;
}

.submit-news a {
  background-color: #65ddca;
  color: white;
  line-height: 2.4em;
  padding: 4px 8px;
  border-radius: 10px;
}

.submit-news a:hover {
  background-color: #488797;
  transition: all 400ms;
}

/* ---------------------------------------------- */
/* ------------------ TOOLTIP ------------------- */
/* ---------------------------------------------- */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  background-color: #555;
  color: #fff;
  border-radius: 5px;
  font-size: 10px;
  line-height: 150%;
  padding: 6px;
  position: absolute;
  text-align: center;
  text-transform: none;
  transition: opacity 0.6s;
  visibility: hidden;
  /* z-index: 2; */
  left: -80px;
  width: 140px;
  margin-bottom: 5px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-top {
  bottom: 90%;
}

.tooltip-left {
  top: -5px;
  right: 128%;
}

.memberEntry .tooltip-left {
  top: -15px;
  left: -150px;
}

.tooltip-bottom {
  top: 100%;
  margin-left: -60px;
}

.tooltip-right {
  top: -5px;
  left: 125%;
}

/* ---------------------------------------------- */
/* ------------ NAVIGATION ELEMENTS ------------- */
/* ---------------------------------------------- */

.navigation-button {
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  display: inline-block;
  height: 40px;
  padding: 0;
  line-height: 0.6;
  position: fixed;
  right: 20px;
  text-align: center;
  top: 10px;
  width: 40px;
  z-index: 100;
}
.navigation-button > span {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 22px;
  border-radius: 1px;
  background: #293335;
  vertical-align: middle;
}
.navigation-button > span:before,
.navigation-button > span:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 1px;
  background: #293335;
  transition: all 200ms;
}
.navigation-button > span:before {
  top: -8px;
  left: 3px;
  width: 15px;
}
.navigation-button > span:after {
  top: 8px;
  left: 5px;
  width: 12px;
}
.navigation-button:focus {
  outline: none;
}
.navigation-button:hover > span:after,
.navigation-button:hover > span:before {
  width: 22px;
  left: 0;
}

.navigation-button.active > span {
  height: 0;
}
.navigation-button.active > span:after,
.navigation-button.active > span:before {
  top: -2px;
  left: 0;
  width: 22px;
}
.navigation-button.active > span:after {
  transform: rotate(-45deg);
}
.navigation-button.active > span:before {
  transform: rotate(45deg);
}

.navigation-layer {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  clip-path: circle(20px at calc(100% - 40px) 30px);
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 300ms ease-in-out;
  width: 100%;
  z-index: 3;
  -webkit-clip-path: circle(20px at calc(100% - 40px) 30px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navigation-layer.active {
  clip-path: circle(1200px at calc(100% - 40px) 30px);
  -webkit-clip-path: circle(1200px at calc(100% - 40px) 30px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navigation-item {
  flex: 0 1 auto;
  align-self: auto;
  margin-bottom: 22px;
  min-width: 0;
  min-height: auto;
}

.navigation-item a {
  border-radius: 3px;
  margin: 25px 0;
  padding: 6px 40px;
  transition: all 100ms ease-in-out;
}

.navigation-item.inactive a {
  background: white;
  color: #bc0d6a;
}

.navigation-item.submit {
  margin-bottom: 40px;
}

.navigation-item.submit a {
  background: #65ddca;
  border-radius: 14px;
  color: white;
  padding: 6px 14px;
}

.navigation-item.active a,
.navigation-item.inactive a:hover,
.navigation-item.active a:hover {
  background: #bc0d6a;
  color: white;
}

.navigation-item.submit a:hover,
.navigation-item.submit .active a,
.navigation-item.submit .active a:hover {
  background: #488797;
}

/* ---------------------------------------------- */
/* --------------- INTRO EXPANDER --------------- */
/* ---------------------------------------------- */

.expander input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.expander p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.expander label {
  background-color: #00acff;
  border-radius: 4px;
  color: #fff;
  padding: 0.2em 0.6em;
}

.expander input:focus ~ label {
  outline: -webkit-focus-ring-color auto 5px;
}

.expander input:checked + p {
  -webkit-line-clamp: unset;
}

.expander input:checked ~ label {
  display: none;
}

.pusher,
.subNavPush {
  flex-basis: auto;
  flex-grow: 10;
}

/* ---------------------------------------------- */
/* ----------------- INDEX PAGE ----------------- */
/* ---------------------------------------------- */

.newsEntry {
  display: flex;
  flex-wrap: wrap;
  line-height: 130%;
  margin-bottom: 2vh;
  padding: 0vw 3vw 2.4vw 3vw;
  margin: 12px 0.6rem 1rem 0.6rem;
  flex-basis: 100%;
}

.categoryHeader {
  content: "";
  position: absolute;
  height: 58px;
  left: calc(100% - 100px);
  text-align: right;
  width: 90px;
}

.categoryHeader.event {
  background: linear-gradient(3deg, transparent 49%, #566076 50%);
}

.categoryHeader.academic {
  background: linear-gradient(3deg, transparent 49%, #6166c2 50%);
}

.categoryHeader.patent {
  background: linear-gradient(3deg, transparent 49%, #488797 50%);
}

.categoryHeader.job {
  background: linear-gradient(3deg, transparent 49%, #ce59a9 50%);
}

.categoryHeader.general {
  background: linear-gradient(3deg, transparent 49%, #65ddca 50%);
  left: calc(100% - 110px);
  width: 100px;
}
.categoryHeader > a {
  color: white;
  line-height: 2.4em;
  padding: 8px 6px 8px 18px;
}

.categoryHeader.general a {
  padding: 8px 6px 8px 8px;
}

.publicationDate {
  flex-basis: 100%;
  margin: 10px 0 0 0;
  text-align: left;
}

.companyNamesModule {
  flex-basis: 100%;
}

.company,
.selection {
  background-color: whitesmoke;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  letter-spacing: 0.025em;
  margin: 0.75em 0.8em 0 0;
  padding: 0.35em 0.65em 0.1em 0.6em;
  order: 2;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.patentTooltip {
  border-radius: 3px;
  color: #333;
  display: inline-block;
  letter-spacing: 0.025em;
  margin-left: 0.2em;
  order: 2;
  padding: 0.35em 0.5em 0.1em 0.2em;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.company:hover {
  background-color: #c9c9c9;
}

.companyName {
  flex-basis: 100%;
}

.mentionedMembers {
  flex-basis: 100%;
  background-color: whitesmoke;
  padding: 2px 5px 9px 8px;
}

.mentionedMemberLabel {
  display: block;
  line-height: 1em;
  padding-top: 5px;
}

.mentioned-member {
  background-color: #d5d5d5;
  border-radius: 10px;
  color: #333;
  display: inline-block;
  letter-spacing: 0.025em;
  line-height: 1.2em;
  margin: 0.75em 0.1em 0 0;
  padding: 0.6em 0.8em;
  position: relative;
  text-decoration: none;
}

.mentioned-member:hover {
  background-color: deeppink;
  color: white;
}

.ref-count {
  background: deeppink;
  border-radius: 4px;
  color: white;
  font-size: 50%;
  letter-spacing: 0.08em;
  line-height: 2.2em;
  position: absolute;
  padding: 0 0.5em;
  top: -1em;
  right: -1.5em;
}

.ref-count:hover {
  background: #bc0d6a;
}

.newsEntry .description {
  flex-basis: 100%;
  line-height: 160%;
  margin-top: 0.8em;
  color: #555555;
}

.infoIcon {
  color: #555;
  padding: 5px 0 10px;
}

.sourcesLabel {
  flex-basis: 100%;
  margin-right: 5px;
  margin-top: 2vw;
  text-align: center;
}

.submitter {
  flex-basis: 100%;
  font-size: 60%;
  padding-right: 2px;
  text-align: right;
}

/* ---------------------------------------------- */
/* -------------- MEMBER OVERVIEW --------------- */
/* ---------------------------------------------- */

.memberEntry,
.submitterEntry,
.submissionEntries,
.memberListModule {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 12px 0.6rem 1rem 0.6rem;
  padding: 2vw 3.4vw 3vw 3vw;
}

.memberEntry.alumn {
  color: darkgray;
}

.memberData {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.memberEntry.alumn a {
  color: #808080ab;
}

.memberDetailsLink a.memberDetailsBtn {
  color: white;
}

.memberFullname,
.submitterFullname {
  flex-basis: 80%;
  flex-grow: 1;
  font-size: 120%;
  margin-top: 0.2em;
}

.memberDetailsLink,
.submitterDetailsLink {
  flex-basis: 100%;
  margin: 1.2em 0 0.4em;
  text-align: right;
}

.companyDetailsLink {
  margin: 1.2em 0 0.4em;
  text-align: right;
}

.companyFullname {
  flex-basis: 100%;
  font-size: 120%;
  margin-top: 0.2em;
}

.companyFullname.inactive {
  color: grey;
}

.role {
  flex-basis: 100%;
}

.fellowshipTerm {
  align-self: center;
  color: #808080bf;
  font-size: 75%;
}

.subheadline,
.companySubheadline {
  color: grey;
  font-size: 75%;
  width: 100%;
}

.companySubheadline {
  line-height: 130%;
}

.showHideEntry,
.companyDetailsLink {
  margin-top: 1.2em;
}

.subheadline.inactive {
  color: darkgrey;
}

.connectionWrapper {
  flex-wrap: nowrap;
  display: flex;
  margin-left: 0.5em;
}

.connectionWrapper > .marker {
  background-color: lightgrey;
  height: 0.9em;
  transform: skew(-20deg, 0deg);
  width: 0.3em;
  -moz-transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
  -o-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
}

.connectionWrapper > .marker.independent,
.connectionWrapper > .marker.incontact {
  margin-right: 3px;
}

.connectionWrapper .marker.independent.color,
.connectionWrapper .marker.incontact.color,
.connectionWrapper .marker.collaboration.color {
  width: 0.6em;
  background-color: #65ddca;
}

.referenceModule,
.introReferenceModule {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.8em;
}

.memberDetailsBtn {
  background: #189481;
  border: 0;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  padding: 0.2em 0.8em;
  outline: none;
  line-height: unset;
}

.memberDetailsBtn:hover {
  color: white;
  background: deeppink;
}

.introReferenceModuleStats {
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.referenceWrapper {
  background-color: whitesmoke;
  border-radius: 6px;
  border: 1px solid lightgrey;
  flex-basis: 10%;
  font-size: 80%;
  margin-top: 0.4em;
  padding: 0.4em 0.4em;
  text-align: center;
}

.referenceWrapper.total,
.referenceWrapper.total.alumn {
  background-color: white;
  border: 1px dotted deeppink;
  color: deeppink;
}

.referenceWrapper.alumn {
  color: #c5c5c5;
}

.referenceWrapper .value {
  font-size: 150%;
  flex-basis: 100%;
}

.referenceWrapper .label {
  font-size: 70%;
  flex-basis: 100%;
  line-height: 1.25em;
}

.companyTypeLabel {
  color: #fff;
  flex-basis: auto;
  font-size: 60%;
  padding: 0.2em 0.6em;
  letter-spacing: 0.05em;
  margin: 2px 0;
  transform: skew(-20deg, 0deg);
  -moz-transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
  -o-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
}

.companyTypeLabel.forprofit {
  background-color: #65ddca;
}
.companyTypeLabel.nonprofit {
  background-color: #488797;
}
.companyTypeLabel.governmental {
  background-color: #ce59a9;
}
.companyTypeLabel.academic {
  background-color: #6166c2;
}
.companyTypeLabel.event {
  background-color: #566076;
}

.inactive.companyTypeLabel {
  background-color: grey;
}

.companyReportAmount {
  padding-left: 0.4em;
}

.progressBarContainer {
  background: whitesmoke;
  display: none;
  flex-basis: 100%;
  flex-wrap: wrap;
  margin-top: 0.2em;
  padding: 0.4em;
}

.progressBarContainer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0.2em;
  width: 100%;
}

.progressBarContainer .wrapper .bar {
  flex-basis: 2%;
  background: #dbdbdb;
  margin: 2px 0;
}

.progressBarContainer .wrapper .label {
  flex-basis: auto;
  padding-left: 0.4em;
}

/* ---------------------------------------------- */
/* ------------- DONATION ELEMENTS -------------- */
/* ---------------------------------------------- */

.donation {
  display: grid;
  grid-template: auto auto / auto auto;
}

.donationQR {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 4;
}

#iotaAddress {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  line-height: 1.6em;
  word-break: break-all;
  align-self: start;
}

.wordBreak {
  word-break: break-all;
}

.donation .headline {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

.donation img {
  max-width: 65px;
}

.donation .copyAddressBtn {
  align-self: center;
  background-color: #d5d5d5;
  border-radius: 10px;
  color: #333;
  cursor: pointer;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  width: 16em;
}

.donation .copyAddressBtn:hover {
  background-color: deeppink;
  color: white;
}

/* ---------------------------------------------- */
/* ------------- Patent/Inventors --------------- */
/* ---------------------------------------------- */

.mobileNotice {
  display: block;
}

.patentList {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto;
  line-height: 1.4em;
}

.legendGivenName {
  /* row start / col start / row end / col end */
  grid-area: 1 / 1 / 2 / 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.legendFamilyName {
  grid-area: 1 / 2 / 2 / 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.legendCompany {
  grid-area: 2 / 1 / 3 / 2;
  display: none;
}

.legendNumber {
  grid-area: 2 / 2 / 3 / 3;
  display: none;
}

.legendAppDate {
  grid-area: 1 / 3 / 2 / 4;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.legendPubDate {
  grid-area: 1 / 4 / 2 / 5;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[class^="legend"] {
  border-bottom: 1px solid grey;
  padding-bottom: 0.4em;
}

[class^="legend"] a:hover {
  color: deeppink;
}

.patentListItem {
  border-bottom: 1px solid #d2d2d2;
  display: grid;
  font-size: 80%;
  grid-area: auto / 1 / auto / 5;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  padding: 0.4em 0 0.2em 0;
  line-height: 1.4em;
}

.patentList div.dipatentListItem:first-of-type {
  background: red;
}

.patentGivenName {
  grid-area: 1 / 1 / 2 / 2;
  padding-right: 0.4em;
}

.patentFamilyName {
  grid-area: 1 / 2 / 2 / 3;
  padding-right: 0.4em;
}

.patentCompanyItem {
  grid-area: auto / 1 / auto / 3;
  display: grid;
  grid-template-columns: 5% 32% 23% 20% 20%;
  grid-template-rows: auto;
}

.patentAmount {
  grid-area: auto / 1 / auto / 2;
  font-size: 70%;
  text-align: center;
}

.patentCompanyName {
  grid-area: auto / 2 / auto / 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.2em;
}

.patentCompanyItem:not(:last-child) .patentCompanyName,
.patentCompanyItem:not(:last-child) .patentNumber,
.patentCompanyItem:not(:last-child) .patentAppDate,
.patentCompanyItem:not(:last-child) .patentPubDate {
  /* border-bottom: 1px dotted #cacaca; */
  margin-bottom: 0.3em;
}

.patentAmount:hover,
.patentCompanyName:hover,
.patentNumber:hover,
.patentAppDate:hover,
.patentPubDate:hover {
  color: deeppink;
  cursor: pointer;
}

.patentNumber {
  grid-area: auto / 3 / auto / 4;
  font-size: 90%;
}

.patentAppDate {
  grid-area: auto / 4 / auto / 5;
  text-align: right;
}

.patentPubDate {
  grid-area: auto / 5 / auto / 6;
  text-align: right;
}

@media (min-width: 768px) {
  body {
    margin: 0 8%;
    background: #e8e8e8;
  }

  main {
    padding: 12px 0 1rem 0;
  }

  .intro {
    margin-bottom: 1.6vh;
    padding: 2vw 2.4vw 2vw 2.4vw;
  }

  /* ---------------------------------------------- */
  /* ------------- Patent/Inventors --------------- */
  /* ---------------------------------------------- */

  .mobileNotice {
    display: none;
  }

  .patentList {
    display: grid;
    grid-template-columns: 15% 22% 28% 14% 11% 11%;
    grid-template-rows: auto;
    line-height: 1.4em;
  }

  .legendGivenName {
    /* row start / col start / row end / col end */
    grid-area: 1 / 1 / 2 / 2;
    display: unset;
  }

  .legendFamilyName {
    grid-area: 1 / 2 / 2 / 3;
    display: unset;
  }

  .legendCompany {
    grid-area: 1 / 3 / 2 / 4;
    display: unset;
  }

  .legendNumber {
    grid-area: 1 / 4 / 2 / 5;
    display: unset;
  }

  .legendAppDate {
    grid-area: 1 / 5 / 2 / 6;
    display: unset;
    text-align: right;
  }

  .legendPubDate {
    grid-area: 1 / 6 / 2 / 7;
    display: unset;
    text-align: right;
  }

  [class^="legend"] {
    border-bottom: 1px solid grey;
    padding-bottom: 0.4em;
  }

  [class^="legend"] a:hover {
    color: deeppink;
  }

  .patentListItem {
    border-bottom: 1px solid #d2d2d2;
    display: grid;
    font-size: 80%;
    grid-area: auto / 1 / auto / 7;
    grid-template-columns: 15% 18% 67%;
    grid-template-rows: auto;
    padding: 0.4em 0 0.2em 0;
    line-height: 1.4em;
  }

  .patentList div.dipatentListItem:first-of-type {
    background: red;
  }

  .patentGivenName {
    grid-area: auto / 1 / auto / 2;
    padding-right: 0.4em;
  }

  .patentFamilyName {
    grid-area: auto / 2 / auto / 3;
    padding-right: 0.4em;
  }

  .patentCompanyItem {
    grid-area: auto / 3 / auto / 7;
    display: grid;
    grid-template-columns: 5% 42% 23% 15% 15%;
    grid-template-rows: auto;
  }

  .patentAmount {
    grid-area: auto / 1 / auto / 2;
    font-size: 70%;
    text-align: center;
  }

  .patentCompanyName {
    grid-area: auto / 2 / auto / 3;
  }

  .patentCompanyItem:not(:last-child) .patentCompanyName,
  .patentCompanyItem:not(:last-child) .patentNumber,
  .patentCompanyItem:not(:last-child) .patentAppDate,
  .patentCompanyItem:not(:last-child) .patentPubDate {
    /* border-bottom: 1px dotted #cacaca; */
    margin-bottom: 0.3em;
  }

  .patentAmount:hover,
  .patentCompanyName:hover,
  .patentNumber:hover,
  .patentAppDate:hover,
  .patentPubDate:hover {
    color: deeppink;
    cursor: pointer;
  }

  .patentNumber {
    grid-area: auto / 3 / auto / 4;
    font-size: 90%;
  }

  .patentAppDate {
    grid-area: auto / 4 / auto / 5;
    text-align: right;
  }

  .patentPubDate {
    grid-area: auto / 5 / auto / 6;
    text-align: right;
  }

  /* ---------------------------------------------- */
  /* ------------ NAVIGATION ELEMENTS ------------- */
  /* ---------------------------------------------- */

  .navigation-button {
    right: 10%;
  }
  .navigation-button > span {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 22px;
    border-radius: 1px;
    background: #293335;
    vertical-align: middle;
  }
  .navigation-button > span:before,
  .navigation-button > span:after {
    display: inline-block;
    position: absolute;
    content: "";
    height: 2px;
    border-radius: 1px;
    background: #293335;
    transition: all 200ms;
  }
  .navigation-button > span:before {
    top: -8px;
    left: 3px;
    width: 15px;
  }
  .navigation-button > span:after {
    top: 8px;
    left: 5px;
    width: 12px;
  }
  .navigation-button:focus {
    outline: none;
  }
  .navigation-button:hover > span:after,
  .navigation-button:hover > span:before {
    width: 22px;
    left: 0;
  }

  .navigation-button.active > span {
    height: 0;
  }
  .navigation-button.active > span:after,
  .navigation-button.active > span:before {
    top: -2px;
    left: 0;
    width: 22px;
  }
  .navigation-button.active > span:after {
    transform: rotate(-45deg);
  }
  .navigation-button.active > span:before {
    transform: rotate(45deg);
  }

  .navigation-layer {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    position: fixed;
    top: 0;
    transition: all 300ms ease-in-out;
    width: 100%;
    z-index: 3;
    clip-path: circle(0px at 80% 30px);
    -webkit-clip-path: circle(0px at 80% 30px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .navigation-layer.active {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .navigation-item {
    flex: 0 1 auto;
    align-self: auto;
    margin-bottom: 22px;
    min-width: 0;
    min-height: auto;
  }

  .navigation-item a {
    border-radius: 3px;
    margin: 25px 0;
    padding: 6px 40px;
    transition: all 100ms ease-in-out;
  }

  .navigation-item.inactive a {
    background: white;
    color: #bc0d6a;
  }

  .navigation-item.submit {
    margin-bottom: 40px;
  }

  .navigation-item.submit a {
    background: #65ddca;
    border-radius: 14px;
    color: white;
    padding: 6px 14px;
  }

  .navigation-item.active a,
  .navigation-item.inactive a:hover,
  .navigation-item.active a:hover {
    background: #bc0d6a;
    color: white;
  }

  .navigation-item.submit a:hover,
  .navigation-item.submit .active a,
  .navigation-item.submit .active a:hover {
    background: #488797;
  }

  /* ---------------------------------------------- */
  /* ----------------- INDEX PAGE ----------------- */
  /* ---------------------------------------------- */

  header {
    margin: 0 10px 0 10px;
  }

  .categoryHeader {
    height: 8%;
    left: 80%;
    width: 12%;
  }

  .categoryHeader.general {
    left: 78%;
    width: 14%;
  }

  .publicationDate {
    margin-top: 2vh;
    order: 1;
  }

  .companyNamesModule {
    margin-bottom: 0.4em;
    order: 2;
  }

  .newsEntry {
    margin-bottom: 1.6vh;
    padding: 0 2.4vw 1.6vw 2.4vw;
  }

  .newsEntry .description {
    order: 3;
    padding-right: 12px;
    margin-top: 0.4em;
  }

  .newsEntry .makeRoom {
    flex-basis: 75%;
  }

  .mentionedMembers {
    flex-basis: 25%;
    margin-top: 0.5em;
    padding: 0.8em;
    order: 4;
  }

  .mentionedMemberLabel {
    padding-bottom: 4px;
    padding-top: 0;
  }

  .sourcesLabel {
    flex-basis: 70%;
    margin: 0.4em 0 0;
    order: 5;
    text-align: left;
  }

  .infoIcon {
    padding: 2px 0 0;
  }

  .submitter {
    flex-basis: 30%;
    margin-top: auto;
    order: 6;
  }

  /* ---------------------------------------------- */
  /* ------------- COMPANY OVERVIEW --------------- */
  /* ---------------------------------------------- */

  .companyTypeLabel {
    order: 1;
  }

  .companyReportAmount {
    flex-basis: 60%;
    order: 2;
  }

  .pusher {
    order: 3;
  }

  .connectionWrapper {
    margin-left: 0.4em;
    order: 4;
  }

  .companyName {
    flex-basis: 40%;
    order: 5;
    flex-grow: 2;
  }

  .referenceModule {
    flex-basis: auto;
    justify-content: space-between;
    order: 6;
  }

  .referenceWrapper {
    margin-left: 0.4em;
  }

  .subheadline {
    order: 7;
  }

  .showHideEntry {
    margin-top: 0;
    order: 8;
  }

  .companyDetailsLink {
    margin-top: 0;
    order: 9;
  }

  .progressBarContainer {
    order: 10;
  }

  /* ---------------------------------------------- */
  /* --------------- MEMBER OVERVIEW -------------- */
  /* ---------------------------------------------- */

  .memberData {
    display: flex;
    flex-basis: 45%;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0.4em;
    order: 1;
  }

  .memberFullname {
    flex-basis: 100%;
  }

  .role {
    flex-basis: 100%;
  }

  .fellowshipTerm {
    margin: 0.4em 0.8em 0 0;
  }

  .memberEntry.alumn a {
    color: unset;
  }

  .memberDetailsLink,
  .submitterDetailsLink {
    color: white;
    margin: 1.2em 0 0;
    order: 7;
    text-align: left;
  }

  /* ---------------------------------------------- */
  /* ------------- SUBMITTER OVERVIEW ------------- */
  /* ---------------------------------------------- */

  .submitterEntry {
    align-items: flex-start;
    padding: 2vw 2.4vw 2vw 2.4vw;
  }

  .submitterFullname {
    flex-basis: 40%;
    flex-grow: 1;
    order: 1;
  }

  .submitterDetailsLink {
    flex-basis: 100%;
    order: 7;
  }

  p.introStatCopyThird {
    flex-basis: 40%;
    flex-grow: 2;
  }

  p.introSplit {
    flex-basis: 60%;
  }

  .chartWrapper {
    position: relative;
    flex-basis: 39%;
    margin-top: 0;
  }

  .chartWrapperFull {
    flex-basis: 100%;
    margin-top: 0;
  }

  span.chartLegend {
    display: block;
    font-size: 70%;
    line-height: 130%;
  }

  .chartDoughnut {
    flex-basis: 49.9%;
  }

  .chartListing {
    flex-basis: 49.9%;
    padding: 10% 5% 0 7%;
  }

  .chartListing .countryName {
    flex-basis: 50%;
  }

  .chartListing .reportCount {
    flex-basis: 22%;
  }

  .chartListing .reportPercentage {
    flex-basis: 27.9%;
  }

  p.backtoOverview {
    flex-basis: 100%;
    text-align: end;
    margin-top: 0.4em;
  }

  .introReferenceModule {
    flex-basis: 25%;
  }

  .introReferenceModuleStats {
    display: flex;
    flex-basis: auto;
    flex-direction: row;
  }
}