 






/*********************
FOOTER STYLES
*********************/
.last-module .full-teaser {
  background-color: #ed3136;
  min-height: 20px;
}


.last-module {
  background-color: #333333;
  color: #adadad;
  margin-top: 20px;
  padding-bottom: 30px;
}

.last-module .row {
  padding-top: 0.76923rem;
  padding-bottom: 0.76923rem;
}

.last-module a {
  font-size: 0.92308rem;
  color: #adadad;
}
.last-module .sub-last-module {
  margin-top: 0px;
}

.last-module .sub-last-module {

  border-bottom: 1px solid #858585;
  font-size: 0.84615rem !important;
  padding: 1.53846rem 0.38462rem;
}

.last-module .headline {
color: white;
border-bottom: solid 1px #858585;
width: 80%;
margin-bottom: 0.76923rem;
font-size: 0.92308rem;
padding-top: 0.76923rem;
}

.last-module .sub-last-module ul, .last-module .sub-last-module a {
  font-size: 0.84615rem;
}
.last-module ul {
  list-style: none;
  margin-left: 0 !important;
  }
.last-module .large-block-grid-2 > li {
  padding-left: 0.38462rem;
  padding-right: 0rem;
  padding-bottom: 0;
}
.last-module .list-with-separator {
  margin-bottom: 0;
}
.last-module a.last-module-link:hover, .last-module a.last-module-link:focus {
  color: white;
  text-decoration: underline;
}

.last-module .list-with-separator li {
  border-left: solid 1px #858585;
  padding-left: 7px;
  padding-right: 7px;
}
.last-module .list-with-separator li:first-child {
  border-left: none;
  padding-left: 0;
}

.last-module .cancel-left-margin {
  margin-left: 0 !important;
}
.last-module .international {
  padding-top: 1.53846rem;
  font-size: 0.84615rem;
}
.last-module .international a {
  font-size: 0.84615rem;
}
.last-module .flags .inline-list {
  float: right;
}
.last-module .flag {
  background-image: url('../img/countries.png');
  background-repeat: no-repeat;
  width: 22px;
  height: 40px;
  }

.last-module .flags {
  float: right !important;
}
.last-module .flag span {
  line-height: 55px;
}
.last-module .flag.germany {
  background-position: 0 0;
}
.last-module .flag.france {
  background-position: -49px 0;
}
.last-module .flag.brazil {
  background-position: -100px 0;
}
.last-module .flag.spain {
  background-position: -149px 0;
}
.last-module .flag.rusia {
  background-position: -200px 0;
}
.last-module .flag.unitedStates {
  background-position: -249px 0;
}
.footer {
  clear: both;
 }
.extra-top {
  position: relative;
  top: 7px;
}

.icon-arrow-up:before {
content:"\e606";
}

.icon-arrow-down:before {
content:"\e607";
}

.icon-arrow-right:before {
content:"\e608";
}

.icon-arrow-left:before {
content:"\e609";
}


.accordion dd>a, .accordion dd>a:hover {
  background: none;
  padding: 0;
}
  .last-module .accordion .content.active {
    background: none;
    }
.clearing-assembled.clearing-blackout a:hover {
  background: none; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*
MEDIUM
*/

@media only screen and (min-width: 40.063em) {
  /******************************************************************
  Styles apply to 40.063em and up.
  ******************************************************************/

  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
      
      .last-module .flags .inline-list {
      float:none!important;
      display:table;
      margin:20px auto 0!important;
      }

      .last-module .text-to-right {
       text-align: right !important;
      }

      .last-module .accordion .content {
        display: block; 
        padding: 0; 
        padding-left: 0.38462rem;
      }

      .last-module .sub-menu {
          display: block !important;
          margin-left: 0;
          padding: 0; 
          padding-left: 0.38462rem;
        }


      .sidebar {
        margin-top: 2.4rem;
      }
      .widget {
        float: left;
        margin-right: 30px;
      }
      #search-2, #text-2 {
        float: none;
        margin: 0 auto;
      }
      .social-nav {
        width: 260px;
      }
}




.d3tooltip {   
  position: absolute;           
  background-color: #f8f7f4;
  font: 12px sans-serif; 
  border: 0px; 
  pointer-events: none; 
  max-width:150px;
  padding:10px;
}

.tooltipTitle{
    font-weight: bold;
}

.d3tooltip p{
    display:inline-block;
    vertical-align:middle;
}

.counterTooltip{
   color:#fff;
 //border-style:solid;
          -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width:1px;
    //border-color:#ddd;
    font-size:14px;
    display:none;
    position:absolute;
   bottom:109px;
    margin-left:5px;
    padding:10px;
}

