﻿/* ============================================
   PRIVACY/TERMS PAGE STYLES
   ============================================ */
#main_wrapper {
  width: 100%;
  background-image: url('/content/materials/images/homless_FULL_bg_light.jpg');
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

section {
  width: 94%;
  margin: 0 3% 0;
  height: auto;
  min-height: 500px;
}

section h1 {
  font-weight: normal;
  line-height: 17px;
  font-size: 18px;
  margin: 12px 0 10px;
}

section h1::first-line {
  font-weight: bold;
}

section p {
  font-weight: normal;
  font-size: 17px;
  line-height: 17px;
  margin-top: 12px;
}

section p.inner_P {
  padding-right: 15px;
}

/*# sourceMappingURL=privacy.css.map */
