.wgt__endo-system-details-container {
	position: relative;
	max-width: 800px;
	margin-bottom: 50px;
}

.wgt__endo-system-details-container blockquote {
	border-left: none;
	border-top: 10px solid #00b1ef;
	padding: 45px 40px;
	background: transparent url(/wp-content/themes/csf/img/endocrine/bg-intro.png) 0 0 repeat-x;
	text-align: center;
	font-size: 1.125em;
	line-height: normal;
	max-width: 970px;
	margin: 0 auto;
}

.wgt__endo-system-details-container .row::after, 
.wgt__endo-system-details-container .row::before {
	content: " ";
	display: table;
  clear: both;
}

.wgt__endo-system-details-container .wgt__endo-system-details {
	position: absolute;
	top: auto;
	left: auto;
	opacity: .95;
	width: 275px;
	background-color: #fff8e3;
	font-size: .75em;
	margin: 0 0;
	max-height: 540px;
	overflow-y: auto;
  font-size: .75em;
}

.wgt__endo-system-details-container .wgt__endo-system-details h3 {
	color: #158dc0;
	line-height: 1.1;
}

.wgt__endo-system-details-container .wgt__endo-system-details h4 {
  font-size: 18px;;
}

.wgt__endo-system-details-container p {
	font-size: 14px;
	text-align: left;
	margin: 25px 0;
}

.wgt__endo-system-details {
	position: relative;
	display: none;
	border: 1px solid #000;
	padding: 50px;
	margin: 20px 0;
}

.wgt__endo-system-details.js-enable, .wgt__reg-policy-details.js-enable {
	display: block;
}

.wgt__endo-system-details .btn-close, .wgt__reg-policy-details .btn-close {
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 33px;
	height: 32px;
	background: transparent url(/wp-content/themes/csf/img/endocrine/btn-close.png) center no-repeat;
	text-indent: -99999em;
}

.wgt__endo-system-details-container .col-sm-4,
.wgt__endo-system-details-container .col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.wgt__endo-system-details-container .text-left {
	text-align: left;
}

.wgt__endo-system-details-container .text-center {
	text-align: center;
}

.wgt__endo-system-details-container .img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

#img__endosystem {
	position: relative;
	max-width: 598px;
	margin: auto;
}

#img__endosystem .organ-hotspot {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 5.016722408026756%;
	height: 4%;
	background-image: url(/wp-content/themes/csf/img/endocrine/btn-hotspot.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

#img__endosystem .organ-hotspot:hover {
	background-image: url(/wp-content/themes/csf/img/endocrine/btn-hotspot-hover.png);
}

#img__endosystem .organ-hotspot.organ-brain {
	left: 47.2093023255814%;
	top: 4.607046070460705%;
}

#img__endosystem .organ-hotspot.organ-thyroid {
	left: 50.58139534883721%;
	top: 24.84191508581752%;
}

#img__endosystem .organ-hotspot.organ-pancreas {
	left: 43.02325581395349%;
	top: 47.51580849141825%;
}

#img__endosystem .organ-hotspot.organ-kidneys {
	left: 60%;
	top: 51.94218608852755%;
}

#img__endosystem .organ-hotspot.organ-repro {
	left: 47.09302325581395%;
	top: 76.33242999096658%;
}

@media screen and (min-width: 811px) {
	.wgt__endo-system-details-container blockquote {
		padding: 45px 40px 0;
		border-bottom: 1px solid #00b1ef;
		border-right: 1px solid #00b1ef;
		border-left: 1px solid #00b1ef;
	}

  .wgt__endo-system-details-container .col-sm-4 {
    float: left;
    width: 33.3333333333%;
  }
  
  .wgt__endo-system-details-container .col-sm-8 {
    float: left;
    width: 66.6666666667%;
  }
}

@media screen and (max-width: 810px) {
	.wgt__endo-system-details-container blockquote {
		padding: 10px;
	}

	#img__endosystem {
		margin: 20px auto;
	}

	.wgt__endo-system-details-container .wgt__endo-system-details {
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 80%;
		max-height: 100vh;
	}	

	.wgt__endo-system-details, .wgt__reg-policy-details {
		padding: 15px;
	}

	.wgt__endo-system-details .btn-close, .wgt__reg-policy-details .btn-close {
		top: 10px;
		right: 10px;
		width: 10px;
		height: 10px;
	}
}