/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1280px */
/* 1281px, 1920px */
/* 1921px */
@media only screen {
  .map-browser {
    overflow: auto;
    padding: 10px 0; }
  .map-browser .map {
    display: none; }
  .map-browser .map.active {
    display: block; }
  .map-browser .map .map-caption {
    margin-bottom: 0.5rem; }
  .map-browser .map-container {
    overflow: hidden; }
  .map-browser .map-content {
    width: 100%;
    /* force images to scale */ }
  .map-browser .map-thumbs {
    padding-top: 10px; }
  .map-browser .map-thumb {
    width: 90px;
    display: inline-block;
    text-align: center;
    vertical-align: top; }
  .map-browser .map-thumb.active .thumb-container {
    border: 5px solid #8ED1E9; }
  .map-browser .map-thumb .thumb-container {
    box-sizing: content-box;
    border: 5px solid transparent;
    height: 60px;
    width: 80px; }
  .map-browser .map-thumb .thumb-container:hover {
    border: 5px solid #FFB580; }
  .map-browser .map-thumb IMG {
    height: 100%;
    width: 100%;
    cursor: pointer; } }
/*
@media only screen and (min-width:40.063em) {
    .map-thumbs-container {
        height: 132px;
        overflow-x: scroll;
    }
    .map-thumbs {
        display: inline-flex;
    }
}
*/
meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:80em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:80.063em)/";
  width: 80.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:80.063em) and (max-width:120em)/";
  width: 80.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.floatnav {
  float: left;
  padding: 10px;
  text-align: center;
  text-decoration: none; }

.active {
  background-color: #8ED1E9; }

#mapIndex h1 {
  border-right: 1px solid #D7D7D7;
  padding-right: 10px;
  margin-right: 5px; }

.action-bar {
  margin: 10px 0 15px 0;
  height: 34px;
  line-height: 34px; }
.action-bar:before, .action-bar:after {
  content: " ";
  display: table; }
.action-bar:after {
  clear: both; }
.action-bar .animate {
  margin-right: 10px;
  float: left;
  text-align: center; }
.action-bar .animate A {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 34px;
  font-weight: normal !important; }
.action-bar .animate I {
  font-size: 1.125rem;
  font-weight: bold !important; }
@media only screen and (min-width: 40.063em) {
  .action-bar .animate I {
    margin-right: 5px; } }
.action-bar .inline-list {
  margin-left: 0; }
.action-bar .inline-list SELECT {
  border: 1px solid #D7D7D7; }
@media only screen and (min-width: 40.063em) {
  .action-bar .inline-list SELECT {
    max-width: 175px; } }
@media only screen and (min-width: 64.063em) {
  .action-bar .inline-list SELECT {
    max-width: none; } }

#WXMAP {
  width: 100%; }

.notice {
  background-color: #FFDD99;
  border: 1px solid #D7D7D7;
  padding: 10px; }

.map-thumbs FIELDSET {
  margin: 5px;
  padding: 0;
  float: left; }
.map-thumbs FIELDSET LEGEND {
  font-weight: normal; }

.map-link {
  padding-bottom: 10px; }
.map-link:not(:first-child) {
  border-top: 1px solid #D7D7D7;
  padding-top: 10px; }
.map-link IMG {
  border: 1px solid #D7D7D7;
  border-width: 2px; }
.map-link IMG:hover {
  border: 2px solid #FFB580; }
.map-link P {
  margin: 0; }
.map-link A {
  font-size: large; }
.map-link A.wundermap {
  background: url("//icons.wxug.com/i/wm/wundermap-icon_30x30.png") no-repeat 0px 0px;
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
  float: right;
  font-size: inherit; }
.map-link.catalog-tdu {
  position: relative; }
.map-link.catalog-tdu IMG {
  border-width: 0px;
  position: relative;
  width: 100%;
  border: 5px solid #FFF; }
.map-link.catalog-tdu .tdu-text {
  position: absolute;
  top: 35%;
  padding-top: 4%;
  width: 100%;
  height: 30%;
  font-size: 1.25rem;
  text-align: center;
  color: white;
  background-color: rgba(30, 32, 35, 0.7);
  border-right: 5px solid #FFF;
  border-left: 5px solid #FFF; }
.map-link.catalog-tdu:hover .tdu-text {
  color: #FF8833;
  border-right: 5px solid #FFB580;
  border-left: 5px solid #FFB580; }
.map-link.catalog-tdu:hover img {
  border: 5px solid #FFB580; }

.inline {
  display: inline-block; }

.grey {
  color: #4c4c4c; }

ul {
  list-style: none;
  margin: 0; }

.left-margin {
  margin-left: 20px; }

.footer h4 {
  position: relative;
  padding-left: 30px;
  line-height: 1.875rem; }
.footer h4 i {
  font-size: 1.875rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #1E2023; }

/*# sourceMappingURL=maps.css.map */
