/*** GLOBAL ***/
html {
  font-size: 10px;
}
body,
svg text {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}
.blocked {
  overflow-y: scroll;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none !important;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
h2 {
  font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: 5.2rem;
  margin-bottom: 3vh !important;
  font-weight: 300;
}
text {
  font-size: 12px;
}
.nofloat {
  clear: both;
  float: none;
}
.x-title {
  display: none !important;
}
text.x-title {
  font-weight: bold;
}
.-sr-only {
  font-size: 10px;
  top: -32px;
  position: relative;
  text-decoration: underline;
}
.grid-line {
  stroke: black;
  opacity: 0.2;
}
.lollipop-line {
  stroke: #e8e6e6;
  stroke-width: 12px;
  opacity: 0.75;
}
.lollipop-line.highlighted {
  stroke: #b6b6b6  !important;
}
circle.no-data {
  fill: #ccc !important;
}
circle {
  stroke-width: 0px;
  stroke: black;
}
circle:hover {
  fill: #FF8000 !important;
}
circle.lollipop-start {
  fill: #A4CA43;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.lollipop-end {
  fill: #529DDA;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.lollipop-median {
  fill: #BB1E8C;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.show {
  display: block;
  opacity: 1;
}
.legend-group circle:hover {
  cursor: pointer;
  opacity: 0.8;
}
.legend-opacity {
  opacity: 0.15;
  -webkit-transition: all 1s;
  /* Safari */
  transition: all 1s;
}
.legend-highlight {
  opacity: 1;
  -webkit-transition: all 1s;
  /* Safari */
  transition: all 1s;
}
.item-opacity {
  opacity: 0.2;
  -webkit-transition: all 1s;
  /* Safari */
  transition: all 1s;
}
.item-highlight {
  font-weight: 600;
  opacity: 1;
  -webkit-transition: all 1s;
  /* Safari */
  transition: all 1s;
}
.tooltipChart {
  background: #000;
  padding: 1rem;
  fill: #000;
  color: #FFF;
}
.spotlight-item {
  color: #333 !important;
  font-weight: 600 !important;
  list-style-image: url('../images/bullet-list-hightlight.png') !important;
  -webkit-transition: all 0.6s;
  /* Safari */
  transition: all 0.6s;
}
.d3-tip {
  z-index: 9999 !important;
}
.highlighted {
  font-weight: bold;
}
.highlighted text {
  font-size: 14px;
  fill: #eb8b0b  !important;
}
/*** END GLOBAL ***/
/*********** HEADER ******************/
header {
  position: fixed;
  opacity: 1;
  width: 100%;
  z-index: 99;
  padding-top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  display: flex;
  flex-wrap: wrap;
}
header .logo {
  padding: 0;
}
header .logo a {
  float: left;
}
header .logo a img {
  /* width: 136px; */
}
header .logo a:focus {
  outline: none;
}
header h1 {
  opacity: 0;
  flex: auto;
}
header h1.title-h1 {
  /* position: absolute;*/
  text-align: center;
  /*margin: 25px 20% 0;
      width: 60%;*/
  opacity: 1;
  transition: 1.2s;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  flex: auto;
}
header .header-tools {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
}
header label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  margin-right: 30px;
}
header select {
  border: none;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  color: #272727;
  width: auto !important;
  background: transparent;
  padding: 1rem 6rem 1rem 1rem;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/select-arrow-lang.png) no-repeat right;
}
header select:focus {
  outline: none;
  background: #f9f9f9 url(../images/select-arrow-lang.png) no-repeat right;
}
header #social-icons {
  text-align: right;
  margin: 0;
  padding-right: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}
