/* Media Query Mixin */
/* Based off of: http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/ */
/*** FONTS ***/
/*** COLORS ***/
section {
  padding: 0 0 50px 0; }
  @media screen and (max-width: 1199px) {
    section {
      padding-left: 20px;
      padding-right: 20px; } }
  section div.anchor h1 {
    padding: 100px 0;
    text-align: center;
    color: #c4882d;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 18px;
    text-transform: uppercase; }
    @media screen and (max-width: 480px) {
      section div.anchor h1 {
        padding: 40px 20px; } }
    section div.anchor h1 span {
      margin-top: 25px;
      display: block;
      font-family: DesirePro, "Times New Roman", Times;
      font-size: 96px;
      color: #000000;
      text-transform: none;
      font-weight: normal;
      letter-spacing: normal; }
      @media screen and (max-width: 480px) {
        section div.anchor h1 span {
          margin-top: 10px;
          font-size: 62px; } }
  section a.cta-sweepstakes-rules:link, section a.cta-sweepstakes-rules:visited {
    padding: 5px 10px;
    margin-bottom: 20px;
    display: inline-block;
    background-color: #eeeeee;
    color: #534e4a;
    text-decoration: none; }
    section a.cta-sweepstakes-rules:link strong, section a.cta-sweepstakes-rules:visited strong {
      font-weight: bold; }
  section#privacy-policy div.flex-container {
    display: flex; }
    @media screen and (max-width: 480px) {
      section#privacy-policy div.flex-container {
        flex-wrap: wrap; } }
    section#privacy-policy div.flex-container div {
      width: 50%; }
      @media screen and (max-width: 480px) {
        section#privacy-policy div.flex-container div {
          width: 100%;
          padding: 0 !important; } }
      section#privacy-policy div.flex-container div.left {
        padding-right: 20px; }
      section#privacy-policy div.flex-container div.right {
        padding-left: 20px; }
      section#privacy-policy div.flex-container div h2 {
        color: #5e2956;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase; }
      section#privacy-policy div.flex-container div p {
        margin: 20px 0;
        line-height: 20px; }
      section#privacy-policy div.flex-container div h2 + p {
        margin-top: 5px; }
      section#privacy-policy div.flex-container div ul {
        margin: 20px 40px; }
        section#privacy-policy div.flex-container div ul li {
          margin-bottom: 5px;
          list-style-type: disc; }
  section#sweepstakes p {
    margin: 20px 0;
    line-height: 20px; }
h2 {
    font-size: 18px;
    font-weight: bold;
}
/*# sourceMappingURL=privacy-policy.css.map */
strong {
  font-weight: bold;
}