.main-header {
  position: relative;
  z-index: 2;
}

.sticky-header {
  display: none;
}

.top-header {
  background-color: #f4f5f8;
  border-bottom: 1px solid #eee;
}

.top-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
}

.top-left p {
  font-size: 15px;
  margin: 0;
  line-height: 1;
}

.top-left,
.top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-right ul li {
  display: inline-flex;
  align-items: center;
}

.top-header-nav li a {
  font-size: 15px;
}

.header-social-share li:not(:first-of-type),
.top-header-nav li:not(:first-of-type) {
  margin-left: 15px;
}

.header-social-share li a {
  font-size: 15px;
  color: #666;
}

.top-header-nav li a:hover,
.header-social-share li a:hover {
  color: #00488b;
}

.top-header-nav {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.mid-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  padding: 15px 0;
}

.mid-header-wrap .site-logo {
  max-width: 240px;
}
.mid-header {
  border-bottom: 1px solid #c1c1c1;
  box-shadow: 0px 1px 1px #c1c1c1;
  background: #ffffff;
}
.header-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}

.header-info li {
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
}

.header-info li:first-child::after {
  content: "";
  position: relative;
  right: 0px;
  top: 0px;
  border-right: 1px solid #ddd;
  width: 1px;
  height: 60px;
  background: #ddd;
  padding-left: 0px;
}

.header-info li .header-info-icon {
  font-size: 40px;
  color: #00488b;
  margin-right: 5px;
}

.header-info li .header-info-text h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
}

.header-info li .header-info-text h3 a:hover {
  color: #00488b;
}

.header-info li .header-info-text h3 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #666;
  display: block;
  margin-bottom: 8px;
  text-align: center;
}
.header-info li .header-info-text a.partner_logo img {
  height: 37px;
}
.nav-menu-wrapper .site-logo {
  display: none;
}

