@page {
  size: A4;
  margin: 2cm;
  :left {
    margin-right: 8cm;
  }

  :right {
    margin-left: 8cm;
  }

  @top-center {
    :blank {
      content: "This page is intentionally left blank.";
    }
  }
}
body {
  background-color: #FFFFFF;
  background-image: none;
  color: #000000;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
  page-break-after: avoid;
}

table,
figure {
  page-break-inside: auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

a {
  color: #008BD0;
  text-decoration: none;
}
a:hover {
  color: #008BD0;
  text-decoration: none;
}

a[href]:after {
  content: '';
}

b,
strong {
  font-family: "Arial", sans-serif;
  font-weight: 600;
}

#nav,
button,
input[type=button],
input[type=submit],
a.btn,
ul.add-to-links,
div.buttons-set,
.no-print, .screen-only {
  display: none !important;
}

* {
  box-shadow: none !important;
}

#ascommercebug_link_debug, #ascommercebug-wrap {
  display: none !important;
}

/*# sourceMappingURL=print.css.map */
