/* ========================================================================    
 
  theme.css
  ------------
 
  Contains site-wide variables used to configure styles
 
  ======================================================================== */
/* Fonts */
/* ------------------------------------------------------------------------
 
  Layout Related 
 
  ------------------------------------------------------------------------ */
/* Site content */
/*@site-content-padding-side: 8px;*/
/* ------------------------------------------------------------------------
 
  Theme colors
 
  ------------------------------------------------------------------------ */
/* Colors */
/* Site colors */
/* Background / color of page */
/*@site-content-background: #f4f4f4 url(../img/bg.gif);GM */
/*@site-content-textshadow: @text-shadow-white;*/
/* =======================================
 
  Page elements 
 
  =======================================
/* ---------------------------------------
  Links
  --------------------------------------- */
/* ---------------------------------------
 
  Site Nav Links
 
  -------------------------------------- */
/* Hover */
/*@site-nav-link-hover-textshadow: @text-shadow-black;*/
/* Active (currently selected) links */
/* Click event (when a link is clicked, when it has the :active selector) */
/* Background when user clicks on a link */
/* ========================================================================
 
  Buttons 
   Optionally change button style here
 
/* ======================================================================== */
/* Dark buttons */
/* ------------------------------------------------------------------------
 * 
 * Mixins
 *  Provides reusable functionality
 *
 * ------------------------------------------------------------------------ */
/* LAYOUT */
/* Common properties */
/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  text-shadow: 0 1px 1px #000000;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 2px 14px;
  margin: 0;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  /* background-color: #ffffff; */
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.modal {
  /* 
  position: fixed;
  top: 10%;
  left: 34%;
  z-index: 11050;
  width: 76%;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
 */
/*   border: 1px solid #999; */
  /* border: 1px solid #c5c5c5; */
  /* IE6-7 */
  /* 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
 */
  /*-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);*/
  /* 
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
 */
  position: fixed;
  top: 10%;
  z-index: 11050;
  width: 90%;
  /* background-color: #FFF; */
  background-color: #f9f9f9;
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
  border-radius: 3px;
  background-clip: padding-box;
  outline: medium none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  left: 50%;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  font-family: Mako, sans-serif;
  /* margin-left: -50%; */
}
/* for help screen */
.modal-full {
  position: fixed;
  top: 0%;
  bottom: 100%;
  z-index: 11050;
  width: 100%;
  height: 100%;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  padding-bottom:20px;
  /* border-bottom: 1px solid #eee; */
}
.modal-header .close {
  margin-top: 2px;
  position: absolute;
  right: 8px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  /* max-height: 400px; */
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* HELP */
#helpContent {
  width: 100%;
  height: 100%;
}
.helpContentItem {
  position: absolute;
  min-width: 75px;
  max-width: 220px;
  font-size: 0.8em;
  background-color: #F5F5C8;
  font-family: 'Mako', sans-serif;
  border: 1px solid #D6D696;
  padding: 9px;
}
.helpContentItem h5 {
  font-family: 'Mako', sans-serif;
  font-size: 1em;
}
.helpContentItem a {
  padding: 0;
}
.modal-full {
  pointer-events: none;
}
/* END HELP */
.dropup,
.dropdown {
  position: relative;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('../font/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
}
li[class^="icon-"],
li[class*=" icon-"] {
  display: block;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}
li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before,
li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
  text-indent: -1.33333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
/* ========================================================================    
 *
 * Base Element Styles 
 *
 * Contains style definitions for base elements (essentially, a reset)
 *
 * ======================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  background: #ffffff;
  color: #2c2d32;
  font-family: 'Bitter', Arial, Verdana, sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-shadow: 0;
  -webkit-font-smoothing: antialiased;
}
p {
  margin: 0;
  padding: 0;
}
/* --------------------------------------
 * Links
 * -------------------------------------- */
a {
  color: #3f8ad4;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  font-family:Mako, sans-serif; /* gm 160803 */
}
a:hover {
  color: #A28167;
  text-decoration: underline;
}
/* --------------------------------------
 * Headers 
 * -------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
#header {
  font-family: 'Bitter', Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
	letter-spacing: -0.5px; /* 202007 */
}
h1 {
  font-family: 'Bitter', Arial, Verdana, sans-serif;
  font-size: 2em;
  font-weight: bold;
}
h2 {
  font-size: 1.7em;
  font-weight: bold;
}
/* --------------------------------------
 * Pre (for code) 
 * -------------------------------------- */
pre,
.code-style,
#engine-log {
  /* 
    background:#383838;
    border:1px solid #111111;
    color:#ffffff;
    font-size:1em;
    font-family:'Ubuntu Mono', monospace, sans-serif;
    padding:5px;
    text-shadow: 0 0 1px @color-black !important;
 */
  /* gm 150724 */
  background: #F8F8F8 none repeat scroll 0% 0%;
  border: 1px solid #D4D1D1;
  color: #292929;
  font-size: 0.9em;
  overflow: hidden;
  font-family: "Ubuntu Mono", monospace, sans-serif;
  padding: 7px;
}
/* --------------------------------------
 * Lists 
 * -------------------------------------- */
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* --------------------------------------
 * Divs 
 * -------------------------------------- */
div {
  text-overflow: ellipsis;
}
/* --------------------------------------
 * Inputs
 * -------------------------------------- */
