/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: Arial, Verdana, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0 20px;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 34, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 55, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 68, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 78, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 90, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 99, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 111, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 119, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 128, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 137, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 171, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 175, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 222, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 29, ../sass/main.scss */
html {
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 37, ../sass/main.scss */
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  background: #f4f6f7;
  min-height: 550px !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 51, ../sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 56, ../sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 65, ../sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 73, ../sass/main.scss */
a.go {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ffa147;
  padding: 5px 8px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 90, ../sass/main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 103, ../sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 113, ../sass/main.scss */
textarea {
  resize: vertical;
}

/* line 117, ../sass/main.scss */
a {
  color: #605c5c;
}
/* line 119, ../sass/main.scss */
a:hover {
  color: #ccc;
}

/* line 124, ../sass/main.scss */
p {
  padding: 10px 0 10px 0;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 132, ../sass/main.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 142, ../sass/main.scss */
body {
  border-top: solid 2px #0b80b7;
}

/* line 146, ../sass/main.scss */
h1 {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #fff;
  background: #1e4273;
  width: 100%;
  font-weight: 600;
  padding: 10px;
}

/* line 157, ../sass/main.scss */
h2 {
  font-size: 1.2em;
  color: #1e4273;
  display: block;
  border-bottom: solid 1px #ccc;
}

/* line 164, ../sass/main.scss */
header {
  background: #fff;
}

/* line 168, ../sass/main.scss */
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  /*dim the background*/
}
/* line 177, ../sass/main.scss */
.overlay #spinLoading {
  text-align: center;
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
}
/* line 184, ../sass/main.scss */
.overlay #spinLoading span {
  color: #fff;
  display: block;
  text-align: center;
}
/* line 189, ../sass/main.scss */
.overlay #spinLoading i {
  color: #fff;
  font-size: 2em;
}

/* line 196, ../sass/main.scss */
#sidebar {
  position: fixed;
  top: 0;
  width: 450px;
  height: 100%;
  min-height: 600px;
  border-right: 1px solid #0b80b7;
  background-color: #fff;
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -ms-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 8;
}
/* line 207, ../sass/main.scss */
#sidebar.opened {
  left: 0px;
}
/* line 210, ../sass/main.scss */
#sidebar a#mobile {
  display: none;
  color: #0b80b7;
  position: absolute;
  left: 385px;
  top: 15px;
  z-index: 3;
  font-size: 2em;
  border: solid 2px #0b80b7;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 222, ../sass/main.scss */
#sidebar img#logo-footer {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: block;
}
/* line 228, ../sass/main.scss */
#sidebar .header-top-container {
  border-top: solid 2px #0b80b7;
}
/* line 231, ../sass/main.scss */
#sidebar .header-logo {
  position: relative;
  left: 0;
  padding: 40px 40px 0 40px;
  margin: 0 auto;
}
/* line 237, ../sass/main.scss */
#sidebar .title {
  margin: 40px 80px 40px 40px;
  padding-top: 0px;
}
/* line 240, ../sass/main.scss */
#sidebar .title div.main {
  font-size: 4em;
  text-align: justify;
  line-height: 50px;
  letter-spacing: 6px;
}
/* line 245, ../sass/main.scss */
#sidebar .title div.main span {
  display: block;
  letter-spacing: 16px;
  color: #0b80b7;
}
/* line 251, ../sass/main.scss */
#sidebar .title p {
  text-align: justify;
  margin: 40px 0 20px;
}
/* line 257, ../sass/main.scss */
#sidebar nav#menu li {
  list-style-type: none;
  margin-bottom: 15px;
}
/* line 260, ../sass/main.scss */
#sidebar nav#menu li a {
  color: #0b80b7;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 10px;
  border-left: solid 2px #0B80B7;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 268, ../sass/main.scss */
#sidebar nav#menu li a:hover {
  background: #0B80B7;
  color: #fff;
  padding-left: 5px;
}
/* line 274, ../sass/main.scss */
#sidebar nav#menu li.active a {
  background: #0B80B7;
  color: #fff;
  padding-left: 5px;
}
/* line 282, ../sass/main.scss */
#sidebar #footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 10px solid #0b80b7;
  z-index: 8;
  font-size: 0.8em;
  color: #000;
}
/* line 291, ../sass/main.scss */
#sidebar #footer .text {
  margin-bottom: 8px;
  margin-right: 60px;
  text-align: center;
  line-height: 15px;
}
/* line 296, ../sass/main.scss */
#sidebar #footer .text address {
  font-style: normal;
}