.counterTooltip:after{
//border-top: 9px solid #fff;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
width: 0;
height: 0;
content: "";
display: block;
position: absolute;
bottom: 100%;
bottom: -9px; 
left:50%;
margin-left:-18px;
}


.counterTooltip:before{
//border-top: 10px solid transparent;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
width: 0;
height: 0;
content: "";
display: block;
position: absolute;
bottom: 100%;
bottom: -10px;
left:50%;
margin-left:-20px;
}

stroke{
    pointer-events: none;
}


.row{
    max-width:1200px;
}

body {
  font-size: 10px;
  font-family: Arial;
   padding-top:0px !important;

}

.axis path, .axis line {
  fill: none;
  stroke: #000000;
  
}

#counterContainer{
    font-size:15px;
    padding-right:10px;
}



#mainContainer{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    display:none;
}

#mainContainer{
    margin-left:auto;
    margin-right:auto;
}

@media (min-width:768px){

.logo{
padding-left:5px;
}
}

.header{
    background-color:#fff;
    margin-bottom:10px;
    border-bottom-color: rgb(229, 229, 229);
    border-bottom-style:solid;
    border-bottom-width:1.1px;
}


.last-module{
    margin-top:-2px;
    border-top-color: rgb(133, 133, 133);
    border-top-width:1.1111111640930176px;
    border-top-style: solid;
}

.last-module .sub-last-module{
    border-top:0 !important;
}



  h1{
        font-family:'aleoregular'; 
        font-size:50px;
        font-weight:normal;
        color: #474747;
        line-height:55px;
        margin-top:33.5px;
        margin-bottom:10px;
        padding-left:5px;
    }

svg{
    margin-left:auto;
    margin-right:auto;
    margin-top:-20px;
}


.counter{
    float:left;
    background-color: #ddd;
   width:100%;
   height: 100px;
   margin-left:5px;
   margin-top: 10px;
   color:#fff;
  
}


.info{
    padding-left:5px;
    padding-right:5px;
    margin-bottom:10px;
    font-size:16px;
    margin-top:5px;
}

.sourceText{
    margin-top:20px;
    font-size: 12px;
    margin-bottom:5px;
    
}



h2{
    line-height:1.4;
    font-size:24px;
   font-weight:normal !important;
   padding-left:5px;
   margin-top:2.6px;
       margin-bottom:6.5px;
}

#counterContainer h2{
    margin-top:40px;
}

#counterContainer .info{
    margin-right:-10px !important;
    
    margin-bottom:10px;
}

#sleeping, #eating, #shopping, #working, #learning, #watching, #householding, #leisuring, #householdcaring, #nonhouseholdcaring,#community,#socializing,#free, #corresponding,#other{
   
    font-size:22px;
}




.sleep{
    //background-color:#E37876;
    background-color: #116572;

}
.shop{
   // background-color:#CBE276;
   background-color:#64b9cc;
}

.work{
   // background-color:#76E2A3;
    background-color:#700606;
}

.eat{
   // background-color:#E2A376;
 background-color:#333333;
}

.household{
   // background-color:#E2CE76;
   background-color:#915f9d;
}

.watch{
   // background-color:#8D76E2;
    background-color:#307a35;
}

.leisure{
    //background-color:#B976E2;
    background-color:#c68e52;
}

.learn{
    //background-color:#76E2CE;
    background-color:#98be3f;
}

.socialize{
    background-color: #f9d0af;
}

.freetime{
    background-color: #82dba1;
}

.othertime{
    background-color: #c1c1c1;
}

.nonhouseholdcare{
    background-color: #ff8383;
}

.householdcare{
    background-color: #777777;
}

.correspond{
    background-color: #ED3136;
}

.communitytime{
    background-color: #208fb2;
}



#buttonContainer .column{
    padding:0;
    padding-left:10px;
    margin-bottom:10px;
    
}


.has-tip{
    color:inherit;
    font-weight:inherit;
}
.has-tip:hover{
   cursor:pointer; 
   color:#fff;
}



button{
    background-color: #ddd;
      -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:100%;
    height:30px;
    padding:0;
    margin:0;
    border:none;
}


#buttonContainer{
    margin-top:10px;
    display:none;
  
}

counter .row .column{
   height: 100px;
   
}


@media (min-width: 90.063em){
  .xlarge-3 {
      width:25%;
   }
}

.outer{
    display:table;
    height:100px;
}