header #social-icons > li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  text-align: center;
}
header #social-icons > li a {
  color: #2A391F;
  font-size: 22px;
  opacity: 0.7;
}
header #social-icons > li a .label {
  color: #272727;
  display: block;
  font-size: 12px;
  font-family: "Open sans";
  font-weight: 300;
  text-align: center;
}
header #social-icons > li a:focus {
  background: #FFF;
}
header #social-icons > li a:hover {
  opacity: 1;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
}
header #social-icons .social-links {
  right: 30%;
  left: inherit;
  min-width: inherit;
  background-color: inherit;
  border: none;
  box-shadow: none;
}
header #social-icons .social-links li a {
  padding: 0px;
  opacity: 1;
  color: #2A391F;
  text-decoration: none !important;
}
header #social-icons .social-links li a:hover {
  background-color: inherit;
  opacity: .8;
}
header #social-icons .social-links li a span {
  display: none;
}
header #social-icons .social-links > li > a:hover {
  text-decoration: noen;
}
/*********** END HEADER ******************/
section {
  /*
  display: flex;
  align-items: flex-end;
  justify-content: center;
  */
}
section .content {
  /*
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: 100vh !important;
    background: #CCC;
*/
}
section:nth-child(1) {
  /*
  background: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%), url(../images/section01.jpg);
  background-size: cover, cover;
  background-position: center center, center center;*/
  background-image: url(../images/cover-top.png), url(../images/section01.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: 0 bottom, 0 0;
  overflow: hidden;
}
section:nth-child(2) {
  /*
  background: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%), url(../images/section02.jpg);
  background-size: cover, cover;
  background-position: center center, center -150px;
  */
  background-image: url(../images/cover-bottom.png), url(../images/section02.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: 0 bottom, 0 88vh;
}
section:nth-child(3) {
  /*
  background: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%), url(../images/section03.png);
  background-size: cover, cover;
  background-position: center center, center -200px;
*/
  background-image: url(../images/section02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 0px;
  overflow: hidden;
}
section:nth-child(4) {
  background: #ffffff url(../images/section03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  overflow: hidden;
}
section:nth-child(5) {
  /*
  background: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%), url(../images/section06.jpg);
  background-size: cover, cover;
  background-position: center center, center -100px;
  */
  background-image: url(../images/section04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden;
}
section:nth-child(6) {
  /*
  background: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%), url(../images/section05.png);
  background-size: cover, cover;
  background-position: center center, center -100px;
  */
  background: #ffffff url(../images/section05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  overflow: hidden;
}
section:nth-child(7) {
  /*
  background: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%), url(../images/section07.png);
  background-size: cover, cover;
  background-position: center center, center -300px;
  */
  background: url(../images/section06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden;
}
section:nth-child(8) {
  /*
  background: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%), url(../images/section07.png);
  background-size: cover, cover;
  background-position: center center, center -300px;
  */
  background: url(../images/section07.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  overflow: hidden;
}
.section {
  clear: both;
}
/****   SECTION 0 HOMEPAGE ***/
#section0 {
  padding-top: 14vh;
  font-size: 22px;
}
#section0 h1 {
  font-size: 68px;
  font-weight: 300;
  margin: 20px 0;
  opacity: 0;
  position: relative;
  -webkit-animation-name: down-up;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.6s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: 1;
  /* Safari 4.0 - 8.0 */
  animation-name: down-up;
  animation-duration: 1.2s;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#section0 h1 > span {
  font-weight: 400;
}
#section0 .content-form-home {
  margin-top: 6vh;
  opacity: 0;
  position: relative;
  -webkit-animation-name: alpha100;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 1.2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: 1;
  /* Safari 4.0 - 8.0 */
  animation-name: alpha100;
  animation-duration: 1.2s;
  animation-delay: 1.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#section0 .content-form-home .form-home-filters {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-top: 6px solid #C1CD27;
}
#section0 .content-form-home .form-home-filters ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#section0 .content-form-home .form-home-filters ul li {
  width: 30%;
  margin: 0 1.5%;
}
#section0 .content-form-home .form-home-filters ul li label {
  display: block;
  border-bottom: 2px solid #C1CD27;
  font-size: 22px;
  font-weight: 300;
}
#section0 .content-form-home .form-home-filters ul li select {
  border: none;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  color: #272727;
  width: 100%;
  padding: 1rem 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/select-arrow-lang.png) no-repeat right white;
}
#section0 .content-form-home .form-home-filters ul li select:focus {
  outline: none;
  background: #f9f9f9 url(../images/select-arrow-lang.png) no-repeat right white;
}
#section0 p.nofloat {
  opacity: 0;
  position: relative;
  -webkit-animation-name: down-up;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.7s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: 1;
  /* Safari 4.0 - 8.0 */
  animation-name: down-up;
  animation-duration: 1.2s;
  animation-delay: 0.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#section0 .start-link {
  width: 10%;
  height: 52px;
  text-align: center;
  position: absolute;
  bottom: 3vh;
  left: 45%;
}
#section0 .start-link .start-text {
  background: #1e2220;
  color: #FFF;
  padding: 5px 25px;
  text-transform: uppercase;
  border-bottom: 6px solid #C1CD27;
}
#section0 .start-link a {
  color: #FFF;
  text-decoration: none !important;
  font-size: 1.8rem;
  font-weight: 600;
  border: 0;
  padding: 0;
  background-color: transparent;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  display: block;
}
#section0 .start-link a:hover,
#section0 .start-link a:focus,
#section0 .start-link a:active {
  background-color: transparent;
  outline: none;
  color: #000;
  text-decoration: none;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
}
#section0 .start-link a .fa-angle-down {
  position: relative;
  font-size: 30px;
  top: 0;
  left: 0;
  display: block;
  -webkit-animation-name: up-down;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.9s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.4s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite;
  /* Safari 4.0 - 8.0 */
  animation-name: up-down;
  animation-duration: 0.9s;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
}
/*** END SECTION 0 HOMEPAGE *****/
/*** SECTION 01 **/
#section1 {
  padding-top: 0%;
  padding-bottom: 0%;
  clear: both;
}
#section1 .content-full {
  background: #BBCB1A;
  height: 88vh !important;
  width: 100%;
  padding: 28rem 0 0;
}
#section1 .content {
  font-size: 2.2rem;
}
#section1 .content h2 {
  font-size: 5.2rem;
  margin-bottom: 40px;
  margin-top: 9rem;
  font-weight: 300;
  opacity: 0;
  position: relative;
}
#section1 .content ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  list-style-type: none;
  background: url(../images/dots-table-contents.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10rem;
}
#section1 .content ul li {
  width: 33.3%;
  font-size: 2.2rem;
  text-align: center;
}
#section1 .content ul li:nth-child(1) {
  position: relative;
  left: -14%;
}
#section1 .content ul li:nth-child(2) {
  text-align: center;
}
#section1 .content ul li:nth-child(3) {
  position: relative;
  right: -14%;
}
#section1 .content ul li a {
  display: block;
  padding: 7vh 0 0 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 2.2rem;
  color: #333;
}
#section1 .content ul li a:hover {
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all 0.9s;
  /* Safari */
  transition: all 0.9s;
}
#section1 .content .content-animation p {
  opacity: 0;
  position: relative;
}
/*** END SECTION 1  *****/
/*** SECTION 02 **/
#section2 {
  padding-top: 20vh;
  padding-bottom: 0vh;
  clear: both;
  position: relative;
  z-index: 3;
}
#section2 .content {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 0;
  font-size: 18px;
  left: -100vh;
}
#section3,
#section5,
#section7 {
  padding-top: 8vh!important;
  padding-bottom: 5vh;
  clear: both;
}
#section3 .content,
#section5 .content,
#section7 .content {
  padding: 0rem 0;
}
#section3 .content h3,
#section5 .content h3,
#section7 .content h3 {
  color: #717070;
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 18px;
  margin-top: 10px;
}
#section3 .content .blurb,
#section5 .content .blurb,
#section7 .content .blurb {
  margin-top: 1vh;
  margin-bottom: 3vh;
  padding: 0rem 0rem 0rem 2rem;
  font-size: 22px;
  border-left: 6px solid #959E29;
}
#section3 .content .intro,
#section5 .content .intro,
#section7 .content .intro {
  font-size: 16px;
}
#section3 .content .main-findings,
#section5 .content .main-findings,
#section7 .content .main-findings {
  margin-top: 2vh;
}
#section3 .content .main-findings > p,
#section5 .content .main-findings > p,
#section7 .content .main-findings > p {
  font-size: 18px;
  color: #717070;
}
#section3 .content .main-findings ul,
#section5 .content .main-findings ul,
#section7 .content .main-findings ul {
  list-style-type: none;
  list-style-image: url(../images/bullet-list.png);
  margin-top: 20px;
}
#section3 .content .main-findings ul li,
#section5 .content .main-findings ul li,
#section7 .content .main-findings ul li {
  margin: 7px 0 0 0;
  font-size: 14px;
}
#section3 .content .featured-links,
#section5 .content .featured-links,
#section7 .content .featured-links {
  margin-top: 3vh;
  border: 1px solid #706F6F;
  float: left;
  width: 100%;
  padding: 15px 6px;
}
#section3 .content .featured-links ul,
#section5 .content .featured-links ul,
#section7 .content .featured-links ul {
  padding: 0 0 0 12px;
  list-style-type: none;
  list-style-image: url(../images/bullet-list.png);
  margin: 5px 0 5px 6px;
}
#section3 .content .featured-links ul li,
#section5 .content .featured-links ul li,
#section7 .content .featured-links ul li {
  margin: 7px 0 0 0;
}
#section3 .content .featured-links ul li a,
#section5 .content .featured-links ul li a,
#section7 .content .featured-links ul li a {
  color: #333;
}
#section3 .content .featured-links ul li a:hover,
#section5 .content .featured-links ul li a:hover,
#section7 .content .featured-links ul li a:hover {
  color: #FF8000;
}
#section3 .content .featured-links .smt-link,
#section5 .content .featured-links .smt-link,
#section7 .content .featured-links .smt-link,
#section3 .content .featured-links .blog,
#section5 .content .featured-links .blog,
#section7 .content .featured-links .blog {
  margin-top: 0vh;
  font-size: 16px;
  font-weight: 600;
}
#section3 .content .featured-links .blog a,
#section5 .content .featured-links .blog a,
#section7 .content .featured-links .blog a {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
#section3 .content .featured-links .blurb,
#section5 .content .featured-links .blurb,
#section7 .content .featured-links .blurb {
  margin-top: 2vh;
  padding: 1rem 6rem 1rem 3rem;
  font-size: 20px;
  border-left: 6px solid #959E29;
}
#section3 .chart-filters,
#section5 .chart-filters,
#section7 .chart-filters {
  background: #F6F6F6;
  padding: 1rem 1.5rem;
  border-radius: 90px;
  margin: auto;
  width: 80%;
  z-index: 20;
  position: relative;
}
#section3 .content-chart,
#section5 .content-chart,
#section7 .content-chart {
  margin-top: 45px;
}
#section3 .content-chart svg g.legend-group,
#section5 .content-chart svg g.legend-group,
#section7 .content-chart svg g.legend-group {
  display: none;
}
#section3 .content-chart .index-chart,
#section5 .content-chart .index-chart,
#section7 .content-chart .index-chart {
  list-style-type: none;
  position: absolute;
  right: 2vw;
  top: 43vh;
  z-index: 999;
}
#section3 .content-chart .index-chart li.highlighted a,
#section5 .content-chart .index-chart li.highlighted a,
#section7 .content-chart .index-chart li.highlighted a {
  color: #000 !important;
}
#section3 .content-chart .chart-wrapper,
#section5 .content-chart .chart-wrapper,
#section7 .content-chart .chart-wrapper {
  height: 70vh;
  width: 57vw;
}
#section3 .content-chart .chart-wrapper h3,
#section5 .content-chart .chart-wrapper h3,
#section7 .content-chart .chart-wrapper h3 {
  color: #717070;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}
