@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

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

	1% {
		transform: scale(1);
		opacity: 0;
	}

	10% {
		transform: scale(1);
		opacity: 1;
	}

	29% {
		transform: scale(3);
		opacity: 0;
	}

	30% {
		transform: scale(0);
		opacity: 0;
	}

	31% {
		transform: scale(1);
		opacity: 0;
	}

	40% {
		transform: scale(1);
		opacity: 1;
	}

	59% {
		transform: scale(3);
		opacity: 0;
	}

	60% {
		transform: scale(0);
		opacity: 0;
	}

	61% {
		transform: scale(1);
		opacity: 0;
	}

	70% {
		transform: scale(1);
		opacity: 1;
	}

	89% {
		transform: scale(3);
		opacity: 0;
	}

	90% {
		transform: scale(0);
		opacity: 0;
	}

	91% {
		transform: scale(1);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes pulse-half-size {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	1% {
		transform: scale(0.5);
		opacity: 0;
	}

	10% {
		transform: scale(0.5);
		opacity: 1;
	}

	29% {
		transform: scale(1.5);
		opacity: 0;
	}

	30% {
		transform: scale(0);
		opacity: 0;
	}

	31% {
		transform: scale(0.5);
		opacity: 0;
	}

	40% {
		transform: scale(0.5);
		opacity: 1;
	}

	59% {
		transform: scale(1.5);
		opacity: 0;
	}

	60% {
		transform: scale(0);
		opacity: 0;
	}

	61% {
		transform: scale(0.5);
		opacity: 0;
	}

	70% {
		transform: scale(0.5);
		opacity: 1;
	}

	89% {
		transform: scale(1.5);
		opacity: 0;
	}

	90% {
		transform: scale(0);
		opacity: 0;
	}

	91% {
		transform: scale(0.5);
		opacity: 0;
	}

	100% {
		transform: scale(0.5);
		opacity: 1;
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
	animation-duration: 0.5s;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	animation-name: zoomOutDown;
	animation-duration: 0.5s;
}

.map-wrapper {
	width: 100%;
	float: left;
	margin-bottom: 7px;
	position: relative;
	background-color: rgba(255,255,255,0.5);
}

#animation_container {
	width:100% !important;
	height:auto !important;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

#animation_container #canvas {
	display: block;
	width: 100% !important;
	height: auto !important;
}

#animation_container #dom_overlay_container {
	pointer-events:none;
	overflow:hidden;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.map-wrapper .location-dot-wrapper {
	position: absolute;
	border-radius: 50%;
	z-index: 100;
	pointer-events: none;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	animation: pulse 7s cubic-bezier(.5,.5,0,1) 1;
	transition: opacity 0.3s;
	transform: scale(0);
	opacity: 0;
	animation-fill-mode: forwards;
}

.map-wrapper .location-dot-wrapper.office {
	background-color: rgba(206,161,43,0.25);
}

.map-wrapper .location-dot-wrapper.ecc {
	background-color: rgba(0,55,99,0.25);
}

.map-wrapper .location-dot-wrapper.business-advisor {
	background-color: rgba(0, 120, 185,0.25);
}

.map-wrapper .location-dot,
.map-legend .location-dot {
	width: 16px;
	height: 16px;
	border-width: 5px;
	border-style: solid;
	border-radius: 50%;
	background-color: white;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 200;
	pointer-events: auto;
	position: absolute;
	opacity: 0;
	animation: fadeIn 0.25s;
	animation-fill-mode: forwards;
}

.map-wrapper .location-dot.office,
.map-legend .location-dot.office {
	border-color: rgb(206,161,43);
}

.map-wrapper .location-dot.ecc,
.map-legend .location-dot.ecc {
	border-color: rgb(0,55,99);
}

.map-wrapper .location-dot.business-advisor,
.map-legend .location-dot.business-advisor {
	border-color: rgb(0, 120, 185);
}

.info-window {
	position: absolute;
	top: 0;
	left: calc(50% - 250px);
	width: 500px;
	height: 500px;
	border-width: 20px;
	border-style: solid;
	border-radius: 50%;
	z-index: 500;
	overflow: hidden;
	background-color: white;
	padding: 30px;
	box-sizing: border-box;
	font-family: 'proxima-nova', Arial, Helvetica, "SimSun", "宋体", "STXihei", "上海宋", "Nanum Gothic", "Malgun Gothic", sans-serif;
}

.info-window.hidden {
	display: none;
}

.info-window.office {
	border-color: rgb(206,161,43);
}

.info-window.ecc {
	border-color: rgb(0,55,99);
}

.info-window.business-advisor {
	border-color: rgb(0, 120, 185);
}

.info-window::before {
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0.5;
	background-position: center;
}

.info-window::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.7;
}

.info-window.office::after {
	background-color: rgb(206,161,43);
}

.info-window.ecc::after {
	background-color: rgb(0,55,99);
}

.info-window.business-advisor::after {
	background-color: rgb(0, 120, 185);
}

.info-window .info-window-img {
	width: 180px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	border-radius: 50%;
	margin-bottom: 10px;
	background-position: center;
}

.info-window .info-window-img a {
	display: block;
	width: 100%;
	height: 100%;
}

.info-window .info-window-name {
	text-align: center;
	color: white;
	font-size: 44px;
	margin-bottom: 15px;
	line-height: 36px;
	font-weight: 300;
}

.info-window .info-window-name a {
	color: white;
}

.info-window .info-window-address {
	text-align: center;
	color: white;
	font-family: 'proxima-nova', Arial, Helvetica, "SimSun", "宋体", "STXihei", "上海宋", "Nanum Gothic", "Malgun Gothic", sans-serif;
	font-weight: 200;
	line-height: 1.2;
	font-size: 20px;
}

.info-window .info-window-address a {
	color: white;
	text-decoration: underline;
}

.info-window .info-window-close {
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	color: rgb(225,225,225);
	cursor: pointer;
	font-size: 18px;
}

.map-legend {
	padding: 10px 0;
	margin-left: -15px;
	width: calc(100% + 15px);
	float: left;
}

.map-legend .legend-entry {
	display: inline-block;
	float: left;
	padding-left: 15px;
	padding-right: 30px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	font-family: 'proxima-nova', Arial, Helvetica, "SimSun", "宋体", "STXihei", "上海宋", "Nanum Gothic", "Malgun Gothic", sans-serif;
}

.map-legend .legend-entry .location-dot {
	position: static;
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}

@media screen and (max-width: 550px) {
	.info-window {
		transform: scale(0.5);
		transform-origin: center top;
	}

	.map-wrapper .location-dot-wrapper {
		animation: pulse-half-size 7s cubic-bezier(.5,.5,0,1) 1;
		transform-origin: center center;
	}

	.map-wrapper .location-dot,
	.map-legend .location-dot {
		transform: scale(0.5);
		transform-origin: center center;
	}

	.map-legend .legend-entry {
		font-size: 14px;
		width: 100%;
		padding-right: 0;
	}
}
