/*! 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;
  overflow-x: hidden;
}

/* 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 25, ../sass/main.scss */
html {
  color: #605c5c;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

/*
 * 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 42, ../sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

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

/* line 64, ../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 81, ../sass/main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

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

/* line 115, ../sass/main.scss */
p {
  padding: 0px 0 10px 0;
  margin:  0!important;
  font-size: 1.1em ;
}

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 133, ../sass/main.scss */
body {

}

/* line 137, ../sass/main.scss */
#sidebar {
  position: fixed;
  top: 0;
  width: 450px;
  height: 100%;
  min-height: 600px;
  border-right: 1px solid #037AB3;
  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 148, ../sass/main.scss */
#sidebar.opened {
  left: 0px;
}
/* line 151, ../sass/main.scss */
#sidebar a#mobile {
  display: none;
  color: #037AB3;
  position: absolute;
  left: 385px;
  top: 15px;
  z-index: 3;
  font-size: 2em;
  border: solid 2px #037AB3;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 163, ../sass/main.scss */
#sidebar img#logo-footer {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: block;
}
/* line 169, ../sass/main.scss */
#sidebar .header-top-container {
  border-top: solid 2px #037AB3;
}
/* line 172, ../sass/main.scss */
#sidebar .header-logo {
  position: relative;
  left: 0;
  padding: 40px 40px 0 40px;
  margin: 0 auto;
}
/* line 178, ../sass/main.scss */
#sidebar .title {
  margin: 40px 80px 40px 40px;
  padding-top: 0px;
}
/* line 181, ../sass/main.scss */
#sidebar .title div.main {
  font-size: 4em;
  text-align: justify;
  line-height: 50px;
  letter-spacing: 6px;
}
/* line 186, ../sass/main.scss */
#sidebar .title div.main span {
  display: block;
  letter-spacing: 16px;
  color: #037AB3;
}
/* line 192, ../sass/main.scss */
#sidebar .title p {
  text-align: justify;
  margin: 40px 0 20px;
}
/* line 198, ../sass/main.scss */
#sidebar nav#menu li {
  list-style-type: none;
  margin-bottom: 15px;
}
/* line 201, ../sass/main.scss */
#sidebar nav#menu li a {
  color: #037AB3;
  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 209, ../sass/main.scss */
#sidebar nav#menu li a:hover {
  background: #0B80B7;
  color: #fff;
  padding-left: 5px;
}
/* line 215, ../sass/main.scss */
#sidebar nav#menu li.active a {
  background: #0B80B7;
  color: #fff;
  padding-left: 5px;
}
/* line 223, ../sass/main.scss */
#sidebar #footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 10px solid #037AB3;
  z-index: 8;
  font-size: 0.8em;
}
/* line 231, ../sass/main.scss */
#sidebar #footer .text {
  margin-bottom: 8px;
  margin-right: 60px;
  text-align: center;
  line-height: 15px;
}
/* line 236, ../sass/main.scss */
#sidebar #footer .text address {
  font-style: normal;
}

