/* BEGIN PRIVACY POLICY STYLES */
.topanchor {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.privacy {
  background-color: white;
  padding: 30px 0;
}
.ppsubhead {
  font-size: 16px;
  color: #555;
  text-align: center;
}
.anchorwrapper {
  border: solid 1px #c3c3c3;
  border-radius: 10px;
  max-width: 1000px;
  margin: 10px auto;
  padding-bottom: 10px;
  text-align: center;
}
.ppanchors {
  font-size: 16px;
  color: #4d4d4f;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.ppanchors > div {
  margin: 0 5px;
}
.ppanchors > div > a {
  border: solid 1px #c3c3c3;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 20px;
}
.ppanchors > div > a:hover {
  background-color: #57aba0;
  border-color: #57aba0;
  color: white;
}
.policywrapper {
  padding: 0 30px;
}
.policywrapper > h1 {
  font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial",
    sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: -10px;
  color: #498f86;
}
.policywrapper > h2 {
  font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial",
    sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: -10px;
  color: #4d4d4f;
}
.policywrapper > h3 {
  font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial",
    sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.9px;
  margin-bottom: -10px;
  color: #555;
}
.policywrapper > p > a {
  color: #555;
}
.policywrapper > p {
  font-weight: 300;
  margin-bottom: 0px;
}
.policywrapper > ul {
  margin-bottom: 0px;
  padding: 0 40px;
}
.policywrapper > ul > li {
  color: #555;
}
.policywrapper > ul > li > p {
  font-weight: 300;
  margin: 0;
}
.policywrapper > .hline2 {
  margin-top: 20px;
}
#backtotop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #8a8a8a;
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
#backtotop:hover {
  background-color: #4d4d4f;
}
/* END PRIVACY POLICY STYLES */