/* line 303, ../sass/main.scss */
.navbar-brand > img {
  margin-top: -5px;
}

/* line 306, ../sass/main.scss */
img#logo {
  max-height: 65px;
  float: left;
  margin-top: 10px;
  margin-left: 40px;
}

/* line 312, ../sass/main.scss */
section {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(470px);
  -moz-transform: translate(470px);
  -ms-transform: translate(470px);
  -o-transform: translate(470px);
  transform: translate(470px);
}
/* line 322, ../sass/main.scss */
section div.website {
  width: 33.33%;
  height: 33.33%;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-image: url(../img/bg/gicr.jpg);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 335, ../sass/main.scss */
section div.website h2 {
  font-size: 3em;
  padding: 10px 0 10px 50px;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 342, ../sass/main.scss */
section div.website.iacr {
  background-image: url(../img/bg/iacr.jpg);
}
/* line 345, ../sass/main.scss */
section div.website.gicr {
  background-image: url(../img/bg/gicr.jpg);
}
/* line 348, ../sass/main.scss */
section div.website.ci5 {
  background-image: url(../img/bg/ci5.jpg);
}
/* line 351, ../sass/main.scss */
section div.website.globocan {
  background-image: url(../img/bg/globocan.jpg);
}
/* line 354, ../sass/main.scss */
section div.website.who {
  background-image: url(../img/bg/who.jpg);
}
/* line 357, ../sass/main.scss */
section div.website.iicc {
  background-image: url(../img/bg/iicc.jpg);
}
/* line 360, ../sass/main.scss */
section div.website.accis {
  background-image: url(../img/bg/accis.jpg);
}
/* line 363, ../sass/main.scss */
section div.website.eco {
  background-image: url(../img/bg/eco.jpg);
}
/* line 366, ../sass/main.scss */
section div.website.nordcan {
  background-image: url(../img/bg/nordcan.jpg);
}
/* line 369, ../sass/main.scss */
section div.website .baseline {
  margin: 10px;
  text-align: justify;
  height: 80px;
  background: rgba(214, 64, 0, 0.6);
  color: #fff;
  overflow: hidden;
  padding: 20px 25px;
  position: absolute;
  bottom: -80%;
  line-height: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 383, ../sass/main.scss */
section div.website:hover {
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 387, ../sass/main.scss */
section div.website:hover h2 {
  background: rgba(3, 122, 179, 0.8);
  color: #fff;
}
/* line 391, ../sass/main.scss */
section div.website:hover div.baseline {
  bottom: 0%;
}
/* line 395, ../sass/main.scss */
section div.website.hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 397, ../sass/main.scss */
section div.website.hover .h2 {
  background: rgba(3, 122, 179, 0.8);
}
/* line 400, ../sass/main.scss */
section div.website.hover div.baseline {
  bottom: 0%;
}
/* line 405, ../sass/main.scss */
section a.go {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ffa147;
  padding: 5px 8px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 419, ../sass/main.scss */
.main-content {
  padding: 20px 50px 0 100px;
}
/* line 421, ../sass/main.scss */
.main-content ul {
  padding-left: 0;
}
/* line 423, ../sass/main.scss */
.main-content ul li {
  list-style-type: none;
  margin-bottom: 20px;
  display: block;
}
/* line 427, ../sass/main.scss */
.main-content ul li p {
  border-left: solid 2px #0b80b7;
  padding-left: 20px;
}
/* line 431, ../sass/main.scss */
.main-content ul li h2 {
  text-transform: uppercase;
}

/* line 440, ../sass/main.scss */
.main-zone .explore {
  margin: 20px 0;
  float: left;
  width: 100%;
}
/* line 446, ../sass/main.scss */
.main-zone .explore .col-md-2 {
  margin-top: 20px;
}
/* line 450, ../sass/main.scss */
.main-zone .explore h2 {
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #1e4273;
  display: block;
  border-bottom: solid 1px #ccc;
}
/* line 460, ../sass/main.scss */
.main-zone .explore h3 {
  text-align: center;
}
/* line 462, ../sass/main.scss */
.main-zone .explore h3 a {
  font-size: 16px;
  font-weight: 700;
}
/* line 467, ../sass/main.scss */
.main-zone .explore a {
  display: block;
  text-align: center;
}
/* line 470, ../sass/main.scss */
.main-zone .explore a img {
  height: 110px;
  margin: auto;
}
/* line 478, ../sass/main.scss */
.main-zone .explore .sub-item {
  margin: 20px 0;
}

/* line 486, ../sass/main.scss */
ul.links li {
  margin-bottom: 5px;
  float: left;
  width: 45%;
  display: block;
  margin-right: 20px;
  position: relative;
  padding-left: 15px;
}
/* line 494, ../sass/main.scss */
ul.links li:before {
  position: absolute;
  left: -5px;
  top: 0px;
  font-size: 1em;
  content: " - ";
  color: #0b80b7;
}

/* line 505, ../sass/main.scss */
form#formPrint {
  width: 1px;
  height: 0px;
  visibility: hidden;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
/* line 526, ../sass/main.scss */
.hidden {
  display: none !important;
}

/* line 529, ../sass/main.scss */
.show {
  display: block !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 538, ../sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 555, ../sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 569, ../sass/main.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 585, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 591, ../sass/main.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 619, ../sass/main.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 629, ../sass/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 634, ../sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 638, ../sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 647, ../sass/main.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 652, ../sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 663, ../sass/main.scss */
  thead {
    display: table-header-group;
  }

  /* line 667, ../sass/main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 672, ../sass/main.scss */
  img {
    max-width: 100% !important;
  }

  /* line 676, ../sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 683, ../sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 689, ../sass/main.scss */
.intro {
  padding: 20px 20px 10px 50px;
  color: #0b80b7;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: justify;
  float: left;
  width: 40%;
  line-height: 25px;
}
/* line 699, ../sass/main.scss */
.intro img {
  display: block;
  max-width: 70px;
}

@media (max-width: 1200px) {
  /* line 710, ../sass/main.scss */
  a#mobile {
    display: block !important;
  }

  /* line 713, ../sass/main.scss */
  #sidebar.closed {
    -webkit-transform: translate(-390px);
    -moz-transform: translate(-390px);
    -ms-transform: translate(-390px);
    -o-transform: translate(-390px);
    transform: translate(-390px);
  }

  /* line 716, ../sass/main.scss */
  #sidebar .title div.main {
    font-size: 3em;
  }

  /* line 719, ../sass/main.scss */
  section.closed {
    -webkit-transform: translate(80px);
    -moz-transform: translate(80px);
    -ms-transform: translate(80px);
    -o-transform: translate(80px);
    transform: translate(80px);
  }

  /* line 722, ../sass/main.scss */
  section div.website h2 {
    font-size: 2em;
  }

  /* line 726, ../sass/main.scss */
  .index-3 .item {
    margin: 5px 4px 0;
  }

  /* line 729, ../sass/main.scss */
  #sidebar .title p {
    margin-top: 20px;
  }

  /* line 732, ../sass/main.scss */
  #sidebar .title div.main span {
    letter-spacing: 12px;
  }
}
/* line 737, ../sass/main.scss */
body.index-4 {
  padding: 0;
}
/* line 740, ../sass/main.scss */
body.index-4 ul.social {
  float: right;
  margin-top: 10px;
}
/* line 743, ../sass/main.scss */
body.index-4 ul.social li {
  float: left;
  margin-left: 5px;
}
/* line 746, ../sass/main.scss */
body.index-4 ul.social li a {
  font-size: 1.4em;
  color: #eee;
}
/* line 749, ../sass/main.scss */
body.index-4 ul.social li a:hover {
  color: #0b80b7;
}
/* line 751, ../sass/main.scss */
body.index-4 ul.social li a:hover i {
  color: #0b80b7;
}
/* line 755, ../sass/main.scss */
body.index-4 ul.social li a i {
  color: #ccc;
  font-size: 1.2em;
}
/* line 762, ../sass/main.scss */
body.index-4 .heading {
  min-height: 90px;
}
/* line 765, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #eee;
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 775, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container {
  padding-right: 0;
  padding-left: 0;
}
/* line 778, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
/* line 781, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav {
  width: 100%;
}
/* line 783, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav li {
  background: #eee;
}
/* line 785, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav li a {
  background: #eee !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #0b80b7;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 795, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav li a:hover {
  background: #fff !important;
  color: #0b80b7;
}
/* line 808, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse {
  background: #0b80b7;
}
/* line 810, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container {
  padding-right: 0;
  padding-left: 0;
}
/* line 813, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
/* line 816, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav {
  width: 100%;
}
/* line 818, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li {
  background: #0b80b7;
  padding-right: 0px;
}
/* line 821, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li a {
  background: #0b80b7 !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
/* line 827, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li a:hover, body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li a.active {
  background: #ccc !important;
  color: #fff;
}
/* line 839, ../sass/main.scss */
body.index-4 ul {
  padding-left: 0px;
}
/* line 841, ../sass/main.scss */
body.index-4 ul li {
  list-style-type: none;
  padding-left: 0px;
}
/* line 844, ../sass/main.scss */
body.index-4 ul li i {
  color: #0b80b7;
  margin-right: 10px;
  font-size: 0.6em;
}
/* line 852, ../sass/main.scss */
body.index-4 a {
  color: #0b80b7;
}
/* line 857, ../sass/main.scss */
body.index-4 a.go {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ffa147;
  padding: 5px 8px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 868, ../sass/main.scss */
body.index-4 footer {
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 0px;
  color: #000;
  background: #eeeeee;
}
/* line 876, ../sass/main.scss */
body.index-4 footer p {
  text-align: center;
}
/* line 879, ../sass/main.scss */
body.index-4 footer p.smaller {
  padding: 10px 0;
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 0px;
}
/* line 884, ../sass/main.scss */
body.index-4 footer p.smaller a {
  color: #000;
}

/* line 893, ../sass/main.scss */
.page img {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 20px;
}

/* line 901, ../sass/main.scss */
#container-content {
  background: url("../img/loader.svg") no-repeat 50% 50%;
  background-size: 3%;
  min-height: 600px;
}

/*
  We're using CSS transitions for when
  the enter and move events are triggered
  for the element that has the .repeated-item
  class
*/
/* line 913, ../sass/main.scss */
.ng-enter, .ng-move {
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
  opacity: 0;
}

/*
 The ng-enter-active and ng-move-active
 are where the transition destination properties
 are set so that the animation knows what to
 animate.
*/
/* line 927, ../sass/main.scss */
.ng-enter.ng-enter-active,
.ng-move.ng-move-active {
  opacity: 1;
}

/*
  We're using CSS keyframe animations for when
  the leave event is triggered for the element
  that has the .repeated-item class
*/
/* line 937, ../sass/main.scss */
.ng-leave {
  display: none;
}

@keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*
  Unfortunately each browser vendor requires
  its own definition of keyframe animation code...
*/
@-webkit-keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 965, ../sass/main.scss */
#main-content .container {
  background: #fff;
}

