body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

body > p {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 30px;

  @media (max-width: 768px) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Modifications to header nav */

.sw19b-nav-panel .sw19s-std-wrap {
  min-height: auto;
}

.sw19b-nav-panel.single-column .title {
  border-color: #00c8dc;
}

.sw19b-header-navbar .extra button.search {
  display: none;
}

/* Modifications to the sw-global footer */

.sw19b-footer-2-top {
  .right-text {
    max-width: 345px;
    color: #fff;
  }

  .right-text p {
    margin-top: 0;
  }

  .right-text .title {
    font-size: 16px;
    font-weight: 500;
  }

  .right-text .body {
    font-size: 14px;
    line-height: 24px;
  }

  .right-text a {
    color: #fff;
  }

  .right-text .body a:first-child {
    text-decoration: none;
  }

  .right-text .body a:first-child:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .right-text {
      margin-top: 30px;
    }
  }
}

.sw19b-footer-2-bottom {
  .sw19s-std-wrap {
    display: flex;
    justify-content: space-between;
  }

  .copyright {
    margin-top: 0;
  }

  @media (max-width: 768px) {
    a {
      border-right: 0;
      display: block;
    }

    .sw19s-std-wrap {
      display: block;
    }

    .copyright {
      margin-top: 10px;
    }
  }
}


.sw19s-std-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;

  @media (max-width: 992px) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  @media (max-width: 768px) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}