@media print {
  
    a[href]:after {
      content: none !important;
    }

    body { 
      background:transparent !important;
    }

    footer.footer {
      padding-top:0 !important;
    }

    header.header {
      position:relative !important;
      padding: 1rem 0 !important;
      background: #363636 !important;
    }

    header.header img {
      max-width:400px !important;
    }

    .has-cox-black-background-color,
    .bg-black,
    .has-cox-dark-grey-background-color,
    .bg-dark-grey{
      background-color:transparent !important;
    }

    #mobile-menu-button,
    .button {
        display:none !important;
    }

    .large-1,
    .medium-1 {
      width: 8.33333%;
    }
  
    .large-2,
    .medium-2 {
      width: 16.66667%;
    }
  
    .large-3,
    .medium-3 {
      width: 25%;
    }
  
    .large-4,
    .medium-4 {
      width: 33.33333%;
    }
  
    .large-5,
    .medium-5 {
      width: 41.66667%;
    }
  
    .large-6,
    .medium-6 {
      width: 50%;
    }
  
    .large-7,
    .medium-7 {
      width: 58.33333%;
    }
  
    .large-8,
    .medium-8 {
      width: 66.66667%;
    }
  
    .large-9,
    .medium-9 {
      width: 75%;
    }
  
    .large-10,
    .medium-10 {
      width: 83.33333%;
    }
  
    .large-11,
    .medium-11 {
      width: 91.66667%;
    }
  
    .large-12,
    .medium-12,
    .medium-10.medium-offset-1,
    .large-10.large-offset-1 {
      width: 100%;
      margin-left:0;
    }
  }