form {
  margin: 0 !important;
  padding: 0 !important;
}
input[type='text'],
input[type='email'],
input[type='number'],
input[type='submit'],
input[type='password'],
input[type='search'],
input[type='datetime'],
input[type='time'],
textarea,
select {
  -moz-box-shadow: 0 1px 4px #e0e0e0 inset;
  -webkit-box-shadow: 0 1px 4px #e0e0e0 inset;
  box-shadow: 0 1px 4px #e0e0e0 inset;
  border: 1px solid #a0a0a0;
  color: #2c2d32;
  font-family: 'Bitter', Arial, Verdana, sans-serif, Arial, Verdana, sans-serif;
  font-size: 1em;
  padding: 2px;
}
input:focus,
textarea:focus {
  -moz-box-shadow: 0 0 10px #42607a !important;
  -webkit-box-shadow: 0 0 10px #42607a !important;
  box-shadow: 0 0 10px #42607a !important;
  border: 1px solid #324d62;
}
/*Placeholder style*/
::-webkit-input-placeholder {
  color: #ababab;
}
:-moz-placeholder {
  color: #ababab;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
textarea,
pre,
.code {
  font-family: 'Ubuntu Mono', monospace;
}
/* ========================================================================    
 *
 * Buttons
 *
 * ======================================================================== */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  /*background-color: #f5f5f5;

  background-repeat: repeat-x;
  .background-gradient(#ffffff, #e0e0e0, top);*/
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  /*box-shadow: 0 0px 4px rgba(0,0,0,.5) inset,
                0 0 14px rgba(0,0,0,.6) inset !important;*/
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #808080 !important;
  cursor: pointer;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
/* ========================================================================    
 *
 * layiut.css
 * ------------
 *
 * Main CSS style file, applied to all pages
 *
 * ======================================================================== */
/*Font awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('../font/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ========================================================================    
 *
 *                              LAYOUT
 *
 * ======================================================================== */
#site-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* ========================================================================    
 *
 * Top Nav / Logo
 *
 * ======================================================================== */
/* Top Nav Bar / logo */
/*@site-logo-width: 170px;*/
/* nav-link-width should be (100 divided by total number of links) */
/* @nav-link-width: 20%;  */
/*four links  */
#site-top-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
  /* letter-spacing: 0.1em; */ /* 202007 */
  height: 38px;
  /* 
added z-index in so buttons wouldnt be covered
    by site-wrapper (which meant everything was in front)
 */
  z-index: 1000;
}
/* Logo */
#site-logo {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /* For more drop shadow, but causes it to resemble a clicked button
        .box-shadow-inset(0,0, 10px, #232323);
        */
  -webkit-box-shadow: 0 -1px 4px #232323 inset;
  -moz-box-shadow: 0 -1px 4px #232323 inset;
  box-shadow: 0 -1px 4px #232323 inset;
  background: #232323 url(../img/cartographer_dark.png);
  border-bottom: 1px solid #808080;
  color: #f0f0f0;
  padding: .1em 0 0 0;
  right: auto;
  text-align: center;
  text-shadow: 0 1px 2px #2c2d32;
/*   width: 140px; */
}
#site-logo h1 {
  font-size: 1.3em;
}
/* Site nav */
#site-nav-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /* background: #cdcdcd; */
  background: #f3f3f3;
  /* gm 150701 to lighten */
  font-family: 'Mako', Arial, Verdana, sans-serif;
  left: 140px;
  overflow: auto;
}
#site-nav-wrapper ul,
#site-nav-wrapper li {
  /*  .background-gradient(#d4d4d4, #bcbcbc, top);*/
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-nav-wrapper li {
  /* border-right: @site-nav-link-border; */
  border-right: 0px none #fff;
  /* gm 150701 to lighten */
  border-left: 1px solid #909090;
  border-bottom: 1px solid #a0a0a0;
  cursor: pointer;
  display: block;
  color: #666666;
  font-size: 0.8em;
  letter-spacing: 0.5px;
  /* gm */
  float: left;
  padding: 0.7em 1% 0 1%;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
}
#site-nav-wrapper li.active {
  color: #333333;
  background: #ffffff;
  border-right: 1px solid #909090;
  border-bottom: none;
  border-right: none;
}
/* Hover / click events */
#site-nav-wrapper li:hover {
  /*  .background-gradient(#fdfdfd, #e6e9ec, top);*/
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #ffffff;
  color: #2c2d32 !important;
  /* 0 0 -1px #ffffff !important;*/
  color: #f0f0f0;
  border-bottom-style: 1px none #fff;
  text-shadow: 0;
}
#site-nav-wrapper li:active {
  /*  .background-gradient(#d4d4d4, #bcbcbc, bottom);*/
  color: #2c2d32 !important;
  text-shadow: 0 1px 2px #ffffff;
}
/* ========================================================================    
 *
 * Site Content
 *
 * ======================================================================== */
#site-content-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  left: 0px;
  right: 0px;
  top: 38px;
}
.page {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.site-content-no-nav {
  top: 0px !important;
  background: none !important;
}
/* ========================================================================    
 * Headline Area
 * ======================================================================== */
/* Headline */
/*@headline-height: 85px; */
/*GM-MOD*/
#headline-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
  left: 0px;
  height: 75px;
  right: 0px;
}
#headline {
  padding: .5em 0 0 0;
}
#headline-info-short {
  text-align: center;
  /* gm 150724  - overriding in 1200+*/
}
/* GM MOD */
.site-content-no-nav #headline-wrapper {
  left: 160px;
  /*  !important	; */
}
.page h2 {
  text-align: center;
  /* gm 150724  - override this in 1200+*/
    letter-spacing:-0.5px;
}
.page h4 {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
#page-sources p, #page-see-more p{
  font-size: 0.8em;
  line-height: 1.6;
}
#site-logo {
  width: 140px;
}
#site-nav-wrapper {
  /*left: 200px;
	GM-MOD
	left:140px;*/
  left: 140px;
}
#site-nav-wrapper li {
  /* width: 25%; */
  width: 20%;
  /*GM-MOD*/
  font-size: 0.75em;
}
/* Top */
#site-nav .see-more {
  /* display: none !important; */
}
/* Content */
#site-content-wrapper {
  left: 2px;
  right: 2px;
}
#headline-wrapper {
  left: 2px;
  /*GM-MOD*/
  left: 10px;
  right: 2px;
}
/* ========================================================================    
 *
 * Map Wrapper / Content Element
 *
 * ======================================================================== */
#viz-container {
  /* .absolute-full-layout; */
  /* disabled this 150612 to make relative */
  /* need to do this in responsive pages too */
  position: absolute;
  bottom: 1%;
  left: 0px;
  right: 0px;
  top: 75px;
  z-index: 3000;
}
#content-elements-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  /* original setting - why so much padding on top and sides? -GM 
        padding: @buttons-wrapper-height + 12px .2em .2em .2em;
	 	 padding: 46px 0.2em 0.2em 0.2em;*/
  padding: 0;
  /*Goes below layer button */
  z-index: 3000;
}
/* ========================================================================    
 * Popup
 * ======================================================================== */
#popup-container-wrapper {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
#popup-container {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.9);
  border: 1px solid #ABABAB;
  bottom: 10%;
  left: 20%;
  position: absolute;
  right: 20%;
  top: 15%;
  z-index: 999;
}
#popup-container-inner {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  background: #eeeeee;
  border: 1px solid #ffffff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#popup-container-wrapper h2 {
  padding: 10px 0 0 5px;
}
#popup {
  border: 1px solid #bcbcbc;
  bottom: 0;
  left: 0;
  margin: 5px;
  position: absolute;
  right: 0;
  top: 100px;
}
/* ========================================================================    
 *
 * REUSABLE CLASSES 
 *
 * ======================================================================== */
