<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



html {
}

body {
  background-color: #F0F5F6;
  text-align: center;
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  font-size: 80%;
  line-height: 1.2em;
  font-weight: 400;
  color: #1D1D1B;
  overflow-y: scroll;
}

html.no-scroll,body.no-scroll {
  overflow-y: hidden;
}

.tooltip {
  display: none;
  pointer-events: none;
  position: fixed;
  z-index: 100;
  padding: 10px;
  width: 200px;
  border: 1px solid #6c9ea7;
  background-color: #F0F5F6;
  left: 0;
  top: 0;
  border-radius: 5px;
  transform: translateY(-100%) translateX(-50%);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.25);
  cursor: pointer;
}


.tooltip:after, .tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip:after {
  border-top-color: #F0F5F6;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip:before {
  border-top-color: #6c9ea7;
  border-width: 11px;
  margin-left: -11px;
}

.image-wrap {
  overflow: hidden;
}

.image-wrap img {
  width: 100%;
  height: auto;
  float: left;
}

.menu-toggle {
  display: none;
}

.screen-reader-text {
  display: none;
}

.desktop-only {
  display: initial;
}

.mobile-only {
  display: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

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

a:hover {
  text-decoration: underline;
}



.hide {
  display: none;
}

button {
  cursor: pointer;
  white-space: nowrap;
}

button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
input:focus,
input:active {
  outline: none;
}

input, textarea {
  -webkit-appearance: none;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  font-family: inherit;
}

button {
  font-family: inherit;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


.page-sleeve {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}


.site-header {
  margin-bottom: 30px;
}

.site-header .page-sleeve {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
} 

.site-header .page-sleeve:after {
  content: '';
  position: absolute;
  bottom: 0; 
  left: 15px;
  right: 15px;
  border-bottom: 1px solid #FFFFFF;
}

.site-header .site-branding {
  position: relative;
  width: 129px;
/*
  background-image: url(img/main-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
*/
}

.site-header .site-branding .site-title span {
  display: none;
  width: 135px;
  height: 77px;
  text-indent: -9999px;
}

.site-header .site-branding .site-title svg .logo-1 {
  transition: all 2s ease-in-out; 
  transform-origin: 307px 307px;   
  animation: rotating 2s infinite linear;
}



.site-header .main-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-align: flex-end;
  width: calc( (((100% - (15px * 9)) / 10) * 7) + (6 * 15px) );
}

.site-header .main-nav ul {
  list-style-type: none;
  margin: calc(77px / 2) 0 0 0;
  padding: 0;
  position: relative;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;

}

.site-header .main-nav ul li {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 30px;
  padding: 0 0 0 16px; 
  display: inline-block;  
}

.site-header .main-nav ul li:first-child {
  margin-left: 0;
}

.site-header .main-nav ul li:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #6c9ea7;
}

.site-header .main-nav ul li:last-child {
  padding-left: 22px;
  background-image: url(img/folder.svg);
  background-size: auto 14px;
  background-position: left center;
  background-repeat: no-repeat;
}

.site-header .main-nav ul li:last-child:before {
  content: none;
}

.site-header .main-nav ul li:hover:before {
  background-size: 16px 16px;
}

.site-header .main-nav ul li:hover a {
  text-decoration: none;
}


article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


article .entry-content {
  width: calc( (((100% - (15px * 9)) / 10) * 7) + (6 * 15px) );
  flex-shrink: 0;
}

article .entry-content.data-definitions {
  padding: 30px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

article .entry-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

article .entry-content table td {
  border: 1px solid #6c9ea7;
  padding: 3px;
  vertical-align: top;
}

article .entry-content h2 {
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 15px;
  color: #6c9ea7;
}


article .entry-content h3 {
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 15px;
  color: #6c9ea7;
}

article .entry-content .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
}

article .entry-content .video-wrap video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

article .entry-content p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 15px;
}

article .entry-content ul { 
  margin-bottom: 15px;
  padding: 0 0 0 15px;
}

article .entry-content li {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 5px;
}

article .entry-content li:last-child {
  margin-bottom: 0px;
}


article .entry-header {
  width: calc( (((100% - (15px * 9)) / 10) * 3) + (2 * 15px) );
  flex-shrink: 0;
}

article .entry-header.sticky &gt; .sleeve {
  position: fixed;
  top: 50px;
}

article .entry-header .entry-title {
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  color: #6c9ea7; 
  font-size: 1.8em;
  line-height: 1.2em; 
  margin-bottom: 30px;
  min-height: 45px;
}

article .entry-header .entry-title span {
  font-weight: bold;
  white-space: nowrap;
}

article .entry-header .meta-wrap {
  margin-bottom: 30px;
}

article .entry-header .meta-wrap .meta-item {
  color: #6c9ea7; 
}

article .entry-header .meta-wrap .meta-item span {
  font-weight: bold;
}

article .entry-header .entry-subtitle {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 15px;
}

article .entry-header .entry-text p {
  font-size: 1.0em;
  line-height: 1.4em;
  margin-bottom: 30px;
  font-weight: 400;
}

article .entry-data {
  /* width: calc( (((100% - (15px * 10)) / 11) * 7) + (6 * 15px) ); */
  width: calc( (((100% - (15px * 9)) / 10) * 6) + (5 * 15px) );
  position: relative;
}

article .entry-data .entry-data-title {
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4em; 
  margin-bottom: 30px;
  padding-bottom: 15px;
  clear: both;
  color: #6c9ea7;
/*
  border-bottom: 1px solid #FFFFFF;
*/
  width: 100%;
}

article .entry-data .entry-data-subtitle {
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em; 
  margin-bottom: 30px;
  clear: both;
}

.entry-data {
/*
  margin-top: 70px;
  padding: 15px;
  box-sizing: border-box; 
  background-color: #FFFFFF;
  border: 1px solid #6c9ea7;
*/
}

.entry-data .divider {
  border-top: 1px solid #6c9ea7;
  margin: 30px 0;
  width: 100%;
}

.map-label {
  position: absolute;
  /*background-color: #F0F5F6; */
  color: #000000;
  font-weight: bold;
  padding: 10px;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}

body.page-id-9217 article .entry-header .entry-title {
  min-height: 0;
  margin-bottom: 15px;
}

body.page-id-9217 article h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  font-family: 'Roboto', 'Roboto Slab';
}

body.page-id-9217 article h3 {
  font-family: 'Roboto', 'Roboto Slab';
}

.visualisation-meta {
  float: right;
}

.footer {
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  background-color: #6c9ea7;
  min-height: 100px;
  margin-top: 30px;
  padding: 15px;
  color: #FFFFFF;
}

.footer .col-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer .col-wrap .col {
  width: calc( 33.3% - (60px / 3) ); 
  margin-bottom: 15px;
}

.footer .col-wrap .col h3 {
  margin-bottom: 5px;
}

.footer .col-wrap .col p {
  margin-bottom: 15px;
  font-size: 0.9em;
}