.menu-right-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.menu-right-item > div {
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-right-item .sidebox-icon,
.menu-right-item .search-icon {
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
  padding-right: 15px;
}

.sticky-header .menu-right-item .sidebox-icon,
.sticky-header .menu-right-item .search-icon {
  color: #222;
}

.sticky-header .menu-right-item .sidebox-icon:hover,
.sticky-header .menu-right-item .search-icon:hover {
  color: #00488b;
}

.sticky-header .menu-right-item .sidebox-icon,
.sticky-header .menu-right-item .search-icon {
  border-left: 1px solid rgba(17, 17, 17, 0.06);
}

.menu-right-item .sidebox-icon {
  margin-right: 15px;
  margin-left: 15px;
}

.menu-right-item .menu-btn {
  background-color: #f40c00;
  color: #fff;
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.menu-right-item .menu-btn:hover {
  background-color: #444444;
}

.mobile-menu-icon {
  display: none;
}

.burger-menu {
  width: 20px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: transform 330ms ease-out;
  -moz-transition: transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.line-menu {
  background-color: #666;
  border-radius: 0;
  width: 100%;
  height: 2px;
}

.line-menu.line-half {
  width: 50%;
}

.line-menu.first-line {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.menu-open .line-menu.first-line {
  -webkit-transform: rotate(-90deg) translateX(3px);
  -moz-transform: rotate(-90deg) translateX(3px);
  -o-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.menu-open .line-menu.last-line {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  -moz-transform: rotate(-90deg) translateX(-3px);
  -o-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px);
}

@media (min-width: 993px) {
  .nav-menu-wrapper {
    margin-bottom: -60px;
  }

  .sticky-header .nav-menu-wrapper {
    margin: 0;
  }

  .sticky-header .header-menu-wrap ul {
    padding-left: 0;
  }

.nav-menu-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    width: fit-content;
}
  .nav-menu-inner:before {
    background-color: #00488b;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 30px;
  }

  .header-menu-wrap ul li {
    display: inline-block;
    position: relative;
    padding: 20px 0px;
    margin: 0 15px;
  }

  .header-menu-wrap ul li > a {
    display: block;
    /* font-family: space grotesk, sans-serif; */
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 1;
  }
  .header-menu-wrap ul li.active > ul li.active a {
    color: #0ead22;
  }

  .header-menu-wrap ul li > a:before {
    background-color: #0ead22;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    display: inline-block;
    width: 100%;
    height: 2px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
    -o-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
    transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
  }

  .sticky-header .header-menu-wrap ul li > a:before {
    background-color: #222;
  }

  .header-menu-wrap ul li.active > a:before,
  .header-menu-wrap ul li:hover > a:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  .header-menu-wrap li ul {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0/10%);
    border-radius: 2px;
    border: 1px solid #eee;
    width: 220px;
    padding: 0;
    display: block;
    position: absolute;
    left: -35px;
    top: 70px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transform: perspective(300px) rotateX(-18deg);
    transform: perspective(300px) rotateX(-18deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-menu-wrap li:hover > ul {
    -webkit-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
    opacity: 1;
    visibility: visible;
    top: 58px;
    z-index: 99;
  }

  .header-menu-wrap li li {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #eee;
    text-align: left;
    position: relative;
    transition: all 0.2s ease-in-out;
  }

  .header-menu-wrap li li:last-child {
    /* margin: 0; */
    border-bottom: 0;
  }

  .header-menu-wrap li li > a {
    font-family: space grotesk, sans-serif;
    display: block;
    height: auto;
    line-height: inherit;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: -0.2px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
  }

  .header-menu-wrap li li > a:before {
    display: none;
  }

  .header-menu-wrap li li > a:hover {
    color: #00488b;
  }

  .header-menu-wrap li ul li ul {
    width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
  }

  .header-menu-wrap li ul {
    display: block !important;
  }

  .sticky-header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    transform: translateY(-100%);
    z-index: 99;
  }

  .sticky-header .nav-menu-wrapper .site-logo {
    display: block;
    max-width: 150px;
  }

  .sticky-header .nav-menu-inner {
      max-width: 100%;
      height: 80px;
      margin: 0;
      justify-content: space-between;
      width: 100%;
  }

  .sticky-header .nav-menu-inner:before {
    display: none;
  }

  .sticky-header.sticky-fixed-top {
    transition: transform 1s ease;
    will-change: transform;
  }

  .sticky-header.sticky-fixed-top {
    transform: translateY(0);
    box-shadow: 0 10px 60px rgb(0 0 0/10%);
  }

  .sticky-header.sticky-fixed-top .header-menu-wrap .nav-menu > li {
    padding: 32px 0;
  }

  .sticky-header.sticky-fixed-top .header-menu-wrap li:hover > ul {
    top: 79px;
  }

  .sticky-fixed-top .header-menu-wrap ul li > a {
    color: #222;
  }

  .sticky-fixed-top .header-menu-wrap ul li li > a:hover {
    color: #00488b;
  }

  .sticky-fixed-top .menu-right-item .menu-btn {
    height: auto;
    padding: 10px 30px;
  }
}

@media (max-width: 1200px) {
  .nav-menu-inner {
    max-width: 90%;
  }
}

@media (max-width: 992px) {
  .nav-menu-wrapper {
    position: relative;
  }

  .nav-menu-wrapper .site-logo {
    display: block;
    max-width: 140px;
  }

  .mid-header,
  .top-header-nav {
    display: none;
  }

  .dropdown-plus {
    width: 49px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    z-index: 1;
  }

  .dropdown-plus:before,
  .dropdown-plus:after {
    position: absolute;
    content: "";
    top: 21px;
    right: 10px;
    width: 10px;
    height: 2px;
    background-color: #666;
  }

  .dropdown-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .dropdown-plus.dropdown-open:after {
    display: none;
  }

  .mobile-menu-icon {
    display: block;
  }

  .header-menu-wrap {
    background-color: #fff;
    display: none;
    width: 100%;
    height: auto;
    padding: 0 20px 20px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
  }

  .nav-menu-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
  }

  .header-menu-wrap ul {
    padding-left: 0;
    border: 1px solid #eee;
  }

  .header-menu-wrap ul li {
    position: relative;
    margin: 0;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 0;
  }

  .header-menu-wrap ul li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
  }

  .header-menu-wrap ul li > a {
    display: block;
    padding: 10px 15px;
    height: inherit;
    line-height: inherit;
  }

  .header-menu-wrap li li:hover > a {
    background-color: transparent;
  }

  .header-menu-wrap ul li ul li ul,
  .header-menu-wrap ul li ul {
    background-color: transparent;
    width: 100%;
    opacity: 1;
    padding: 0;
    visibility: visible;
    position: inherit;
    display: none;
    top: inherit;
    left: inherit;
    box-shadow: none;
  }

  .header-menu-wrap li li {
    padding: 0 20px;
  }

  .header-menu-wrap li li {
    padding-left: 10px;
  }

  .header-menu-wrap li li:last-child {
    border-bottom: none;
  }

  .header-menu-wrap ul li > a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
  }

  .header-menu-wrap li li > a {
    color: #666;
    font-size: 14px;
  }

  .header-menu-wrap li li:hover > a {
    color: #00488b;
  }

  .header-menu-wrap ul li > a:before {
    display: none;
  }

  .sticky-fixed-top .line-menu {
    background-color: #ddd;
  }

  .menu-right-item {
    display: none;
  }
}