.align-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.center-image {
  display: block;
  text-align: center;
}
.clear {
  clear: both;
}
.hidden-element {
  display: none;
}
.visibility-none {
  opacity: 0;
}
.email {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.font-small {
  font-size: .9em;
}
.grey-text {
  color: #aeaeae;
  text-shadow: 1px 1px 0 #ffffff;
}
.grey-text a {
  color: #909090;
}
.grey-text a:hover {
  color: #707070;
  text-decoration: underline;
}
.margin-top {
  margin: 4em 0 0 0;
}
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
/* ========================================================================    
 *
 * Map Action Buttons ( Map Content Option Buttons )
 *
 * ======================================================================== */
/*@buttons-wrapper-padding-top: 8px;*/
/* wanted to disable this  GM */
#map-layer-buttons-wrapper {
  display: none;
}
#map-layer-buttons-wrapper,
#map-temporal-layer-switchers {
  /*height: @buttons-wrapper-height;*/
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  /*If supported, will allow map movement in non info box areas*/
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 9px;
  white-space: nowrap;
  z-index: 8000;
}
/* Note - this is a ul element */
#map-layer-buttons-wrapper #map-layer-buttons,
#map-layer-buttons-wrapper-carousel #map-layer-buttons {
  clear: left;
  /*height: @buttons-wrapper-height - 4; GM */
  min-height: 35px;
  /*GM-MOD*/
  max-height: 120px;
  /*GM-MOD*/
  float: left;
  left: 50%;
  position: relative;
  text-align: center;
}
/* GM ADD - rotating nav button for small screens */
#map-layer-buttons-wrapper-carousel {
  left: 0;
  margin: 0 auto;
  top: 1%;
  z-index: 9000;
  swidth: 100%;
  display: none;
  overflow: hidden;
  /*If supported, will allow map movement in non info box areas*/
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 9px;
  white-space: nowrap;
  z-index: 8000;
}
/* ---------------------- G ADD -----------------------*/
/* Left / right arrows for main layer switcher GM */
.map-switcher-left-button,
.map-switcher-right-button {
  font-size: 0.9em;
  sheight: 48px;
  height: 100%;
  sposition: absolute;
  min-width: 0 !important;
  display: block;
  stop: 7px;
  width: 26px;
}
.map-switcher-left-button {
  float: left;
}
.map-switcher-right-button {
  float: right !important;
}
/* ---------------------- END G ADD -----------------------*/
/* Note - these are li elements */
.map-layer-button {
  /* GM disabled 150611 */
  border: 1px solid #a0a0a0;
  background-image: -moz-linear-gradient(bottom, #d0d0d0, #f7f7f7);
  background-image: -ms-linear-gradient(bottom, #d0d0d0, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d0d0d0), to(#f7f7f7));
  background-image: -webkit-linear-gradient(bottom, #d0d0d0, #f7f7f7);
  background-image: -o-linear-gradient(bottom, #d0d0d0, #f7f7f7);
  background-image: linear-gradient(bottom, #d0d0d0, #f7f7f7);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 0 0px #101010;
  -moz-box-shadow: 0 0 0px #101010;
  box-shadow: 0 0 0px #101010;
  display: block;
  float: left;
  cursor: pointer;
  font-size: .8em;
  /* GM */
  min-width: 140px;
  pointer-events: all;
  position: relative;
  right: 50%;
  /* GM-MOD */
  /*.background-gradient(#d0d0d0, #f7f7f7, bottom);
        .box-shadow(0,0,8px,#707070);*/
  /* height: 100%; GM */
  /*font-weight: bold;*/
  /* GM ADD 150611 from wildfires.css */
  background-image: -webkit-linear-gradient(bottom, #efefef, #f7f7f7);
  height: 24px;
  border: 1px solid #ccc;
  color: #666;
  /* GM-MOD */
  font-family: 'Mako', Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.map-layer-button:hover {
  /* Can also try .button-hover(); */
  /*.background-gradient(#4789df, #2a67d1, top); */
  background-image: -moz-linear-gradient(top, #cccccc, #666666);
  background-image: -ms-linear-gradient(top, #cccccc, #666666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#666666));
  background-image: -webkit-linear-gradient(top, #cccccc, #666666);
  background-image: -o-linear-gradient(top, #cccccc, #666666);
  background-image: linear-gradient(top, #cccccc, #666666);
  background-repeat: repeat-x;
  /* GM */
  /*.box-shadow(0,0,8px, #101010);*/
  -webkit-box-shadow: 0 0 1px #101010;
  -moz-box-shadow: 0 0 1px #101010;
  box-shadow: 0 0 1px #101010;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 0;
  /**/
}
/* active button */
.map-layer-button:active,
.map-layer-button.active {
  /* or .button-active(); */
  /*box-shadow: 0 0px 5px rgba(0,0,0,.4) inset,
                0 0 14px rgba(0,0,0,.4) inset !important;*/
  /*  .background-gradient(#2a67d1,#4789df, top);*/
  background-image: -moz-linear-gradient(top, #cccccc, #666666);
  background-image: -ms-linear-gradient(top, #cccccc, #666666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#666666));
  background-image: -webkit-linear-gradient(top, #cccccc, #666666);
  background-image: -o-linear-gradient(top, #cccccc, #666666);
  background-image: linear-gradient(top, #cccccc, #666666);
  background-repeat: repeat-x;
  /* GM */
  border: 1px solid rgba(0, 30, 60, 0.6);
  cursor: pointer;
  color: #ffffff !important;
  text-shadow: 0 !important;
}
#map-layer-buttons .map-layer-button .inner {
  padding: 6px 20px;
  spadding: 3% 5%;
  /*GM-MOD*/
  padding: 0% 7%;
  /*GM-MOD*/
  sheight: 100%;
  line-height: 200%;
  sfont-size: .7em;
  text-align: center;
  svertical-align: bottom;
  /*GM-MOD*/
  overflow: hidden;
  /*GM-MOD*/
  text-overflow: ellipsis;
  /*GM-MOD*/
}
/* Taken from wildfires.css */
.map-layer-button-round {
  background-image: -webkit-linear-gradient(bottom, #efefef, #ffffff);
  height: 24px;
  border: 1px solid #A09999;
  margin: 3px;
  color: #ABABAB;
  width: 23px;
  border-radius: 50px;
  padding-top: -4px;
  font-weight: bold;
  margin-top: 2px;
  baseline-shift: super;
  font-size: 1em;
  padding-bottom: 16px;
}
.map-temporal-left-button {
  background: none;
  margin-left: 8px;
  height: 24px !important;
}
.map-temporal-right-button {
  background: none;
  margin-right: 8px;
  height: 24px !important;
}
/* ========================================================================    
 *
 * Layer Switchers
 *
 * ======================================================================== */
/* ========================================================================    
 * Temporal
 * ======================================================================== */
/*@temporal-layer-switcher-height: 68px;*/
/*@temporal-layer-switcher-height: 55px;*/
#map-temporal-layer-switchers {
  pointer-events: none;
  height: 44px;
  left: 0%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0%;
  text-align: center;
  /*top: @buttons-wrapper-height + @buttons-wrapper-padding-top;*/
  top: 0px;
  /* THIS WAS FOR WILDFIRES  top:10px;  */
  /* GM */
  /* min-width:440px; */
  /* GM */
  /* re-disabled 150625 gm */
  white-space: nowrap;
  z-index: 8000;
}
.map-temporal-layer-switcher-container {
  height: 100%;
  width: 100%;
  /* gm 150624 */
  /* left: 54%; */
  left: 50%;
  /* gm 150624 */
  transform: translate(-50%, 0);
  /* gm 150624 */
  -webkit-transform: translate(-50%, 0);
  position: absolute;
}
/* Wrapper for the layer switcher */
.map-temporal-layer-switcher-wrapper {
  /*  .background-gradient(#e0e0e0, #ffffff, bottom);*/
  /* had disabled this for wildfires */
  /* .box-shadow(0,0,1px,#707070);*/
  background-color: #fff;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border: 1px solid #a0a0a0;
  border-top: 0px solid #a0a0a0;
  height: 100%;
  /*  left: -54%; */
  left: 50%;
  /* gm 150624 */
  transform: translate(-50%, 0);
  /* gm 150624 */
  -webkit-transform: translate(-50%, 0);
  pointer-events: all;
  position: relative;
  width: 580px;
}
/* Layer switcher area itself - contains all the buttons */
/*@layer-switcher-top: 16px;*/
.map-temporal-layer-switcher {
  height: 30px;
  left: 30px;
  position: absolute;
  right: 30px;
  top: 4px;
}
/* All layer button */
/* Layer switcher area itself - contains all the buttons */
.map-temporal-layers-all {
  position: absolute;
  min-width: 0 !important;
  right: 0;
  padding: 4px 0 0 0;
  width: 48px;
}
/* Left / right arrows */
.map-temporal-left-button,
.map-temporal-right-button {
  font-size: 1.1em;
  /*height: @layer-switcher-height + 18;*/
  height: 18px;
  position: absolute;
  min-width: 0 !important;
  /*padding: 6px 0 0 0;*/
  padding: -19px 0 0 0;
  top: 4px;
  /*top: @layer-switcher-top - 9;*/
  width: 26px;
}
.map-temporal-left-button {
  left: 4px;
}
.map-temporal-right-button {
  right: 4px;
}
/* ----------------------------------
     * Dynamic Layer Buttons
     * ---------------------------------- */
.map-temporal-layers {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  right: 48px;
  z-index: 8020;
}
.temporal-layer-switcher-items {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.temporal-layer-switcher-items .map-layer-button {
  height: 20px;
  min-width: 14px;
  right: auto;
}
/* Give active and hover buttons a slight height */
.map-temporal-layer-switcher .map-layer-button.active,
.map-temporal-layer-switcher .map-layer-button:hover,
.map-temporal-layer-switcher .map-layer-button:active {
  /* height: @layer-switcher-height + 10px; */
  height: 20px;
  /*padding: 10px 0 0 0 ;
             top: -10px; GM */
}
/* Show / hide button */
.map-temporal-layer-switcher-show-hide {
  color: #909090;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* ========================================================================    
 *
 * Map Info Boxes (Legend, Text boxes, etc)
 *
 * ======================================================================== */
/*Determines how high the boxes can go */
/* @map-info-box-item-wrapper-height: 160px; */
/* see also responsive less files*/
/* gm change 150423*/
#map-info-box-items-wrapper-full {
  /* Located in bottom right of page */
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /* NOTE: This is shown for high resolutions, and the small div is hidden */
  display: block;
  height: 190px;
  left: auto;
  margin-left: 6px;
  overflow: auto;
  /*If supported, will allow map movement in non info box areas*/
  pointer-events: none;
  width: 100%;
  /* gm add 150827 to make sure 3 can fit */
  top: auto !important;
  /* NOTE: Width here is set in JS by the number of map items */
  z-index: 9000;
}
/* Individual map info boxes (e.g., legend) */
#map-info-box-items-wrapper-full .map-info-box-item-wrapper {
  float: right;
  height: 100%;
  margin: 0 6px;
  /* min-width: 340px; */
  min-width: 250px;
  /* gm 150827 to allow three */
  width: 30%;
  /* gm 150827 to allow three */
  position: relative;
}
/* Tab - header */
/* took out id on 150623 gm to be able to ape styles outside of this box */
/*#map-info-box-items-wrapper-full */
.map-info-box-item-header-wrapper {
  /*.background-gradient(#ededed, @map-info-box-bg-color, top);*/
  background-color: #fff;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  cursor: pointer;
  /*color: rgba(0,0,0,0.3);*/
  color: #666666;
  /* gm */
  font-size: 0.8em;
  height: 31px;
  position: absolute;
  pointer-events: all;
  text-shadow: 0 -1px 0px #ffffff;
  top: 2px;
  width: 100%;
  /* GM ADD */
  width: 120px;
  /*GM-MOD*/
  color: rgba(0, 0, 0, 0.7);
  padding: 4px 11px;
  font-family: 'Mako', Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  /* font-size:0.9em;too big! */
  font-size: 0.65em;
  /*END GM-MOD*/
  z-index: 9001;
}
/* Header when collapsed */
#map-info-box-items-wrapper-full .collapse {
  /* .box-shadow(0, 0, 12px, #232323); 
        .box-shadow(2px, 2px, 1px, #232323); */
  height: 42px !important;
  /* bottom: 0 !important; */
  bottom: 0;
  top: auto !important;
}
/* Inner header */
/* gm 150623 */
/* #map-info-box-items-wrapper-full  */
.map-info-box-item-header {
  font-size: 1;
  font-weight: bold;
  padding: 4px;
}
/* Toggle item */
/* gm 150623 */
/* #map-info-box-items-wrapper-full  */
.map-info-box-item-header-wrapper .toggle {
  color: #707070;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 4px;
  width: 20px;
}
/* Inner content */
#map-info-box-items-wrapper-full .map-info-box-item-wrapper .inner {
  /* .box-shadow(0px, 0px, 10px, #303030);
        .box-shadow(1px, 1px, 3px, #232323); */
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  border: 1px solid #a0a0a0;
  font-size: .9em;
  overflow: auto;
  padding: 4px;
  pointer-events: all;
  top: 31px;
  z-index: 9001;
  /*GM-ADD*/
  font-size: .8em;
  padding: 3px 12px 10px;
  sline-height: 150%;
  /*GM-ADD*/
  padding-top: 10px;
  font-family: 'Mako', Arial, Verdana, sans-serif;
  font-size: 0.85em;
  line-height: 135%;
}
/* ========================================================================    
 *
 * Map Info Boxes - Small layout
 *  Note - only shown when resolution is small
 * 
 * ======================================================================== */
/* 420px; */
/* gm 150805 */
#map-info-box-items-wrapper-small.collapse,
#map-info-box-items-wrapper-mini.collapse {
  /**/
  height: 30px !important;
  /* re-enabled 150807 */
  min-height: 30px;
  /* */
  /* gm attempt to minimize despite min height 150722 */
  /* min-height:70px; */
  /* to keep it on the screen on small devices */
  /* disabled again 150807 */
  /* top: 96% !important */
  /* gm change of plans 150722 - make move down rather than relying on height - need to figure out what to move back up to, or does removing class suffice? */
}
#map-info-box-items-wrapper-small,
#map-info-box-items-wrapper-mini {
  /* Located in bottom right of page */
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /*  .box-shadow(0,0,8px, #707070);*/
  /*background: @map-info-box-bg-color; */
  /* this colors rear of small panel as well */
  /*border: 1px solid rgba(0,0,0,0.4);
    _border: 1px solid #909090;*/
  /* NOTE: This is shown for lower resolutions, and the full div is hidden */
  display: none;
  height: 190px;
  left: auto;
  margin: 0;
  /* min-width: 420px; */
  min-width: 50%;
  /* gm 150805 */
  overflow: auto;
  top: auto !important;
  /* NOTE: Width here is set in JS by the number of map items */
  width: 50%;
  z-index: 9000;
  /*GM-MOD*/
  height: 30%;
  max-height: 300px;
  min-height: 200px;
  /* gm 150722 -conflicts with collapse? ok fixed it */
  /* min-height: 75px; conflicts with collapse */
}
/* Headers wrapper */
#map-info-box-items-wrapper-small .map-info-box-item-headers-wrapper,
#map-info-box-items-wrapper-mini .map-info-box-item-headers-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /*.background-gradient(#a0a0a0, #bababa, bottom);*/
  bottom: auto;
  /*border-bottom: 1px solid #a0a0a0;*/
  height: 31px;
  /* so white stroke protrudes over white body */
  overflow: hidden;
}
/* Header items - only the tab for headers, not the toggle button */
#map-info-box-items-wrapper-small .map-info-box-item-headers,
#map-info-box-items-wrapper-mini .map-info-box-item-headers {
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* Individual header */
#map-info-box-items-wrapper-small .map-info-box-item-header,
#map-info-box-items-wrapper-small .toggle,
#map-info-box-items-wrapper-mini .map-info-box-item-header,
#map-info-box-items-wrapper-small .toggle {
  /* .background-gradient(#d0d0d0, #f7f7f7, bottom);*/
  -webkit-box-shadow: 0 0 8px #707070;
  -moz-box-shadow: 0 0 8px #707070;
  box-shadow: 0 0 8px #707070;
  border: 1px solid #a0a0a0;
  display: block;
  cursor: pointer;
  height: 100%;
  float: left;
  font-weight: bold;
  font-size: .8em;
  min-width: 80px;
  padding: 4px;
  position: relative;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  /*GM-MOD*/
  /* GM */
  /*
		  background:#cdcdcd;*/
  background: #e7e7e7;
  /*gm 150611*/
  /*font-size: .7em;*/
  font-size: .65em;
  /*gm 150611*/
  text-align: center;
  /* gm color: rgba(0, 0, 0, 0.7);*/
  color: #666666;
  /* gm */
  /* color: #333; gm */
  padding: 5px 11px;
  font-family: 'Mako', Arial, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  /*END GM-MOD*/
}
#map-info-box-items-wrapper-small .map-info-box-item-header:hover,
#map-info-box-items-wrapper-small .toggle:hover {
  /* .button-blue-hover();*/
  color: #333333;
}
/* active */
#map-info-box-items-wrapper-small .map-info-box-item-header:active,
#map-info-box-items-wrapper-small .toggle:active,
#map-info-box-items-wrapper-small .active {
  /*box-shadow: 0 0px 5px rgba(0,0,0,.4) inset,
                0 0 14px rgba(0,0,0,.4) inset !important;*/
  /*  .background-gradient(#2a67d1,#4789df, top);*/
  background-image: -moz-linear-gradient(top, #cccccc, #666666);
  background-image: -ms-linear-gradient(top, #cccccc, #666666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#666666));
  background-image: -webkit-linear-gradient(top, #cccccc, #666666);
  background-image: -o-linear-gradient(top, #cccccc, #666666);
  background-image: linear-gradient(top, #cccccc, #666666);
  background-repeat: repeat-x;
  /* GM */
  border: 1px solid rgba(0, 30, 60, 0.6);
  cursor: pointer;
  color: #ffffff !important;
  text-shadow: 0 !important;
  color: #333333 !important;
  background: #fff;
  /* GM */
  border-bottom: 1px solid #ffffff !important;
  /* GM */
}
/* Toggle button */
#map-info-box-items-wrapper-small .toggle,
#map-info-box-items-wrapper-mini .toggle {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  clear: both;
  float: none;
  color: #333333 !important;
  background: #fff;
  /* GM */
  min-width: 0px;
  left: auto;
  padding: 4px 2px;
  text-align: center;
  width: 38px;
}
/* Items */
#map-info-box-items-wrapper-small .map-info-box-item-wrapper .inner,
#map-info-box-items-wrapper-mini .map-info-box-item-wrapper .inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: auto;
  padding: 10px;
  padding-top: 15px;
  font-family: 'Mako', Arial, Verdana, sans-serif;
  line-height: 150%;
}
/* Items - Container for all map info box items 
 * Hidden by default */
#map-info-box-items-wrapper-small .map-info-box-items,
#map-info-box-items-wrapper-mini .map-info-box-items {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  /* GM */
  /* GM */
  z-index: -10;
  /* GM*/
  border: 1px solid rgba(0, 30, 60, 0.6);
  /*GM-ADD*/
  font-size: .8em;
  spadding: 3px 12px 10px;
  border: 1px solid #333333;
  line-height: 150%;
  padding: 10px !important;
  top: 30px;
}
/* ========================================================================    
 *
 * OpenLayers Styles 
 *
 * ======================================================================== */
/* Layer Switcher */
.layersDiv .baseLbl,
.layersDiv .dataLbl {
  background: #f0f0f0;
  font-weight: bold;
}
/* --------------------------------------
 *
 * OPENLAYER OVERRIDES
 *
 * -------------------------------------- */
.olImageLoadError {
  /* when OL encounters a 404, don't display the pink image */
  background-color: none !important;
  display: none !important;
  opacity: 0 !important;
}
div.olControlZoom {
  left: auto !important;
  right: 34px !important;
  top: 36px !important;
}
#sub-map-wrapper div.olControlZoom {
  left: 38px !important;
  right: auto !important;
  top: 10px !important;
}
/* map.less Controls map related layout  Next and back buttons     */
#main-back-button,
#main-next-button {
  /*.box-shadow(0,0,4px,rgba(0,0,0,.4));
    border: 1px solid #a0a0a0;
    display: none;
    font-size: 2em;
    height: 200px;
    left: -5px;
    padding: 80px 0 0 0;
    position: absolute;
    top: 40%;
    width: 50px;
    z-index: 5000;*/
  display: inline;
}
#main-next-button {
  left: auto;
  right: -5px;
}
/* Map styles */
#map-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2000;
}
#map-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  background: #72b5e5;
  border: 1px solid #c0c0c0;
  bottom: 1%;
  left: 0px;
  right: 0px;
  top: 0;
  z-index: 2000;
}
#map {
  /* OpenLayers map goes here */
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
.invisible {
  opacity: 0;
  visibility: hidden;
}
/* SUB Map Layouts (For multiple maps)    When there are multiple maps, the main map-wrapper will receive a class    which updates the map's layout */
.sub-map-layout {
  left: 30% !important;
}
/* SUB Maps */
#sub-map-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  right: 71%;
}
#sub-map1-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #72b5e5;
  border: 1px solid #c0c0c0;
}
#sub-map2-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1%;
  background: #72b5e5;
  border: 1px solid #c0c0c0;
}
#sub-map1,
#sub-map2 {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* Sub map layouts */
/* Layout 1 - maps side by side, left map smaller */
.sub-map-layout1 #sub-map1-wrapper {
  bottom: 0%;
}
/* Layout 2 - two submaps (stack them on top of each other) */
.sub-map-layout2 #sub-map1-wrapper {
  bottom: 51%;
}
.sub-map-layout2 #sub-map2-wrapper {
  top: 50%;
}
/* formatting info for large format footer at bottom of page */
/* footer html appears in page_main */
#shell_footer {
  /* position:absolute; */
  /* top:850px; */
  /* top:950px; */
  display: block;
  position: relative;
  padding-top: 105px;
  left: 2%;
  width: 97%;
  color: #666;
  font-weight: 100;
  font-family: "Mako", sans-serif;
  margin-bottom: 50px;
}
.shell_footer_col {
  float: left;
  width: 30%;
  margin-right: 3%;
  background-color: #fff;
}
@media (max-width: 1199px) {
/* tried adding footer to smaller screens 190809 but map too short */
/* @media (max-width: 800px) { */
  #shell_footer {
    display: none;
  }
  
  
  
  
}
/* additions that don't have natural place to be filed */
/* sharing buttons via addthis */
.addthis_sharing_toolbox {
  /* 
position: absolute;
		left: 100%;
		top: 3%;
		transform: translate(-140px,0);
		-webkit-transform: translate(-140px,0);
		-moz-transform: translate(-140px,0);
 */
  min-width: 100px;
}
.at-share-btn {
  max-width: 28px !important;
  max-height: 28px !important;
}
/* share additions */
.share-body {
  padding: 0px;
  width: 95%;
  margin-left: 10px;
}
ul.modal-tabs {
  margin-top: 0px;
}
.modal-tabs li {
  display: inline-block;
  padding: 15px;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  color: #888;
  /* max-height: 21px; */
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.1px;
  /* padding-left: 0px; */
  padding-right: 17px;
  /* text-transform: uppercase; */
  margin: 0px;
  /* border-radius: 13px; */
}
.modal-tabs li.on {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid white;
  color: #000;
  background:white;
}
.share-content select {
  font-family: 'Mako', sans-serif;
  font-size: 0.9em;
}
.share-content h5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.share-content {
  border: 1px solid #ccc;
  /* border-top:0px none white; */
  padding: 10px;
  margin-top: -2px;
  
  background:white;
}
#share-custom-title {
  padding-top: 7px;
}
#share-options {
  padding-left: 3px;
  padding-top: 7px;
  padding-bottom: 30px;
  padding-bottom: 20px;
}
.share-prompt {
  text-transform: uppercase;
  font-size: 12px;
 /*  color: #666; */
  color: #000;
  margin-right: 5px;
  font-weight:bold;
}
.share-url {
  width: 100%;
  /* width:320px; */
}
.share-params-value-pair {
    font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  padding:5px;
}
/* begin help scrim */
#helpScrim {
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
  position: absolute;
  opacity: 0.4;
}
/* notes and sources page style tweaks 150812 */
.credits,
.creditsFluid {
  font-family: 'Mako', sans-serif;
}
.creditLabel {
  color: #666;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: -2px;
}
#page-sources,#page-see-more,
#shell_footer {
  line-height: 1.5;
}
#page-sources a,#page-see-more a,
#shell_footer a {
  padding: 1px;
}
#page-sources a:hover,#page-see-more a:hover,
#shell_footer a:hover {
  font-weight: bold;
  padding: 1px;
}
#shell_footer a,
#shell_footer a:hover {
  font-weight: normal;
}
#page-sources,
#shell_footer h4 {
  margin-top: 15px;
}
#loadingDiv {
  background: black;
  color: white;
  text-align: center;
  top: 40%;
  z-index: 450000;
  padding: 5px;
  opacity: 0.7;
}
.mapTitleCenter {
  /* this should go in global*/
  position: absolute;
  /* top: 60%; */
  left: 50%;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  /* second value is y - need to change this so tables use margin instead*/
  -moz-transform: translate(-50%, 0px);
}
/* ECOWEST SCALE BAR */
/* modified by gm 150624*/
/* downloaded from 
http://dev.openlayers.org/addins/scalebar/trunk/examples/scalebar.html
http://dev.openlayers.org/addins/scalebar/trunk/lib/OpenLayers/Control/ScaleBar.js
*/
.olControlScaleBar {
  bottom: 10px;
  /* left: 10px; */
  left: 25px;
  font-family: 'Mako', sans-serif;
  /* gm mod 150624*/
  font-size: 1.8em;
  /* color: #000; */
  color: #333;
  padding-top: 10px;
  /* text-shadow: 0px 0px 10px #ffffff; */
  text-shadow: 0px 0px 19px #e5e7e7;
  /* http://css3gen.com/text-shadow/ */
}
.olControlScaleBarBar {
  height: 1px;
  top: 14px;
  background: #333;
}
.olControlScaleBarBarAlt {
  height: 1px;
  top: 14px;
  background: #333;
}
.olControlScaleBarMarkerMajor {
  height: 7px;
  width: 1px;
  top: 11px;
  background: #333;
}
.olControlScaleBarMarkerMinor {
  height: 5px;
  width: 1px;
  top: 12px;
  background: #333;
}
.olControlScaleBarNumbersBox {
  width: 40px;
  /* height: 13px; */
  height: 18px;
  top: 21px;
  font-size: 0.7em;
  margin-left: -5px;
  /* to correct weird rendering bug */
}
.olControlScaleBarLabelBox {
  top: -15px;
  /* height: 18px; */
  height: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  /*  font-size: 0.7em; */
  font-size: 0.9em;
  font-variant: small-caps;
  margin-left: -5px;
  /* to correct weird rendering bug */
}
.olControlScaleBarLabelBoxSingleLine {
  /* height: 15px; */
  height: 20px;
  width: 35px;
  /* top: 5px; */
  top: 2px;
  left: 10px;
  font-size: 0.9em;
  font-variant: small-caps;
}
/* END ECOWEST SCALE BAR */
/* LOCATOR STATE MAP */
#locatorMap {
  /* background-color: rgba(0, 0, 0, 0.09); */
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 250px;
  height: 270px;
  padding-top: 25px;
  z-index: 100000;
  pointer-events: none;
}
#theLocatorMap path {
  stroke: black;
  stroke-width: 0.5px;
  fill: #EDEBE1;
  pointer-events: auto;
  cursor: pointer; cursor: hand;
  /* restore clickability to map polygon*/
}
/* end locator map*/
/* ========================================================================    
 *
 * style-responsive-1200.css
 * ------------
 *
 * CSS overrides styles for screens with min width of 1200px 
 *
 * ======================================================================== */
