.cookiejs-banner-wrapper {
     bottom: 0;
     position: fixed;
     z-index: 10000000;
     padding: 20px;
     background-color: #f7f8fc;
     border-top: 2px solid #d4d4d4;
}
 .cookiejs-banner-text{
    max-width:96%!important
}
 .cookiejs-modal-table th{
    padding:10px!important
}
 .cookiejs-modal-table td{
    padding:10px!important
}
 .cookiejs-banner-wrapper a{
    text-decoration: none;
     color:#02a2fe;
}
 .cookiejs-banner-wrapper a{
    text-decoration: none;
     color:#02a2fe;
}
 .cookiejs-banner-link {
    text-decoration: none;
}
 .cookiejs-banner-link:hover {
    text-decoration: underline!important;
}
 .cookiejs-modal-footer-link{
    text-decoration: none
}
 .cookiejs-footer-link{
    text-decoration: none!important;
}
 .cookiejs-footer-link:hover{
    text-decoration: underline!important;
}


/************************************************/
/* Data Hub SVG Chart */
/************************************************/
.chart {
  width: 100%; 
  min-height: 450px;
}

.piechart {
  width: 100%; 
  max-height: 800px;
}

.barchart {

 width: 100%; 
min-height: 550px;
  max-width: 800px;
  max-height: 600px;
 
}

.callersbarchart {

 width: 100%; 
min-height: 550px;
  max-width: 900px;
  max-height: 600px;
 
}

.needsbarchart {

 width: 100%; 
min-height: 550px;
  max-width: 550px;
  max-height: 500px;
 
}

.topbarchart {

 width: 100%; 
min-height: 550px;
  max-width: 650px;
  max-height: 600px;
 
}

.agebarchart {
	width: 100%;
	max-height: 900px;
	max-width: 900px;

}

.treechart {
  width: 100%; 
  min-height: 550px;
  max-width: 900px;
}


.row {
  margin:0 !important;
}

.header{
	   font-size:2.7em !important;
   font-weight:700;
   font-style: normal !important;
   margin-bottom: 20px !important;
   line-height: 110%;
   float:left;
   padding: 30px 0px 30px 0px;
	color: #8CC640;
}

.ss p{  
   width:75%;
}

ul.anchorlinks{
    margin-bottom: 30px;
}

.datahub-hr{
    margin-bottom: 50px;
}

.category{   
   font-family: 'Lato', sans-serif;
    margin-bottom: 65px;
}

.category h1{  
   font-size:2.8125em !important;
   font-weight:900;
}

.category h2{
   font-size:2em !important;
   font-weight:700;
   font-style: normal !important;
   margin-bottom: 35px !important;
   line-height: 110%;
   float:left;
   padding: 30px 0 30px 10px;
}

.category h3{  
    margin: 40px 0 40px 0 !important;
    clear: both;
}

h3.datahub{
   font-size: 1.25em !important;
   font-weight:700;
}

.button{
    color: #fff !important;
    margin: 0 5px 20px 0;
    padding: 1.2em 2.2em;
    min-width: 40ch;
    min-height: 70px;
    text-align: center;
    line-height: 1.1;
    box-sizing: border-box;
    border: none;
    font-family: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #007cb6;
    text-decoration: none!important;
}

.button:hover{  
    background-color: #5C5C8A;
    transition: 220ms all ease-in-out;
    color: #ffffff !important;
    text-decoration: none !important;
    border: none;
    outline: transparent solid !important;
}

.button:focus {
    color: #000000 !important;
    outline: transparent solid !important;
    background-color: #ff8c00;
    box-shadow: 0 4px #000000;
    text-decoration: none !important;
}

.button:active{
    border-color: #ff8c00;
    outline: 3px solid transparent;
    box-shadow: inset 0 0 0 3px #ff8c00;
}

.float{
  float:left;
  clear:both;
}

.fact{
   margin-bottom:55px; 
   clear: both;
}

.fact img {
    padding-bottom:20px;
}

span.factText {
    color:#007cb6;
    font-size:30px;
    font-weight:900;
	vertical-align: middle;
}

span.chartText {
    color:#007cb6;
    font-size:20px;
    font-weight:700;
}

span.factText_sub {
    color:#D13865;
    
    font-weight:800;
}


.bar {
  height: 21px;
  transition: fill .3s ease;
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  
  text {
    fill: #555;
  }
}

.bar .color1{
    fill: #008bcb;  
}

.bar .color2{
    fill: #c23475;  
}

/*.chart:hover,
.chart:focus {
  .bar {
    fill: #aaa;
  }
}*/

/*.bar:hover,
.bar:focus {
  fill: red !important;
  
  text {
    fill: red;
  }
}*/

figcaption {
  font-style: italic;
  margin:0 0 40px 0;
}

/* SVG Green */


svg.graph {
/*    height: 500px;*/
    width: 100%;
    background: #b2e9e4;
}

svg.graph .grid {
  stroke: white;
  stroke-dasharray: 1 2;
  stroke-width: 1;
}

svg.graph .points {
  stroke: white;
  stroke-width: 3;
}
svg.graph .first_set {
  fill: #00554d;
}

svg.graph .surfaces {
  fill-opacity: 0.5;
}

svg.graph .grid.double {
  stroke-opacity: 0.4;
}

svg.graph .labels {
  font-family: Arial;
  font-size: 14px;
  kerning: 1;
}

svg.graph .labels.x-labels {
  text-anchor: middle;
}

svg.graph .labels.y-labels {
  text-anchor: end;
}


/* Media Query */

@media screen and (max-width: 600px) {
    
  .ss p{  
   width:100%;
}
    
  .category h2{
  padding: 10px 0 0 10px;
}
    
}

/************************************************/
/* Homepage Video */
/************************************************/


.center{
    text-align: center;
}

.padBot{
    padding-bottom: 20px;
}

.wrapper video{
    max-width: 90%;
}

@media only screen and (min-width: 992px){
    
    .wrapper video{
    max-width: 60%;
    }
    
}