#popup-search-box {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}

.open-search-box #popup-search-box {
  opacity: 1;
  visibility: visible;
}

#searchbox-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: 100%;
  z-index: -1;
}

.open-search-box #searchbox-overlay {
  opacity: 1;
  z-index: 1002;
  cursor: none;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}

#popup-search-box .box-inner-wrap {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 80px 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all ease-in-out 0.3s;
  box-shadow: 0 10px 60px rgb(0 0 0/10%);
}

.open-search-box #popup-search-box .box-inner-wrap {
  transform: translateY(0);
}

#popup-search-box .box-inner-wrap form {
  position: relative;
  margin: 0 auto;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
  color: #666;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
  color: #666;
}

#popup-search-box .box-inner-wrap input::placeholder {
  color: #666;
  font-size: 18px;
}

#popup-search-box .box-inner-wrap input {
  background: #fff;
  font-family: space grotesk, sans-serif;
  width: 600px;
  padding: 15px 30px;
  padding-right: 80px;
  border: 1px solid #eee;
  font-size: 18px;
  color: #666;
  border-radius: 50px;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input::-moz-placeholder {
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input::-moz-placeholder {
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input:focus {
  outline: none;
  border: 1px solid #00488b;
}

#popup-search-box .box-inner-wrap button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: 0 0;
  border: none;
  color: #666;
  font-size: 30px;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}

#popup-search-box .box-inner-wrap button:hover {
  color: #00488b;
}

#popup-search-box .box-inner-wrap button:focus {
  outline: none;
}

.search-close {
  font-size: 30px;
  color: #666;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.85, 0.45, 1);
}

.search-close:hover {
  color: #00488b;
  transform: scale(1.1);
}

.popup-sidebox {
  display: none;
}

@media (min-width: 992px) {
  .popup-sidebox {
    background-color: #222;
    padding: 40px 60px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 500px;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .open-sidebox .popup-sidebox {
    right: 0;
    visibility: visible;
  }

  #sidebox-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0s ease-in-out;
    width: calc(100% - 400px);
    z-index: -1;
  }

  .open-sidebox #sidebox-overlay {
    opacity: 1;
    z-index: 1002;
    cursor: none;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.3s;
  }

  .sidebox-content .site-logo {
    margin-bottom: 25px;
    max-width: 200px;
  }

  .sidebox-content p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 25px;
  }

  .sidebox-content .sidebox-list li span {
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-bottom: 5px;
  }

  .sidebox-content .sidebox-list li {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }

  .sidebox-content .sidebox-list li.call {
    color: #198754;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }
  .sidebox-content .sidebox-list li.call a {
    color: #198754;
  }

  .sidebox-content .sidebox-list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .top-header {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #popup-search-box .box-inner-wrap form {
    width: 90%;
  }

  #popup-search-box .box-inner-wrap input,
  #popup-search-box .box-inner-wrap button {
    font-size: 3em;
  }
}


#intlpresence .service-content{
  padding: 15px;
}

#intlpresence .service-content h3{
  margin-bottom: 0px;
  text-align: center;
}

#intlpresence {
  padding: 60px 0 80px;
}