.footer .col-wrap .col p a {
  color: #FFFFFF;
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}

.footer .col-wrap .col p a:after {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 0;
  border-right: 1px solid #FFFFFF;
}


.footer .col-wrap .col.col-contact p a,
.footer .col-wrap .col p a:last-child {
  padding-right: 0; 
  margin-right: 0;
  position: static;
}

.footer .col-wrap .col.col-contact p a:after,
.footer .col-wrap .col p a:last-child:after {
  content: none;
}

.footer .col-wrap .col p .label {
  font-weight: 200;
}

.map-meta {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}


.location-switcher {
  text-align: right;
}

.location-switcher-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  display: none;
}

.location-switcher-popup .sleeve {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 600px;
  top: 50vh;
  transform: translateY(-50%);
  background-color: #F0F5F6;
  padding: 50px;
  border: 1px solid #6c9ea7;
}

.location-switcher-popup .sleeve .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  background-image: url(img/cross.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.location-switcher-popup.loading .content {
  min-height: 300px;
  background-image:url(img/loading.svg);
  background-position: center center;
  background-size: 50px auto;
  background-repeat: no-repeat;
}

.location-switcher-popup .content {
  max-height: calc( 100vh - 200px );
  overflow-y: auto;
  padding-right: 30px; 
  text-align: left;
}


.visualisation-switcher,
.map-switcher {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #6c9ea7;
  margin-bottom: 15px;
}

.visualisation-switcher ul,
.map-switcher ul {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}


.visualisation-switcher ul li,
.map-switcher ul li {
  padding: 0;
  margin: 0;
  padding: 7px 12.5px;
  text-align: center;
  background-color: #6c9ea7;
  color: #FFFFFF;
  list-style-type: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.map-switcher ul li {
  padding: 7px 16px;
}

.visualisation-switcher ul li:before,
.map-switcher ul li:before {
  content: '';
  position: absolute;
  left: -0.5px;
  top: 0px;
  bottom: 0px;
  border-left: 1px solid #6c9ea7;
}

.visualisation-switcher ul li:first-child:before,
.map-switcher ul li:first-child:before {
  content: none;
}

.visualisation-switcher ul li:hover,
.visualisation-switcher ul li.active,
.map-switcher ul li:hover,
.map-switcher ul li.active {
  background-color: #FFFFFF;
  color: #6dbcaa;
}


.map-key {
  padding-bottom: 50px;
  background-image: url(img/pointer.svg);
  background-size: auto 45px;
  background-position: 10px bottom;
  background-repeat: no-repeat;
}

.map-wrap {
  position: relative;
  text-align: center;
}

.map-wrap .map-holder {
  max-height: 80vh;
}

.map-wrap .map-holder svg {
  height: 80vh;
  width: auto;
}

.map-wrap svg .inactive {
  opacity: 0.25;
}

.map-wrap svg path,
.map-wrap svg polygon {
  cursor: pointer;
}

.map-wrap .map-data {
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #6c9ea7;
  padding: 10px;
  width: 200px;
  display: none;
}

.map-wrap .map-data h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.1em;
}

.map-wrap .map-data .data-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #6c9ea7;
}

.map-wrap .map-data .data-item:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.map-wrap .map-data .data-item .label {
  font-size: 0.9em;
  line-height: 1.1em;
  margin-bottom: 3px;
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
}

.map-wrap .map-data .data-item .value {
  font-size: 1.6em;
  line-height: 1.2em;
}

.map-wrap .map-data .data-item .value span {
  display: inline-block;
}

.map-wrap .map-data .data-item .svg-wrap {
  width: 50px;
  display: inline-block;
}

.map-wrap .map-data .data-item .svg-wrap svg {
  height: 35px;
  width: auto;
}

/*
.map-wrap .map-data .data-item-new-hiv-diagnoses .value {
  background-image: url(img/icon-new-hiv-diagnoses.png?1);
}

.map-wrap .map-data .data-item-living-with-diagnosed-hiv .value {
  background-image: url(img/icon-living-with-diagnosed-hiv.png?1);
}

.map-wrap .map-data .data-item-antiretroviral-coverage .value {
  background-image: url(img/icon-antiretroviral-coverage.png?1);
}

.map-wrap .map-data .data-item-viral-suppression .value {
  background-image: url(img/icon-viral-suppression.png?1);
}
*/






.location-lookup {
  border: 1px solid #6c9ea7;
  padding: 1px;
  margin-bottom: 15px;
  position: relative;
  background-color: #FFFFFF;
}

.location-lookup .sleeve {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 5px;
}

.location-lookup .sleeve label {
  display: block;
  color: #6c9ea7; 
  margin-bottom: 0px;
  padding: 5px 10px 0 10px;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
}

.location-lookup .sleeve label a {
  display: block;
  float: right;
  font-size: 0.8em;
}

.location-lookup .sleeve input {
  border: 0; 
  font-size: 1.0em;
  line-height: 1.2em;
  padding: 5px 10px;
  flex: 1;
  background-color: transparent;
}

.location-lookup .sleeve input:focus::-webkit-input-placeholder { opacity: 0; transition: all 0.5s ease-in-out; font-weight: bold; }
.location-lookup .sleeve input:focus:-ms-input-placeholder { opacity: 0; transition: all 0.5s ease-in-out; font-weight: bold; }
.location-lookup .sleeve input:focus::placeholder { opacity: 0; transition: all 0.5s ease-in-out; font-weight: bold; }

.location-lookup .sleeve button.action-search {
  background-color: transparent;
  cursor: pointer;
  border: 0;
  padding: 0 15px;
  background-image: url(img/magnifier-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  color: transparent;
}

.location-lookup .sleeve button.action-geolocate {
  background-color: transparent;
  cursor: pointer;
  border: 0;
  padding: 0 15px;
  background-image: url(img/compass-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 80%;
  color: transparent;
}

.location-lookup .predictive {
  background-color: #F0F5F6;
  border: 1px solid #6c9ea7;
  border-top: 0;
  position: absolute;
  left: -1px;
  right: -1px;
  top: calc(100% - 2px);
  z-index: 10;
  padding: 10px 0;
  display: none;
}

.location-lookup .predictive:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  border-top: 1px solid #6c9ea7;
}

.location-lookup .predictive:empty {
  display: none;
}

.location-lookup .predictive ul {
  padding: 0 10px;
}

.location-lookup .predictive .no-results {
  padding: 0 10px;
}

.location-lookup .predictive ul li {
  list-style-type: none;
  cursor: pointer;
  padding: 2px 0 2px 0;
}

.location-lookup .predictive ul li span:hover {
  color: #6c9ea7;
}



.filters {
  border: 1px solid #6c9ea7;
  padding: 1px;
  margin-bottom: 30px;
  padding: 5px 10px;
  background-color: #FFFFFF;
}

.filters label {
  color: #6c9ea7; 
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
}

.filters .visualisations ul {
  list-style-type: none;
  margin-bottom: 5px;
}

.filters .visualisations ul li {
  margin: 5px 0;
  position: relative;
}

.filters .visualisations ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #6c9ea7;
}