/*svg {
    display: block;
}*/
/* line 974, ../sass/main.scss */
#chart1, .svg-container, svg {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

/* line 982, ../sass/main.scss */
.bottom-zone h3 {
  margin-top: 0px;
}
/* line 985, ../sass/main.scss */
.bottom-zone a {
  text-align: center;
  display: block;
}
/* line 988, ../sass/main.scss */
.bottom-zone a i.fa-question-circle {
  margin-right: 5px;
}

/* line 994, ../sass/main.scss */
#main-content {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 550px;
  /*svg{
      opacity : 1 ; 
  }
  &.svg-hidden svg{
      opacity: 0 ; 
  }*/
}

/* line 1008, ../sass/main.scss */
.svg-container {
  height: 600px;
}

/* line 1011, ../sass/main.scss */
label {
  width: 100%;
}

/* line 1014, ../sass/main.scss */
input[type="radio"] {
  margin-right: 10px;
}

/* line 1017, ../sass/main.scss */
input[type="button"] {
  background: #0b80b7;
  border: solid 1px #fff;
}

/* line 1022, ../sass/main.scss */
.fa-home {
  font-size: 1em !important;
  color: #fff !important;
}

/* line 1027, ../sass/main.scss */
div.svg-container, div.svg, div#map-container, div.data-graph-table {
  position: relative;
  /*padding-bottom: 50px;*/
}
/* line 1030, ../sass/main.scss */
div.svg-container div#downloads, div.svg div#downloads, div#map-container div#downloads, div.data-graph-table div#downloads {
  float: right;
}
/* line 1033, ../sass/main.scss */
div.svg-container div#downloads ul li, div.svg div#downloads ul li, div#map-container div#downloads ul li, div.data-graph-table div#downloads ul li {
  margin-left: 5px;
  display: inline-block;
}
/* line 1036, ../sass/main.scss */
div.svg-container div#downloads ul li a.btn_download, div.svg div#downloads ul li a.btn_download, div#map-container div#downloads ul li a.btn_download, div.data-graph-table div#downloads ul li a.btn_download {
  padding: 5px 8px;
  cursor: pointer;
  display: block;
  font-size: 0.8em;
  background: #1e4273;
  color: #fff;
  border: none;
}
/* line 1044, ../sass/main.scss */
div.svg-container div#downloads ul li a.btn_download:hover, div.svg div#downloads ul li a.btn_download:hover, div#map-container div#downloads ul li a.btn_download:hover, div.data-graph-table div#downloads ul li a.btn_download:hover {
  background: #0b80b7;
}
/* line 1047, ../sass/main.scss */
div.svg-container div#downloads ul li a.btn_download i, div.svg div#downloads ul li a.btn_download i, div#map-container div#downloads ul li a.btn_download i, div.data-graph-table div#downloads ul li a.btn_download i {
  color: #fff;
  font-size: 0.8em !important;
}