.text{
      padding-left:10px;
      padding-right:5px;
      padding-top:10px;
      padding-bottom:10px;
      font-size:17px;
      display:table-cell;
      vertical-align:middle;
      
}
.textSmall{
      padding-left:10px;
      padding-right:5px;
      padding-bottom:10px;
      font-size:12px;
      
}

.textLeft{
    margin:-10px;
}


.count{
    max-width:none;
    margin-left:-5px;
    margin-right:-5px;
}

.icon{
    width:80px;
   margin-top:10px !important;
   margin-bottom:10px !important;
   margin-left:20px;
   height: auto !important;
  
   
}


.counterArrow{
    height:20px;
    padding-left:5px;
    padding-bottom:6px;
}


@media (min-width:641px) and (max-width:850px){
    .icon{
        width:60px;
        margin-top:20px !important;
   margin-bottom:20px !important;
   margin-left:10px;
        
    }
    
    
    .outer{
        padding-right:0px;
    }
    
    .text{
      padding-left:0px;
      padding-right:0px;
      padding-top:10px;
      padding-bottom:10px;
      font-size:13px;
      display:table-cell;
      vertical-align:middle;
      
      .counterArrow{
          height:15px;
          padding-left:2px !important;
      }
      
}

#sleeping, #eating, #shopping, #working, #learning, #watching, #householding, #leisuring, #householdcaring, #nonhouseholdcaring,#community,#socializing,#free, #corresponding,#other{
   
    font-size:18px;
}
}

@media (min-width:1020px){
    .icon{
        margin-left: 5px;
    }
       #sleeping, #eating, #shopping, #working, #learning, #watching, #householding, #leisuring, #householdcaring, #nonhouseholdcaring,#community,#socializing,#free, #corresponding,#other{
   
    font-size:18px !important;
}
}

@media (min-width:1100px){

        #sleeping, #eating, #shopping, #working, #learning, #watching, #householding, #leisuring, #householdcaring, #nonhouseholdcaring,#community,#socializing,#free, #corresponding,#other{
  
    font-size:22px !important;
}

}


#infoContainer{

    display:none;
}

#infoContainer .inner{
    padding:15px;
    margin-bottom:20px;
    border: solid 1px #e5e5e5;
    margin-left:5px;
    margin-right:5px;
  
}

.infoColor{
    width:15px;
    height:15px;
    background-color: #f8f7f4;
   
    
}

.infoRow{
    margin-bottom:5px !important;
    font-size:12px;
}

.infoText{
    vertical-align:middle;
}


/**********/
/* Header */
/**********/

    .navbar {
      background-color: #ffffff;
      border-bottom: 1px solid #EBE6DB;
      margin-bottom: 0;
    }


    .navbar img {
    height: 40px;
    margin: 20px 0;
    }
    .navbar-header {
      float: none;
      padding: 0;
      margin: 0;
    }
    
        .info-text {
        padding-left: 0;
        padding-right: 30px;
    }
    
            @media (max-width: 768px) {

          .info-text, h1 {
            padding-left: 5px;
            padding-right: 5px;
        }
        
    }
    
    

/****************/
/* Social-Media */
/****************/

        .social_side{
        width:140px;
        right:10px;;
        position:fixed;
        padding:10px;
        display:none;
    }

        @media (min-width:768px ){
        .social_top{
          display:block;
      }
      
      .social_side{
          display:none;
      }
    }

    

    @media (min-width:1495px ){
      .social_top{
          display:none;
      }
      .social_side{
          display:block;
          padding-right:0px;
          right:5px;
      }
    }
    @media(max-width:259px){
        .share{
         margin-top:5px;
         margin-bottom:2px;
      }
      .social-left{
          margin-bottom:0px;
      }
      
      
    }
    
    @media (min-width:1020px) and (max-width:1190px){
        .reddit{
            width:80px;
            margin:0;
        }
        
        .social-very-right{
            width:80px !important;
        }
    }
    
        @media (min-width:640px) and (max-width:800px){
        .reddit{
            width:80px;
            margin:0;
        }
        
        .social-very-right{
            width:80px !important;
        }
    }
    
    @media (max-width:405px){
        .social-very-right{
            margin-top:-10px;
        }
    }
    
    
    
    .clear {
    clear: both;
    }

    
    .social-right div.share {
       margin-top: 5px;
       margin-bottom:2px;

    }

    .social_side p,.social-left p {
      margin: 0 0 8px;
    }

    .social-left {
    float: left;
    width: 140px;
    }
    .social-right {
    
    float: left;
    width: 100px;
    margin-bottom: 5px;
      }
      
      .social-very-right{
          float:left;
          width:140px;
          margin-bottom:5px;
      }

      .reddit a img{
         height:17px;
         width:75px;
         margin-top:5px;
        
      }
      
      
    .linkedin{
        margin-top:-8px;
        margin-bottom: -3px;
    }

    .pinterest{
        margin-top:3px;
    }
    .pinterest img {
      width: 40px;
      height: 20px;
    }

    .share{
       margin-top: 5px;
       margin-bottom:2px;
    }

    .share_side{
       margin-bottom:4px;
    }
    
   .whatsappLink{
        display:none;
    }
    
    .reddit{
        height:30px;
        margin-bottom:-7px;
    } 
    .whatsapp{
        height:30px;
    }
    
    .whatsapp img{
        margin:0px;
        margin-left:-3px;
    }
    
    
    @font-face  {
  font-family: 'bonial';
  src: url('../fonts/bonial.woff') format("woff"), url('../fonts/bonial.ttf') format("truetype");
}

