/*** FONTS ***/
/*** COLORS ***/
/* Media Query Mixin */
/* Based off of: http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/ */
header#header {
  position: relative !important; }
  header#header div.inner a#hamburger:link.open div.close svg path, header#header div.inner a#hamburger:visited.open div.close svg path {
    fill: #e7e2e1 !important; }
  header#header div.inner a#hamburger:link svg path, header#header div.inner a#hamburger:visited svg path {
    fill: #877773 !important; }

section#privacy-policy, section#terms-conditions {
  padding-top: 60px; }
  section#privacy-policy div.inner h1, section#terms-conditions div.inner h1 {
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase; }
  section#privacy-policy div.inner h2, section#terms-conditions div.inner h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    text-transform: uppercase; }
  section#privacy-policy div.inner p, section#terms-conditions div.inner p {
    margin: 25px 0;
    line-height: 24px; }

/*# sourceMappingURL=privacy-policy-terms-conditions.css.map */
