/*faq*/
.faq {  width: 100%; max-width: 800px;  padding: 20px;  margin: 40px auto; display: block;  border-radius: 5px;background-color: white; color: #666; font: 14px/21px;}
.faq  p { margin-bottom: 10px;}
.hide { display: none;}
dt { margin-bottom: 20px; margin-left: 26px;font-size: 19px;color: #0070c9;cursor: pointer;}
 /* Triangle list item */
dt:before {  content: "";  display: block; height: 0; width: 0; left: -16px; top: 17px; position: relative;border-color: transparent #ccc;  border-style: solid; border-width: 5px 0 5px 8px;}
dd { width:100%; max-width: 800px; ; padding: 20px; margin: 20px 0 30px;  position: relative; background: #FDFCFA; border-radius: 5px; border: 1px solid #F2EEE6;}
/* Triangle in definition container */
dd:after, dd:before {  bottom: 100%; left: 6%;content: "";  height: 0;  width: 0;  position: absolute; border: solid transparent;  pointer-events: none;}
dd:after { margin-left: -15px; border-color: rgba(136, 183, 213, 0); border-color: transparent; border-bottom-color: #FDFCFA; border-width: 15px;}
dd:before {  border-color: rgba(194, 225, 245, 0); border-color: transparent; border-bottom-color: #F2EEE6;  border-width: 17px;  margin-left: -17px;}