/* line 1059, ../sass/main.scss */
#small-intro {
  font-size: 1.2em;
  padding: 15px 8% 15px 8%;
  margin-bottom: 0px;
  text-align: center;
}

/* line 1066, ../sass/main.scss */
div#map-container div#downloads {
  bottom: 0px;
}

/* line 1070, ../sass/main.scss */
div#treemap-container {
  padding-bottom: 50px;
}
/* line 1072, ../sass/main.scss */
div#treemap-container div#downloads {
  bottom: 0px;
}

/* line 1077, ../sass/main.scss */
div#svg-treemap {
  margin-bottom: 20px;
}

/* line 1082, ../sass/main.scss */
.zone-filters {
  overflow-y: auto;
  background: #1e4273;
  color: #fff;
}
/* line 1086, ../sass/main.scss */
.zone-filters h3 {
  border-top: solid 1px #fff;
  padding-top: 10px;
  font-size: 1em;
}
/* line 1091, ../sass/main.scss */
.zone-filters select {
  width: 90%;
  color: #000;
}
/* line 1094, ../sass/main.scss */
.zone-filters select:disabled {
  color: #cccccc;
}
/* line 1098, ../sass/main.scss */
.zone-filters label {
  cursor: pointer;
  font-size: 0.8em;
}
/* line 1102, ../sass/main.scss */
.zone-filters #more_options {
  display: none;
}
/* line 1105, ../sass/main.scss */
.zone-filters input[type="button"] {
  margin: 20px 0;
  display: block;
}
/* line 1109, ../sass/main.scss */
.zone-filters #filter-content {
  overflow-y: auto;
  margin-bottom: 40px;
}
/* line 1113, ../sass/main.scss */
.zone-filters .hidden-filters {
  display: none;
}