@font-face  {
  font-family: 'aleobold';
  src: url('../fonts/aleo-regular.woff') format("woff"), url('../fonts/aleo-regular.ttf') format("truetype");
}


/*********************
FOOTER STYLES
*********************/
.last-module .full-teaser {
  background-color: #ed3136;
  min-height: 20px;
}


.last-module {
  background-color: #333333;
  color: #adadad;
  margin-top: 20px;
  padding-bottom: 30px;
}

.last-module .row {
  padding-top: 0.76923rem;
  padding-bottom: 0.76923rem;
}

.last-module a {
  font-size: 0.92308rem;
  color: #adadad;
}
.last-module .sub-last-module {
  margin-top: 0px;
}

.last-module .sub-last-module {
border-top:1px solid #858585;
  border-bottom: 1px solid #858585;
  font-size: 0.84615rem !important;
  padding: 1.53846rem 0.38462rem;
}

.last-module .headline {
color: white;
border-bottom: solid 1px #858585;
width: 80%;
margin-bottom: 0.76923rem;
font-size: 0.92308rem;
padding-top: 0.76923rem;
}

.last-module .sub-last-module ul, .last-module .sub-last-module a {
  font-size: 0.84615rem;
}
.last-module ul {
  list-style: none;
  margin-left: 0 !important;
  }
.last-module .large-block-grid-2 > li {
  padding-left: 0.38462rem;
  padding-right: 0rem;
  padding-bottom: 0;
}
.last-module .list-with-separator {
  margin-bottom: 0;
}
.last-module a.last-module-link:hover, .last-module a.last-module-link:focus {
  color: white;
  text-decoration: underline;
}

.last-module .list-with-separator li {
  border-left: solid 1px #858585;
  padding-left: 7px;
  padding-right: 7px;
}
.last-module .list-with-separator li:first-child {
  border-left: none;
  padding-left: 0;
}

.last-module .cancel-left-margin {
  margin-left: 0 !important;
}
.last-module .international {
  padding-top: 1.53846rem;
  font-size: 0.84615rem;
}
.last-module .international a {
  font-size: 0.84615rem;
}
.last-module .flags .inline-list {
  float: right;
}
.last-module .flag {
  background-image: url('../img/countries.png');
  background-repeat: no-repeat;
  width: 22px;
  height: 40px;
  }

.last-module .flags {
  float: right !important;
}
.last-module .flag span {
  line-height: 55px;
}
.last-module .flag.germany {
  background-position: 0 0;
}
.last-module .flag.france {
  background-position: -49px 0;
}
.last-module .flag.brazil {
  background-position: -100px 0;
}
.last-module .flag.spain {
  background-position: -149px 0;
}
.last-module .flag.rusia {
  background-position: -200px 0;
}
.last-module .flag.unitedStates {
  background-position: -249px 0;
}
.footer {
  clear: both;
 }
.extra-top {
  position: relative;
  top: 7px;
}

.icon-arrow-up:before {
content:"\e606";
}

.icon-arrow-down:before {
content:"\e607";
}

.icon-arrow-right:before {
content:"\e608";
}

.icon-arrow-left:before {
content:"\e609";
}


.accordion dd>a, .accordion dd>a:hover {
  background: none;
  padding: 0;
}
  .last-module .accordion .content.active {
    background: none;
    }
.clearing-assembled.clearing-blackout a:hover {
  background: none; }





