html,
body {
  margin:0;
  padding:0;
}
h3.headline {
  margin:0;
  padding:0;
  font-size: 24px;
  margin-bottom:16px;
  font-weight: bold;
  font-style: normal;
  font-family: Georgia,Times,serif;
}
.modal div {
  margin:0;
  margin-bottom:8px;
}
.modal a.link {
  display: block;
  margin-bottom:4px;
}
.modal .title {
  font-weight:bold;
}
.modal .text {
  font-size:14px;
  line-height: 20px;
}
.modal {
  display: inline;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  /*  padding: 16px; */
  padding: 32px 32px 8px 32px;
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 8px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
}
.modal a.close-modal {
  position: absolute;
  top: -11px;
  right: -11px;
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/source/close.png");
}
.faq {
    color: rgb(174, 120, 52);
    font-size: 13px;
}