/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  background: linear-gradient(0deg, rgba(0, 167, 250, 0.4), rgba(175, 221, 245, 0.4));
  min-height: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.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.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.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:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

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

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.background-container {
  background-image: url("../img/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0px;
}
.background-container .container-wrapper{
  /*background: linear-gradient(0deg, rgba(0, 167, 250, 0.4), rgba(175, 221, 245, 0.4));*/
  padding-bottom: 0px;
}

/*.background-container:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  background-color: #ddedf5;*/
/*  z-index: -1;*/
/*}*/

.background-container .map-text {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  white-space: normal;
}

.background-container .map-text h2 {
  margin-top: 50px;
  font-size: 50px;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  color: #19a653;
}

.background-container .map-text p {
  color: #006ba7;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.background-container .map-legend {
  margin-bottom: 50px;
}

.background-container .map-legend ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.background-container .map-legend ul li {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  color: #424242;
}

.background-container .map-legend ul li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  bottom: -3px;
  margin-right: 10px;
}

.background-container .map-legend ul li.green {
    color: #F89128;
    display: block;
    height: 65px;
    font-size: 24px;
}


.background-container .map-legend ul li.green:before {
  background-image: url("../img/star.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -11px;
  width: 40px;
  height: 40px;
}

.background-container .map-legend ul li.grey:before {
  background-color: #b3b3b3;
}

.background-container .map-legend ul li.blue:before {
  background-color: #02a74f;
}

.background-container .map-legend ul li.orange:before {
  background-color: #f89128;
}

.point-wrapper {
  background-color: white;
  min-width: 800px;
}

@media only screen and (max-width: 991px) {
  .highcharts-label.highcharts-tooltip {
    left: 50% !important;
  }
}

@media only screen and (max-width: 991px) {
  .highcharts-label.highcharts-tooltip > span {
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 991px) {
  .point-wrapper {
    min-width: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .point-wrapper {
    min-width: 350px;
  }
}

.point-wrapper .point-wrapper-header {
  background-color: #19a653;
  padding: 20px 75px 20px 26px;
}
.point-wrapper .point-wrapper-header .point-category {
  margin-top: 0;
  color: #fff;
}
.point-wrapper .point-wrapper-header hr{
  background-color: #ffffff;
}
.point-wrapper .point-wrapper-header .point-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding-right: 50px;
}
.point-wrapper .point-wrapper-header .point-subtitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.point-wrapper .point-wrapper-content {
  white-space: normal;
  padding: 10px 20px 45px 75px;
}
.point-wrapper .point-wrapper-content p {
  margin-top: 0;
  font-size: 14px;
}

.point-wrapper .point-wrapper-content .point-organizations {
  position: relative;
}
.point-wrapper .point-wrapper-content .point-organizations .image-building {
  background-image: url("../img/Org_icon.svg");
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -50px;
  top: 1px;
}

.point-wrapper .point-wrapper-content .point-organizations .color {
  color: red;
}

.point-wrapper .point-wrapper-content .point-solutin-impact .image-light {
  background-image: url("../img/Solution_icon.svg");
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -50px;
  top: 1px;
}

.point-wrapper .point-wrapper-content .point-organizations .color#b3b3b3 {
  filter: invert(88%) sepia(0%) saturate(551%) hue-rotate(197deg) brightness(85%) contrast(81%);
}

.point-wrapper .point-wrapper-content .point-solutin-impact {
  position: relative;
}
.point-wrapper .point-wrapper-content i {
  position: absolute;
  font-size: 40px;
  left: -50px;
  top: 5px;
}
.point-wrapper .point-wrapper-content .read-more a {
  color: #f69137;
}
.highcharts-tooltip .highcharts-label-box.highcharts-tooltip-box {
  stroke-width: 0;
  stroke: transparent;
  fill: none;
}

.highcharts-label.highcharts-tooltip {
  pointer-events: all !important;
}

.point-wrapper .point-wrapper-header .point-close {
  width: 40px;
  border-radius: 40px;
  position: absolute;
  border: 1px solid white;
  text-align: center;
  padding: 8px 0;
  right: 10px;
  top: 0;
}
.point-wrapper .point-wrapper-header .point-close a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.highcharts-subtitle {
  max-width: 1070px;
  padding: 0 25px;
}


#container {
  max-width: 100%;
  height: 1200px;
  margin: 0 auto;
}

.close-tooltip {
  top: -9999px !important;
  opacity: 0 !important;
  cursor: default !important;
  visibility: hidden !important;
}

.point-wrapper-short .point-section {
  display: none;
}

.point-wrapper-short .point-category,
.point-wrapper-short .point-organizations,
.point-wrapper-short .point-solutin-impact,
.point-wrapper-short .point-wrapper-header hr {
  display: none !important;
}

.point-wrapper-short .point-section {
  display: block;
  margin-top: 25px;
}

.highcharts-credits {
  display: none !important;
}

.highcharts-name-yukon, .highcharts-name-northwest-territories, .highcharts-name-nunavut {
  fill: #8CC0DE !important;
}

