/* ========================================================================= *
 * For All Environment                                                       *
 * ========================================================================= */
  /* Article styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  table ul,
  table li:last-child {
    margin: 0;
  }

  .map {
    width: 90%;
    height: 300px;
    margin-bottom: 2rem;
  }


/* ========================================================================= *
 * Smaller Than Tablet                                                       *
 * ========================================================================= */
@media (max-width: 749px) {
  /* Header styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .header {
    background-image: url('../img/bg.jpg');
  }

  /* Footer styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .copyright {
    /* none */
  }
    .copyright img {
      visibility: hidden;
    }
    .copyright span {
      background-image: url('../../../common_assets/img/ppc-logo-white.png');
    }
}


/* ========================================================================= *
 * Larger Than Tablet                                                        *
 * ========================================================================= */
@media (min-width: 750px) {
  /* Base styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  body {
    background-image: url('../img/bg.jpg');
  }

  /* Header styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .contents-title {
    color: #00A73C;
  }

  /* Footer styles.
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .links {
    /* none */
  }
    .links a {
      color: #3E3E3E;
    }

  .social-icons {
    /* none */
  }
    .social-icons a {
      color: #3E3E3E;
    }

  .copyright {
    color: #3E3E3E;
  }
}