#section3 .content-chart .chart-wrapper ul.chart-navigation,
#section5 .content-chart .chart-wrapper ul.chart-navigation,
#section7 .content-chart .chart-wrapper ul.chart-navigation {
  list-style: none;
  width: 80%;
  top: 0rem;
  margin: auto;
  padding: 0;
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section3 .content-chart .chart-wrapper ul.chart-navigation li,
#section5 .content-chart .chart-wrapper ul.chart-navigation li,
#section7 .content-chart .chart-wrapper ul.chart-navigation li {
  display: inline-block;
  width: auto;
}
#section3 .content-chart .chart-wrapper ul.chart-navigation li h3,
#section5 .content-chart .chart-wrapper ul.chart-navigation li h3,
#section7 .content-chart .chart-wrapper ul.chart-navigation li h3 {
  padding: 0 40px;
  margin: 0;
  margin-top: 0px;
}
#section3 .content-chart .chart-wrapper ul.chart-navigation li a,
#section5 .content-chart .chart-wrapper ul.chart-navigation li a,
#section7 .content-chart .chart-wrapper ul.chart-navigation li a {
  color: #6e6e6e;
  text-decoration: none !important;
}
#section3 .content-chart .chart-wrapper ul.chart-navigation li a:hover,
#section5 .content-chart .chart-wrapper ul.chart-navigation li a:hover,
#section7 .content-chart .chart-wrapper ul.chart-navigation li a:hover {
  color: #000;
}
#section3 .content-chart .chart-wrapper ul.chart-navigation li a:focus,
#section5 .content-chart .chart-wrapper ul.chart-navigation li a:focus,
#section7 .content-chart .chart-wrapper ul.chart-navigation li a:focus {
  text-decoration: none;
}
#section3 .content-chart .chart-wrapper ul.chart-navigation li:nth-child(1),
#section5 .content-chart .chart-wrapper ul.chart-navigation li:nth-child(1),
#section7 .content-chart .chart-wrapper ul.chart-navigation li:nth-child(1) {
  top: 0px;
  position: relative;
  font-size: 32px;
  max-height: 55px;
}
#section3 .content-chart .chart-wrapper ul.chart-navigation li:nth-child(2),
#section5 .content-chart .chart-wrapper ul.chart-navigation li:nth-child(2),
#section7 .content-chart .chart-wrapper ul.chart-navigation li:nth-child(2) {
  width: auto;
  max-width: 92%;
  top: 0px;
  position: relative;
}
#section3 .content-chart .chart-wrapper ul.chart-navigation li:nth-child(3),
#section5 .content-chart .chart-wrapper ul.chart-navigation li:nth-child(3),
#section7 .content-chart .chart-wrapper ul.chart-navigation li:nth-child(3) {
  top: 0px;
  position: relative;
  font-size: 32px;
  max-height: 55px;
}
#section3 .content-chart .chart-wrapper .chart-filters label,
#section5 .content-chart .chart-wrapper .chart-filters label,
#section7 .content-chart .chart-wrapper .chart-filters label {
  padding-right: 5px;
  font-weight: 600;
}
#section3 .content-chart .chart-wrapper .chart-filters select,
#section5 .content-chart .chart-wrapper .chart-filters select,
#section7 .content-chart .chart-wrapper .chart-filters select {
  border: none;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  color: #272727;
  width: auto;
  padding: 0.5rem 0;
  margin-right: 6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/select-arrow.png) no-repeat right -3px;
}
#section3 .content-chart .chart-wrapper .chart-filters select:focus,
#section5 .content-chart .chart-wrapper .chart-filters select:focus,
#section7 .content-chart .chart-wrapper .chart-filters select:focus {
  outline: none;
  background: #f9f9f9 url(../images/select-arrow.png) no-repeat right;
}
#section3 .content-chart .chart-wrapper .chart-filters #modality-filter,
#section5 .content-chart .chart-wrapper .chart-filters #modality-filter,
#section7 .content-chart .chart-wrapper .chart-filters #modality-filter {
  width: 30%;
  margin-right: 1.5rem;
  padding: 0.5rem 21px 0 0;
  background: url(../images/select-arrow.png) no-repeat right -3px;
}
#section3 .content-chart .chart-wrapper .chart-filters #subgroup-filter,
#section5 .content-chart .chart-wrapper .chart-filters #subgroup-filter,
#section7 .content-chart .chart-wrapper .chart-filters #subgroup-filter {
  width: 20%;
  margin-right: 1.5rem;
  padding: 0.5rem 21px 0 0;
  background: url(../images/select-arrow.png) no-repeat right -3px;
}
#section3 .content-chart .chart-wrapper .chart-filters #gender-filter,
#section5 .content-chart .chart-wrapper .chart-filters #gender-filter,
#section7 .content-chart .chart-wrapper .chart-filters #gender-filter {
  width: auto%;
  margin-right: 1.5rem;
  padding: 0.5rem 21px 0 0;
  background: url(../images/select-arrow.png) no-repeat right -3px;
}
#section3 .content-chart .chart-wrapper.fixed,
#section5 .content-chart .chart-wrapper.fixed,
#section7 .content-chart .chart-wrapper.fixed {
  top: 16vh;
}
#section3 .content-chart .chart-wrapper.fixed30,
#section5 .content-chart .chart-wrapper.fixed30,
#section7 .content-chart .chart-wrapper.fixed30 {
  top: 22vh;
}
#section3 .content-chart .chart-wrapper .chart-position,
#section5 .content-chart .chart-wrapper .chart-position,
#section7 .content-chart .chart-wrapper .chart-position {
  margin-top: -3vh;
  height: 100%;
  text-align: center;
}
#section3 .content-chart .chart-wrapper .legend,
#section5 .content-chart .chart-wrapper .legend,
#section7 .content-chart .chart-wrapper .legend {
  margin-top: -3vh !important;
}
#section3 .content-chart .chart-wrapper .legend ul,
#section5 .content-chart .chart-wrapper .legend ul,
#section7 .content-chart .chart-wrapper .legend ul {
  list-style: none;
  text-align: center;
  width: auto;
  margin: auto;
}
#section3 .content-chart .chart-wrapper .legend ul li,
#section5 .content-chart .chart-wrapper .legend ul li,
#section7 .content-chart .chart-wrapper .legend ul li {
  width: auto;
  margin: 0 15px;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
