body{
  width:100%;
  font-family:sans-serif;
  background-color:#444;
}
.container{
  width:80%;
  margin: 0 auto;
}

.container p, ol li{
  font-size:.9rem;
  line-height:1.4rem;
}

section.outer{
  background-color:#FFF;
  padding:30px 30px 20px 30px;
  border-radius:10px;
  max-width:95%;
  float:left;
}

section{
  float:left;
  margin-bottom:70px;
  width:100%;
}
section.no-bottom-margin{
  margin-bottom:0;
}


section.border-bottom{
  border-bottom:1px solid #333;
}

hr{
  display:none;
}

hr.divider{
  display:block;
  width:100%;
  border-top:1px solid #666;
  margin:20px 0;
  float:left;
}

h1 {
    font-size:2.5rem;
    line-height:2.9rem;
    color:#000;
    margin:10px 0 5px 0;
}

.dates{
  font-size:1.7rem;
  color:#888;
  margin-bottom:35px;
}

.logo {
    width: 200px;
    margin-top: 20px;
    float: left;
    margin-bottom: 40px;
}

h2{
  font-size:2.5rem;
  line-height:2.9rem;
  display:block;
  width:100%;
}

.reinstallation h2{
  line-height:1rem;
  padding-bottom:15px;
  margin-bottom:0;
}

.reinstallation>h3{
  color:#FFF;
}

.reinstallation>p{
  color:#FFF;
  font-size:1rem;
  line-height:1.7rem;
}

h3{
  font-size:1.2rem;
  line-height:1.6rem;
}

div.col-2{
  width:100%;
  float:left;
  margin-right:0%;
}

div.col-1.omega{
  width:45%;
  float:left;
  /* height:200px; */
  margin-right:0;
  padding-right:0;
  position:relative;
}

div.col-1{
  width:45%;
  float:left;
  /* height:200px; */
  margin-right:5%;
  padding-right:5%;
}

div.col-3{
  width:28%;
  float:left;
  margin-right:5%;
  position:relative;
  text-align:center;
}

.bar-chart{
  margin:0;
  list-style-type:none;
  padding: 0 0 0 50px;
  overflow:hidden;
  width:300px;
  transform:rotate(270deg);
}

.chart_label{
  background-color:transparent;
  line-height:30px;
  color:#444;
  font-family:sans-serif;
  font-size:15px;
  transform:rotate(90deg) translatey(170px) translatex(167px);
}

.chart_bar{
  padding-left:0;
  background-color:#eee;
  height:40px;
  position:relative;
  overflow:hidden;
}

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.chart_bar .fill.total{
  height:40px;
  margin-bottom:40px;
  display:block;
  background-color:#33C1C9;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  opacity:0;
  animation:1s anim-lightspeed-in ease forwards;
}

.chart_bar .fill.color{
  height:40px;
  margin-bottom:40px;
  display:block;
  background-color:#106D91;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  position:absolute;
  top:0;
  z-index:50;
  opacity:0;
  animation:1s anim-lightspeed-in ease forwards;
}

table.demographics{
  border:1px solid #000;
  font-size:.8rem;
  width:100%;
  border-spacing:0;
  border-collapse: collapse;
}


table.demographics tr:first-child{
  background-color:#eee;
  border-bottom:1px solid #000;
}

table.demographics tr{
  border-bottom:1px solid #555;
}


table.demographics tr{
  border:0;
}

table.demographics tr td{
  padding:7px;
}

table.demographics tr td:nth-child(2){
  background-color:#D7ECFB;
}

table.demographics tr td:nth-child(4){
  background-color:#DBF2F2;
}

.hide-on-desktop table.demographics tr td:nth-child(2){
    background-color: #DBF2F2;
}

table.demographics tr td{
  text-align:center;
}

table.demographics tr td:nth-child(1){
  text-align:left;
}

table.demographics tr td span{
  font-size:.7rem;
}

p.small-print{
  font-size:.8rem;
  line-height:1.3rem;
}

ul.legend{
  margin:0;
  padding:0;
  list-style-type:none;
  margin-top:40px;
  margin-left:30px;
}

ul.legend li{
  margin-bottom:20px;
  font-size:1rem;
  line-height:1.4rem;
}
ul.legend li:before{
  content:"";
  width:20px;
  height:20px;
  border:1px solid rgb(255, 99, 132);
  padding-right:20px;
  margin-right:10px;
  margin-left:-30px;
  background-color: rgba(255, 99, 132, 1);
}

ul.legend.horizontal li{
  margin-left:20px;
  margin-right:20px;
  display:inline-block;
}

ul.legend li.orange:before{
  background-color: rgba(255, 159, 64, 1);
  border-color: rgb(255, 159, 64);
}

ul.legend li.yellow:before{
  background-color:rgba(255, 205, 86, 1);
  border-color: rgb(255, 205, 86);
}

ul.legend li.green:before{
 background-color: rgba(75, 192, 192, 1);
 border-color: rgb(75, 192, 192);
}

ul.legend li.purple:before{
 background-color: rgba(153, 102, 255, 1);
 border-color: rgba(153, 102, 255, 1);
}

