.amp-mode-touch.amp-mode-mouse.noscroll{
  overflow: hidden !important;
}
.close-faq{
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: solid 1px #626262;
  line-height: 17px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 7px;
  font-weight: bold;
}
.speech-bubble {
  z-index: 999;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  background: #808080;
  border-radius: .4em;
  transform: rotate(-90deg);
  font-size: 20px;
  color: #fff;
  padding: 5px;
  font-family: inherit;
  cursor: pointer;
}

.speech-bubble:after {
  content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #808080;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -19px;
}
.speech-bubble:hover{
  background: #626262;
}
.speech-bubble:hover:after{
  border-top-color: #626262;
}

.popup-overlay{
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  padding: 15px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.9);
}
.popup-content{
  border: solid 1px #065895;
  margin: 30px 0 20px;
  background: #fff;
  padding: 15px 20px;
  box-shadow: 0 0 5px 1px #ccc;
  position: relative;
}
.popup-content .block{
  padding: 0 0 10px;
  text-align: left;
}
.popup-content .title{
  margin: 0 0 10px;
  font-weight: bold;
  color: #383838;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
}
.popup-content .body-text{
  margin: 0 0 10px;
  color: #383838;
  font-size: 14px;
  line-height: 19px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