#section3 .content-chart .chart-wrapper .legend ul li i,
#section5 .content-chart .chart-wrapper .legend ul li i,
#section7 .content-chart .chart-wrapper .legend ul li i {
  margin-right: 8px;
}
#section3 .content-chart .chart-wrapper .legend ul li:nth-child(1) i,
#section5 .content-chart .chart-wrapper .legend ul li:nth-child(1) i,
#section7 .content-chart .chart-wrapper .legend ul li:nth-child(1) i {
  color: #A4CA43;
}
#section3 .content-chart .chart-wrapper .legend ul li:nth-child(1).lollipop-end i,
#section5 .content-chart .chart-wrapper .legend ul li:nth-child(1).lollipop-end i,
#section7 .content-chart .chart-wrapper .legend ul li:nth-child(1).lollipop-end i {
  color: #529DDA;
}
#section3 .content-chart .chart-wrapper .legend ul li:nth-child(2) i,
#section5 .content-chart .chart-wrapper .legend ul li:nth-child(2) i,
#section7 .content-chart .chart-wrapper .legend ul li:nth-child(2) i {
  color: #529DDA;
}
#section3 .content-chart .chart-wrapper .legend ul li:nth-child(3) i,
#section5 .content-chart .chart-wrapper .legend ul li:nth-child(3) i,
#section7 .content-chart .chart-wrapper .legend ul li:nth-child(3) i {
  color: #BB1E8C;
}
#section3 .content-chart .chart-wrapper .legend ul li:nth-child(4) i,
#section5 .content-chart .chart-wrapper .legend ul li:nth-child(4) i,
#section7 .content-chart .chart-wrapper .legend ul li:nth-child(4) i {
  color: #7B68EC;
}
#section3 .content-chart .chart-wrapper .legend ul li:nth-child(5) i,
#section5 .content-chart .chart-wrapper .legend ul li:nth-child(5) i,
#section7 .content-chart .chart-wrapper .legend ul li:nth-child(5) i {
  color: #B12221;
}
#section3 .content-chart .chart-wrapper .legend ul.tensions li,
#section5 .content-chart .chart-wrapper .legend ul.tensions li,
#section7 .content-chart .chart-wrapper .legend ul.tensions li {
  width: 21%;
}
#section3 .content-chart .chart2,
#section5 .content-chart .chart2,
#section7 .content-chart .chart2 {
  padding-top: 40vh;
  visibility: hidden;
}
#section3 .content-chart .chart2#chart52,
#section5 .content-chart .chart2#chart52,
#section7 .content-chart .chart2#chart52 {
  margin-bottom: 40vh;
}
#section3 .content-chart .chart3,
#section5 .content-chart .chart3,
#section7 .content-chart .chart3 {
  visibility: hidden;
  padding-top: 40vh;
  margin-bottom: 40vh;
  border: 1px solid #000;
}
#section4 {
  padding-top: 20vh;
  padding-bottom: 0;
}
#section4 .content {
  padding: 2rem 0;
}
#section4 .content h3 {
  color: #717070;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 28px;
}
#section4 .content .main-findings {
  margin-top: 5vh;
}
#section4 .content .main-findings > p {
  font-size: 28px;
}
#section4 .content .main-findings ul {
  list-style-type: none;
  list-style-image: url(../images/bullet-list.png);
  margin-top: 30px;
}
#section4 .content .main-findings ul li {
  margin: 10px 0 0 0;
  font-size: 14px;
}
#section4 .chart-filters {
  background: #F6F6F6;
  padding: 1rem 1.5rem;
  border-radius: 90px;
  margin: auto;
  width: 80%;
}
#section4 .chart-wrapper {
  height: 70vh;
  margin-top: 110px;
}
#section4 .chart-wrapper h3 {
  color: #717070;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  margin: 20px 0;
}
#section4 .chart-wrapper select {
  border: none;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  color: #272727;
  width: auto;
  padding: 0.5rem 0;
  background: transparent;
  margin-right: 6rem;
}
#section5 {
  padding-top: 0;
  padding-bottom: 0;
}
#section6 {
  padding-top: 20vh;
  padding-bottom: 0vh;
}
#section7 {
  padding-top: 0;
  padding-bottom: 0;
}
#section2 .content,
#section4 .content,
#section6 .content {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 0;
  font-size: 18px;
}
/** FORM SUSCRIPTION **/
#section8 {
  padding-top: 8vh !important;
  padding-bottom: 10vh;
  background: #C1CD27;
}
#section8 .subscription {
  margin: 15px auto;
}
#section8 .subscription .report-img {
  width: auto;
}
#section8 .download-report {
  display: block;
  margin: 0;
  border: none;
  margin: 20px 0;
  font-size: 22px;
  text-align: left;
}
#section8 .download-report a {
  display: block;
  color: #FFF;
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  background: #969F24;
  margin-top: 2rem;
}
#section8 .download-report a i {
  margin-right: 20px;
}
#section8 .download-report a:hover {
  opacity: 0.6;
}
#section8 .subscription-intro {
  font-size: 18px;
}
#section8 form {
  background: #FFF;
  padding: 20px 40px 40px;
  border-top: 6px solid #969F24;
  position: relative;
}
#section8 form .alert-warning {
  background-color: rgba(255, 0, 0, 0.6) !important;
  text-align: center;
  border: none;
  color: #FFF;
  width: 60%;
  margin: auto;
  padding: 10px 40px;
  font-size: 16px;
}
#section8 form .alert-warning .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-shadow: 0 0px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}
#section8 form .alert-warning .close:hover {
  opacity: 0.4;
}
#section8 form .g-recaptcha {
  display: block;
  float: none;
  margin: 0;
  position: absolute;
  top: 17px;
  right: 4%;
}
#section8 form input[type=checkbox],
#section8 form input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  background-color: white;
  width: 18px;
  height: 18px;
  border: none;
  top: 4px;
  position: relative;
}
#section8 form .check-items {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
#section8 form .check-items li {
  margin: 0 20px 0 0;
  display: inline-block;
}
#section8 form .check-items li label {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
}
#section8 form .textfield-box .textfield {
  width: 60%;
  padding: 13px 12px;
  font-style: italic;
}
#section8 form .textfield-box label {
  font-size: 22px;
  font-weight: 300;
}
#section8 form .submit {
  padding: 10px 40px;
  display: block;
  margin: 0;
  background: #969F24;
  color: #FFF;
  border: none;
  float: right;
  margin-top: 40px;
  margin-right: 0%;
  font-weight: 600;
}
#section8 .cd-horizontal-timeline {
  margin: 2em auto;
}
#section8 .cd-horizontal-timeline .timeline-intro {
  font-size: 18px;
}
#section8 .cd-horizontal-timeline .events-content h2 {
  margin: 0 !important;
}
#section8 .cd-horizontal-timeline .events-content h2.no-month {
  font-weight: bold;
  font-size: 32px;
  font-family: "Open Sans", serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 42px;
  width: 150px;
  margin: 0;
  text-align: center;
}
#section8 .cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
}
#section8 .cd-horizontal-timeline .events-content p a {
  color: #000;
}
#section8 .cd-horizontal-timeline .events-content .feature {
  display: inline-block;
  top: 7px;
  left: 200px;
  position: absolute;
  border-left: 1px solid #959e29;
  padding-left: 1rem;
  min-height: 9vh;
}
#section8 .pro > span {
  display: block;
  top: 0;
  position: relative;
}
footer {
  position: absolute;
  bottom: 0;
  background: #959E29;
  width: 100%;
}
footer ul.footer {
  list-style: none;
}
footer ul.footer li {
  display: inline-block;
  width: 33%;
  color: #FFF;
  position: relative;
  top: 4px;
}
footer ul.footer li:nth-child(1) {
  text-align: left;
}
footer ul.footer li:nth-child(2) {
  text-align: center;
}
footer ul.footer li:nth-child(3) {
  text-align: right;
}
footer ul.footer li a {
  color: #FFF;
}
footer ul.footer li a:hover {
  color: #BACA24;
}
.fixed {
  position: fixed ;
  z-index: 200;
  top: 8vh;
}
.sticky {
  position: sticky !important;
}
.nofixed {
  position: relative !important;
  -webkit-transition: all 0.9s;
  /* Safari */
  transition: all 0.9s;
}
/**** D3 tooltips ***/
.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none;
}
/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  pointer-events: none;
}
/* Northward tooltips */
.d3-tip.n:after {
  content: "\25BC";
  margin: -2px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}
