pre {display:none;}
body {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: "'GMsanC-Regular'";
  src: url("http://beta.images.theglobeandmail.com/media/www/fonts/gmsanc_reg-webfont.eot");
  src: url("http://beta.images.theglobeandmail.com/media/www/fonts/gmsanc_reg-webfont.eot?#iefix") format("embedded-opentype"), url("http://beta.images.theglobeandmail.com/media/www/fonts/gmsanc_reg-webfont.woff") format("woff"), url("http://beta.images.theglobeandmail.com/media/www/fonts/gmsanc_reg-webfont.ttf") format("truetype"), url("http://beta.images.theglobeandmail.com/media/www/fonts/gmsanc_reg-webfont.svg#gmsansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "'GMtext-Italic'";
  src: url("http://beta.images.theglobeandmail.com/media/www/fonts/gmtext_italic-webfont.eot");
  src: url("http://beta.images.theglobeandmail.com/media/www/fonts/gmtext_italic-webfont.eot?#iefix") format("embedded-opentype"), url("http://beta.images.theglobeandmail.com/media/www/fonts/gmtext_italic-webfont.woff") format("woff"), url("http://beta.images.theglobeandmail.com/media/www/fonts/gmtext_italicr-webfont.ttf") format("truetype"), url("http://beta.images.theglobeandmail.com/media/www/fonts/gmtext_italic-webfont.svg#gmsansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "'Pratt'";
  src: url("http://beta.images.theglobeandmail.com/media/www/fonts/pratt-webfont.eot");
  src: local("?"), url("http://beta.images.theglobeandmail.com/media/www/fonts/pratt-webfont.woff?v3") format("woff"), url("http://beta.images.theglobeandmail.com/media/www/fonts/pratt-webfont.ttf?v3") format("truetype"), url("http://beta.images.theglobeandmail.com/media/www/fonts/pratt-webfont.svg#webfont2bFOq9gT?v3") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "'Pratt-Heavy'";
  src: url("http://beta.images.theglobeandmail.com/media/www/fonts/pratt-web_heavy-webfont.eot");
  src: local("?"), url("http://beta.images.theglobeandmail.com/media/www/fonts/pratt-web_heavy-webfont.woff?v3") format("woff"), url("http://beta.images.theglobeandmail.com/media/www/fonts/pratt-web_heavy-webfont.ttf?v3") format("truetype"), url("http://beta.images.theglobeandmail.com/media/www/fonts/pratt-web_heavy-webfont.svg#webfontCgvHVvZg?v3") format("svg");
  font-weight: normal;
  font-style: normal; }
  /*for the dot plot legend button*/
.interactive .nav-btn.active{
      background-color: #fff;
      border: solid 1px #ddd !important;
}
/*for the bubble map*/
.interactive .stuck{
    position: fixed;
    z-index: 100;
    top:0;
}


.interactive .name-box {
    float: left;
    width: 25%;
}

.interactive .name-box div {
    margin: 10px;
}

.interactive .text-box {
    float: left;
    width: 75%;
    color: #aaa;
}

.interactive .text-box p {
    margin: 10px 10px 10px 20px;
    font-family: 'gmsanc';
    line-height: 1.25em;
}

.interactive .nation-info {
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: table;
    border-bottom: dotted 1px #ccc;
}

.interactive .nation-name {
    font-family: 'gmsanc';
    color: #bbb;
    text-transform: uppercase;
}

.interactive .nation-data {
    font-size: 2em;
    font-family: 'pratt-heavy';
    color: #E07E63;
    text-transform: uppercase;
}

.interactive .highlighted .text-box {
    color: #000 !important;
}

.interactive .highlighted .nation-name {
    color: #000;
}

.interactive .highlighted .nation-data {
    color: #CE2A23;
}
.interactive {
  background-color: #fff;
  max-width: 940px;
  position: relative;
}
.interactive .axis path,
.interactive .axis line {
    shape-rendering: crispEdges;
}
.interactive .credits {
  width: 100%;
  font: 10px/1.5em Arial, Helvetica, sans-serif;
  border-top: 1px solid #d9d9d9;
  color: #999999;
  font: 9px Verdana, Geneva, sans-serif;
  overflow: visible;
  padding-top: 8px;
  clear: both;
  text-transform: uppercase; }

.interactive .interactive-btn {
  font-family: 'gmsanc';
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 18px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 12px;
  color: #FFF;
  outline: 0;
  height: 36px;
  float: left; }

.interactive .interactive-btn.active {
  background-color: #000; }

.d3-tip {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0; }

.d3-tip, .tip-wrapper {
  display: inline-block;
  min-width: 100px;
  max-width: 200px;
  min-height: 50px;
  max-height: 500px;
  color: #000; }

.d3-tip .tip-wrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 4px solid #ccc; }

.d3-tip .tip-id {
  font-family: "'GMsanC-Regular'";
  font-size: 0.85em;
  margin: 10px;
  text-transform: uppercase; }

.d3-tip .tip-value {
  margin: 10px;
  font-family: "'Pratt-Heavy'"; }

.interactive #tip-pointer {
  position: absolute;
  width: 5px;
  display: block;
  margin: 0 auto; }

.interactive #tip-pointer #pointer-line {
  height: 40px;
  width: 1px;
  display: block;
  margin: 0 auto;
  background-color: #000; }

.interactive #tip-pointer #pointer-sq {
  width: 5px;
  height: 5px;
  display: block;
  background-color: #000; }

#tip-pointer {
  position: absolute;
  width: 5px;
  display: block;
  margin: 0 auto; }

#tip-pointer #pointer-line {
  height: 40px;
  width: 1px;
  display: block;
  margin: 0 auto;
  background-color: #000; }

#tip-pointer #pointer-sq {
  width: 5px;
  height: 5px;
  display: block;
  background-color: #000; }
  
.interactive .gi-note {
  font-family: "'GMtext-Italic'";
  color: #777; }

.interactive .gi-big-number {
  font-family: "'Pratt-Heavy'";
  font-size: 1.6em;
  text-align: center; }

/*--interactive with slider--*/
.interactive .slider .svg-info {
  margin-bottom: 25px; }

.interactive .slider .item {
  margin: 20px; }

.interactive .slider .item img {
  width: 100%; }

.interactive .slider #slides li {
  background-color: #f5f5f5; }
/*for pie*/
.interactive .active-answer{   
    background-color: #fff;
    padding:5px;
    border:solid 1px #ccc !important;
 }
/*# sourceMappingURL=d3-common-styles.css.map */