.filters .visualisations ul li.selected:before,
.filters .visualisations ul li:hover:before {
  background-color: #6c9ea7;
}

.filters .visualisations ul li a {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.filters .visualisations ul li a:hover {
  text-decoration: none;
}

.filters .visualisations ul ul {
  display: none;
}

.select-alternative-location {
  margin-top: 30px;
}

body.home .map-wrap {
  text-align: left;
  margin-top: 50px;
}

body.home .map-wrap svg {
  height: 550px;
}

body.home article .entry-header .entry-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 600; 
  margin-bottom: 30px;
}

.data-definition-detail-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


.data-definition-detail-title span {
  font-family: 'Roboto', 'Roboto Slab';
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 15px;
  color: #6c9ea7;
}

.data-definition-detail-title span:first-child {
  display: block;
  width: calc(30% - 15px);
}

.data-definition-detail-title span:last-child {
  display: block;
  width: calc(70% - 15px);
}


.data-definition-detail-wrap .data-definition-detail-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #6c9ea7;
}

.data-definition-detail-wrap .data-definition-detail-item h3 {
  width: calc(30% - 15px);
  font-size: 1.2em;
  line-height: 1.4em;
}

.data-definition-detail-wrap .data-definition-detail-item .teaser {
  width: calc(70% - 15px);
}

.data-definition-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 75px;
  margin-bottom: 75px;
}

.data-definition-wrap .data-definition-item {
  width: calc( 50% - 15px );
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #6c9ea7;
}

.data-definition-wrap .data-definition-item .charts .label {
  color: #6c9ea7;
  margin-bottom: 5px;
}

.data-definition-wrap .data-definition-item .charts ul {
  color: #6c9ea7;
} 

.data-definition-wrap .data-definition-item .charts ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1em;
  line-height: 1.4em;
}

.data-definition-wrap .data-definition-item h3 {
  font-size: 1.2em;
  line-height: 1.4em;
}

.data-definition-wrap .data-definition-item .image-wrap {
  margin-bottom: 15px;
}

.data-definition-wrap .data-definition-item .image-wrap img {
  width: 100%;
  height: auto;
}



.visualisation-group {
  margin-top: 70px;
  padding: 30px;
  box-sizing: border-box; 
  background-color: #FFFFFF;
  border: 1px solid #6c9ea7;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.visualisation-group .logo {
  text-align: right;
  width: 100%;
}

.visualisation-group .logo svg {
  height: 45px;
  width: auto;
  margin-left: auto;
}

.visualisation-wrap {
  clear: both;
}

.visualisation-group .visualisation-wrap {
  width: 100%;
}

.visualisation-group .visualisation-wrap.width-50 {
  width: calc(50% - 30px);
}



.visualisation-wrap:first-child {
  margin-top: 0px;
}

.visualisation-actions {
  margin-bottom: 90px;   
  clear: both;
  width: 100%;
}

.visualisation-actions .action {
  display: inline-block;
  padding-left: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left center;
  margin-right: 30px; 
}

.visualisation-actions .action:hover {
  color: #6c9ea7;
}

.visualisation-actions .action-save {
  background-image: url(img/folder.svg);
}

.visualisation-actions .action-print {
  background-image: url(img/printer.svg);
}

.visualisation-actions .action-share {
  background-image: url(img/share.svg);
  background-size: auto 12px;
  padding-left: 16px;
}

.visualisation-data-definition {
  margin-bottom: 30px;  
}

.visualisation-data-definition .info {
  padding: 10px;
  border: 1px solid #6c9ea7;
  column-count: 2;
  column-gap: 30px;
}

.visualisation-data-definition h4 {
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  color: #6c9ea7;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
}

