
#div-policycontainer {
  padding: 40px 10% 30px 10%;
  background-color: rgb(245, 245, 245);
}


div.policyheader h1 {
  font-family: 'Roboto', Arial;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 32px;
}
@media screen and (max-width: 450px) {
  div.policyheader h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}


div.policysubheader h2 {
  font-family: 'Roboto', Arial;
  margin-top: 30px;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 450px) {
  div.policysubheader h2 {
    font-size: 15px;
    line-height: 22px;
  }
}


.preheader-right {
  font-family: 'Roboto', Arial;
  margin: 9px 0 9px 0;
  font-style: italic;
  text-align: right;
  line-height: 25px;
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .preheader-right {
    margin: 7px 0 7px 0;
    line-height: 22px;
    font-size: 14px;
  }
}


.p-policytext {
  font-family: 'Roboto', Arial;
  line-height: 25px;
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .p-policytext {
    font-size: 14px;
    line-height: 22px;
  }
}


.policytext-link:link {
  /* text-decoration: none; */
  text-decoration: underline;
  color: rgb(49, 106, 198);
}
.policytext-link:visited {
  /* text-decoration: none; */
  text-decoration: underline;
  color: rgb(49, 106, 198);
}
.policytext-link:hover {
  text-decoration: underline;
  color: rgb(49, 106, 198);
}
.policytext-link:active {
  text-decoration: underline;
  color: rgb(49, 106, 198);
}
