@font-face {
  font-family: 'Calibre-Light';
  src: url("./fonts/CalibreWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Calibre-Regular';
  src: url("./fonts/CalibreWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Calibre-Medium';
  src: url("./fonts/CalibreWeb-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
body {
  font-family: "Calibre-Regular", "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #EFF3F7; }

.layout-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff; }

.header {
  text-align: left;
  position: relative;
  padding: 5px 1rem; }
  .header a {
    display: inline-block;
    background: #0182D2;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 16px; }
  .header__link {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }
  @media only screen and (min-width: 600px) {
    .header {
      text-align: center; } }

.footer {
  background: #1D2633;
  padding: 0.2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center; }
  .footer * {
    color: #A7ABB2; }
  @media only screen and (min-width: 600px) {
    .footer {
      flex-direction: row; } }

.field__label, .node-jsonapi-preview {
  display: none; }

.salestool-pack__pack-header img, .salestool-pack__pack-footer img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }
.salestool-pack__pack-message {
  padding: 0 2rem; }
  @media only screen and (min-width: 1024px) {
    .salestool-pack__pack-message {
      padding: 0 3rem; } }
.salestool-pack__sig {
  padding: 0 2rem;
  text-align: center; }
  .salestool-pack__sig a {
    color: inherit;
    text-decoration: none; }
    .salestool-pack__sig a:hover {
      text-decoration: underline; }
  .salestool-pack__sig .image {
    max-width: 200px;
    margin: 0 auto 2rem auto; }
    .salestool-pack__sig .image img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      object-fit: cover; }
  .salestool-pack__sig .content .field--name-image {
    display: none; }
  .salestool-pack__sig .content h2 {
    font-size: 1.2rem;
    margin-bottom: 10px; }
  @media only screen and (min-width: 1024px) {
    .salestool-pack__sig {
      padding: 0 3rem;
      display: flex; }
      .salestool-pack__sig .image {
        flex: 0 0 240px;
        margin-right: 3rem; }
      .salestool-pack__sig .content {
        text-align: left;
        flex: 1 0 auto; } }
.salestool-pack__pack-contents {
  padding: 0 2rem;
  margin-bottom: 2rem; }
  .salestool-pack__pack-contents > div {
    margin-bottom: 2rem; }
  @media only screen and (min-width: 1024px) {
    .salestool-pack__pack-contents {
      padding: 0 3rem;
      margin-bottom: 3rem; }
      .salestool-pack__pack-contents > div {
        margin-bottom: 4rem; } }
  .salestool-pack__pack-contents .field--name-preview-image img {
    max-width: 100px;
    border: solid 1px #707070;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16); }
  .salestool-pack__pack-contents .field--name-preview-image a {
    color: #DD8004;
    font-weight: bold;
    text-decoration: underline; }
@media only screen and (min-width: 1024px) {
  .salestool-pack__document-bundle__documents {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 4rem; } }

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