/* SMALL */
@media only screen and (max-width: 40em) {




  .last-module .flags .inline-list {
  float:none!important;
  display:table;
  margin:20px auto 0!important;
  }
  
  .last-module .text-to-right {
  text-align:right!important;
  }

  .last-module .accordion-level-1 {
  background-color:#333;
  border-bottom:solid 1px #858585;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  }

  .last-module .accordion-level-1 .link-level-1 {
    position: relative;
    background: none;
    height: 40px;
    color: #f8f7f4;
    font-size: 1.38462rem;
    border-bottom: solid 1px #858585;
    z-index: 2;
    }


    .last-module .accordion-level-1 ul, .last-module .accordion-level-1 li, .last-module .accordion-level-1 ul li, .last-module .accordion .content.active {
    margin: 0;
    padding: 0;
    float: none !important;
    }

    .last-module .accordion-level-1 ul {
    position: relative;
    z-index: 2;
    }

    .last-module .sub-last-module ul, .last-module .sub-last-module a {
      font-size:1.38462rem;

    }

    .last-module .sub-menu {

      width: 100%;
    }

    
    .last-module .sub-menu ul,.last-module .sub-menu li {
    text-align:center;
    width:100%;
    margin:0;
    padding:0;
    }
    
    .last-module .accordion-level-2 {
      border-bottom:solid 1px #858585;
      line-height: 42px;
    }



    .last-module .sub-menu li a {
    line-height: 42px;
    font-size: 1.38462rem;
    }

    .last-module .icon-arrow-down,.last-module .icon-arrow-up {
    color:#FFF;
    position:absolute;
    right:0;
    margin:.76923rem 3.84615rem 0 0;
    }
    .arrow {
    margin-right: 1.53846rem !important;
    }
    .last-module .accordion-level-2 {
    background-color:#474747;
    text-align:center;
    font-size:1.38462rem;
    }
    
    .last-module .accordion-level-2 .link-level-2 {
    position:relative;
    color:#adadad;
    font-size:1.38462rem;
    z-index:2;
    }

    .last-module .accordion-level-2 ul li {
    background-color:#5c5c5c;
    }

    .social-nav {
      width: 100%;
      }
      .social{
          height:42px;
          width:42px;
          text-align:center;
      }
      
      .social-media{
      /* width:188px; */
      margin-left:auto;
      margin-right:auto;
      }
      
.icon-linkedin:before { font-size:30px; }
.icon-google-plus:before  { font-size:30px;}
.icon-facebook:before  {  font-size:30px;}
.icon-twitter:before  { font-size:30px;}
      


}





/******************************************************************
social media icon styles
******************************************************************/
.last-module .social {
  display: inline;
  float: left;
  font-size: 2.46154rem;
 
  margin-right: 0.38462rem;
}

.social-nav {
  height: 30px;
  float: left;
  text-align: center;


}

.social-nav ul {
  display: inline-block;
  overflow: hidden;
  list-style: none;
  margin: 0;
}
.social-nav li {
  font-size: 2.46154rem;
  margin-right: 25px;
  float: left;
}

.social-nav li a {
  color: #ed3136;
}
.social-nav li a:hover {
  color: #333333;
}

.icon-linkedin:before  {  content: "\e61b";}
.icon-google-plus:before  {  content: "\e61c";}
.icon-facebook:before  {  content: "\e61d";}
.icon-twitter:before  {  content: "\e61e";}



button.tip {
    //border-bottom: 1px dashed;
    text-decoration: none
}
button.tip:hover {
    cursor: pointer;
    position: relative;
}
button.tip span {
    display: none;
 
}
button.tip:hover span {
   // border: #c0c0c0 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    text-align:center;
    //background: url(../images/status-info.png) #f0f0f0 no-repeat 100% 5%;
    background:#ddd;
    left: -10px;
    margin: 10px;
    
    max-width: 150px;
    height:auto;
    position: absolute;
    top: 20px;
    text-decoration: none;
}



/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
	//-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	//filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    white-space: pre-line;
	position: absolute;
	top:115%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
	background-color: #000;
	//background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-bottom: 5px solid #000;
	border-bottom: 5px solid #000;//hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	//-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	//filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

#click-sources:hover{
    cursor: pointer;
}

#click-arrow:hover{
    cursor:pointer;
}


.arrow-down {
  
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  
  border-top: 4px solid #333;
    position:relative;
       
     top:10px;
        margin-left:3px;
}


.arrow-up {
  
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  
  border-bottom: 4px solid #333;
       
       
     position:relative;
       
     bottom:10px;
        margin-left:3px;
}


.sourceText, #click-sources{
    padding-left:5px;
    padding-right:5px;
}