.visualisation-data-definition p {
  margin-bottom: 10px;
  line-height: 1.4em;  
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.visualisation-data-definition ul {
  margin-bottom: 10px;
  padding-left: 15px;
}

.visualisation-data-definition ul li {
  margin-bottom: 5px;
  line-height: 1.4em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.visualisation-data-definition ul li:last-child {
  margin-bottom: 0;
}

.visualisation-data-definition a {
  text-decoration: underline;
}

.visualisation-faqs {
  border-top: 1px solid #FFFFFF;
  padding-top: 15px;
  margin-bottom: 30px;  
}

.visualisation-faqs h3 {
  padding-left: 30px;
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  color: #6c9ea7;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.visualisation-faqs h3:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #6c9ea7;
}

.visualisation-faqs .faq-wrap {
  padding: 15px 15px 30px 15px;
  border: 1px solid #6c9ea7;
  -webkit-column-count: 2;
  column-count: 2s;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  display: none;
}

.visualisation-faqs .faq-wrap .faq-item {
  break-inside: avoid;
}

.visualisation-faqs .faq-wrap .faq-item h4 {
  margin-bottom: 5px;
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
}

.visualisation-faqs .faq-wrap .faq-item .response {
  margin-bottom: 15px;
  color: #333333;
}

.visualisation-faqs .faq-wrap .faq-item .response ol,
.visualisation-faqs .faq-wrap .faq-item .response ul {
  margin-bottom: 10px;
}

.visualisation-faqs .faq-wrap .faq-item .response p {
  margin-bottom: 10px;
  font-size: 1.0em;
  line-height: 1.4em;
}

.visualisation-faqs .faq-wrap .faq-item .response li {
  margin-bottom: 5px;
  font-size: 1.0em;
  line-height: 1.4em;
}

.visualisation-faqs .faq-wrap .faq-item .response li:last-child {
  margin-bottom: 0px;
}

.visualisation-wrap.map {
  display: none;
}

.visualisation-wrap .data-map  {
  margin-bottom: 30px;
  width: 100%;
}

.visualisation-wrap .data-map h4 {
  margin-bottom: 15px;
  color: #6c9ea7;
  text-align: left;
  font-weight: 400;
}

.visualisation-wrap .data-map svg {
  height: 80vh;
  max-width: 100%;
}


.visualisation-wrap {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}

.visualisation-wrap.divider-bottom:before {
  content: '';
  position: absolute;
  bottom: -30px; 
  left: 0;
  right: 0;
  border-bottom: 1px solid #6c9ea7;
}

.visualisation-wrap.divider-right:before {
  content: '';
  position: absolute;
  right: -30px; 
  top: 0;
  bottom: 0;
  border-right: 1px solid #6c9ea7;
}

.visualisation-wrap .visualisation-item {
  width: 100%;
}




.data-chart-legend-wrap  {
  text-align: center;
}

.data-chart-legend-wrap .label {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}

.data-chart-legend-wrap .label:before {
  content: '';  
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #000000;
}

.data-chart-legend-wrap.active .label:before {
  background-color: #000000;
}

.data-chart-numeric-legend-wrap ul {
  display: inline-block;
}

.data-chart-numeric-legend-wrap ul li.numeric-legend-item {
  list-style-type: none;
  position: relative;
  padding: 2px 0 2px 0;
  text-align: left;
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  display: table-row;
}

.data-chart-numeric-legend-wrap ul li.numeric-legend-item span.value {
  display: table-cell;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  font-family: Roboto;
}

.data-chart-numeric-legend-wrap ul li.numeric-legend-item span.label {
  display: table-cell;
  text-align: left;
  font-weight: bold;
}



.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='all'] { color: #6c9ea7; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='15'] { color: #0A2B8C; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='15-24'] { color: #e5005f; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='25-49'] { color: #c6d530; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='50+'] { color: #f9b902; }

.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='all'] { color: #6c9ea7; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='msm'] { color: #457abd; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='heterosexual-men'] { color: #c41650; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='heterosexual-women'] { color: #4fbed1; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='idu'] { color: #868ac2; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='exposure-not-reported'] { color: #69b23f; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='exposure-other'] { color: #d383b5; }

.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='all'] { color: #6c9ea7; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='white'] { color: #aa227d; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='black-african'] { color: #69bfaa; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='black-caribbean'] { color: #e77b14; }
.data-chart-numeric-legend-wrap .numeric-legend-item[data-key='ethnicity-other'] { color: #f0e406; }




.data-chart-legend-wrap ul {
  display: inline-block;
}

.data-chart-legend-wrap ul li.legend-item {
  list-style-type: none;
  position: relative;
  padding: 2px 0 2px 24px;
  text-align: left;
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  font-weight: 500;
}

.data-chart-legend-wrap ul li.legend-item:before {
  content: '';  
  position: absolute;
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}



.data-chart-legend-wrap .legend-item[data-key='england']:before { background-color: #D6007A; }

.data-chart-legend-wrap .legend-item[data-key='all']:before { background-color: #6c9ea7; }
.data-chart-legend-wrap .legend-item[data-key='15']:before { background-color: #0A2B8C; }
.data-chart-legend-wrap .legend-item[data-key='15-24']:before { background-color: #e5005f; }
.data-chart-legend-wrap .legend-item[data-key='25-49']:before { background-color: #c6d530; }
.data-chart-legend-wrap .legend-item[data-key='50+']:before { background-color: #f9b902; }

.data-chart-legend-wrap .legend-item[data-key='all']:before { background-color: #6c9ea7; }
.data-chart-legend-wrap .legend-item[data-key='msm']:before { background-color: #457abd; }
.data-chart-legend-wrap .legend-item[data-key='heterosexual-men']:before { background-color: #c41650; }
.data-chart-legend-wrap .legend-item[data-key='heterosexual-women']:before { background-color: #4fbed1; }
.data-chart-legend-wrap .legend-item[data-key='idu']:before { background-color: #868ac2; }
.data-chart-legend-wrap .legend-item[data-key='exposure-other']:before { background-color: #d383b5; }
.data-chart-legend-wrap .legend-item[data-key='exposure-not-reported']:before { background-color: #69b23f; }

.data-chart-legend-wrap .legend-item[data-key='all']:before { background-color: #6c9ea7; }
.data-chart-legend-wrap .legend-item[data-key='white']:before { background-color: #aa227d; }
.data-chart-legend-wrap .legend-item[data-key='black-african']:before { background-color: #69bfaa; }
.data-chart-legend-wrap .legend-item[data-key='black-caribbean']:before { background-color: #e77b14; }
.data-chart-legend-wrap .legend-item[data-key='ethnicity-other']:before { background-color: #f0e406; }

.data-chart-legend-wrap .legend-item[data-key='asian']:before { background-color: #009439; }
.data-chart-legend-wrap .legend-item[data-key='black-other']:before { background-color: #2d83b6; }
.data-chart-legend-wrap .legend-item[data-key='ethnicity-not-reported']:before { background-color: #69b23f; }


.data-chart-legend-wrap .legend-item[data-key='england'] { color: #D6007A; }
.data-chart-legend-wrap .legend-item[data-key='all'] { color: #6c9ea7; }
.data-chart-legend-wrap .legend-item[data-key='15'] { color: #0A2B8C; }
.data-chart-legend-wrap .legend-item[data-key='15-24'] { color: #e5005f; }
.data-chart-legend-wrap .legend-item[data-key='25-49'] { color: #c6d530; }
.data-chart-legend-wrap .legend-item[data-key='50+'] { color: #f9b902; }

.data-chart-legend-wrap .legend-item[data-key='all'] { color: #6c9ea7; }
.data-chart-legend-wrap .legend-item[data-key='msm'] { color: #457abd; }
.data-chart-legend-wrap .legend-item[data-key='heterosexual-men'] { color: #c41650; }
.data-chart-legend-wrap .legend-item[data-key='heterosexual-women'] { color: #4fbed1; }
.data-chart-legend-wrap .legend-item[data-key='idu'] { color: #868ac2; }
.data-chart-legend-wrap .legend-item[data-key='exposure-other'] { color: #d383b5; }
.data-chart-legend-wrap .legend-item[data-key='exposure-not-reported'] { color: #69b23f; }

.data-chart-legend-wrap .legend-item[data-key='all'] { color: #6c9ea7; }
.data-chart-legend-wrap .legend-item[data-key='white'] { color: #aa227d; }
.data-chart-legend-wrap .legend-item[data-key='black-african'] { color: #69bfaa; }
.data-chart-legend-wrap .legend-item[data-key='black-caribbean'] { color: #e77b14; }
.data-chart-legend-wrap .legend-item[data-key='ethnicity-other'] { color: #f0e406; }

.data-chart-legend-wrap .legend-item[data-key='asian'] { color: #009439; }
.data-chart-legend-wrap .legend-item[data-key='black-other'] { color: #2d83b6; }
.data-chart-legend-wrap .legend-item[data-key='ethnicity-not-reported'] { color: #69b23f; }


.data-chart-legend-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}




.data-chart-legend-container.data-chart-legend-selectable .data-chart-legend-wrap .label {
  cursor: pointer;
}

.data-chart-legend-container.data-chart-legend-selectable .data-chart-legend-wrap ul {
  opacity: 0.1;
  display: block;
}

.data-chart-legend-container.data-chart-legend-selectable .data-chart-legend-wrap.active ul {
  opacity: 1;
}

.data-chart-legend-container .data-chart-legend-wrap {
  width: calc( 25% - ( 45px / 4 ) );
}



.visualisation-wrap .visualisation-item .data-chart-line-trend .data-chart-sleeve {
  height: 400px;
}

.visualisation-wrap .visualisation-item .data-chart-pie {
  min-height: 200px;
}

.visualisation-wrap .visualisation-item .data-chart-total-figure {
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.visualisation-wrap .visualisation-item .data-chart-total-figure .figure {
  x-margin: auto 0;
}


.visualisation-wrap .visualisation-item .data-chart-range {
  margin-left: 30px;
  margin-right: 30px;
}


.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve {
  height: 50px; 
  border-radius: 25px;
  border: 3px solid #6c9ea7; 
  position: relative;
  margin: 30px 0 80px 0;
  font-size: 1.2em;
}

.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve em {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
}

.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-lower {
  position: absolute;
  top: 60px;
  left: -25px;
  text-align: left;
}

.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-lower:after {
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  bottom: -10px;
}

.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-lower span {
  display: block;
}


.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-rate {
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #6c9ea7; 
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-rate:after {
  content: '';
  position: absolute;
  right: 0;
  top: -25px;
  bottom: -60px;
  border-right: 1px solid #6c9ea7; 
}

.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-rate span {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(50%) translateY( calc(100% + 65px) );
  font-weight: bold;
}



.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-average {
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}

.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-average:after {
  content: '';
  position: absolute;
  right: 0;
  top: -10px;
  bottom: -40px;
  border-right: 1px solid #6c9ea7; 
}

.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-average span {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(50%) translateY( calc(100% + 45px) );
  font-weight: bold;
  color: #6c9ea7; 
}


.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-upper {
  position: absolute;
  top: 60px;
  right: -25px;
  text-align: right;
}

.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-upper:after {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  bottom: -10px;
  text-align: right;
}

.visualisation-wrap .visualisation-item .data-chart-range .data-chart-sleeve .value-upper span {
  display: block;
}





.visualisation-wrap .visualisation-item.new-hiv-diagnoses .data-chart-line-trend .data-chart-sleeve {
  margin-bottom: 30px;
}

.visualisation-wrap .visualisation-item.living-with-diagnosed-hiv .data-chart-total-figure .figure {
  font-size: 7em;
  line-height: 1.2em;
  font-weight: 800;
  font-family: Roboto;
}

.visualisation-wrap .visualisation-item.new-hiv-diagnoses .data-chart-total-figure .figure {
  font-size: 8em;
  line-height: 1.2em;
  font-weight: 800;
  font-family: Roboto;
}

.visualisation-wrap .visualisation-item.repeat-testing .data-chart-total-figure .figure {
  font-size: 7em;
  line-height: 1.2em;
  font-weight: 800;
  font-family: Roboto;
}

/*
.visualisation-wrap .visualisation-item.late-diagnoses-1 .data-chart-pie &gt; * {
  width: calc(50% - 15px);
}
*/

.visualisation-wrap .visualisation-item.late-diagnoses-1 .data-chart-pie .data-chart-numeric-legend-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.visualisation-wrap .visualisation-item.late-diagnoses-1 .data-chart-pie .data-chart-numeric-legend-wrap ul {
  margin: auto 0;
}


.visualisation-wrap .visualisation-item.living-with-diagnosed-hiv-2 .data-chart-figures {
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
}

.visualisation-wrap .visualisation-item.living-with-diagnosed-hiv-2 .data-chart-figures .item {
  display: flex;
  padding: 0 1px;
  box-sizing: border-box; 
}

.visualisation-wrap .visualisation-item.living-with-diagnosed-hiv-2 .data-chart-figures .item:nth-child(6) { min-width: 5%; flex-shrink: 0; }
.visualisation-wrap .visualisation-item.living-with-diagnosed-hiv-2 .data-chart-figures .item:nth-child(5) { min-width: 6%; flex-shrink: 0; }
.visualisation-wrap .visualisation-item.living-with-diagnosed-hiv-2 .data-chart-figures .item:nth-child(4) { min-width: 7%; flex-shrink: 0; }
.visualisation-wrap .visualisation-item.living-with-diagnosed-hiv-2 .data-chart-figures .item:nth-child(3) { min-width: 8%; flex-shrink: 0; }
.visualisation-wrap .visualisation-item.living-with-diagnosed-hiv-2 .data-chart-figures .item:nth-child(2) { min-width: 9%; flex-shrink: 0; }
.visualisation-wrap .visualisation-item.living-with-diagnosed-hiv-2 .data-chart-figures .item:nth-child(1) { flex-shrink: 1; }


.visualisation-wrap .visualisation-item.living-with-diagnosed-hiv-2 .data-chart-figures .item svg {
  margin-top: auto;
}


.visualisation-wrap .visualisation-item.late-diagnoses-1 .data-chart-pie {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 375px;
}

/*
.visualisation-wrap .visualisation-item.late-diagnoses-1 .data-chart-pie &gt; * {
  width: calc(75% - 15px);
}
*/


.visualisation-wrap .visualisation-item.repeat-testing-2 .data-chart-pie .data-chart-sleeve {
  height: 300px;
}

.visualisation-wrap .visualisation-item.new-hiv-diagnoses-by-location-1 .data-chart-pie .data-chart-sleeve {
  height: 300px;
}

.visualisation-wrap .visualisation-item.late-diagnoses-1 .data-chart-pie .data-chart-sleeve {
  height: 500px;
}


.visualisation-wrap .visualisation-item.late-diagnoses-1 .data-chart-pie .data-chart-numeric-legend-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.visualisation-wrap .visualisation-item.late-diagnoses-1 .data-chart-pie .data-chart-numeric-legend-wrap ul {
  margin: auto 0;
}


.visualisation-wrap .visualisation-item.late-diagnoses-2 .data-chart-total-figure .figure {
  font-size: 8em;
  line-height: 1.2em;
  font-weight: 800;
  font-family: Roboto;
}



.visualisation-wrap .visualisation-item.antiretroviral-coverage .data-chart-population {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}





.visualisation-wrap .visualisation-item.antiretroviral-coverage .data-chart-population .data-chart-item {
  width: calc(50% - 30px);
  margin-bottom: 30px;
  margin-right: 0;
}

.visualisation-container.overview .antiretroviral-coverage h3{
  display: none;
}

.visualisation-container.overview h2{
  border-bottom: 0 !important;
}

.visualisation-container.overview .visualisation-wrap .visualisation-item.antiretroviral-coverage .data-chart-population .data-chart-item {
  width: 100%;
}

.visualisation-wrap .visualisation-item.antiretroviral-coverage .data-chart-population .data-chart-item svg .active,
.visualisation-wrap .visualisation-item.antiretroviral-coverage .data-chart-population .data-chart-item svg .inactive {
  opacity: 0;
}

.visualisation-wrap .visualisation-item.antiretroviral-coverage .data-chart-population .data-chart-item svg path {
  fill: #6c9ea7;
}

.visualisation-wrap .visualisation-item.antiretroviral-coverage .data-chart-population .data-chart-item .data-chart-numeric-legend-wrap {
  text-align: center;
  margin-top: 15px;
}


.visualisation-wrap .visualisation-item .data-chart-people {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  margin-bottom: 15px;
}

.visualisation-wrap .visualisation-item .data-chart-item {
  width: calc(20% - 60px);
  margin-right: 30px;
  flex-grow: 0;
  margin-bottom: 15px;
}

.visualisation-wrap .visualisation-item .data-chart-item.small {
  width: 10%;
  margin-right: 5px;
}

.visualisation-wrap .visualisation-item .data-chart-item .image-wrap {
  transform-origin: center bottom;
  transition: all 2s ease-in-out;
  transform: scale(0);
  opacity: 0.3;
  margin-bottom: 10px;
}

.visualisation-wrap .visualisation-item .data-chart-item .label-wrap {
  text-align: center;
}

.visualisation-wrap .visualisation-item .data-chart-item .label-wrap .label {
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.visualisation-wrap .visualisation-item .data-chart-item .label-wrap .value {
  font-family: 'Roboto';
  font-weight: bold;
}


.visualisation-wrap .visualisation-item .data-chart-venn {
  max-width: 350px;
  margin: 0;

}

.visualisation-wrap .visualisation-item .data-chart-venn .chart-item-wrap {
  padding-bottom: 100%;
  position: relative;
  transform: rotate(45deg);
  margin-bottom: 30px;
}

.visualisation-wrap .visualisation-item .data-chart-venn .chart-item-wrap .chart-item-major {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  background-color: #6c9ea7;
}

.visualisation-wrap .visualisation-item .data-chart-venn .chart-item-wrap .chart-item-minor {
  position: absolute;
  top: 175px;
  right: 0;
  border-radius: 50%;
  background-color: #F0F5F6;
  transform-origin: right center;
  transform: translateY(-50%);
}

.visualisation-wrap .visualisation-item .data-chart-venn .chart-item-wrap .chart-item-minor span {
  position: absolute;  
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) rotate(-45deg);;
  color: #FFFFFF;
  font-size: 8em;
  font-weight: bold;
  line-height: 1.2em;
}

.visualisation-wrap .visualisation-item .data-chart-venn .chart-item-wrap .chart-item-minor span em {
  display: block;
  font-style: normal;
  font-weight: 300;
}









.visualisation-wrap .visualisation-item .data-chart-venn .chart-item-wrap .chart-item-stage-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  background-color: #6c9ea7;
}

.visualisation-wrap .visualisation-item .data-chart-venn .chart-item-wrap .chart-item-stage-2 {
  position: absolute;
  z-index: 1;
  top: 175px;
  right: 0;
  border-radius: 50%;
  background-color: #F0F5F6;
  transform-origin: right center;
  transform: translateY(-50%);
}

.visualisation-wrap .visualisation-item .data-chart-venn .chart-item-wrap .chart-item-stage-3 {
  position: absolute;
  z-index: 2;
  top: 175px;
  right: 0;
  border-radius: 50%;
  background-color: #F0F5F6;
  transform-origin: right center;
  transform: translateY(-50%);
}


.visualisation-wrap .visualisation-item .data-chart-venn .chart-item-wrap .chart-item-stage-2 span {
  position: absolute;  
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%) rotate(-45deg);;
  color: #FFFFFF;
  font-size: 8em;
  font-weight: bold;
  line-height: 1.2em;
}

.visualisation-wrap .visualisation-item .data-chart-venn .chart-item-wrap .chart-item-stage-2 span em {
  display: block;
  font-style: normal;
  font-weight: 300;
}

























.visualisation-wrap .visualisation-item.needs h3 {
  font-size: 12.8px !important;
}  


.visualisation-wrap .visualisation-item .data-chart-segmented .chart-item-wrap {
  background-color: #FFFFFF;
  height: 50px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}


.visualisation-wrap .visualisation-item .data-chart-segmented .chart-item-wrap .chart-item-segment {
  overflow: visible;
  transform: scaleX(0);
  transform-origin: left center;
  background-color: #FFFFFF;
  position: relative;
}

.visualisation-wrap .visualisation-item .data-chart-segmented .chart-item-wrap .chart-item-segment span {
  background-color: #e03089;
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4em;
  line-height: 50px;
}

.visualisation-wrap .visualisation-item .data-chart-segmented .chart-item-wrap .chart-item-segment-1 { width: 100%; z-index: 1; }
.visualisation-wrap .visualisation-item .data-chart-segmented .chart-item-wrap .chart-item-segment-2 { width: 66.6%; z-index: 2; }
.visualisation-wrap .visualisation-item .data-chart-segmented .chart-item-wrap .chart-item-segment-3 { width: 33.3%; z-inddex: 3; }

.visualisation-wrap .visualisation-item .data-chart-segmented .chart-item-wrap .chart-item-segment-1 span { -x-opacity: 0.2; padding-left: 66.6%; }
.visualisation-wrap .visualisation-item .data-chart-segmented .chart-item-wrap .chart-item-segment-2 span { -x-opacity: 0.6; padding-left: 33.3%; }
.visualisation-wrap .visualisation-item .data-chart-segmented .chart-item-wrap .chart-item-segment-3 span { -x-opacity: 1.0; padding-left: 00.0%; }

.visualisation-wrap .visualisation-item.needs .data-chart-legend-wrap {
  margin-top: 30px;
}

.visualisation-wrap .visualisation-item.needs .data-chart-legend-wrap ul li {
  display: inline-block;
  margin-right: 30px;
} 


.data-chart-segmented {
  margin-bottom: 10px;
}

.visualisation-item.needs .data-chart-legend-wrap {
  text-align: left;
}

.visualisation-item.needs .data-chart-legend-wrap li {
  display: block !important;
}

.visualisation-wrap .visualisation-item.viral-suppression .data-chart-total-figure .figure {
  font-size: 7em;
  line-height: 1.2em;
  font-weight: 800;
  font-family: Roboto;
}


.visualisation-wrap-services .services-filter {
  margin-bottom: 15px;
  padding: 10px 10px 5px 10px;
  border: 1px solid #6c9ea7;
  margin-bottom: 30px;
}

.visualisation-wrap-services .services-filter h3 {
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  color: #6c9ea7; 
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.0em; 
  margin-bottom: 5px;
  cursor: pointer;
}

.visualisation-wrap-services .services-filter .sleeve {
  margin-top: 10px;
  display: none;
}

.visualisation-wrap-services .services-filter .sleeve.visible {
  display: block;
}

.visualisation-wrap-services .services-filter .sleeve .field-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.visualisation-wrap-services .services-filter .sleeve .field-wrap .input-wrap {
  width: calc( 33.3% - (60px / 3) );
  margin-bottom: 5px;
}

.visualisation-wrap-services .services-filter .sleeve .field-wrap .input-wrap input {
  position: absolute;
  left: -999999px;
}

.visualisation-wrap-services .services-filter .sleeve .field-wrap .input-wrap label {
  position: relative;
  padding-left: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.visualisation-wrap-services .services-filter .sleeve .field-wrap .input-wrap label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #6c9ea7;
}

.visualisation-wrap-services .services-filter .sleeve .field-wrap .input-wrap input:checked ~ label:before {
  background-color: #6c9ea7;
}



.visualisation-wrap-services .services-map-wrap .sleeve {
  padding-bottom: 75%;
  position: relative;
  margin-bottom: 30px;
}


.visualisation-wrap-services .services-map {
  position: absolute;
  left: 0;  
  right: 0;
  top: 0; 
  bottom: 0;
  border: 1px solid #6c9ea7; 
}

.entry-data.services {
  background-color: #FFFFFF;
  border: 1px solid #6c9ea7; 
  padding: 30px;
}

.visualisation-wrap-services .service-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.visualisation-wrap-services .service-wrap .service-item {
  width: calc( 33.3% - 20px );
  padding: 0 10px 20px 20px;
  box-sizing: border-box;
  margin: 0; 
  position: relative;
  break-inside: avoid;
  cursor: pointer;
  background-color: rgba(255,255,255,0.1);
}

.visualisation-wrap-services .service-wrap .service-item:last-child:after {
  content: '';
  display: block;
  width: calc( 33.3% - 20px );
}

.visualisation-wrap-services .service-wrap .service-item:before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  background-color: #6c9ea7;
  border-radius: 50%;
  left: 0;
  top: 2px;
  position: absolute;
}

.visualisation-wrap-services .service-wrap .service-item .sleeve {
  display: none;
}


.visualisation-wrap-services .service-wrap .service-item .detail-item {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.4em;
  position: relative;
}

.visualisation-wrap-services .service-wrap .service-item .detail-item.fa {
  padding-left: 15px;
}

.visualisation-wrap-services .service-wrap .service-item .detail-item.fa span,
.visualisation-wrap-services .service-wrap .service-item .detail-item.fa a {
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
}

.visualisation-wrap-services .service-wrap .service-item .detail-item.fa:before {
  position: absolute;
  left: 0;
}

.visualisation-wrap-services .service-wrap .service-item h3 {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 3px;
}

.visualisation-wrap-services .service-wrap .service-item h4 {
  font-weight: normal;
  font-size: 1.0em;
  line-height: 1.3em;
  margin-bottom: 3px;
}

.visualisation-wrap-services .service-wrap .service-item.active {
  
}

.visualisation-wrap-services .service-wrap .service-item.active h3 {
  font-weight: 600;
}

.no-data-wrap p {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
  color: #6c9ea7;
}


.no-data-wrap .select-alternative-location li {
  font-weight: 600;
  padding: 0 0 0 15px;
  margin: 0;
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}

.no-data-wrap .select-alternative-location li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
  background-color: #6c9ea7;
  border: 1px solid #6c9ea7;
  width: 8px;
  height: 8px;
}


.no-data-wrap .select-alternative-location li[data-sub-region=north-east]:before { background-color: #d10078; border-color: #d10078; }
.no-data-wrap .select-alternative-location li[data-sub-region=north-west]:before { background-color: #e65b23; border-color: #e65b23; }
.no-data-wrap .select-alternative-location li[data-sub-region=north-east]:before { background-color: #d10078; border-color: #d10078; }
.no-data-wrap .select-alternative-location li[data-sub-region=yorkshire-and-humberside]:before { background-color: *|yorkshire-and-humberside|*; border-color: *|yorkshire-and-humberside|*; }
.no-data-wrap .select-alternative-location li[data-sub-region=west-midlands]:before { background-color: #afc936; border-color: #afc936; }
.no-data-wrap .select-alternative-location li[data-sub-region=east-midlands]:before { background-color: #69b23f; border-color: #69b23f; }
.no-data-wrap .select-alternative-location li[data-sub-region=east-of-england]:before { background-color: #1e9843; border-color: #1e9843; }
.no-data-wrap .select-alternative-location li[data-sub-region=south-west]:before { background-color: #9eb9e1; border-color: #9eb9e1; }
.no-data-wrap .select-alternative-location li[data-sub-region=london]:before { background-color: #FA7268; border-color: #FA7268; }
.no-data-wrap .select-alternative-location li[data-sub-region=south-east]:before { background-color: #385aa3; border-color: #385aa3; }



.locations-list {
  margin-bottom: 30px;
}

.locations-list h4 {
  font-family: inherit;
  margin-bottom: 10px;
  font-weight: 600;
}

.locations-list ul {
  padding: 0;
  margin: 0;
  column-count: 4;
}

.locations-list ul li {
  padding: 0 0 0 15px;
  margin: 0;
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}

.locations-list.locations-toc ul li {
  font-weight: 600;
}

.locations-list ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
  background-color: #6c9ea7;
  border: 1px solid #6c9ea7;
  width: 8px;
  height: 8px;
}

.locations-list ul li[data-sub-region=north-east]:before { background-color: #d10078; border-color: #d10078; }
.locations-list ul li[data-sub-region=north-west]:before { background-color: #e65b23; border-color: #e65b23; }
.locations-list ul li[data-sub-region=north-east]:before { background-color: #d10078; border-color: #d10078; }
.locations-list ul li[data-sub-region=yorkshire-and-humberside]:before { background-color: *|yorkshire-and-humberside|*; border-color: *|yorkshire-and-humberside|*; }
.locations-list ul li[data-sub-region=west-midlands]:before { background-color: #afc936; border-color: #afc936; }
.locations-list ul li[data-sub-region=east-midlands]:before { background-color: #69b23f; border-color: #69b23f; }
.locations-list ul li[data-sub-region=east-of-england]:before { background-color: #1e9843; border-color: #1e9843; }
.locations-list ul li[data-sub-region=south-west]:before { background-color: #9eb9e1; border-color: #9eb9e1; }
.locations-list ul li[data-sub-region=london]:before { background-color: #FA7268; border-color: #FA7268; }
.locations-list ul li[data-sub-region=south-east]:before { background-color: #385aa3; border-color: #385aa3; }


.locations-list ul li:hover:before {
  background-color: transparent;
}

.locations-list ul li:hover a {
  text-decoration: none;
}


.visualisation-item h3 {
  margin-bottom: 15px;
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4em; 
  clear: both;
  color: #6c9ea7
}


.visualisation-item.overview .col {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.visualisation-item.overview .col-1 {
  padding-right: 30px;
  border-right: 1px solid #6c9ea7;
  margin-bottom: 30px;
}

.visualisation-item.overview .col-2 {
  padding-left: 30px;
  margin-bottom: 30px;
}

.share-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  display: none;
}

.share-popup .sleeve {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 300px;
  top: 50vh;
  transform: translateY(-50%);
  background-color: #F0F5F6;
  padding: 50px;
  border: 1px solid #6c9ea7;
}

.share-popup .sleeve ul {
  text-align: center;
}

.share-popup .sleeve ul li {
  list-style-type: none;
  display: inline;
  font-size: 30px;
  margin: 0 10px;
}

.share-popup .sleeve ul li a {
  color: #6c9ea7;
}

.share-popup .sleeve .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  background-image: url(img/cross.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}





.save-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  display: none;
}

.save-popup .sleeve {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 300px;
  top: 50vh;
  transform: translateY(-50%);
  background-color: #F0F5F6;
  padding: 50px;
  border: 1px solid #6c9ea7;
}

.save-popup .sleeve p {
  font-size: 1.2em;
  line-height: 1.4em;
}

.save-popup .sleeve p a {
  color: #6c9ea7;
}

.save-popup .sleeve .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  background-image: url(img/cross.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}


.your-visualisations-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.your-visualisations-wrap .your-visualisations-item {
  width: calc( 33.3% - (30px / 2) );
  margin-right: 30px;
  margin-bottom: 30px;
}

.your-visualisations-wrap .your-visualisations-item:nth-child(4n+4) {
  margin-right: 0;
}

.your-visualisations-wrap .your-visualisations-item h3 {
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: normal;
  margin-bottom: 2px;
}

.your-visualisations-wrap .your-visualisations-item h4 {
  font-family: 'Roboto', 'Roboto Slab', sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: normal;
  margin-bottom: 10px;
}


.your-visualisations-wrap .your-visualisations-item .image-wrap {
  border: 1px solid #6c9ea7;
  margin-bottom: 10px;
  background-image: url(img/main-logo.svg);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
}

.your-visualisations-wrap .your-visualisations-item .image-wrap:empty {
  padding-bottom: calc(100% * (297 / 210));
}

.your-visualisations-wrap .your-visualisations-item ul.actions {
  list-style-type: none;
}

.your-visualisations-wrap .your-visualisations-item ul.actions li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 2px;
  cursor: pointer;
}

.your-visualisations-wrap .your-visualisations-item ul.actions li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
  border: 1px solid #6c9ea7;
  width: 8px;
  height: 8px;
}

.your-visualisations-wrap .your-visualisations-item ul.actions li:hover:before {
  background-color: #6c9ea7;
}

.page-id-9226 .entry-text h3 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #6c9ea7;
}

.page-id-9226 .entry-text ul {
  column-count: 2;
  column-gap: 30px;
}

.page-id-9226 .entry-text ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  font-weight: bold;
  list-style-type: none;
  position: relative;
}

.page-id-9226 .entry-text ul li:before {
  content: '•';
  color: #6c9ea7;
  font-size: 1.6em;
  position: absolute;
  top: 0px;
  left: -15px;
}



.cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
  z-index: 99999;
  display: none;
}

.cookie-banner &gt; .sleeve {
  max-width: 600px;
  margin: 0 auto;
  color: #192833;
  background-color: #FFFFFF;
  position: relative;
  top: 50vh;
  transform: translateY(-50%);
  padding: 30px;
  text-align: left;
  border-radius: 60px;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 2px 2px 10px 5px rgba(221,221,221,1);
  -moz-box-shadow: 2px 2px 10px 5px rgba(221,221,221,1);
  box-shadow: 2px 2px 10px 5px rgba(221,221,221,1);
  border: 1px solid #D1D1D1;
  background-image: url(img/main-logo.svg);
  background-size: auto 45px;
  background-position: center 30px;
  background-repeat: no-repeat;
  padding-top: 100px;
  text-align: center;
}

@media screen and ( max-width: 600px ) {
  .cookie-banner .sleeve {
    margin: 0 15px;
  }
}

.cookie-banner p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}



.cookie-banner a {
  color: #192833;
  text-decoration: underline;
}

.cookie-banner .configure {
  display: none;
}

.cookie-banner .configure .sleeve {
  margin-bottom: 30px;
}

.cookie-banner .configure .field-wrap {
  margin-bottom: 5px;
  max-width: 700px;
  text-align: left;
}



.cookie-banner .configure .field-wrap:last-child {
  margin-bottom: 10px;
}

.cookie-banner .configure .field-wrap .input-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: start;
  justify-content: start;
}

.cookie-banner .configure .field-wrap .input-wrap input {
  margin-bottom: auto; 
  font-size: 20px;
  -webkit-appearance: checkbox;
}

.cookie-banner .configure .field-wrap .input-wrap label {
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.2em;
  padding-left: 10px;
}


.cookie-banner .button-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.cookie-banner .button-wrap .button {
  color: #6c9ea7;
  padding: 5px 10px;
  border: 1px solid #6c9ea7;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.cookie-banner .button-wrap .button.button-accept-all {
  background-color: #6c9ea7;
  color: #FFFFFF;
  flex: 1;
}

.cookie-banner .button-wrap .button-accept-selected {
  background-color: #6c9ea7;
  color: #FFFFFF;
  flex: 1;
  margin-left: auto;
}








@media screen and ( max-width: 600px ) {

  .site-header .main-nav .menu-wrap {
    display: none;
  }

  article .entry-header,
  article .entry-data, 
  article .entry-content,
  .visualisation-wrap-services .service-wrap .service-item,
  .footer .col-wrap .col {
    width: 100%;
  }

  .visualisation-wrap {
    margin-top: 0;
  }

  article .entry-header .entry-title {
    margin-bottom: 15px;
    min-height: 0;
  }

  .visualisation-meta {
    float: none;
  }

  .visualisation-meta .visualisation-switcher li {
    width: 33.3%;
  }

  .visualisation-container.late-diagnoses .data-chart-pie {
    width: 100% !important;
  }

  body.home .map-wrap svg {
    height: auto;
    width: 100%;
  }

  .map-meta {
    float: left;
    position: static;
  }

  article .entry-header.sticky &gt; .sleeve {
    position: static;
    top: 0;
  }

  .visualisation-wrap .visualisation-item .data-chart-legend-container .data-chart-legend-wrap {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .visualisation-container.overview .entry-data .visualisation-wrap:nth-child(3),
  .visualisation-container.overview .entry-data .visualisation-wrap:nth-child(4) {
    width: 100%;  
  }

  .visualisation-switcher ul li, .map-switcher ul li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .locations-list ul {
    column-count: 2;
  }

  .visualisation-wrap .visualisation-item.late-diagnoses-1,
  .visualisation-wrap .visualisation-item.late-diagnoses-2 {
    width: 100%;
  }

  .visualisation-wrap .data-map svg {
    width: 100%;
    height: auto;
  }
 
  .visualisation-wrap .visualisation-item.antiretroviral-coverage .data-chart-population .data-chart-item {
    width: 100%;
  } 


  .visualisation-wrap .visualisation-item .data-chart-item,
  .visualisation-wrap .visualisation-item .data-chart-item.small {
    width: calc(25% - 10px  );
  }

  .visualisation-data-definition .info {
    column-count: 2;
  }

  .visualisation-group .visualisation-wrap.width-50 {
    width: 100%;
  }

  .visualisation-wrap.divider-right:before { 
    content: none;
  }

}


</pre></body></html>