/* line 1118, ../sass/main.scss */
.modal-content {
  padding: 20px 40px;
}
/* line 1120, ../sass/main.scss */
.modal-content h3 {
  font-size: 1em;
  font-weight: bold;
  color: #1e4273;
}

/* line 1127, ../sass/main.scss */
.modal-dialog {
  width: 900px;
}

/* line 1132, ../sass/main.scss */
.eq-c .fraction {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em 0.4ex;
  text-align: center;
}
/* line 1138, ../sass/main.scss */
.eq-c .fraction > span {
  display: block;
  padding-top: 0.15em;
}
/* line 1142, ../sass/main.scss */
.eq-c .fraction span.fdn {
  border-top: thin solid black;
}
/* line 1143, ../sass/main.scss */
.eq-c .fraction span.bar {
  display: none;
}

/* line 1146, ../sass/main.scss */
ul.sub-tools {
  margin-left: -15px;
  margin-right: 0px;
  padding-right: 0px;
  background: #ccc !important;
}
/* line 1151, ../sass/main.scss */
ul.sub-tools li {
  float: left;
  width: 21%;
  background: #ccc;
}
/* line 1155, ../sass/main.scss */
ul.sub-tools li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-weight: 500px;
  text-transform: uppercase;
}
/* line 1162, ../sass/main.scss */
ul.sub-tools li a i {
  font-size: 1.2em;
}
/* line 1165, ../sass/main.scss */
ul.sub-tools li a:hover {
  color: #1e4273;
}
/* line 1168, ../sass/main.scss */
ul.sub-tools li a.active {
  background: #1e4273;
  color: #fff;
}
/* line 1173, ../sass/main.scss */
ul.sub-tools li:last-child {
  width: 20.3%;
}
/* line 1176, ../sass/main.scss */
ul.sub-tools li:first-child {
  width: 195px;
}

