

/*To modify colors and position of home page menu, use the theme customizer "Additional CSS" settings.  
They are fully documented there. */



/* print styles */

@media print{
    
    #secondary, #footer{
    
        display: none;
        
    }
    
    
}





/* Backround of data cloud (circle) viz is the background color below */
#visual-tci {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    background: #6699cc;
}


/* Backround of icicles viz is the background color below */
#visual-ice {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    /*background: #666633; */
    background: #336666;
}


/* The color of the rectangles for the icicles viz is the fill below */
#visual-ice > svg .node > rect {
  opacity: 1;
      fill: #37373d;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

/* Turn off background for Examples page */
.bg, .page-id-1041 {
background:none !important;
background-image:none !important;
}
