.contact_page .contact-form-wrapper .contact-us {
    background: 0 0!important;
		min-height: 650px;
}

.reduced-row-margin {
	margin-left: -10px;
	margin-right: -10px;
}

.reduced-col-padding {
	padding-left: 10px;
	padding-right: 10px;
}

.contact_page .contact-intro {
	height: 80vh;
	padding: 60px 0;
}

.contact_page .contact-us {
	padding: 0 15px;
}

.hero-overlay {
	background-color: rgba(0, 0, 0, .5);
  height: 80vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
	.contact_page .contact-intro {
		height: 60vh;
	}

	.hero-overlay {
	  height: 60vh;
	}
}

.head-office, .sub-office {
	position: relative;
	margin-bottom: 20px;
}

.head-office {
	height: 346px;
	overflow: hidden;
}

.sub-office {
	height: 312px;
	overflow: hidden;
}

.office-overlay {
	background-color: rgba(0, 0, 0, .5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.office-bg	{
	height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all .5s ease-in-out;
}

.office-bg:hover {
	transform: scale(1.1);
}

.sub-office-inner {
	position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 50%;
  margin: 0 auto;
}

.sub-office-inner .heading2 {
	margin-bottom: 20px;
}

.contact_page .contact-form-wrapper {
	position: relative;
	margin-top: -112px;
}

.contact_page .contact-form-wrapper .contact-us {
	background: transparent !important; /* important used as background is white and needs to overlap */
	min-height: 650px;
}

.contact_page .contact-form-wrapper .contact-us .contact-us-container {
	box-shadow: 0 6px 15px rgba(0, 0, 0, .4);
}

.contact_page .our-offices {
	margin-top: 50px;
}

.contact_page .our-offices .headqtr {
	position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 50%;
  margin: 0 auto;
}

.contact_page .our-offices p {
	color: rgba(255, 255, 255, .7);
  font-size: 16px;
  margin-bottom: 0;
}

.contact_page .our-offices p.email-link {
	padding: 20px 10px 0;
	pointer-events: all;
}

.contact_page .our-offices p.email-link .contact-us-list-icon {
	color: #fff;
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.contact_page .our-offices p.email-link .contact-us-list-icon {
		margin-right: 0;
	}
}

.contact_page .our-offices .head-office p.email-link .contact-us-list-icon {
	margin-right: 10px;
}

.contact_page .our-offices a {
	color: rgba(255, 255, 255, .7);
	text-decoration: underline !important; /* over-ride */
	transition: all .4s ease-in-out;
}

.contact_page .our-offices a:hover {
	color: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 768px) {
	.office-map {
		background: url(../../img/contact/plus_bg.png) no-repeat;
		background-position: left bottom;
	}
}

.world-map {
	padding-bottom: 54%;
	position: relative;
	background: url(../../img/contact/world_map.png);
	background-repeat: no-repeat;
  background-size: contain;
}

.world-map .newcastle-map {
	position: absolute;
  left: 49.2%;
  top: 26%;
}

.world-map .san-jose-map {
	position: absolute;
  left: 16%;
  top: 36.5%;
}

.world-map .minneapolis-map {
	position: absolute;
 	left: 23.5%;
  top: 32%;
}

.world-map .munich-map {
	position: absolute;
 	left: 53.5%;
  top: 29.5%;
}

.world-map .china-map {
	position: absolute;
 	left: 78.5%;
  top: 41.5%;
}

.map-tooltip.pin-visible {
	opacity: 1;
	transition: opacity .5s;
}

.map-tooltip.pin-invisible {
	opacity: 0;
	transition: opacity .5s;
}

.world-map .newcastle-map-pin, .world-map .san-jose-map-pin, .world-map .minneapolis-map-pin, .world-map .munich-map-pin, .world-map .china-map-pin {
	width: 6px;
	height: 6px;
  z-index: 10;
  top: 0;
  position: absolute;
  border-radius: 100%;
  background: rgba(23,31,39, 1);
}

.world-map .newcastle-map-pin {
	background: rgba(202,22,42, 1);
}

@media screen and (min-width: 768px) {
	.world-map .newcastle-map-pin, .world-map .san-jose-map-pin, .world-map .minneapolis-map-pin, .world-map .munich-map-pin, .world-map .china-map-pin {
			background: transparent;
			position: relative;
	}
}

.world-map .pin {
	width: 24px;
	height: 30px;
	position: relative;
  top: -72px;
  left: -9px;
  display: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
	.world-map .pin {
		display: block;
	}
}

.world-map .pulse-outer {
	background: rgba(23,31,39, .8);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  left: -9px;
}

.world-map .newcastle-map .pulse-outer {
	background: rgba(202,22,42, .8);
	animation: pulse 2s ease-out infinite;
}

.world-map .san-jose-map .pulse-outer {
	animation: pulse 2s ease-out 1.5s infinite;
}

.world-map .minneapolis-map .pulse-outer {
	animation: pulse 2s ease-out 3s infinite;
}

.world-map .munich-map .pulse-outer {
	animation: pulse 2s ease-out 2.5s infinite;
}

.world-map .china-map .pulse-outer {
	animation: pulse 2s ease-out 2s infinite;
}

.outer-tooltip {
  position: absolute;
}

@media screen and (min-width: 768px) {
	.outer-tooltip {
	  position: relative;
	  left: calc(-50% - -3px);
	  top: -88px;
	}
}

.map-tooltip {
	position: relative;
	height: 44px;
	background: #1C252F;
	border-radius: 3px;
	padding: 12px 15px;
	color: rgba(255,255,255, .7);
	font-size: 14px;
  z-index: 11;
  opacity: 0;
  transition: opacity .5s;
}

.map-tooltip img {
	width: 25px;
}

.map-tooltip .arrow {
	position: absolute;
	width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1C252F;
  bottom: -10px;
  left: calc(50% - 10px);
}

.map-tooltip span {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.contact_page .contact-us {
	background: none;
}

.contact_page .contact-us-container {
	box-shadow: 0 6px 15px rgba(0,0,0,.4);
}


@keyframes pulse {
  0% {
   	transform: scale(0);
  }

  100% {
  	transform: scale(2);
		background: transparent;
	}
}