/* line 1182, ../sass/main.scss */
#map-container {
  /*path.country.type1:hover,path.country.type1.zoomed{
      fill: rgba(222, 45, 38,0.8) ;
  }
  path.country.type2:hover,path.country.type2.zoomed{
      fill : rgba(0, 109, 44, 0.8) ; 
  }*/
}
/* line 1183, ../sass/main.scss */
#map-container div.svg-container svg {
  background-position: 5% 5%;
  min-height: 600px;
}
/* line 1187, ../sass/main.scss */
#map-container .stroke {
  stroke: #000;
  stroke-width: 3px;
}
/* line 1191, ../sass/main.scss */
#map-container .fill {
  /*fill: transparent ;*/
}
/* line 1194, ../sass/main.scss */
#map-container .graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: .5;
}
/* line 1200, ../sass/main.scss */
#map-container .land {
  fill: #222;
}
/* line 1203, ../sass/main.scss */
#map-container .boundary {
  fill: none;
  stroke: #fff;
  stroke-width: .5px;
}
/* line 1208, ../sass/main.scss */
#map-container path.country {
  pointer-events: all;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
/* line 1213, ../sass/main.scss */
#map-container path.country:hover, #map-container path.country.zoomed {
  fill-opacity: 0.6;
}
/* line 1223, ../sass/main.scss */
#map-container .groupLegend {
  background: #ffffff;
}
/* line 1228, ../sass/main.scss */
#map-container .legendEntry text.text_Legend {
  cursor: pointer;
}

/* line 1234, ../sass/main.scss */
#map-graph {
  position: relative;
  height: 650px;
  /* Western Sahara : fill gray - not applicable */
  /* South Sudan, Palestine : remove border */
}
/* line 1237, ../sass/main.scss */
#map-graph path {
  stroke: rgba(33, 33, 33, 0.7);
  stroke-width: 0.5px;
}
/* line 1242, ../sass/main.scss */
#map-graph path#sphere {
  stroke: none;
}
/* line 1245, ../sass/main.scss */
#map-graph path.poly {
  fill: #fff;
}
/* line 1249, ../sass/main.scss */
#map-graph path.code_ESH {
  fill: #cccccc !important;
}
/* line 1253, ../sass/main.scss */
#map-graph path.line {
  fill: none;
  stroke: #92919D;
  stroke-width: 0.5px;
}
/* line 1258, ../sass/main.scss */
#map-graph path.line.dashed {
  stroke-dasharray: 1,0.5;
  stroke-width: 1px;
  stroke: #ffffff;
}
/* line 1263, ../sass/main.scss */
#map-graph #map-rules {
  position: absolute;
  padding: 20px 0 0 30px;
  background: #ffffff;
  bottom: 0;
  width: 100%;
  text-align: justify;
  font-size: 0.8em;
}
/* line 1271, ../sass/main.scss */
#map-graph #map-rules img {
  position: absolute;
  width: 160px;
  right: -10px;
  top: -10px;
}
/* line 1277, ../sass/main.scss */
#map-graph #map-rules span.copyright {
  width: 100%;
  display: block;
  position: absolute;
  /* display: block; */
  right: -10px;
  text-align: right;
  top: 50px;
}
/* line 1287, ../sass/main.scss */
#map-graph #chart-title, #map-graph text.text_Legend {
  text-shadow: 0 0 6px #FFFFFF, 0 0 3px #FFFFFF;
}
/* line 1290, ../sass/main.scss */
#map-graph button.btn_zoom {
  position: absolute;
  right: 10px;
  bottom: 100px;
}
/* line 1294, ../sass/main.scss */
#map-graph button.btn_zoom.zoom_in {
  right: 35px;
}