@media screen and (min-width: 1201px) {
  pointer-events: none;
  
  /* Redfine variables */
  /* Redefine elements */
  /*GM-MOD*/
  #headline {
    padding-top: 0.3em;
    text-align: left;
    /* gm 150724  - overriding center in 1200+*/
  }
  /* GM ADD */
  #map-layer-buttons-wrapper-carousel {
    display: none;
  }
  /* GM ADD */
  #map-layer-buttons-wrapper {
    display: block;
  }
  h1 {
    font-size: 2.3em;
  }
  h2,
  .page h2 {
    font-size: 1.7em;
    text-align: left;
    letter-spacing:-0.5px;
  }
  h3 {
    font-size: 1.3em;
  }
  #headline-info-short {
    text-align: left;
    /* gm 150724  - overriding in 1200+*/
    font-size: 1.2em;
  }
  #site-logo {
    width: 140px;
    display: inline;
    float: left;
  }
  #site-nav-wrapper {
    left: 60%;
    margin-top: 14px;
    padding-top: 5px;
    background: none;
    height: 30px;
  }
  #site-nav-wrapper li {
    font-size: 0.8em;
    /* gm 150724 */
    padding-top: 5px;
    /* width: 25%; */
    width: 20%;
    border: 0px solid #000;
    border-left: 1px solid #666;
  }
  #site-nav-wrapper li.active {
    color: #000;
  }
  /* Content */
  #site-content-wrapper {
    top: 10px !important;
    background: none;
    left: 8px;
    right: 8px;
  }
  #sliderWrapper {
    visibility: visible;
  }
  /* ========================================================================    
 * Headline Area
 * ======================================================================== */
  /* Headline */
  #headline-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    width: 45%;
    left: 170px;
    height: 95px;
    right: 8px;
  }
  #map-wrapper {
    left: 8px;
    right: 8px;
  }
  /* ========================================================================    
 *
 * Map Wrapper / Content Element - 1200 min
 *
 * ======================================================================== */
  #viz-container {
    /* .absolute-full-layout; */
    /* disabled this 150612 to make relative */
    position: relative;
    height: 78%;
    /* to accommodate bottom footer */
    bottom: 1%;
    left: 8px;
    right: 8px;
    top: 95px;
    z-index: 3000;
  }
  /* ========================================================================    
 *
 * Map Info Boxes - LARGE layout
 * 
 * ======================================================================== */
  /* redefine variable */
  /*@map-info-box-item-wrapper-height: 220px;*/
  #map-info-box-items-wrapper-full,
  .map-info-box-item-wrapper {
    /*margin: 0 @map-info-box-padding;*/
    /* height:190px; */
    height: 29%;
    max-width: 500px;
    /* min-width: 420px; */
    min-width: 340px !important;
    /* gm 150827 */
    width: auto;
    /* bottom:6% !important; */
    right: 5%;
    margin-left: 67%;
    overflow: visible !important;
    /* hidden for horizontal, show for vert */
    /* overflow:hidden; */
    top: 50px;
    position: relative;
    margin-bottom: 5px !important;
  }
  /* Tab - header */
  #map-info-box-items-wrapper-full .map-info-box-item-header-wrapper {
    width: 100%;
  }
  /* Tab - header */
  .collapse {
    border-bottom: 2px solid #333;
    bottom: auto !important;
    /* windowshade up not down 150722 */
  }
  /*If supported, will allow map movement in non info box areas*/
  /* ========================================================================    
 *
 * Map Info Boxes - Small layout
 * 
 * ======================================================================== */
  #map-info-box-items-wrapper-full {
    display: block;
  }
  #map-info-box-items-wrapper-small {
    display: none;
  }
}
/* ========================================================================    
 *
 * style-responsive-800.css
 * ------------
 *
 * CSS overrides styles for screens with max width of 800px 
 *
 * ======================================================================== */
