/* Breakpoints
// ========================================================================== */
/* 320px */
/* 480px */
/* 599px */
/* 600px */
/* 768px */
/* 967px */
/* 960px */
/* 1400px */
/* Colors 
// ========================================================================== */
/* Convert px to ems
// ========================================================================== */
/* Mixins
// ========================================================================== */
/* Media Query Watcher
// ========================================================================== */
#getActiveMQ-watcher {
  font-family: "break-0";
}

@media (min-width: 20em) {
  #getActiveMQ-watcher {
    font-family: "break-1";
  }
}

@media (min-width: 30em) {
  #getActiveMQ-watcher {
    font-family: "break-2";
  }
}

@media (min-width: 27.5em) {
  #getActiveMQ-watcher {
    font-family: "break-3";
  }
}

@media (min-width: 48em) {
  #getActiveMQ-watcher {
    font-family: "break-4";
  }
}

@media (min-width: 60em) {
  #getActiveMQ-watcher {
    font-family: "break-5";
  }
}

/* =Map Pin Animation
// ========================================================================== */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/* =Places Map
// ========================================================================== */
.maps #places-map {
  padding: px-to-ems(52px) px-to-ems(25px) px-to-ems(40px);
  position: relative;
}

.maps #places-map h1 {
  font-size: px-to-ems(21px);
  margin-top: return-ems(20px, 21px);
  text-align: center;
}

@media (min-width: 27.5em) {
  .maps #places-map h1 {
    font-size: px-to-ems(35px);
    margin-top: return-ems(33px, 35px);
  }
}

.maps #places-map .wu-logo {
  display: none;
  height: px-to-ems(62px);
  width: px-to-ems(181px);
}

@media (min-width: 60em) {
  .maps #places-map .wu-logo {
    background: url(https://jeffbridgforth.com/codepen/wu-logo.jpg) no-repeat;
    display: block;
    position: absolute;
    bottom: px-to-ems(30px);
    left: px-to-ems(32px);
  }
}

@media (min-width: 27.5em) {
  .maps #places-map .wu-logo {
    left: 50%;
    margin-left: px-to-ems(-700px);
  }
}

.maps #places-map img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.secondary-page .maps #places-map .content {
  margin: 0;
  position: relative;
}

@media (min-width: 60em) {
  .secondary-page .maps #places-map .content {
    margin: 0 auto;
  }
}

.maps #places-map .map {
  position: relative;
  max-width: px-to-ems(903px);
  margin-left: auto;
  margin-right: auto;
}

.maps #places-map .map-pins {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.maps #places-map .map-location-marker {
  background: url(https://jeffbridgforth.com/codepen/map-pin.png) no-repeat;
  cursor: pointer;
  position: absolute;
  height: px-to-ems(30px);
  margin-top: px-to-ems(-30px);
  margin-left: px-to-ems(-11px, 14px);
  width: px-to-ems(21px);
  z-index: 3;
}

@media (min-width: 48em) {
  .js .maps #places-map .map-location-marker {
    visibility: hidden;
  }
  .js .maps #places-map .map-location-marker.bounceInDown {
    visibility: visible;
  }
}

.maps #places-map .marker-san-francisco {
  left: 8%;
  top: 30%;
}

@media (max-width: 27.4375em) {
  .maps #places-map .marker-san-francisco {
    left: 6%;
    top: 32%;
  }
}

.maps #places-map .marker-denver {
  left: 13%;
  top: 29%;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.maps #places-map .marker-argentina {
  left: 29.5%;
  bottom: 21.5%;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.maps #places-map .marker-dubai {
  left: 64%;
  top: 42%;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.maps #places-map .marker-costa-rica {
  left: 17.5%;
  top: 50%;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.maps #places-map .marker-peterborough {
  left: 45.5%;
  top: 20%;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.maps #places-map .marker-vilnius {
  left: 52%;
  top: 18%;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.maps #places-map .marker-singapore {
  left: 79%;
  bottom: 42%;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.maps #places-map .marker-manila {
  left: 84.5%;
  top: 48%;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.maps #places-map .marker-sydney {
  bottom: 14%;
  right: 7.5%;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.maps #places-map .map-location-marker:after {
  -webkit-animation: pulsate 2s ease-in-out infinite;
  animation: pulsate 2s ease-in-out infinite;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  content: "";
  display: block;
  height: 31px;
  left: -7px;
  opacity: 0;
  position: absolute;
  top: -8px;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  width: 31px;
  z-index: 2;
}

.maps #page-places {
  position: relative;
}

.maps #map-info {
  background: #000;
  color: #fff;
  position: absolute;
  top: px-to-ems(-25px);
  left: 50%;
  margin-left: px-to-ems(-125px);
  padding: px-to-ems(18px);
  width: px-to-ems(250px);
  z-index: 10;
}

.maps #map-info .close-btn {
  background: url(http://jeffbridgforth.com/codepen//close-btn.png) no-repeat;
  cursor: pointer;
  display: block;
  height: px-to-ems(11px);
  width: px-to-ems(11px);
  position: absolute;
  right: px-to-ems(18px);
  top: px-to-ems(18px);
}

@media (min-width: 30em) {
  .maps #map-info {
    top: 50%;
    margin-top: px-to-ems(-142px);
  }
}

@media (min-width: 60em) {
  .maps #map-info {
    margin-left: px-to-ems(-142px);
    width: px-to-ems(284px);
  }
}

@media (min-width: 48em) {
  .maps #map-info {
    margin-left: 0;
    margin-top: 0;
  }
  .maps #map-info:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 16px 13px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    left: -16px;
  }
  .maps #map-info.san-francisco {
    left: 11%;
    top: 23%;
  }
  .maps #map-info.denver {
    left: 16%;
    top: 21.5%;
  }
  .maps #map-info.argentina {
    left: 32.5%;
    bottom: 0;
    top: auto;
  }
  .maps #map-info.argentina:before {
    top: 152px;
  }
  .maps #map-info.costa-rica {
    bottom: 5%;
    left: 20%;
    top: auto;
  }
  .maps #map-info.costa-rica:before {
    top: 45px;
  }
  .maps #map-info.peterborough {
    top: 12.5%;
    left: 48%;
  }
  .maps #map-info.vilnius {
    top: 10.5%;
    left: 54.5%;
  }
  .maps #map-info.dubai {
    top: 35%;
    left: 66.5%;
  }
  .maps #map-info.singapore {
    left: auto;
    top: auto;
    bottom: 0%;
    right: 24%;
  }
  .maps #map-info.singapore:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: -16px;
    top: 55px;
  }
  .maps #map-info.manila {
    left: auto;
    top: auto;
    bottom: 1.75%;
    right: 18.5%;
  }
  .maps #map-info.manila:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: -16px;
  }
  .maps #map-info.sydney {
    left: auto;
    top: auto;
    right: 11.5%;
    bottom: 0;
  }
  .maps #map-info.sydney:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: -16px;
    bottom: 50px;
  }
}

.maps #map-info h1 {
  float: left;
  font-size: px-to-ems(22px, 16px);
  line-height: 1;
  margin-bottom: px-to-ems(16px, 22px);
  margin-top: 0;
}

.maps #map-info a {
  color: #ffdf1c;
  display: block;
  font-size: px-to-ems(12px);
  float: right;
  margin-right: return-ems(30px, 12px);
  margin-top: return-ems(8px, 12px);
  text-decoration: underline;
}

.maps #map-info img {
  height: auto;
  max-width: 100%;
}
/*# sourceMappingURL=map.css.map */