/* 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: 37.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;
  }
}
@-moz-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);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/* =Places Map
// ========================================================================== */
#places-map {
  background: transparent;
  padding: 3.25em 1.5625em 2.5em;
  position: relative;
}
#places-map h1 {
  font-size: 1.3125em;
  margin-top: 0.9523809524em;
  text-align: center;
}
@media (min-width: 37.5em) {
  #places-map h1 {
    font-size: 2.1875em;
    margin-top: 0.9428571429em;
  }
}
#places-map .wu-logo {
  display: none;
  height: 3.875em;
  width: 11.3125em;
}
@media (min-width: 60em) {
  #places-map .wu-logo {
    background: url(https://jeffbridgforth.com/codepen/wu-logo.jpg) no-repeat;
    display: block;
    position: absolute;
    bottom: 1.875em;
    left: 2em;
  }
}
@media (min-width: 87.5em) {
  #places-map .wu-logo {
    left: 50%;
    margin-left: -43.75em;
  }
}
#places-map img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.secondary-page #places-map .content {
  margin: 0;
  position: relative;
}
@media (min-width: 60em) {
  .secondary-page #places-map .content {
    margin: 0 auto;
  }
}
#places-map .map {
  position: relative;
  max-width: 70.4375em;
  margin-left: auto;
  margin-right: auto;
}
#places-map .map-pins {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
#places-map .map-location-marker {
  background: url(https://jeffbridgforth.com/codepen/map-pin.png) no-repeat;
  cursor: pointer;
  position: absolute;
  height: 2.275em;
  margin-top: -1.875em;
  margin-left: -0.7857142857em;
  width: 1.725em;
  z-index: 3;
  opacity: 1;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  animation-duration: 3s;
}
@media (min-width: 48em) {
  .js #places-map .map-location-marker.bounceInDown {
    visibility: visible;
  }
}
#places-map .marker-new-yark {
  left: 28%;
  top: 33%;
}
@media (max-width: 37.4375em) {
  #places-map .marker-new-yark {
    left: 6%;
    top: 32%;
  }
}
#places-map .marker-denver {
  left: 13%;
  top: 29%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-argentina {
  left: 29.5%;
  top: 13%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#places-map .marker-dubai {
  left: 64%;
  top: 42%;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#places-map .marker-costa-rica {
  left: 17.5%;
  top: 50%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#places-map .marker-peterborough {
  left: 45.5%;
  top: 20%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-vilnius {
  left: 52%;
  top: 18%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#places-map .marker-singapore {
  left: 79%;
  bottom: 42%;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#places-map .marker-manila {
  left: 84.5%;
  top: 48%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#places-map .marker-sydney {
  top: 50%;
  left: 36.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .map-location-marker:after {
  -webkit-animation: pulsate 2s ease-in-out infinite;
  -moz-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 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 31px;
  z-index: 2;
}

#page-places {
  position: relative;
}

#map-info {
  background: #000;
  color: #fff;
  position: absolute;
  top: -1.5625em;
  left: 50%;
  margin-left: -7.8125em;
  padding: 1.125em;
  width: 15.625em;
  z-index: 10;
}
#map-info .close-btn {
  background: url(http://jeffbridgforth.com/codepen//close-btn.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 0.6875em;
  width: 0.6875em;
  position: absolute;
  right: 1.125em;
  top: 1.125em;
}
@media (min-width: 30em) {
  #map-info {
    top: 50%;
    margin-top: -8.875em;
  }
}
@media (min-width: 60em) {
  #map-info {
    margin-left: -8.875em;
    width: 17.75em;
  }
}
@media (min-width: 48em) {
  #map-info {
    margin-left: 0;
    margin-top: 0;
  }
  #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;
  }
  #map-info.new-yark {
    left: 11%;
    top: 23%;
  }
  #map-info.denver {
    left: 16%;
    top: 21.5%;
  }
  #map-info.argentina {
    left: 32.5%;
    bottom: 0;
    top: auto;
  }
  #map-info.argentina:before {
    top: 152px;
  }
  #map-info.costa-rica {
    bottom: 5%;
    left: 20%;
    top: auto;
  }
  #map-info.costa-rica:before {
    top: 45px;
  }
  #map-info.peterborough {
    top: 12.5%;
    left: 48%;
  }
  #map-info.vilnius {
    top: 10.5%;
    left: 54.5%;
  }
  #map-info.dubai {
    top: 35%;
    left: 66.5%;
  }
  #map-info.singapore {
    left: auto;
    top: auto;
    bottom: 0%;
    right: 24%;
  }
  #map-info.singapore:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: -16px;
    top: 55px;
  }
  #map-info.manila {
    left: auto;
    top: auto;
    bottom: 1.75%;
    right: 18.5%;
  }
  #map-info.manila:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: -16px;
  }
  #map-info.sydney {
    left: auto;
    top: auto;
    right: 11.5%;
    bottom: 0;
  }
  #map-info.sydney:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: -16px;
    bottom: 50px;
  }
}
#map-info h1 {
  float: left;
  font-size: 1.375em;
  line-height: 1;
  margin-bottom: 0.7272727273em;
  margin-top: 0;
}
#map-info a {
  color: #ffdf1c;
  display: block;
  font-size: 0.75em;
  float: right;
  margin-right: 2.5em;
  margin-top: 0.6666666667em;
  text-decoration: underline;
}
#map-info img {
  height: auto;
  max-width: 100%;
}


#places-map .tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

#places-map .tooltip:hover .tooltiptext {
  visibility: visible;
}

#places-map .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 99999;
  bottom: 125%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;

}

#places-map .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
#places-map .tooltiptext img{
  width: 100%;
}
#places-map .tooltiptext h4{
  color: #ffffff;
  margin-bottom: 5px;

}