@media screen and (max-width: 801px) {
  /* Redfine variables */
  /* Redefine elements */
  /*GM-MOD*/
  #headline {
    padding-top: 0.3em;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.5em;
    /*GM-MOD*/
    font-size: 1.3em;
    text-align: center;
    letter-spacing:-0.5px;
    /* gm 150724  - override this in 1200+*/
  }
  h3 {
    font-size: 1.2em;
  }
  #headline-info-short {
    text-align: center;
    /* gm 150724  - override this in 1200+*/
    font-size: 0.9em;
    display: none;
    /* gm 150805 */
  }
  #site-logo {
    width: 140px;
  }
  #site-nav-wrapper {
    left: 140px;
  }
  #site-nav-wrapper li {
   /*  width: 25%; */
    width: 20%;
  }
  /* Top */
  #site-nav .see-more {
    /* display: none !important; */
  }
  /* Content */
  #site-content-wrapper {
    top: 38px;
    left: 2px;
    right: 2px;
  }
  #sliderWrapper {
    visibility: visible;
  }
  /* ========================================================================    
 * Headline Area
 * ======================================================================== */
  /* Headline */
  #headline {
    padding-top: 0.4em;
    padding-left: 7px;
  }
  /* @headline-height: 65px; */
  /* gm 150805 decided to hide subhed */
  #headline-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    left: 2px;
    height: 40px;
    right: 2px;
  }
  /* GM ADD */
  #map-layer-buttons-wrapper-carousel {
    display: none !important;
  }
  /* GM ADD */
  #map-layer-buttons-wrapper {
    display: block;
  }
  #map-wrapper {
    left: 2px;
    right: 2px;
  }
  /* ========================================================================    
 *
 * Map Wrapper / Content Element - 800 max
 *
 * ======================================================================== */
  #viz-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 1%;
    left: 2px;
    right: 2px;
    top: 40px;
    z-index: 3000;
  }
  /* ========================================================================    
 *
 * Map Info Boxes - Small layout
 * 
 * ======================================================================== */
  #map-info-box-items-wrapper-full {
    display: none;
  }
  #map-info-box-items-wrapper-small {
    display: block;
  }
}
/* ========================================================================    
 *
 * style-responsive-600.css
 * ------------
 *
 * CSS overrides styles for screens with max width of 600px 
 *
 * ======================================================================== */
