@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* 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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
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.
 */
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * 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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent; }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    border: 0; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

.browser-message {
  display: none;
  text-align: center; }

.no-svg .app-wrap {
  display: none; }

.no-svg .browser-message {
  display: block; }

.heavy {
  font-weight: 800 !important; }

.hi.grey {
  background: #f0f0f0; }

.mid.grey {
  background: #c7c7c7; }

.low.grey {
  background: #b4b4b4; }

.lo-grey-text {
  color: #4f4c4d; }

.white-text {
  color: #fff; }

.india-maharashtra {
  max-height: 0px;
  overflow: hidden; }

.block {
  display: block; }

svg {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.svg-map-wrap {
  padding-top: 100%;
  position: relative; }
  .no-svg .svg-map-wrap {
    display: none; }
  .intro .svg-map-wrap {
    padding-top: 71.5%; }
  .page-mexico .svg-map-wrap {
    padding-top: 81.5%;
    overflow: hidden; }

.png-map-wrap {
  padding-top: 100%;
  position: relative;
  display: none; }
  .no-svg .png-map-wrap {
    display: block; }
  .png-map-wrap img {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    display: block; }

.blue.hi {
  background: #96bdde; }

.blue.mid {
  background: #659ecb; }

.blue.low {
  background: #0090d3; }

body {
  color: #231f20;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85em; }

.t {
  display: table; }

.tr {
  display: table-row; }

.tc {
  display: table-cell;
  position: relative;
  vertical-align: top; }
  @media all and (max-width: 700px) {
    .tc {
      display: block;
      width: 100% !important; } }

.no-svg .twitter-wrap {
  display: none; }

.no-svg .news-wrap {
  padding-top: 200%; }

iframe[id^='twitter-widget-'] {
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }

.twitter-wrap, .news-wrap {
  padding-top: 200%;
  position: relative;
  margin: 0px; }
  .page-mexico .twitter-wrap, .page-mexico .news-wrap {
    padding-top: 163%; }
  .twitter-wrap .twitter-feed, .twitter-wrap .news-feed, .news-wrap .twitter-feed, .news-wrap .news-feed {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .twitter-wrap .news-feed, .news-wrap .news-feed {
    background: #c7c7c7; }

.pad5 {
  padding: 5px; }
  .pad5.h {
    padding: 0px 5px; }
  .pad5.v {
    padding: 5px 0px; }

.details-maharashtra, .details-mexico-city {
  max-height: 0%;
  overflow: hidden; }
  .no-svg .maharashtra .details-maharashtra, .no-svg .maharashtra .details-mexico-city {
    max-height: 100% !important; }

.details-india, .details-mexico {
  max-height: 100%;
  overflow: hidden; }

.details-text {
  color: #575757;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-weight: 100;
  margin-right: 10px !important; }
  .details-text strong {
    font-weight: 700; }

.further-info-panels {
  display: none; }

svg *[id^='region-'] {
  cursor: pointer; }

.app-wrap {
  max-width: 1200px;
  margin: auto;
  background: #c5c5c5;
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }
  .app-wrap *, .app-wrap *:before, .app-wrap *:after {
    box-sizing: inherit; }
  .app-wrap p {
    margin: 0px; }
  .app-wrap h1 {
    padding: 5px;
    padding-bottom: 0px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
    .app-wrap h1 span {
      color: #4f7bb8; }
      .app-wrap h1 span span {
        color: #2E7CBD; }
        .app-wrap h1 span span span {
          color: #85aed6; }

.pad {
  padding: 5px; }

.section-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1em; }
  .section-title.lo-grey-text.pad5 {
    text-transform: none; }

@media all and (max-width: 700px) {
  .large-device {
    display: none !important; } }

.small-device {
  display: none !important; }
  @media all and (max-width: 700px) {
    .small-device {
      display: block !important; } }

.underline {
  text-decoration: underline; }

.useful-links {
  color: #575757;
  font-size: 12px;
  margin-bottom: 5px !important; }

.stat {
  font-weight: 900;
  font-size: 32px;
  letter-spacing: -0.03em; }
  .stat span.grey {
    color: #4C4C4C; }
  .stat span.blue {
    color: #2e7cbd; }

.stat-detail {
  font-weight: 900;
  color: #4f4c4d; }
  .stat-detail.blue {
    color: #2e7cbd; }

.home-link {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #c5c5c5;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e7cbd;
  cursor: pointer;
  opacity: 0; }
  .no-svg .home-link {
    display: none; }

.instructions-link {
  position: absolute;
  bottom: 50%;
  left: 10px;
  background: #c5c5c5;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e7cbd;
  cursor: pointer;
  opacity: 1;
  width: 137px;
  text-align: center; }
  .no-svg .instructions-link {
    display: none; }

.news-header {
  padding-left: 10px;
  padding-top: 8px; }

.news-panel {
  border-top: 1px solid #b4b4b4;
  overflow: hidden;
  background: #c7c7c7;
  position: absolute;
  top: 30px;
  left: 10px;
  right: 0px;
  bottom: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 20px;
  -webkit-overflow-scrolling: touch; }

.small-device .details-india, .small-device .details-maharashtra, .small-device .details-mexico, .small-device .details-mexico-city {
  border-top: 1px solid #b4b4b4;
  margin-top: 20px;
  padding: 10px; }

.news-item {
  border-bottom: 1px solid #b4b4b4;
  padding: 10px 0px; }
  .news-item p {
    margin: 5px 0px;
    font-size: 12px; }

.v-m {
  vertical-align: middle; }

.news-feed a {
  color: #5a5758; }

.news-title {
  font-weight: 700;
  color: #464646; }

.news-meta {
  color: #918f8f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700; }
  .no-svg .news-meta {
    display: none; }

.news-detail {
  color: #5a5758;
  font-size: 13px; }

.home-breadcrumb {
  cursor: pointer; }

.maharashtra-breadcrumb {
  opacity: 0;
  visibility: hidden; }

.timeline-header {
  background: #000 !important; }

.stats-map {
  position: relative; }

.india-maharashtra-map-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }
  .india-maharashtra-map-stats img {
    display: block;
    width: 100%; }

.stats-map-trigger {
  position: absolute;
  left: 0;
  right: 0;
  height: 25%;
  top: 0;
  display: block;
  opacity: 0.1;
  z-index: 1000; }
  .stats-map-trigger.two {
    top: 25%; }
  .stats-map-trigger.three {
    top: 50%; }
  .stats-map-trigger.four {
    top: 75%; }

*[href^="#"] {
  cursor: pointer; }

.stat-further-info {
  display: none; }

.useful-links a, .useful-links:visited a, .useful-links:hover a {
  color: #575757; }

.app-wrap .featherlight-content .fip-title {
  font-size: 26px;
  font-weight: 300;
  color: #2e7cbd; }

.app-wrap .featherlight-content p {
  margin-bottom: 10px; }

element.style {
  display: block; }

@media all {
  .featherlight:last-of-type {
    background: #2E7CBD;
    background: rgba(84, 124, 189, 0.9); } }

.featherlight {
  position: absolute; }

.featherlight .featherlight-content {
  vertical-align: top; }
  @media all {
    .featherlight .featherlight-content {
      margin-top: 60px;
      vertical-align: top;
      max-width: 500px; } }

area {
  outline: none;
  cursor: pointer; }

.mexico-city .page-mexico .instructions-link {
  opacity: 0; }

.maharashtra .page-india .instructions-link {
  opacity: 0; }

.mexico-city .page-mexico .instructions-link {
  opacity: 0; }

[id^="world-select-"] {
  cursor: pointer; }

.details-mexico {
  max-height: 500px;
  overflow: hidden; }

.details-mexico-city {
  max-height: 0px;
  overflow: hidden; }

.package-title {
  padding: 5px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }
  .package-title span {
    color: #2e7ebe; }

.package-title-subtitle {
  padding: 5px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e7cbd;
  color: #5c5c5c;
  margin-top: 0px;
  padding-top: 0px;
  cursor: pointer; }

.home-breadcrumb-india {
  color: #2e7cbd; }

.home-breadcrumb-mexico {
  color: #2e7cbd; }

.home-breadcrumb-maharashtra {
  color: #659ecb; }

.home-breadcrumb-mexico-city {
  color: #659ecb; }

.details-mexico-city-text {
  color: #575757;
  font-size: 13px;
  font-weight: 100;
  margin-right: 10px !important; }
  .details-mexico-city-text strong {
    font-weight: 700; }

.details-mexico-city-list {
  padding-left: 1.2em;
  margin-bottom: 10px !important;
  font-size: 13px;
  margin-top: 0px;
  color: #575757; }

.home-page.dt {
  color: #85aed6; }

.news-item a {
  color: #5c5c5c; }