/* line 243, ../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 253, ../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 266, ../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 273, ../sass/main.scss */
section div.website.iacr {
  background-image: url(../img/bg/iacr.jpg);
}
/* line 276, ../sass/main.scss */
section div.website.gicr {
  background-image: url(../img/bg/gicr.jpg);
}
/* line 279, ../sass/main.scss */
section div.website.ci5 {
  background-image: url(../img/bg/ci5.jpg);
}
/* line 282, ../sass/main.scss */
section div.website.globocan {
  background-image: url(../img/bg/globocan.jpg);
}
/* line 285, ../sass/main.scss */
section div.website.who {
  background-image: url(../img/bg/who.jpg);
}
/* line 288, ../sass/main.scss */
section div.website.iicc {
  background-image: url(../img/bg/iicc.jpg);
}
/* line 291, ../sass/main.scss */
section div.website.accis {
  background-image: url(../img/bg/accis.jpg);
}
/* line 294, ../sass/main.scss */
section div.website.eco {
  background-image: url(../img/bg/eco.jpg);
}
/* line 297, ../sass/main.scss */
section div.website.nordcan {
  background-image: url(../img/bg/nordcan.jpg);
}
/* line 300, ../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 314, ../sass/main.scss */
section div.website:hover {
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 318, ../sass/main.scss */
section div.website:hover h2 {
  background: rgba(3, 122, 179, 0.8);
  color: #fff;
}
/* line 322, ../sass/main.scss */
section div.website:hover div.baseline {
  bottom: 0%;
}
/* line 326, ../sass/main.scss */
section div.website.hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 328, ../sass/main.scss */
section div.website.hover .h2 {
  background: rgba(3, 122, 179, 0.8);
}
/* line 331, ../sass/main.scss */
section div.website.hover div.baseline {
  bottom: 0%;
}
/* line 336, ../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 349, ../sass/main.scss */
h1 {
  font-size: 3em;
  text-transform: uppercase;
  color: #037AB3;
}

/* line 354, ../sass/main.scss */
.main-content {
  padding: 20px 50px 0 100px;
}
/* line 356, ../sass/main.scss */
.main-content ul {
  padding-left: 0;
}
/* line 358, ../sass/main.scss */
.main-content ul li {
  list-style-type: none;
  margin-bottom: 20px;
  display: block;
}
/* line 362, ../sass/main.scss */
.main-content ul li p {
  border-left: solid 2px #037AB3;
  padding-left: 20px;
}
/* line 366, ../sass/main.scss */
.main-content ul li h2 {
  text-transform: uppercase;
}

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

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 419, ../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 436, ../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 450, ../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 466, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 472, ../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 500, ../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 510, ../sass/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

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

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

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

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

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

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

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

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

  /* line 564, ../sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 570, ../sass/main.scss */
body.index-2 {
  padding: 0px;
}
/* line 573, ../sass/main.scss */
body.index-2 .col-xs-5ths,
body.index-2 .col-sm-5ths,
body.index-2 .col-md-5ths,
body.index-2 .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
/* line 583, ../sass/main.scss */
body.index-2 .col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  /* line 589, ../sass/main.scss */
  body.index-2 .col-sm-5ths {
    width: 20%;
    float: left;
  }
  body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav.navbar-nav-new li{
    width: 20%;
  }
}
@media (min-width: 992px) {
  /* line 596, ../sass/main.scss */
  body.index-2 .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 603, ../sass/main.scss */
  body.index-2 .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* line 609, ../sass/main.scss */
body.index-2 h1 {
  font-size: 2em;
  color: #037AB3;
  text-transform: uppercase;
  line-height: 16px;
  margin-top: 15px;
}
/* line 617, ../sass/main.scss */
body.index-2 .center {
  text-align: center;
}
/* line 621, ../sass/main.scss */
body.index-2 .curve:before {
  top: 52px;
  left: 5px;
  transform: rotate(5deg);
  box-shadow: -7px 6px 15px #333;
}
/* line 628, ../sass/main.scss */
body.index-2 h2 {
  color: #ffa147;
}
/* line 632, ../sass/main.scss */
body.index-2 ul.social {
  float: right;
  margin-top: 10px;
}
/* line 635, ../sass/main.scss */
body.index-2 ul.social li {
  float: left;
  margin-left: 5px;
}
/* line 638, ../sass/main.scss */
body.index-2 ul.social li a {
  font-size: 1.4em;
  color: #eee;
}
/* line 641, ../sass/main.scss */
body.index-2 ul.social li a:hover {
  color: #037AB3;
}
/* line 643, ../sass/main.scss */
body.index-2 ul.social li a:hover i {
  color: #037AB3;
}
/* line 647, ../sass/main.scss */
body.index-2 ul.social li a i {
  color: #ccc;
}
/* line 653, ../sass/main.scss */
body.index-2 .heading {
  min-height: 90px;
}
/* line 656, ../sass/main.scss */
body.index-2 .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;
  margin-top: 10px;
  border-bottom: solid 2px #037AB3;
}
/* line 667, ../sass/main.scss */
body.index-2 .navbar.navbar-inverse .container {
  padding-right: 0;
  padding-left: 0;
}
/* line 670, ../sass/main.scss */
body.index-2 .navbar.navbar-inverse .container #navbar.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
/* line 673, ../sass/main.scss */
body.index-2 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav {
  width: 100%;
}
/* line 675, ../sass/main.scss */
body.index-2 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav li {
  background: #eee;
}
/* line 677, ../sass/main.scss */
body.index-2 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav li a {
  background: #eee !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #037AB3;
  text-align: center;
}
/* line 683, ../sass/main.scss */
body.index-2 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav li a:hover {
  background: #037AB3 !important;
  color: #fff;
}
/* line 695, ../sass/main.scss */
body.index-2 .navbar.navbar-reverse {
  background: #037AB3;
}
/* line 697, ../sass/main.scss */
body.index-2 .navbar.navbar-reverse .container {
  padding-right: 0;
  padding-left: 0;
}
/* line 700, ../sass/main.scss */
body.index-2 .navbar.navbar-reverse .container #navbar.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
/* line 703, ../sass/main.scss */
body.index-2 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav {
  width: 100%;
}
/* line 705, ../sass/main.scss */
body.index-2 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li {
  background: #037AB3;
}
/* line 707, ../sass/main.scss */
body.index-2 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li a {
  background: #037AB3 !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
/* line 713, ../sass/main.scss */
body.index-2 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li a:hover {
  background: #eee;
  color: #fff;
}
/* line 725, ../sass/main.scss */
body.index-2 ul {
  padding-left: 0px;
}
/* line 727, ../sass/main.scss */
body.index-2 ul li {
  list-style-type: none;
  padding-left: 0px;
}
/* line 730, ../sass/main.scss */
body.index-2 ul li i {
  color: #037AB3;
  margin-right: 10px;
  font-size: 0.6em;
}
/* line 738, ../sass/main.scss */
body.index-2 a {
  color: #037AB3;
}
/* line 742, ../sass/main.scss */
body.index-2 span.blue {
  color: #037AB3;
}
/* line 749, ../sass/main.scss */
body.index-2 .jumbotron {
  background: #037AB3;
  margin-bottom: 0px;
  padding: 0;
}
/* line 753, ../sass/main.scss */
body.index-2 .jumbotron img {
  width: 100%;
  height: 100%;
}
/* line 757, ../sass/main.scss */
body.index-2 .jumbotron .container {
  padding-left: 0;
  padding-right: 0;
  min-height: 290px;
}
/* line 761, ../sass/main.scss */
body.index-2 .jumbotron .container h2 {
  font-size: 2em;
  text-align: left;
  text-transform: uppercase;
  color: #787878;
}
/* line 768, ../sass/main.scss */
body.index-2 .jumbotron .container ul li {
  text-align: left;
}
/* line 773, ../sass/main.scss */
body.index-2 .jumbotron .container .row p {
  padding: 50px 0;
}
/* line 780, ../sass/main.scss */
body.index-2 .jumbotron .carousel-indicators li {
  background-color: #037AB3;
}
/* line 782, ../sass/main.scss */
body.index-2 .jumbotron .carousel-indicators li.active {
  border: solid 3px #fff;
}
/* line 789, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 793, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item a {
  text-decoration: none;
}
/* line 797, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item h1 {
  font-size: 6em;
  padding: 50px;
  color: #fff;
}
/* line 803, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item.iacr {
  background-image: url(../img/bg/iacr-2.jpg);
}
/* line 806, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item.gicr {
  background-image: url(../img/bg/gicr-2.jpg);
}
/* line 809, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item.globocan {
  background-image: url(../img/bg/globocan-2.jpg);
}
/* line 812, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item.ci5 {
  background-image: url(../img/bg/ci5.jpg);
}
/* line 815, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item.who {
  background-image: url(../img/bg/who-2.jpg);
}
/* line 818, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item.iicc {
  background-image: url(../img/bg/iicc-2.jpg);
}
/* line 821, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item.accis {
  background-image: url(../img/bg/accis-2.jpg);
}
/* line 824, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item.eco {
  background-image: url(../img/bg/eco-2.jpg);
}
/* line 827, ../sass/main.scss */
body.index-2 .jumbotron .carousel-inner .item.nordcan {
  background-image: url(../img/bg/nordcan-2.jpg);
}
/* line 833, ../sass/main.scss */
body.index-2 ul.sub-links {
  padding-top: 0px;
  padding-left: 30px;
}
/* line 836, ../sass/main.scss */
body.index-2 ul.sub-links li {
  width: 30%;
  height: 70px;
  margin: 0 10px 30px 0;
  display: block;
  float: left;
  overflow: hidden;
}
/* line 843, ../sass/main.scss */
body.index-2 ul.sub-links li a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: relative;
}
/* line 853, ../sass/main.scss */
body.index-2 ul.sub-links li a:hover {
  text-decoration: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 857, ../sass/main.scss */
body.index-2 ul.sub-links li span {
  background: rgba(214, 64, 0, 0.8);
  display: block;
  width: 100%;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  bottom: 5px;
  font-size: 0.8em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 867, ../sass/main.scss */
body.index-2 ul.sub-links li span i {
  position: absolute;
  left: 100px;
  opacity: 0;
  top: 4px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 876, ../sass/main.scss */
body.index-2 ul.sub-links li a:hover span {
  bottom: 15px;
}
/* line 879, ../sass/main.scss */
body.index-2 ul.sub-links li a:hover span > i {
  left: 120px;
  opacity: 1;
}
/* line 884, ../sass/main.scss */
body.index-2 ul.sub-links li a.cm {
  background-image: url(../img/CancerMondial_02.jpg);
}
/* line 887, ../sass/main.scss */
body.index-2 ul.sub-links li a.ci5 {
  background-image: url(../img/CI5.jpg);
}
/* line 890, ../sass/main.scss */
body.index-2 ul.sub-links li a.iacr {
  background-image: url(../img/IACR.jpg);
}
/* line 893, ../sass/main.scss */
body.index-2 ul.sub-links li a.gicr {
  background-image: url(../img/GICR.jpg);
}
/* line 896, ../sass/main.scss */
body.index-2 ul.sub-links li a.iicc {
  background-image: url(../img/IICC3.png);
}
/* line 899, ../sass/main.scss */
body.index-2 ul.sub-links li a.accis {
  background-image: url(../img/ACCIS.jpg);
}
/* line 902, ../sass/main.scss */
body.index-2 ul.sub-links li a.eco {
  background-image: url(../img/ECO.jpg);
}
/* line 905, ../sass/main.scss */
body.index-2 ul.sub-links li a.who {
  background-image: url(../img/WHO-Mortality.jpg);
}
/* line 908, ../sass/main.scss */
body.index-2 ul.sub-links li a.nordcan {
  background-image: url(../img/NordCan.jpg);
}
/* line 913, ../sass/main.scss */
body.index-2 .splash {
  padding: 20px;
  color: #fff;
  background: #037AB3;
  float: left;
  margin: 0 20px 0 30px;
  font-size: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 923, ../sass/main.scss */
body.index-2 .jumbotron.reverse {
  background: #fff;
}
/* line 927, ../sass/main.scss */
body.index-2 .jumbotron.reverse .main_carousel h1 {
  color: #787878;
}
/* line 930, ../sass/main.scss */
body.index-2 .jumbotron.reverse .main_carousel h1 span.under {
  color: #037AB3;
}
/* line 934, ../sass/main.scss */
body.index-2 .container-quicklinks {
  background: #eee;
  padding: 20px 0;
  margin-bottom: 20px;
}
/* line 940, ../sass/main.scss */
body.index-2 .container-quicklinks .quicklinks h2 {
  text-align: center;
  height: 55px;
  display: block;
  color: #037AB3;
}
/* line 946, ../sass/main.scss */
body.index-2 .container-quicklinks .quicklinks p {
  text-align: center;
}
/* line 948, ../sass/main.scss */
body.index-2 .container-quicklinks .quicklinks p a {
  text-decoration: none;
}
/* line 950, ../sass/main.scss */
body.index-2 .container-quicklinks .quicklinks p a i {
  color: #037AB3;
  margin: auto;
  display: block;
  font-size: 4em;
}
/* line 957, ../sass/main.scss */
body.index-2 .container-quicklinks .quicklinks p img {
  max-width: 55%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
/* line 964, ../sass/main.scss */
body.index-2 .container-quicklinks .quicklinks p img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
/* line 976, ../sass/main.scss */
body.index-2 p {
  text-align: justify;
}
/* line 979, ../sass/main.scss */
body.index-2 h2, body.index-2 .h2 {
  font-size: 20px;
}
/* line 983, ../sass/main.scss */
body.index-2 .container .row > div {
  padding: 20px 0 100px 0;
}
/* line 986, ../sass/main.scss */
body.index-2 footer {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: #037AB3;
}
/* line 993, ../sass/main.scss */
body.index-2 footer p {
  text-align: center;
}
/* line 996, ../sass/main.scss */
body.index-2 footer p.smaller {
  padding: 0;
  text-align: center;
  font-size: 0.8em;
}

/* end index2 CancerMondial */
/* line 1006, ../sass/main.scss */
.index-3 ul.social {
  float: right;
  margin-top: 10px;
}
/* line 1009, ../sass/main.scss */
.index-3 ul.social li {
  float: left;
  margin-left: 5px;
  list-style-type: none;
}
/* line 1013, ../sass/main.scss */
.index-3 ul.social li a {
  font-size: 1.4em;
  color: #eee;
}
/* line 1016, ../sass/main.scss */
.index-3 ul.social li a:hover {
  color: #037AB3;
}
/* line 1018, ../sass/main.scss */
.index-3 ul.social li a:hover i {
  color: #037AB3;
}
/* line 1022, ../sass/main.scss */
.index-3 ul.social li a i {
  color: #ccc;
}
/* line 1028, ../sass/main.scss */
.index-3 .blocks {
  margin-top: 50px;
}
/* line 1031, ../sass/main.scss */
.index-3 .item {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5px 5px 0;
  padding: 10px 0;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  filter: grayscale(90%);
  -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 1041, ../sass/main.scss */
.index-3 .item:hover {
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 1045, ../sass/main.scss */
.index-3 .item h2 {
  background: rgba(3, 122, 179, 0.6);
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  display: block;
}
/* line 1052, ../sass/main.scss */
.index-3 .item.third {
  width: 47%;
}
/* line 1055, ../sass/main.scss */
.index-3 .item.globocan {
  background-image: url(../img/bg/globocan.jpg);
}
/* line 1058, ../sass/main.scss */
.index-3 .item.ci5 {
  background-image: url(../img/bg/ci5.jpg);
}
/* line 1061, ../sass/main.scss */
.index-3 .item.iacr {
  background-image: url(../img/bg/iacr.jpg);
}
/* line 1064, ../sass/main.scss */
.index-3 .item.gicr {
  background-image: url(../img/bg/GICR.jpg);
}
/* line 1067, ../sass/main.scss */
.index-3 .item.iicc {
  background-image: url(../img/bg/iicc-2.jpg);
}
/* line 1070, ../sass/main.scss */
.index-3 .item.accis {
  background-image: url(../img/bg/accis.jpg);
}
/* line 1073, ../sass/main.scss */
.index-3 .item.eco {
  background-image: url(../img/bg/eco.jpg);
}
/* line 1076, ../sass/main.scss */
.index-3 .item.who {
  background-image: url(../img/bg/who.jpg);
}
/* line 1079, ../sass/main.scss */
.index-3 .item.nordcan {
  background-image: url(../img/bg/nordcan.jpg);
}
/* line 1082, ../sass/main.scss */
.index-3 .item:hover .baseline {
  bottom: 10%;
}
/* line 1085, ../sass/main.scss */
.index-3 .item .baseline {
  color: #fff;
  background: rgba(214, 64, 0, 0.9);
  padding: 20px 25px;
  position: absolute;
  min-height: 100px;
  bottom: -50%;
  font-size: 0.8em;
  -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 1097, ../sass/main.scss */
.index-3 .item.hover div.baseline {
  bottom: 0%;
}
/* line 1101, ../sass/main.scss */
.index-3 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 1112, ../sass/main.scss */
.index-3 footer {
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  color: #fff;
  background: #037AB3;
}
/* line 1120, ../sass/main.scss */
.index-3 footer p {
  text-align: center;
}
/* line 1123, ../sass/main.scss */
.index-3 footer p.smaller {
  padding: 0;
  text-align: center;
  font-size: 0.8em;
}

/* line 1131, ../sass/main.scss */
.intro {
  padding: 20px 20px 10px 20px;
  color: #0b80b7;
  font-weight: bold;
  font-size: 2.2em;
  float: left;
  width: 50%;
  line-height: 25px;
}
/* line 1139, ../sass/main.scss */
.intro img {
  display: block;
  max-width: 70px;
}

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

  /* line 1153, ../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 1156, ../sass/main.scss */
  #sidebar .title div.main {
    font-size: 3em;
  }

  /* line 1159, ../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 1162, ../sass/main.scss */
  section div.website h2 {
    font-size: 2em;
  }

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

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

  /* line 1172, ../sass/main.scss */
  #sidebar .title div.main span {
    letter-spacing: 12px;
  }
}
/* line 1177, ../sass/main.scss */
body.index-4 {
  padding: 0;
}
/* line 1180, ../sass/main.scss */
body.index-4 ul.social {
  float: right;
  margin-top: 10px;
}
/* line 1183, ../sass/main.scss */
body.index-4 ul.social li {
  float: left;
  margin-left: 0px;
}
/* line 1186, ../sass/main.scss */
body.index-4 ul.social li a {
  font-size: 1.4em;
  color: #eee;
}
/* line 1189, ../sass/main.scss */
body.index-4 ul.social li a:hover {
  color: #037AB3;
}
/* line 1191, ../sass/main.scss */
body.index-4 ul.social li a:hover i {
  color: #037AB3;
}
/* line 1195, ../sass/main.scss */
body.index-4 ul.social li a i {
  color: #ccc;
  font-size: 1.2em;
}
/* line 1202, ../sass/main.scss */
body.index-4 .heading {
  min-height: 90px;
}
/* line 1205, ../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;
  margin-top: 10px;
  border-bottom: none;
}
/* line 1216, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container {
  padding-right: 0;
  padding-left: 0;
}
/* line 1219, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
/* line 1222, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav {
  width: 100%;
}
/* line 1224, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav li {
  background: #eee;
}
/* line 1226, ../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: #037AB3;
  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 1236, ../sass/main.scss */
body.index-4 .navbar.navbar-inverse .container #navbar.navbar-collapse ul.navbar-nav li a:hover {
  background: #fff !important;
  color: #037AB3;
}
/* line 1248, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse {
  background: #037AB3;
}
/* line 1250, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container {
  padding-right: 0;
  padding-left: 0;
}
/* line 1253, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
/* line 1256, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav {
  width: 100%;
}
/* line 1258, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li {
  background: #037AB3;
  padding-right: 0px;
  width: 100% ; 
}
/* line 1261, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li a {
  background: #037AB3 !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
/* line 1267, ../sass/main.scss */
body.index-4 .navbar.navbar-reverse .container #navbar.navbar-collapse ul.navbar-nav li a:hover {
  background: #fff !important;
  color: #037AB3;
}
/* line 1279, ../sass/main.scss */
body.index-4 ul {
  padding-left: 0px;
}
/* line 1281, ../sass/main.scss */
body.index-4 ul li {
  list-style-type: none;
  padding-left: 0px;
}
/* line 1284, ../sass/main.scss */
body.index-4 ul li i {
  color: #037AB3;
  margin-right: 10px;
}
/* line 1292, ../sass/main.scss */
body.index-4 a {
  color: #037AB3;
}
/* line 1296, ../sass/main.scss */
body.index-4 span.blue {
  color: #037AB3;
}
/* line 1300, ../sass/main.scss */
body.index-4 .item {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5px 5px 0;
  padding: 10px 0;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  filter: grayscale(70%);
  -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 1310, ../sass/main.scss */
body.index-4 .item:hover {
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 1314, ../sass/main.scss */
body.index-4 .item h2 {
  background: rgba(3, 122, 179, 0.6);
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  display: block;
}
/* line 1321, ../sass/main.scss */
body.index-4 .item.third {
  width: 47%;
}
/* line 1324, ../sass/main.scss */
body.index-4 .item.globocan {
  background-image: url(../img/bg/globocan.jpg);
}
/* line 1327, ../sass/main.scss */
body.index-4 .item.ci5 {
  background-image: url(../img/bg/ci5.jpg);
}
/* line 1330, ../sass/main.scss */
body.index-4 .item.iacr {
  background-image: url(../img/bg/iacr.jpg);
}
/* line 1333, ../sass/main.scss */
body.index-4 .item.gicr {
  background-image: url(../img/bg/GICR.jpg);
}
/* line 1336, ../sass/main.scss */
body.index-4 .item.iicc {
  background-image: url(../img/bg/iicc-2.jpg);
}
/* line 1339, ../sass/main.scss */
body.index-4 .item.accis {
  background-image: url(../img/bg/accis.jpg);
}
/* line 1342, ../sass/main.scss */
body.index-4 .item.eco {
  background-image: url(../img/bg/eco.jpg);
}
/* line 1345, ../sass/main.scss */
body.index-4 .item.who {
  background-image: url(../img/bg/who.jpg);
}
/* line 1348, ../sass/main.scss */
body.index-4 .item.nordcan {
  background-image: url(../img/bg/nordcan.jpg);
}
/* line 1351, ../sass/main.scss */
body.index-4 .item:hover .baseline {
  bottom: 10%;
}
/* line 1354, ../sass/main.scss */
body.index-4 .item .baseline {
  color: #fff;
  background: rgba(214, 64, 0, 0.9);
  padding: 20px 25px;
  position: absolute;
  min-height: 100px;
  bottom: -50%;
  font-size: 0.8em;
  -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 1366, ../sass/main.scss */
body.index-4 .item.hover div.baseline {
  bottom: 0%;
}
/* line 1370, ../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 1381, ../sass/main.scss */
body.index-4 footer {
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  color: #fff;
}
/* line 1389, ../sass/main.scss */
body.index-4 footer p {
  text-align: center;
}
/* line 1392, ../sass/main.scss */
body.index-4 footer p.smaller {
  padding: 10px;
  text-align: center;
  font-size: 0.8em;
  background: #eeeeee;
  color: #000;
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  /* line 1407, ../sass/main.scss */
  body.index-5 .container {
    width: 920px;
  }
}
/* line 1412, ../sass/main.scss */
body.index-5 .panorama {
  background: #037AB3;
}
/* line 1414, ../sass/main.scss */
body.index-5 .panorama .blocks {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 1417, ../sass/main.scss */
body.index-5 .panorama .blocks .jumbotron {
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 0 !important;
}
/* line 1426, ../sass/main.scss */
body.index-5 .carousel-indicators li {
  background-color: #037AB3;
}
/* line 1428, ../sass/main.scss */
body.index-5 .carousel-indicators li.active {
  border: solid 3px #fff;
}
/* line 1434, ../sass/main.scss */
body.index-5 .carousel-inner {
  height: 250px;
}
/* line 1436, ../sass/main.scss */
body.index-5 .carousel-inner .item {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 1441, ../sass/main.scss */
body.index-5 .carousel-inner .item a {
  text-decoration: none;
}
/* line 1445, ../sass/main.scss */
body.index-5 .carousel-inner .item h1 {
  font-size: 6em;
  padding: 50px;
  color: #fff;
}
/* line 1451, ../sass/main.scss */
body.index-5 .carousel-inner .item.iacr {
  background-image: url(../img/bg/iacr-2.jpg);
}
/* line 1454, ../sass/main.scss */
body.index-5 .carousel-inner .item.gicr {
  background-image: url(../img/bg/gicr-2.jpg);
}
/* line 1457, ../sass/main.scss */
body.index-5 .carousel-inner .item.globocan {
  background-image: url(../img/bg/globocan-2.jpg);
}
/* line 1460, ../sass/main.scss */
body.index-5 .carousel-inner .item.ci5 {
  background-image: url(../img/bg/ci5.jpg);
}
/* line 1463, ../sass/main.scss */
body.index-5 .carousel-inner .item.who {
  background-image: url(../img/bg/who-2.jpg);
}
/* line 1466, ../sass/main.scss */
body.index-5 .carousel-inner .item.iicc {
  background-image: url(../img/bg/iicc-2.jpg);
}
/* line 1469, ../sass/main.scss */
body.index-5 .carousel-inner .item.accis {
  background-image: url(../img/bg/accis-2.jpg);
}
/* line 1472, ../sass/main.scss */
body.index-5 .carousel-inner .item.eco {
  background-image: url(../img/bg/eco-2.jpg);
}
/* line 1475, ../sass/main.scss */
body.index-5 .carousel-inner .item.nordcan {
  background-image: url(../img/bg/nordcan-2.jpg);
}
/* line 1479, ../sass/main.scss */
body.index-5 #myCarousel {
  width: 100%;
  height: 250px;
}
/* line 1484, ../sass/main.scss */
body.index-5 .bottom-zone h2 {
  color: #ffa147;
  text-transform: uppercase;
  font-size: 1.2em;
}
/* line 1489, ../sass/main.scss */
body.index-5 .bottom-zone p {
  text-align: justify;
}
/* line 1491, ../sass/main.scss */
body.index-5 .bottom-zone p strong {
  color: #037AB3;
}

@media (min-width: 1200px) {
  /* line 1501, ../sass/main.scss */
  body.index-6 .container {
    width: 920px;
  }
}
/* line 1506, ../sass/main.scss */
body.index-6 ul.links {
  padding-top: 0px;
}
/* line 1508, ../sass/main.scss */
body.index-6 ul.links li {
  width: 30%;
  height: 75px;
  margin: 0 15px 15px 0;
  display: block;
  float: left;
  overflow: hidden;
}
/* line 1515, ../sass/main.scss */
body.index-6 ul.links li a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: relative;
}
/* line 1525, ../sass/main.scss */
body.index-6 ul.links li a:hover {
  text-decoration: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 1529, ../sass/main.scss */
body.index-6 ul.links li span {
  background: rgba(214, 64, 0, 0.8);
  display: block;
  width: 100%;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  bottom: 5px;
  font-size: 0.8em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 1539, ../sass/main.scss */
body.index-6 ul.links li span i {
  position: absolute;
  left: 100px;
  opacity: 0;
  top: 4px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1548, ../sass/main.scss */
body.index-6 ul.links li a:hover span {
  bottom: 15px;
}
/* line 1551, ../sass/main.scss */
body.index-6 ul.links li a:hover span > i {
  left: 120px;
  opacity: 1;
}
/* line 1556, ../sass/main.scss */
body.index-6 ul.links li a.globocan {
  background-image: url(../img/CancerMondial_02.jpg);
}
/* line 1559, ../sass/main.scss */
body.index-6 ul.links li a.ci5 {
  background-image: url(../img/CI5.jpg);
}
/* line 1562, ../sass/main.scss */
body.index-6 ul.links li a.iacr {
  background-image: url(../img/IACR.jpg);
}
/* line 1565, ../sass/main.scss */
body.index-6 ul.links li a.gicr {
  background-image: url(../img/GICR.jpg);
}
/* line 1568, ../sass/main.scss */
body.index-6 ul.links li a.iicc {
  background-image: url(../img/IICC3.png);
}
/* line 1571, ../sass/main.scss */
body.index-6 ul.links li a.accis {
  background-image: url(../img/ACCIS.jpg);
}
/* line 1574, ../sass/main.scss */
body.index-6 ul.links li a.eco {
  background-image: url(../img/ECO.jpg);
}
/* line 1577, ../sass/main.scss */
body.index-6 ul.links li a.who {
  background-image: url(../img/WHO-Mortality.jpg);
}
/* line 1580, ../sass/main.scss */
body.index-6 ul.links li a.nordcan {
  background-image: url(../img/NordCan.jpg);
}
/* line 1585, ../sass/main.scss */
body.index-6 .main-zone {
  margin: 20px 0;
  min-height: 400px;
}
/* line 1588, ../sass/main.scss */
body.index-6 .main-zone #desc > div {
  display: none;
}
/* line 1594, ../sass/main.scss */
body.index-6 .bottom-zone h3 {
  color: #ffa147;
  font-size: 1.2em;
  display: block;
  text-align: center;
}
/* line 1599, ../sass/main.scss */
body.index-6 .bottom-zone h3 i {
  margin-right: 15px;
}

/* line 1608, ../sass/main.scss */
body.index-7 {
  /*A small hack to prevent flickering on some browsers*/
  /*Reduce with of un-hovered elements*/
  /*Lets apply hover effects now*/
  /*The LI hover style should override the UL hover style*/
}
@media (min-width: 1200px) {
  /* line 1611, ../sass/main.scss */
  body.index-7 .container {
    width: 920px;
  }
}
/* line 1616, ../sass/main.scss */
body.index-7 .accordian {
  width: 920px;
  height: 450px;
  overflow: hidden;
  /*Time for some styling*/
  margin: 0px auto 0 auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
/* line 1628, ../sass/main.scss */
body.index-7 .accordian ul {
  width: 4000px;
  /*This will give ample space to the last item to move
  instead of falling down/flickering during hovers.*/
}
/* line 1634, ../sass/main.scss */
body.index-7 .accordian li {
  position: relative;
  display: block;
  width: 100px;
  float: left;
  border-left: 1px solid #888;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  /*Transitions to give animation effect*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  /*If you hover on the images now you should be able to 
  see the basic accordian*/
}
/* line 1655, ../sass/main.scss */
body.index-7 .accordian ul:hover li {
  width: 40px;
}
/* line 1658, ../sass/main.scss */
body.index-7 .accordian ul li:hover, body.index-7 .accordian ul li.hover {
  width: 640px;
}
/* line 1661, ../sass/main.scss */
body.index-7 .accordian li img {
  display: block;
}
/* line 1665, ../sass/main.scss */
body.index-7 .accordian {
  /*Image title styles*/
}
/* line 1666, ../sass/main.scss */
body.index-7 .accordian .desc {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffa147;
}
/* line 1674, ../sass/main.scss */
body.index-7 .accordian .image_title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 640px;
}
/* line 1681, ../sass/main.scss */
body.index-7 .accordian .image_title a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 16px;
}
/* line 1690, ../sass/main.scss */
body.index-7 .bottom-zone h3 {
  color: #ffa147;
  font-size: 1.2em;
  display: block;
  text-align: center;
}
/* line 1695, ../sass/main.scss */
body.index-7 .bottom-zone h3 i {
  margin-right: 15px;
}

@media (min-width: 1200px) {
  /* line 1705, ../sass/main.scss */
  body.index-8 .container {
    width: 920px;
  }
}
/* line 1710, ../sass/main.scss */
body.index-8 .block-pics {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 1715, ../sass/main.scss */
body.index-8 ul.big-links {
  padding-top: 0px;
  padding-left: 0px;
}
/* line 1718, ../sass/main.scss */
body.index-8 ul.big-links li {
  width: 32%;
  height: 200px;
  margin: 0 10px 15px 0;
  display: block;
  float: left;
  overflow: hidden;
}
/* line 1725, ../sass/main.scss */
body.index-8 ul.big-links li a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  filter: grayscale(90%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: relative;
}
/* line 1735, ../sass/main.scss */
body.index-8 ul.big-links li a:hover {
  text-decoration: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 1739, ../sass/main.scss */
body.index-8 ul.big-links li span {
  background: rgba(214, 64, 0, 0.8);
  display: block;
  width: 100%;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  bottom: 5px;
  font-size: 0.8em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 1749, ../sass/main.scss */
body.index-8 ul.big-links li span i {
  position: absolute;
  left: 100px;
  opacity: 0;
  top: 4px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1758, ../sass/main.scss */
body.index-8 ul.big-links li a:hover span {
  bottom: 15px;
}
/* line 1761, ../sass/main.scss */
body.index-8 ul.big-links li a:hover span > i {
  left: 120px;
  opacity: 1;
}
/* line 1766, ../sass/main.scss */
body.index-8 ul.big-links li a.globocan {
  background-image: url(../img/bg/globocan-3.jpg);
}
/* line 1769, ../sass/main.scss */
body.index-8 ul.big-links li a.ci5 {
  background-image: url(../img/bg/ci5-3.jpg);
}
/* line 1772, ../sass/main.scss */
body.index-8 ul.big-links li a.iacr {
  background-image: url(../img/bg/iacr-3.jpg);
}
/* line 1775, ../sass/main.scss */
body.index-8 ul.big-links li a.gicr {
  background-image: url(../img/bg/gicr-3.jpg);
}
/* line 1778, ../sass/main.scss */
body.index-8 ul.big-links li a.iicc {
  background-image: url(../img/bg/iicc-3.jpg);
}
/* line 1781, ../sass/main.scss */
body.index-8 ul.big-links li a.accis {
  background-image: url(../img/bg/accis-3.jpg);
}
/* line 1784, ../sass/main.scss */
body.index-8 ul.big-links li a.eco {
  background-image: url(../img/bg/eco-3.jpg);
}
/* line 1787, ../sass/main.scss */
body.index-8 ul.big-links li a.who {
  background-image: url(../img/bg/who-3.jpg);
}
/* line 1790, ../sass/main.scss */
body.index-8 ul.big-links li a.nordcan {
  background-image: url(../img/bg/nordcan-3.jpg);
}

@media (min-width: 1200px) {
  /* line 1799, ../sass/main.scss */
  body.index-9 .container {
    width: 1024px;
  }
}
/* line 1806, ../sass/main.scss */
body.index-9 ul.links2 li a {
  background-size: cover;
}
/* line 1810, ../sass/main.scss */
body.index-9 ul.links2 li:first-child, body.index-9 ul.links2 li:nth-child(7) {
  width: 63%;
}
/* line 1813, ../sass/main.scss */
body.index-9 ul.links2 li:nth-child(8), body.index-9 ul.links2 li:nth-child(9) {
  width: 46.5%;
}
/* line 1817, ../sass/main.scss */
body.index-9 p#small-intro {
  font-size: 1.2em;
  line-height: 18px;
}
/* line 1820, ../sass/main.scss */
body.index-9 p#small-intro span {
  font-size: 1em;
}

/* line 1827, ../sass/main.scss */
ul.list-mockups li {
  margin: 0 0 10px 0;
}
/* line 1829, ../sass/main.scss */
ul.list-mockups li a {
  font-size: 1.2em;
}

.modal-content a h2{
  font-size: 1.4em ; 
      font-weight: 700;
}
.modal .center{
  text-align: center ; 
  font-weight: 600; 
}