@media screen and (max-width: 601px) {
  /* Redfine variables */
  /* @site-logo-width: 140px; */
  /*  gm 150805 */
  /*@nav-link-width: 33.3%;   see more out of layout*/
  /*GM-MOD*/
  #headline {
    padding-top: 0.4em;
    padding-left: 7px;
  }
  #headline-info-short {
    display: none;
  }
  #headline-info-short {
    text-align: center;
    /* gm 150724  - override this in 1200+*/
    font-size: 1.6em;
  }
  /* Redefine elements */
  h1 {
    font-size: 1.7em;
  }
  h2 {
    font-size: 1.4em;
    /*GM-MOD*/
    font-size: 1.2em;
    letter-spacing:-0.5px;
  }
  h3 {
    font-size: 1.2em;
  }
  #site-logo {
    width: 120px;
    max-width: 120px;
  }
  #site-nav-wrapper {
    left: 120px;
  }
  #site-nav-wrapper li {
    /*  font-size:0.8em; */
    font-size: 0.8em;
    /* width: 25%; */
    width: 20%;
    letter-spacing: 0.2px;
  }
  /* Top */
  #site-nav .page-see-more {
    /* display: none !important; */
    /* hide last button to save space*/
  }
  /*GM-ADD*/
  #site-top-wrapper {
    height: 32px;
  }
  /*GM-MOD*/
  #site-logo h1 {
    font-size: 1.1em;
  }
  #site-nav-wrapper {
    left: 120px;
  }
  #site-nav-wrapper li {
    /*GM-MOD*/
    font-size: 0.75em;
  }
  /* Content */
  #site-content-wrapper {
    top: 32px;
    left: 0px;
    right: 0px;
  }
  #sliderWrapper {
    visibility: hidden;
  }
  /* ========================================================================    
 * Headline Area
 * ======================================================================== */
  /* Headline */
  #headline-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    left: 0px;
    height: 40px;
    right: 0px;
  }
  /* GM ADD */
  #map-layer-buttons-wrapper-carousel {
    display: none !important;
  }
  /* GM ADD */
  #map-layer-buttons-wrapper {
    display: block !important;
  }
  .map-temporal-layer-switcher-wrapper {
    width: 100%;
    /* gm 150624 for fires */
  }
  /* ========================================================================    
 *
 * Map Wrapper / Content Element - 600 max
 *
 * ======================================================================== */
  /* 
#viz-container {
    .absolute-full-layout;
    height:100%;
    bottom: @site-content-padding-bottom;
    left: @site-content-padding-side;
    right: @site-content-padding-side;
    top: @headline-height;
    z-index: 3000;
}
 */
}
/* ========================================================================    
 *
 * style-responsive-480.css
 * ------------
 *
 * CSS overrides styles for screens with max width of 480px 
 *
 * ======================================================================== */
