.pane-map-full .semi-interactive-map-wrapper.media-resizable-wrapper {
  padding-top: 0;
  height: auto;
}
.pane-map-full .media-resizable-wrapper .media-resizable-element {
  position: relative;
}
.pane-map-full .media-resizable-wrapper .map-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.pane-map-full .media-resizable-wrapper .map-wrap .map {
  height: 640px;
  width: 100%;
}
.pane-map-full .map-data {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.pane-map-full .map-option-wrapper {
  background-color: white;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.pane-map-full .map-option-wrapper h2 {
  color: #132856;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 0 0 1.5rem;
}
.pane-map-full .country-list-wrapper {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.pane-map-full .map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pane-map-full .eiti-map-wrapper .legend {
  margin-bottom: 2.25rem;
  width: 100%;
}
.pane-map-full .eiti-map-wrapper .legend h2 {
  padding-top: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .pane-map-full .eiti-map-wrapper .map-option-wrapper .map-option-widget > li {
    padding: 0 0 0 1.5rem;
  }
  .pane-map-full .eiti-map-wrapper .map-option-wrapper .map-option-widget li,
  .pane-map-full .eiti-map-wrapper .map-option-wrapper .map-option-widget li.simple,
  .pane-map-full .eiti-map-wrapper .map-option-wrapper .map-option-widget li .map-option-items li {
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: none;
    width: 100%;
  }
  .pane-map-full .eiti-map-wrapper .map-option-wrapper .map-option-widget li:before {
    top: 7px;
  }
  .pane-map-full .eiti-map-wrapper .map-option-wrapper .map-option-widget li .map-option-items li.active:before,
  .pane-map-full .eiti-map-wrapper .map-option-wrapper .map-option-widget li.simple.active:before {
    top: 5px;
  }
}
@media (max-width: 768px) {
  .pane-map-full .eiti-map-wrapper .country-list-wrapper {
    max-width: 100%;
  }
  .pane-map-full .eiti-map-wrapper .country-list {
    border-bottom: none;
    margin-bottom: inherit;
  }
}
@media (max-width: 667px) {
  .pane-map-full .eiti-map-wrapper .map-option-wrapper ul ul {
    margin-top: inherit;
    width: 100%;
    padding-left: inherit;
  }
}
/**
 * @file
 * This file contains grid system helper mixins.
 *
 * @TODO:
 *   - Add documentations and cleanup.
 */
/**
 * @file
 * This file exposes responsive design mixins.
 *
 *@TODO: Allow nesting media queries in other blocks. For 'inline' object responsive behavior.
 */
/**
 * Initialize placeholder mixins.
 */
/**
 * Render/print the mixins for the current file. The current file is the file in
 * which these responsive behavior mixins are included.
 */
@media (max-width: 51em) {
  .pane-map-full {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .pane-map-full .eiti-map-wrapper .legend {
    width: auto;
  }
  .pane-map-full .eiti-map-wrapper .map-wrap {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .pane-map-full .eiti-map-wrapper .map-wrap .resizable-map {
    border-right: none;
    border-left: none;
  }
}
@media (min-width: 51em) {
  .pane-map-full {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 50em;
  }
  .pane-map-full .eiti-map-wrapper .legend h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding-bottom: 1.5rem;
  }
  .pane-map-full .media-resizable-wrapper .map-wrap .map {
    height: 740px;
  }
  .pane-map-full .map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pane-map-full .map-data {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 2.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .pane-map-full .map-option-wrapper {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .pane-map-full .map-option-wrapper h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .pane-map-full .map-option-widget {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 51em) and (max-width: 76em) {
  .pane-map-full {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 50em;
  }
}
@media (max-width: 76em) {
  .pane-map-full .eiti-map-wrapper .map-option-widget {
    display: block;
  }
}
@media (min-width: 76em) {
  .pane-map-full {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 75em;
  }
}
/**
 * @file
 * Misc helpers and shortcuts
 */
/*
 * Border radius.
 *
 * @see: http://border-radius.com
 * @see: http://caniuse.com/#feat=border-radius
 * @see: http://www.w3.org/TR/css3-background/#corners
 */
/*
 * Box sizing.
 *
 * @see: http://caniuse.com/#feat=css3-boxsizing
 * @see: http://www.w3.org/TR/css3-ui/#box-sizing
 */
/*
 * User select.
 * @see: http://caniuse.com/#feat=user-select-none
 * @see: https://drafts.csswg.org/css-ui-4/#content-selection
 * @see: https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
 *
 * NOTE: This feature is non-standard!
 */
/*
 * CSS Transitions.
 *
 * @see: http://caniuse.com/#feat=css-transitions
 * @see: https://drafts.csswg.org/css-transitions-1
 * @see: https://drafts.csswg.org/css-transitions-1/#animatable-css
 */
/*
 * 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 are clearfixed.
 * 2. The use of 'table' rather than 'block' is only necessary if using
 *    ':before' to contain the top-margins of child elements.
 *
 * @see: http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither
 * @see: http://nicolasgallagher.com/micro-clearfix-hack
 * @see: http://www.satzansatz.de/cssd/onhavinglayout.html
 * @see: http://quirksmode.org/css/css2/display.html
 */
/*
 * Generates text-removing properties for use in image replacement. Does not
 * specify the background image (or it's positioning) itself - this needs to be
 * specified manually (or use one of the sprite mixins, if appropriate):
 *
 * 1. Opera requires some special treatment (!important) in order for the color to be overridden.
 * 2. Webkit seems not to respect width:0 on submit buttons, but font:0 does the trick.
 *
 * @TODO: Needs work!!!
 *
 * @see: http://css-tricks.com/examples/ImageReplacement
 * @see: http://www.ampsoft.net/webdesign-l/image-button.html
 * @see: https://github.com/h5bp/html5-boilerplate/issues/1108
 * @see: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 */
/*
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 *
 * @see: DRUPAL .element-invisible {}
 */
/*
 * Apply single color to anchor tags.
 */