/* line 1300, ../sass/main.scss */
.bubble:hover {
  fill-opacity: 0.8;
  stroke: #777;
}

/* line 1305, ../sass/main.scss */
.cangraph {
  margin-top: -10px;
  display: flex;
  min-height: 850px;
}

/* line 1311, ../sass/main.scss */
.canTooltip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #000000;
  display: none;
  font-size: 13px;
  left: 130px;
  padding: 5px 5px 5px 10px;
  position: absolute;
  text-align: center;
  top: 95px;
  z-index: 10;
}
/* line 1324, ../sass/main.scss */
.canTooltip .label {
  color: #000000;
  font-weight: 400 !important;
  font-size: 12px !important;
  font-family: 'Source Sans Pro';
  padding: 0px 0px !important;
  padding-bottom: 0em !important;
}
/* line 1331, ../sass/main.scss */
.canTooltip .label p {
  padding: 5px 10px 0px 10px !important;
  font-size: 12px;
  margin-bottom: 0px !important;
}
/* line 1336, ../sass/main.scss */
.canTooltip .label span {
  display: inline-block;
  text-align: left;
  margin: 0 5px 0px 0;
}
/* line 1341, ../sass/main.scss */
.canTooltip .label h4 {
  font-size: 13px;
  text-align: left;
}
/* line 1345, ../sass/main.scss */
.canTooltip .label ol {
  padding-left: 20px;
}
/* line 1347, ../sass/main.scss */
.canTooltip .label ol li {
  padding-left: 5px;
  text-align: left;
  font-size: 0.9em;
  font-weight: 400;
}

/* line 1357, ../sass/main.scss */
.nvd3 text, .nvtooltip {
  font-family: "Source Sans Pro";
  border: none;
}

/* line 1362, ../sass/main.scss */
.nvd3 g.tick.zero text.large {
  transform: translateY(5px) !important;
}

/* line 1366, ../sass/main.scss */
.tab-content {
  padding: 5px 20px 0 20px;
  border: solid 1px #ddd;
  border-top: none;
  margin-bottom: 20px;
  float: left;
}

/* line 1374, ../sass/main.scss */
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  font-size: 1.2em;
  cursor: pointer;
}

/* line 1379, ../sass/main.scss */
.table-responsive {
  float: left;
  width: 100%;
}
/* line 1383, ../sass/main.scss */
.table-responsive table thead {
  background: #0b80b7;
  color: #fff;
}
/* line 1388, ../sass/main.scss */
.table-responsive table tr th:last-child, .table-responsive table tr td:last-child {
  text-align: right;
}

/* line 1395, ../sass/main.scss */
.nvd3 .nv-discretebar .nv-groups text, .nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: 500;
}

/* line 1399, ../sass/main.scss */
.sun-item {
  opacity: 1;
}
/* line 1401, ../sass/main.scss */
.sun-item:hover {
  opacity: 0.75;
  border-width: 2px;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* line 1410, ../sass/main.scss */
.highcharts-data-labels g {
  visibility: visible !important;
  opacity: 1 !important;
}

/* line 1415, ../sass/main.scss */
.highcharts-tooltip > path {
  border: none !important;
  stroke: transparent !important;
}

/* line 1422, ../sass/main.scss */
#svg-sunburst #root {
  fill-opacity: 1;
}
/* line 1425, ../sass/main.scss */
#svg-sunburst #details {
  position: absolute;
  top: 280px;
  left: 400px;
  width: 150px;
  text-align: center;
  color: #666;
}
/* line 1434, ../sass/main.scss */
#svg-sunburst #label {
  font-size: 1.2em;
}
/* line 1437, ../sass/main.scss */
#svg-sunburst #value {
  text-align: center;
  display: block;
}

/* line 1443, ../sass/main.scss */
#baseline {
  border-bottom: solid 2px #0b80b7;
}

/* line 1447, ../sass/main.scss */
#logo {
  float: left;
  margin-right: 10px;
}
/* line 1450, ../sass/main.scss */
#logo img {
  max-height: 65px;
  margin-top: 10px;
  margin-left: 40px;
}

