/**** Css *****/

.GM-PRGM-068 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.GM-PRGM-068 #mapContainer {
	width: 100%;
	/* background-color: #eeeeee; */
	background-color: #ffffff;
	box-shadow: 0 0px 3px 0px rgba(0, 0, 0, .2);
	height: 320px;
	margin-bottom: 10px;
	width: 512px\9;
}
.GM-PRGM-068 .ammapDescriptionTitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	color: #00338D;
}
.GM-PRGM-068 .ammapAlert {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.GM-PRGM-068 .ammapDescriptionWindow {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
	color: #000000;
	padding: 10px;
	border-radius: 7px;
	box-shadow: 0 0px 2px 2px rgb(0, 51, 141);
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 999;
}
 @-webkit-keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3)
}
 50% {
 opacity: 1
}
}
 @keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3)
}
 50% {
 opacity: 1
}
}
.GM-PRGM-068 .zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
.GM-PRGM-068 .ammapDescriptionWindowCloseButton {
	margin: -2px 0 0 0;
}
.GM-PRGM-068 .ammapObjectList ul {
	padding-left: 20px;
	list-style: square outside;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.GM-PRGM-068 .ammapObjectList ul ul {
	padding-left: 14px;
}
.GM-PRGM-068 .ammapObjectList a {
	color: #000000;
}
.GM-PRGM-068 .ammapObjectList a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px;
}
.GM-PRGM-068 .ammapObjectList a:hover {
	color: #CC0000;
	text-decoration: none;
	background: #FFFFFF;
	cursor: pointer;
	display: block;
}
.GM-PRGM-068 .ammapDescriptionText {
	overflow: auto;
}
/*notSupported CSS added to support error message for browsers that do not support SVG maps */

.GM-PRGM-068 .notSupported {
	background-image: url(images/worldMapNotSupported.png);
	width: 512px;
	height: 190px;
	padding-top: 130px;
	color: #FFF;
}
.GM-PRGM-068 .notSupported p {
	width: 400px;
	padding: 10px;
	margin: auto;
	color: #cc0000 !important;
	text-align: center;
	font-weight: bold;
	background: #fff;
}
#IEnotSupported p {
	padding: 5px 0 5px 0 !important;
}
#IEnotSupported select {
	font-size: 14px;
	padding: 8px 8px;
	background: #00338d;
	color: #fff;
	position: relative;
}
.GM-PRGM-068 {
	width: 100%;
}
.GM-PRGM-068 #mapContainer {
	width: 100%;
}
.GM-PRGM-068contacts {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 14px;
}
.GM-PRGM-068contacts a {
	color: #000000;
	text-decoration: none;
}
.GM-PRGM-068contacts a:hover {
	color: #000000;
	text-decoration: underline;
}
.GM-PRGM-068contacts .contactName {
	color: #00338D;
	font-weight: bold;
}
.GM-PRGM-068contacts .contactTitle {
	color: #00338D;
	font-weight: normal;
	margin-bottom: 1px;
}
.GM-PRGM-068contacts .contactSeparator {
	margin: 10px 0;
	clear: both;
}
.contactEmail, .contactPhone, .contactURL {
	margin-bottom: 1px;
	color: #000000;
}
.contactEmail span, .contactPhone span, .contactURL span {
	vertical-align: middle;
}


/*** Scroll Bar ****/

.ammapDescriptionText::-webkit-scrollbar-track, .select_style::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: #f1f1f1;
 border-radius: 10px;
}
 .ammapDescriptionText::-webkit-scrollbar, .select_style::-webkit-scrollbar {
 width: 10px;
 background-color: #ffffff;
}
 .ammapDescriptionText::-webkit-scrollbar-thumb, .select_style::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color: #00338d;
}
/*****/

.select_style {
	background: #FFF;
	overflow: hidden;
	display: inline-block;
	color: #525252;
	font-weight: 300;
	-webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
	-webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	-moz-box-shadow: 0 0 5px rgba(123, 123, 123, .2);
	box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
	position: relative;
	cursor: pointer;
}
.select_style span {
	position: absolute;
	right: 10px;
	width: 12px;
	height: 10px;
	background: #00338d url(../img/down.png) no-repeat center;
	top: 50%;
	margin-top: -5px;
	background-size: 20px;
}
.select_style select {
	width: 100%;
	background: none;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 7px 10px;
}

@media only screen and (max-width: 500px) {
.ammapDescriptionTitle {
	font-size: 18px;
}
.GM-PRGM-068contacts {
	font-size: 16px;
	line-height: 1.3;
	max-height: 200px;
	overflow: auto;
}
.ammapDescriptionWindow {
	top: 50px !important;
	left: 2px !important;
	right: 0 !important;
	width: 277px !important;
}
.amcharts-chart-div+div {
	left: 50% !important;
	margin-left: -152px;
}
}
.map-marker {
	/* adjusting for the marker dimensions
    so that it is centered on coordinates */
	margin-left: -4px;
	margin-top: -4px;
}
.map-marker.map-clickable {
	cursor: pointer;
}
.pulse {
width: 2px;
height: 2px;
border: 1px solid #fff;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background-color: #00338D;
z-index: 0;
position: absolute;
	transition: all 1.5s linear;
		animation: Nascent 1.5s ease infinite;
}
.amcharts-balloon-bg{
	z-index: 99999;
}
/*
.map-marker .dot {
border: 5px solid #00338d;
background: transparent;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
border-radius: 60px;
height: 25px;
width: 25px;
-webkit-animation: pulse 3s ease-out;
-moz-animation: pulse 3s ease-out;
-ms-animation: pulse 3s ease-out;
animation: pulse 3s ease-out;
    animation-iteration-count: 1;
animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
animation-iteration-count: infinite;
position: absolute;
top: -13.12px;
left: -13.12px;
z-index: 1;
opacity: 0;

}
*/
.gm-ots-02443 .nk-box-text h4 {
	font-size: 41px;
}
@keyframes Nascent {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(2);
}
}
/*
 @-moz-keyframes pulse {
 0% {
 -moz-transform: scale(0);
 opacity: 0.0;
}
 25% {
 -moz-transform: scale(0);
 opacity: 0.1;
}
 50% {
 -moz-transform: scale(0.1);
 opacity: 0.3;
}
 75% {
 -moz-transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 -moz-transform: scale(1);
 opacity: 0.0;
}
}
 @-webkit-keyframes "pulse" {
 0% {
 -webkit-transform: scale(0);
 opacity: 0.0;
}
 25% {
 -webkit-transform: scale(0);
 opacity: 0.1;
}
 50% {
 -webkit-transform: scale(0.1);
 opacity: 0.3;
}
 75% {
 -webkit-transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 -webkit-transform: scale(1);
 opacity: 0.0;
}
}
*/
