/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 10, but if you do -- maybe just use a custom class  :)  */
#sec-privacy-policy {
  padding-top: 40px;
  padding-bottom: 60px;
  /**
     * The global heading styles are built for short display headings - uppercase at 6.27px
     * letter-spacing. These are numbered clause headings that run to a full sentence, so they
     * drop back to sentence case and a readable size.
     */ }
  #sec-privacy-policy h1 {
    margin-bottom: 12px; }
  #sec-privacy-policy h2 {
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: #1A3A6B;
    margin-top: 44px;
    margin-bottom: 16px; }
  #sec-privacy-policy address {
    font-style: normal;
    margin-bottom: 1.5em;
    max-width: 900px; }
  @media screen and (min-width: 1025px) {
    #sec-privacy-policy {
      padding-top: 60px;
      padding-bottom: 112px; }
      #sec-privacy-policy h2 {
        margin-top: 56px; } }