@media screen and (max-width: 481px) {
  /* Redfine variables */
  /* @nav-link-width: 50%;  */
  /* gm 150805 */
  /* hide time slider drag bar, button and labels */
  .ui-slider-wrapper {
    /* display:none; */
    /* might be too broad a brush - sometimes you want smaller sliders */
    /* visibility:hidden; */
    /* might need to instantiate while hidden */
  }
  #sliderWrapper {
    visibility: hidden;
  }
  /*GM-MOD*/
  #headline {
    padding-top: 0.3em;
    /*  padding-left: 7px; */
    overflow: hidden;
    /* gm 150625 */
  }
  /* Redefine elements */
  h1 {
    font-size: 1em;
  }
  h2 {
    font-size: 1em;
    letter-spacing:-0.5px;
  }
  h3 {
    font-size: 1em;
  }
  #site-top-wrapper {
    height: 32px;
  }
  #site-logo {
    /*GM-MOD*/
    width: 100px;
  }
  #site-nav-wrapper {
    left: 100px;
  }
  #site-nav-wrapper li {
    font-size: 0.6em;
    /* width: 25%; */
    width: 20%;
    letter-spacing: 0px;
  }
  /* Top */
  #site-nav .page-see-more {
    /* display: none !important; */
  }
  /* ========================================================================    
 * Headline Area
 * ======================================================================== */
  /* Headline */
  #headline-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    left: 0px;
    height: 40px;
    right: 0px;
    text-overflow: ellipsis;
  }
  .site-content-no-nav #headline-wrapper {
    left: 110px;
  }
  .map-temporal-layer-switcher-wrapper {
    /* visibility: hidden; */
    /* width: 250px; */
    /* this will make slider render really tiny */
  }
  /* GM ADD */
  #map-layer-buttons-wrapper-carousel {
    /* display: block !important;   */
    display: none !important;
  }
  /* GM ADD */
  /* 
#map-layer-buttons-wrapper { 
        display: none !important;  
    }
 */
  /* ========================================================================    
 *
 * Map Wrapper / Content Element - 600 max
 *
 * ======================================================================== */
  /* 
#viz-container {
    .absolute-full-layout;
    height:100%;
    bottom: @site-content-padding-bottom;
    left: @site-content-padding-side;
    right: @site-content-padding-side;
    top: @headline-height;
    z-index: 3000;
}
 */
  /* ========================================================================    
 *
 * Map Info Boxes - Small layout
 * 
 * ======================================================================== */
  /* redefine variables - make info boxes full width */
  #map-info-box-items-wrapper-small,
  #map-info-box-items-wrapper-mini {
    /* NOTE: Width here is set in JS by the number of map items */
    width: 100%;
    height: 35%;
    min-width: 240px;
  }
  #map-info-box-items-wrapper-full {
    display: none;
  }
  #map-info-box-items-wrapper-small {
    display: block;
  }
}
/* ========================================================================    
 *
 * style-responsive-320.css
 * ------------
 *
 * CSS overrides styles for screens with max width of 320px
 *
 * ======================================================================== */
