/*
Copyright (C) 2016 User X, LLC http://whoisuserx.com <info@userx.co>

This program is the intellectual property of User X, LLC. You may
not redistribute and/or modify it without written consent by controlling
entities of User X, LLC.

You should have received a copy of our Web Developer Agreement which
outlines proper use and distribution of this program. If you did not
please email info@userx.co to request your copy.
*/
/*
    Created on : Aug 22, 2016, 5:04:28 PM
    Author     : John M. Woodcock <john@userx.co>
*/
/*
Copyright (C) 2016 User X, LLC http://whoisuserx.com <info@userx.co>
*/
/*
Copyright (C) 2016 User X, LLC http://whoisuserx.com <info@userx.co>
*/
.box_transition, #wrapper #map-wrapper #map-type-controls {
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.box_shadow {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

/* standard styles for positioning */
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.half {
  width: 47.5%;
}

.third {
  width: 30%;
}

.quarter {
  width: 21.25%;
}

.two-thirds {
  width: 65%;
}

.quarter.left, .third.left, .half.left, .two-thirds.left {
  margin-right: 5%;
}

.quarter.last, .third.last, .half.last, .two-thirds.last {
  margin-right: 0 !important;
}

/* style to force divs to resize based on content */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.border_box {
  border: 1px solid;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 20px;
  margin: 1em 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

.full {
  padding: 5%;
}

.unpad--top {
  padding-top: 0px !important;
}
.unpad--bottom {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  .half, .third, .two-thirds {
    width: 100%;
    margin-right: 0 !important;
  }

  .quarter {
    width: 30%;
  }

  .three-quarters {
    width: 65%;
  }
}
@media screen and (max-width: 320px) {
  .quarter, .three-quarters {
    width: 100%;
    margin-right: 0 !important;
  }
}
/**
 * Created by John Woodcock (john@userx.co) on 3/6/2018.
 */
#adbutler-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100050;
  display: flex;
  justify-content: center;
  align-items: center;
}
#adbutler-overlay #adbutler-popup-container {
  background-color: #fff;
  padding: 5px 20px 20px;
  width: 600px;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
}
#adbutler-overlay #adbutler-popup-container .adbutler-close {
  text-align: right;
  width: 100%;
  display: block;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad {
  width: 50%;
  max-width: 300px;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad .adbutler {
  position: relative;
  padding-top: 100%;
  height: 0px;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad .adbutler div[id^=placement] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad .adbutler div[id^=placement] img {
  margin: 0 !important;
}
#adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad .adbutler div[id^=placement] iframe {
  width: 100%;
  height: 100%;
}
#adbutler-overlay #adbulter-popup-toolbar .btn-group {
  width: 100%;
  margin-bottom: 15px;
}
#adbutler-overlay #adbulter-popup-toolbar .btn-group > .btn {
  width: 33% !important;
  text-align: center;
}

.adbutler {
  clear: both;
}
.adbutler img {
  display: block;
  margin: 20px auto 0px;
  max-width: 100%;
}
.adbutler .premium-link {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.adbutler.adbutler-popup {
  display: block;
  position: absolute;
  width: 500px;
  height: 500px;
  left: 50%;
  margin-left: -262px;
  top: 50%;
  margin-top: -262px;
  padding: 25px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.adbutler.adbutler-popup img {
  margin: 0 !important;
  display: block;
  width: 100% !important;
  max-width: 500px !important;
  height: 100% !important;
  max-height: 500px !important;
}
.adbutler.adbutler-popup .adbutler-close {
  position: absolute;
  top: 0px;
  right: 5px;
}
.adbutler.adbutler-popup .premium-link {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin: 0px;
}

#adbutler-map-footer {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -234px;
}

@media screen and (max-width: 767px) {
  #adbutler-overlay #adbutler-popup-container {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .adbutler.adbutler-popup {
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 25px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .adbutler.adbutler-popup .adbutler-close, .adbutler.adbutler-popup .premium-link {
    display: block;
    padding: 20px;
    position: static;
    font-weight: bold;
    font-size: 1.2em;
  }
  .adbutler.adbutler-popup .adbutler-close {
    right: auto;
    display: block;
    text-align: right;
    width: 100%;
  }
  .adbutler.adbutler-popup img {
    height: auto !important;
  }

  #adbutler-overlay #adbutler-popup-container {
    max-width: 340px;
  }
  #adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper #adbuter-popup-content {
    display: none;
  }
  #adbutler-overlay #adbutler-popup-container #adbutler-popup-content-wrapper .adbutler-popup-ad {
    width: 100%;
  }
}
@media (max-height: 500px) {
  .adbutler.adbutler-popup {
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 25px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .adbutler.adbutler-popup .adbutler-close, .adbutler.adbutler-popup .premium-link {
    display: block;
    padding: 5px;
    position: static;
    font-weight: bold;
    font-size: 1.2em;
  }
  .adbutler.adbutler-popup .adbutler-close {
    right: auto;
    display: block;
    text-align: right;
    width: 100%;
  }
  .adbutler.adbutler-popup img {
    height: 250px !important;
    width: auto !important;
    margin: 0 auto !important;
    display: block;
  }
}
#wrapper {
  position: fixed;
  overflow: hidden;
  padding: 0 0 50px 0;
}
#wrapper #header {
  height: 50px;
  background-color: transparent;
}
#wrapper #map-wrapper {
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#wrapper #map-wrapper #map-key {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  position: absolute;
  bottom: 60px;
  left: 10px;
  z-index: 50;
}
#wrapper #map-wrapper #map-key > a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
  float: left;
  margin: 0px 10px;
  font-size: 11px;
}
#wrapper #map-wrapper #map-key > a img {
  height: 30px;
  width: auto;
}
#wrapper #map-wrapper #map-key > a.disabled {
  opacity: 0.25;
}
#wrapper #map-wrapper #map-type-controls {
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 50;
  width: 145px;
}
#wrapper #map-wrapper #map-type-controls select {
  padding: 5px;
  width: inherit;
}
#wrapper #map-wrapper #map-container {
  z-index: 1;
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}
#wrapper #map-wrapper #map-container a {
  outline: transparent;
}
#wrapper #map-wrapper .map-member-pin {
  min-width: 100px;
  min-height: 65px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#wrapper #map-wrapper .map-member-pin img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 12px;
  left: 12px;
}

@media screen and (max-width: 1200px) {
  #wrapper #map-wrapper #map-key {
    bottom: 120px;
  }
}

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