.hidexx {
  display: none;
}

dt {
  font-size: 15px; font-weight:600;
  color: #333;
  margin-top: 15px;
  margin-bottom: 9px;
  margin-left: 26px;
  cursor: pointer;
}

/* Triangle list item */
dt:before {
  content: "";
  border-color: transparent #ccc;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: block;
  height: 0;
  width: 0;
  left: -16px;
  top: 17px;
  position: relative;
}

dd {
 font-size:13px; font-weight:400; color:#656D78;
  padding: 10px 20px;
  padding-left:27px;
  padding-top:0px;
  padding-bottom:0px;

  background: #FDFCFA;
  border-radius: 5px;
  border-bottom: 1px solid #F2EEE6;
  margin: 12px 0 10px;
  margin-top:4px;
  margin-bottom:4px;
  position: relative;
}

/* Triangle in definition container */
dd:after, dd:before {
  bottom: 100%;
  left: 6%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

dd:after {
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #FDFCFA;
  border-width: 15px;
  margin-left: -15px;
}

dd:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #F2EEE6;
  border-width: 17px;
  margin-left: -17px;
}

h4 {
		/*font-size: 16px;
	    line-height: 1.4em;
	    letter-spacing: 0.025em;
	    color: #656D78; font-weight:700;*/
	display: block;
	padding: 14px 10px;
	padding-top:0px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: rgba(248,248,248,.9);
	font-size: 18px;
	font-weight: 600;
	color: #232323;
	text-align:left;
}