/* ========================================================================
 *
 * theme.css
 * 
 * This file contains manual theme overrides.  Note: You can either edit
 * this file directly, or edit the /static/less/theme.less file.  This file
 * will override any styles specified in any other stylesheet, and does 
 * not require a build process
 *
 * ======================================================================== */
/*.page h4{
	text-transform:uppercase;
	font-size:0.8em;
	margin-top:1em;
	margin-bottom:0.2em;
  }

 .page h3{
 
	font-size:1.2em;
	margin-top:1em;
	margin-bottom:0.6em;
`  }
  */
#page-sources p, #page-see-more p {
  font-size: 0.8em;
  line-height: 1.6;
}
#page-sources img, #page-see-more img {
  max-width: 100%;
}
.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 97.36%;
  padding-left: 1.82%;
  padding-right: 1.82%;
}
#LayoutDiv1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}
#title {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  margin-bottom: 30px;
  display: block;
  font-weight: normal;
}
#notes-h2 {
  display: none;
}
#previewFluid img {
	cursor:pointer;
}

#previewFluid {
  clear: both;
  float: left;
  margin-left: 0;
  width: 90%;
  display: block;
}
#notesFluid,
#creditsFluid,
#aboutFluid {
  clear: both;
  float: none;
  margin-left: 5%;
  swidth: 40%;
  max-width: 85%;
  display: block;
  margin-bottom: 20px;
}
#aboutFluid {
  clear: none;
  float: none;
  margin-top: 10px;
  background: #efefef;
  padding: 10px;
  padding-top: 5px;
  color: #666;
}
#downloadFluid {
  clear: both;
  float: left;
  margin-left: 0;
  width: 40%;
  display: block;
}
#iconsFluid {
  clear: both;
  float: left;
  margin-left: 0;
  swidth: 37.5%;
  display: inline;
}
#downloadDescriptionFluid {
  clear: none;
  float: left;
  margin-left: 4.1666%;
  swidth: 58.3333%;
  display: inline;
}
#downloadHeaderFluid {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
}
/* Tablet Layout: 561px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
  .gridContainer {
    width: 90.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
  }
  #LayoutDiv1 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  #title {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  #notes-h2 {
    display: none;
  }
  #previewFluid {
    clear: both;
    float: left;
    margin-left: 0;
    swidth: 48.7179%;
    width: 98.7179%;
    display: block;
  }
  #notesFluid,
  #creditsFluid,
  #aboutFluid {
    clear: both;
    float: none;
    margin-left: 0;
    max-width: 90%;
    display: block;
    margin-bottom: 20px;
  }
  #aboutFluid,   #aboutFluid h4 {
    color: #666;
    font-family:"Mako",sans-serif; /* 190911 */
  }
  #notesFluid {
    margin-top: -20px;
  }
  #downloadFluid {
    clear: none;
    float: left;
    margin-left: 2.5641%;
    swidth: 48.7179%;
    display: block;
  }
  #iconsFluid {
    clear: none;
    float: left;
    margin-left: 2.5641%;
    swidth: 48.7179%;
    display: inline;
  }
  #downloadDescriptionFluid {
    clear: none;
    float: left;
    margin-left: 2.5641%;
    swidth: 35.8974%;
    display: inline;
  }
  #downloadHeaderFluid {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 569px) {
  .gridContainer {
    width: 98.2%;
    max-width: 1232px;
    padding-left: 0.9%;
    padding-right: 0.9%;
    margin: auto;
    margin-top: 50px;
    /* gm add 150630 */
  }
  #LayoutDiv1 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  #title {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  #previewFluid {
    clear: both;
    float: left;
    margin-left: 0;
    width: 38.7755%;
    width: 40%;
    display: block;
  }
  #notesFluid,
  #creditsFluid,
  #aboutFluid {
    clear: none;
    float: right;
    margin-left: 2.0408%;
    swidth: 59.1836%;
    max-width: 55%;
    display: inline;
  }
  #notes-h2 {
    display: none;
  }
  #aboutFluid {
    clear: both;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    max-width: 100%;
    background: #fff;
  }
  #downloadFluid {
    clear: both;
    float: left;
    margin-left: 0;
    swidth: 38.7755%;
    display: block;
  }
  #iconsFluid {
    clear: both;
    float: left;
    margin-left: 0;
    swidth: 28.5714%;
    display: inline;
  }
  #downloadDescriptionFluid {
    clear: none;
    float: left;
    margin-left: 2.0408%;
    swidth: 38.7755%;
    display: inline;
  }
  #downloadHeaderFluid {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 801px) {
  #notes-h2 {
    display: block;
  }
}
