/* INTERNACTIVE MAP */
#int-circumplex-container {
	display:block;
	position: relative;
	width: 700px;
	height: 750px;
	overflow: hidden;
	/* float: right; */
	margin: 0 auto;
}
#int-circumplex {
	display:block;
	position: relative;
	width: 700px;
	height: 750px;
	background: url(../images/circumplex.jpg) 0 0 no-repeat;
}
.info-segment {
	display: none;
	position:absolute;
	top:0px;
	left:0px;
	width: 200px;
	background: #FFF;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 10px 10px 10px 15px;
	z-index: 2;
}
.info-segment p {
	font-size: 13px!important;
	font-weight: normal!important;
	line-height: 1.5em!important;
	color: #535353;
	padding: 0;
}
.info-segment h3 {
	font-size: 16px!important;
	font-weight: 500!important;
	line-height: 1.3em!important;
	color: #0b5a04;
	padding: 0;
	margin: 0 0 5px 0!important;
	text-transform: uppercase;
}
.info-segment h5 {
	font-size: 12px!important;
	font-weight: bold!important;
	line-height: 1.4em!important;
	color: #438c19;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.info-segment h5 a {
	font-size: 12px!important;
	font-weight: bold!important;
	line-height: 1.4em!important;
	color: #438c19;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.info-segment h5 a:hover {
	color: #256420;
}
.info-segment .close-button {
	position:absolute;
	top:0;
	right:0;
	display: block;
	text-align: left;
	text-indent: -9999em;
	width: 25px;
	height: 25px;
	background:#ddd url(../images/close_button.jpg) 0 0 no-repeat;
	z-index: 9999;
}
.int-circumplex-img {
	position:relative;
	z-index: 2;
}
.img-segment {
	position:absolute;
	z-index: 1;
	display: none;
	-webkit-transition: all 120ms ease-in-out;
	-moz-transition: all 120ms ease-in-out;
	-ms-transition: all 120ms ease-in-out;
	-o-transition: all 120ms ease-in-out;
	transition: all 120ms ease-in-out;
}
#img-engaged-open {
	top: 132px;
	left: 348px;
}
#img-respectful-modest {
	top: 319px;
	left: 346px;
}
#img-yielding-cautious {
	top: 320px;
	left: 347px;
}
#img-timid-hesitant {
	top: 317px;
	left: 160px;
}
#img-evasive-guarded {
	top: 320px;
	left: 80px;
}
#img-rude-combative {
	top: 132px;
	left: 82px;
}
#img-competitive-pushy {
	top: 52px;
	left: 160px;
}
#img-courageous-confident {
	top: 54px;
	left: 347px;
}

@media screen and (max-width: 700px) {
	#int-circumplex-container {
		transform: scale(.7,.7);
		margin-left: -60px;
	}
}
@media screen and (max-width: 429px) {
	#int-circumplex-container {
		transform: scale(.5,.5);
		margin-left: -190px;
	}
}