/* Eastward tooltips */
.d3-tip.e:after {
  content: "\25C0";
  margin: -4px 0 0 0;
  top: 50%;
  left: -8px;
}
/* Southward tooltips */
.d3-tip.s:after {
  content: "\25B2";
  margin: 0 0 1px 0;
  top: -8px;
  left: 0;
  text-align: center;
}
/* Westward tooltips */
.d3-tip.w:after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%;
}
.go-to {
  width: 20px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  position: fixed;
}
.go-to a {
  display: block;
  width: 100%;
  height: 40px;
  background: #959E29;
  border-radius: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.go-to a .fa-inverse {
  color: #fff;
  opacity: 0.8;
  font-size: 26px;
}
.go-to a:hover {
  background: #F05323;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.initial {
  width: 4304px !important;
  transform: translateX(-3580px);
  z-index: 2 !important;
}
/*
a.pro.selected {
  left: 2290px !important;
}
*/
/*** animations **/
.anima-top {
  opacity: 0;
  position: relative;
  -webkit-animation-name: down-up;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 1s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: 1;
  /* Safari 4.0 - 8.0 */
  animation-name: down-up;
  animation-duration: 1.2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.anima-down {
  opacity: 0;
  position: relative;
  -webkit-animation-name: up-down;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 1s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: 1;
  /* Safari 4.0 - 8.0 */
  animation-name: up-down;
  animation-duration: 1.2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.anima-alpha {
  -webkit-animation-name: alpha100;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.6s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: 1;
  /* Safari 4.0 - 8.0 */
  animation-name: alpha100;
  animation-duration: 1.2s;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.anima-left {
  -webkit-animation-name: left;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.6;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: 1;
  /* Safari 4.0 - 8.0 */
  animation-name: left;
  animation-duration: 1.2s;
  animation-delay: 0.6;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes alpha100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes alpha100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes alpha100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes left-right {
  0% {
    opacity: 0.1;
    left: -40px;
    top: 0px;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 0px;
  }
}
@-moz-keyframes left-right {
  0% {
    opacity: 0.1;
    left: -40px;
    top: 0px;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 0px;
  }
}
@keyframes left-right {
  0% {
    opacity: 0.1;
    left: -40px;
    top: 0px;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 0px;
  }
}
@-webkit-keyframes down-up {
  0% {
    opacity: 0.1;
    left: 0px;
    top: 20px;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 0px;
  }
}
@-moz-keyframes down-up {
  0% {
    opacity: 0.1;
    left: 0px;
    top: 20px;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 0px;
  }
}
@keyframes down-up {
  0% {
    opacity: 0.1;
    left: 0px;
    top: 20px;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 0px;
  }
}
@-webkit-keyframes up-down {
  0% {
    opacity: 0.1;
    left: 0px;
    top: -20px;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 10px;
  }
}
@-moz-keyframes up-down {
  0% {
    opacity: 0.1;
    left: 0px;
    top: -20px;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 10px;
  }
}
@keyframes up-down {
  0% {
    opacity: 0.1;
    left: 0px;
    top: -20px;
  }
  100% {
    opacity: 1;
    left: 0px;
    top: 10px;
  }
}
@-webkit-keyframes left {
  0% {
    opacity: 0.1;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@-moz-keyframes left {
  0% {
    opacity: 0.1;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@keyframes left {
  0% {
    opacity: 0.1;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