ul.legend li.blue:before{
  background-color: rgba(54, 162, 235, 1);
  border-color: rgb(54, 162, 235);
}

ul.legend li.purple:before{
  background-color:rgba(153, 102, 255, 1);
  border-color: rgb(153, 102, 255);
}

.col-1.omega.pie {
    /* padding: 60px 50px;
    width: calc(35% - 100px); */
    margin-top:70px;
  }

div.col-1.third {
    width: 45%;
    padding-right: 0;
    margin-right: 5%;
}

div.col-1.third.omega {
    width: 45%;
    padding-right: 0;
    margin-right: 0;
}

div.col-1.third.donut {
    width: 30%;
    padding-right: 0;
    margin-right: 5%;
}

div.col-1.third.donut.omega {
    width: 30%;
    padding-right: 0;
    margin-right: 0;
}


.reinstallation div.col-1.right{
  width:47%;
}

.reinstallation div.col-1.left{
  padding-right:0;
  width:48%;
}

div.col-1.third.tile, div.col-1.third.tile.omega {
  /* background-color:#eee; */
  border-radius:15px;
  height:140px;
  margin-bottom:35px;
  padding:20px;
  width:calc(47.5% - 40px);
  position:relative;
  color:#FFF;
}

div.col-1.third.tile .number, div.col-1.third.omega .number{
  font-size:3.8rem;
  margin: 20px 0;
  position:absolute;
  top:50%;
  transform:translateY(-80%);
}

div.col-1.third.tile.one{
  background-color:#52B0EA;
}

div.col-1.third.tile.two.pink{
  background-color:#FB6986;
}

.tile div {
    padding: 0 20px 0 0;
}

div.col-1.third.tile.blue{
  background-color:#36A2EB;
}

div.col-1.tile.acqua{
  background-color: #4ABFBF;
}

div.col-1.third.tile.placeholder{
  background-color:transparent;
}

div.col-1.third.tile.two.highlight.yellow{
background-color:#FFCD95;
color:#000;
}

div.col-1.third.tile div:first-child, div.col-1.third.omega div:first-child{
  position:absolute;
  top:20px;
}

div.col-1.third.tile div:last-child, div.col-1.third.omega div:last-child{
  position:absolute;
  bottom:20px;
}


.add-bottom-margin{
  margin-bottom:70px;
}

.hide-on-desktop{
  display:none;
}

.hide-on-mobile{
  display:block;
}

td.hide-on-mobile{
  display:table-cell;
}

@media (max-width:800px){
  section.outer{
    max-width:85%;
  }
  div.col-1, div.col-1.omega, div.col-1.third, .col-1.omega.pie, div.col-1.third.omega {
    width:100%;
    float:none;
    margin-bottom:50px;
  }
  .col-1.omega.pie, div.col-1.donut, div.col-1.omega.donut, div.col-1.donut.third, div.col-1.donut.third.omega {
    padding: 0 50px;
    width:calc(100% - 100px);
    margin:0;
  }
  .hide-on-mobile{
    display:none;
  }
  td.hide-on-mobile{
    display:none;
  }
  .hide-on-desktop{
    display:block;
  }
  div.col-1.third.tile, div.col-1.third.tile.omega{
    width:calc(95% - 40px);
    float:left;
  }
 .reinstallation div.col-1.right, .reinstallation div.col-1.left{
  width:100%;
}
.logo {
    width: 150px;
    margin-bottom: 40px;
    margin-right:30px;
}

h1{
  font-size:2.3rem;
}

.col-1 .col-1, .col-1 .col-1.omega {
    width: 45%;
    float: left;
}
.col-1 .col-1.hide-on-desktop {
    width: 100%;
}
.reinstallation h2{
  line-height: 2.8rem;
}
.col-1.placeholder.tile, .col-1.transparent.tile{
  display:none;
}
}

@media (max-device-width:700px){
  body{
    overflow-x:hidden;
  }
  .container{
    width:95%;
    margin: 0 auto;
    padding:0;
  }
  section.outer{
    max-width:85%;
    padding:15px;
  }
  div.col-1, div.col-1.omega, div.col-1.third, .col-1.omega.pie, div.col-1.third.omega {
    width:100%;
    float:none;
    margin-bottom:50px;
  }
  .col-1.omega.pie, div.col-1.donut, div.col-1.omega.donut, div.col-1.donut.third, div.col-1.donut.third.omega {
    padding: 0 50px;
    width:calc(100% - 100px);
    margin:0;
  }
  .hide-on-mobile{
    display:none;
  }
  .hide-on-desktop{
    display:block;
  }
  div.col-1.third.tile, div.col-1.third.tile.omega{
    width:calc(95% - 40px);
    float:left;
  }
  .reinstallation div.col-1.left, .reinstallation div.col-1.right{
    width:100%;
  }
  section{
    margin-bottom:0;
  }
  section.outer{
    margin-bottom:70px;
  }

  .logo {
      width: 150px;
      margin-bottom: 20px;
  }

  h1{
    font-size:2.2rem;
  }

  .col-1 .col-1, .col-1 .col-1.omega {
    width: 45%;
    float: left;
}
.col-1 .col-1.hide-on-desktop {
    width: 100%;
}
}
