body {
  overflow-x: hidden;
  font-family: var(--font-family-serif);
  line-height: 1.4;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  padding: 10px 0;
  border-bottom: 1px solid var(--color-gray-86);
  border-top: 1px solid var(--color-gray-86);
  color: var(--color-gray-7);
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern';
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
}

hr {
  margin-top: 0;
}

a,
a:hover {
  color: var(--color-news-red);
}

#explanation-header {
  font-family: var(--font-family-headline);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

#main-svg {
  position: relative;
  overflow: visible;
}

/* @media (min-width: 992px) {
  #internal-container {
    padding-right: 10%;
  }
}

@media (max-width: 480px) {
  #internal-container {
    padding: 0px;
  }
} */

.container-fluid {
  padding: 0;
}

.main-svg text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.close-button {
  cursor: pointer;
  margin-left: auto;
  padding-left: 10px;
  align-self: baseline;
}

.popup-header {
  border-bottom: 1px solid var(--color-gray-86);
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#tooltipdiv {	
  position: absolute;			
  padding: 10px;
  padding-top: 5px;
  font-size: 14px;		
  background: rgba(255,255,255,0.95);
  border: 1px solid black;
  font-family: var(--font-family-sans);
  font-weight: 300;
  margin-top: 0em;
  margin-bottom: 0em;
  max-width: 320px;
  z-index: 2;
}

.row {
  margin: 0px;
}

#tooltipdiv h4 {
  font-family: var(--font-family-headline);
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 0em;
  margin-bottom: 0em;
}

#tooltipdiv h2 {
  font-weight: 500;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

#tooltipdiv p {
  font-weight: 300;
  margin-top: 0.3em;
  margin-bottom: 0em;
  line-height: 1.5em; 
}

#tooltipdiv svg {
  transform: rotate(45deg);
}

text.shadow {
  font-family: var(--font-family-sans);
  font-weight: bold;
  paint-order: stroke;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6px;

  /* text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff; */
}

#input {
  border: none;
  box-shadow: 0 0 0 1px var(--color-gray-86);
  border-radius: 2px;
  outline: none;
  font-size: 16px;
  padding: 8px 8px;
  line-height: 1;
  display: block;
  margin: 10px auto;
  width: calc(100% - 20px);
  max-width: 370px;
}

@media (min-width: 740px) {
  #input {
    margin: 20px auto;
  }
}

#input:focus-visible {
  box-shadow: 0 0 0 2px var(--color-feature-blue);
}

#left-column {
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 1;
}

#right-column {
  padding: 10px;
  padding-bottom: 0px;
}

#right-column p {
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  #left-column {
    padding-bottom: 10px;
  }
}

.highlight {
  background-color: #c51d904b;
  padding: 3px;
  border-radius: 5px;
}

/* buttons */
.button-fieldset {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px;
  font-family: var(--font-family-sans);
  z-index: 100;
  display: flex;
  overflow: hidden;
}

.button-fieldset input {
  position: relative;
  clip: rect(0, 0, 0, 0);
  height: 0px;
  width: 0px;
  border: 0;
  overflow: hidden;
}

.button-fieldset label {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  box-shadow: 0 0 0 1px var(--color-gray-86);
  line-height: 0.9;
  text-align: center;
  padding: 10px 10px 9px 10px;
  font-size: 16px;
  margin-bottom: 0.1rem;
}

.button-fieldset label:hover {
  background-color: var(--color-gray-92);
}

.button-fieldset label:first-of-type {
  border-radius: 25px 0 0 25px;
  padding-left: 15px;
  padding-right: 12px;
}

.button-fieldset label:last-of-type {
  border-radius: 0 25px 25px 0;
  padding-left: 12px;
  padding-right: 15px;
}

.button-fieldset input:checked + label {
  background-color: var( --color-feature-blue);
  box-shadow: 0 0 0 1px var(--color-feature-blue);
  color: #fff;
}

#button-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 714px) {
  #button-container {
    flex-wrap: wrap;
  }

  .button-fieldset label,
  .button-fieldset label:first-of-type,
  .button-fieldset label:last-of-type {
    margin: 3px;
    border-radius: 25px;
    padding: 10px 15px 9px 15px;
  }
}

.link {
stroke-dasharray: 10, 6;
stroke-dashoffset: 400;
animation: dash 200s linear infinite;
}

.link-static {
stroke-dasharray: 10, 6;
stroke-dashoffset: 400;
}

.link-focus {
stroke-dasharray: 1, 0 !important;
}

@keyframes dash {
  to {
      stroke-dashoffset: 6000;
  }
}

.tag-501c3 {
background-color: #a3d994;
border-radius: 10px;
font-size: 13px;
padding: 3px 6px 2px 6px;
text-align: left;
margin: 0px 0px 0px 10px;
}

.tag-501c4 {
background-color: #edc181;
border-radius: 10px;
font-size: 13px;
padding: 3px 6px 2px 6px;
text-align: left;
margin: 0px 0px 0px 10px;
}

.source {
  color: var(--color-gray-46);
  font-family: var(--font-family-sans);
  font-size: 13px;
  padding-left: 10px;
  margin-top: 20px;
}

@media (min-width: 1130px) {
  .source {
    padding-left: 0;
  }
}