@font-face {
  font-family: Source Sans Pro Bold;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/source-sans-pro/SourceSansPro-Bold.otf);
}
@font-face {
  font-family: Source Sans Pro Semibold;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/source-sans-pro/SourceSansPro-Semibold.otf);
}
@font-face {
  font-family: Source Sans Pro Italic;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/source-sans-pro/SourceSansPro-It.otf);
}
@font-face {
  font-family: Source Sans Pro Light;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/source-sans-pro/SourceSansPro-Light.otf);
}
@font-face {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/source-sans-pro/SourceSansPro-Regular.otf);
}
@font-face {
  font-family: Stag Bold;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/stag/Stag-Bold.otf);
}
@font-face {
  font-family: Stag Book;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/stag/Stag-Book.otf);
}
@font-face {
  font-family: Stag Light;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/stag/Stag-Light.otf);
}
@font-face {
  font-family: Stag Light Italic;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/stag/Stag-LightItalic.otf);
}
@font-face {
  font-family: Stag Medium;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/stag/Stag-Medium.otf);
}
@font-face {
  font-family: Stag Sans Bold;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/stag-sans/StagSans-Bold.otf);
}
@font-face {
  font-family: Stag Sans Book;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/stag-sans/StagSans-Book.otf);
}
@font-face {
  font-family: Stag Sans Light;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/stag-sans/StagSans-Light.otf);
}
@font-face {
  font-family: Stag Sans Medium;
  font-weight: 400;
  font-style: normal;
  src: url(https://www.nzherald.co.nz/pb/resources/fonts/stag-sans/StagSans-Medium.otf);
}
.nzh-datavis {
  padding: 10px 0 20px;
}

@font-face {
  font-family: Source Sans Pro;
  font-weight: 400;
  font-style: normal;
  src: url(//www.nzherald.co.nz/pb/resources/fonts/source-sans-pro/SourceSansPro-Regular.otf);
}
/* Simulate live page constraints (normal is 620px, Big Read is 940px) */
body.testing {
  width: 620px;
  max-width: 100%;
  margin: auto;
}
/* Project-specific styles go here */
.nzh-datavis.use-filter .filter {
  margin-top: 18px;
  display: inherit;
  margin-left: 8px;
  width: 96%;
}
.nzh-datavis .filter {
  display: none;
}
.nzh-datavis h2 {
  font-family: 'Stag Medium';
  text-align: center;
}
.nzh-datavis #title {
  font-family: 'Stag Book';
  text-align: center;
  padding: 30px;
  font-size: 28px;
  letter-spacing: -0.01em;
  color: #333;
}
.nzh-datavis #chart-wrapper {
  height: 500px;
}
.nzh-datavis.smaller #chart-wrapper {
  height: 250px;
}
.nzh-datavis #footer {
  text-align: right;
  padding-right: 10px;
  right: 0px;
  color: #aaa;
  font-size: 12px;
  font-family: arial;
  text-align: left;
}
.nzh-datavis #footer img {
  height: 30px;
  position: relative;
  top: 10px;
}
.nzh-datavis #footer a {
  border: 0;
}
/* Tagify Css */
.tagify__dropdown.extra-properties .tagify__dropdown__item > img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  transform: scale(0.75);
  margin-right: 5px;
  border-radius: 2px;
  transition: 0.12s ease-out;
}
.tagify__dropdown.extra-properties .tagify__dropdown__item--active > img,
.tagify__dropdown.extra-properties .tagify__dropdown__item:hover > img {
  transform: none;
  margin-right: 12px;
}
.tagify__dropdown,
.tagify {
  font-family: 'Source Sans Pro Light';
}
.tagify.countries .tagify__input {
  min-width: 175px;
}
.tagify.countries tag {
  white-space: nowrap;
}
.tagify.countries tag img {
  display: inline-block;
  height: 16px;
  margin-right: 3px;
  border-radius: 2px;
}
.tagify__tag > div > img {
  width: 20px;
}
.tagify:focus {
  border-color: #000000 !important;
}
.tagify__tag > div > * {
  margin-left: 4px;
}