/* line 1457, ../sass/main.scss */
#new-logo {
  float: left;
  font-size: 3em;
  font-weight: bold;
  border-left: solid 1px #0b80b7;
  margin-top: 10px;
}
/* line 1463, ../sass/main.scss */
#new-logo img {
  max-height: 65px;
  float: left;
  margin-left: 10px;
}

/* line 1471, ../sass/main.scss */
.bottom-zone .sub-bottom {
  border-top: solid 2px #0b80b7;
}

/* line 1477, ../sass/main.scss */
#home-carousel .carousel-indicators {
  bottom: 39px;
}
/* line 1479, ../sass/main.scss */
#home-carousel .carousel-indicators li {
  border-width: 2px;
  color: #1e4273;
}
/* line 1484, ../sass/main.scss */
#home-carousel map {
  position: absolute;
  position: absolute;
  width: 80%;
  height: 95%;
  top: 0;
  left: 10%;
}
/* line 1491, ../sass/main.scss */
#home-carousel map area, #home-carousel map a {
  display: block;
  background: transparent;
  width: 50%;
  float: left;
  height: 100%;
  border: solid 1px red;
}
/* line 1500, ../sass/main.scss */
#home-carousel .carousel-indicators li {
  background: #0b80b7;
}
/* line 1503, ../sass/main.scss */
#home-carousel #map-home {
  width: 850px !important;
  height: 600px !important;
  margin: auto;
}
/* line 1508, ../sass/main.scss */
#home-carousel .item {
  height: 540px !important;
}
/* line 1510, ../sass/main.scss */
#home-carousel .item .sub-item {
  margin: auto;
  display: block;
  width: 910px;
  height: 540px;
}
/* line 1516, ../sass/main.scss */
#home-carousel .item .sub-item-1 {
  padding: 97px 0 0 50px;
  background: url("../img/carousel/carousel-pie-bar-910-512-mk3-bg.png") no-repeat;
}
/* line 1520, ../sass/main.scss */
#home-carousel .item .sub-item-2 {
  padding: 99px 0 0 48px;
  background: url("../img/carousel/carousel-sb-tm-910-512-mk3-bg.png") no-repeat;
}
/* line 1524, ../sass/main.scss */
#home-carousel .item img {
  margin: auto;
}
/* line 1527, ../sass/main.scss */
#home-carousel .item.last-item {
  text-align: center;
}
/* line 1529, ../sass/main.scss */
#home-carousel .item.last-item img {
  margin: auto;
}

/* line 1537, ../sass/main.scss */
.home-alternate #bars-home {
  height: 450px;
}
/* line 1540, ../sass/main.scss */
.home-alternate a.go_to {
  font-size: 16px;
  text-align: center;
  background: #0b80b7;
  padding: 5px 10px;
  color: #fff;
  z-index: 2;
  text-decoration: none;
  display: block;
  width: 205px;
  border-radius: 4px;
  margin: auto;
}
/* line 1552, ../sass/main.scss */
.home-alternate a.go_to:hover {
  background: #1e4273;
}
/* line 1556, ../sass/main.scss */
.home-alternate #bars-home a.go_to {
  /*left: auto ; 
  bottom: auto ; 
  right: 40px;
  top: 65px;*/
}
/* line 1562, ../sass/main.scss */
.home-alternate .item {
  height: 550px !important;
}
/* line 1565, ../sass/main.scss */
.home-alternate .item .row h2 {
  text-align: center;
  border-bottom: none;
  font-size: 24px;
  color: #1e4273;
}
/* line 1574, ../sass/main.scss */
.home-alternate .first-slide .container {
  margin-top: -25px;
}
/* line 1579, ../sass/main.scss */
.home-alternate .second-slide a.go_to {
  margin-top: 0px;
}
/* line 1583, ../sass/main.scss */
.home-alternate .fourth-slide {
  margin-top: 50px;
  margin-bottom: -50px;
}
/* line 1586, ../sass/main.scss */
.home-alternate .fourth-slide img {
  margin: auto;
  display: block;
}
/* line 1592, ../sass/main.scss */
.home-alternate .last-slide img {
  margin: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: -20px;
}

/* Loader */
/* line 1603, ../sass/main.scss */
.fa-spin-custom, .glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1628, ../sass/main.scss */
a.btn_download_pdf, a.btn_permalink {
  display: none !important;
}
