body#cms #wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body#cms #wrapper .breadcrumb {
  display: none !important;
}

body#cms #inner-wrapper,
body#cms #content-wrapper,
body#cms #main,
body#cms #content.page-content,
body#cms .page-content.page-cms {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body#cms .page-content.page-cms table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e4ddd4;
}

body#cms .page-content.page-cms thead th {
  padding: 0.9rem 1rem;
  background: #f6f1eb;
  color: #1e1a16;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #e4ddd4;
}

body#cms .page-content.page-cms thead th:first-child {
  text-align: left;
}

body#cms .page-content.page-cms tbody th,
body#cms .page-content.page-cms tbody td {
  padding: 1rem;
  color: #1e1a16;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.35;
  vertical-align: middle;
  border-bottom: 1px solid #e4ddd4;
}

body#cms .page-content.page-cms tbody th {
  font-weight: 700;
  text-align: left;
  background: #fcfaf7;
}

body#cms .page-content.page-cms tbody td {
  text-align: center;
}

body#cms .page-content.page-cms tbody tr:last-child th,
body#cms .page-content.page-cms tbody tr:last-child td {
  border-bottom: 0;
}

body#cms .page-content.page-cms table img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body#cms .page-content.page-cms ul {
  padding-left: 0;
  margin: 1rem 0;
  list-style: none;
}

body#cms .page-content.page-cms ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.65rem;
  color: #1e1a16;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
}

body#cms .page-content.page-cms ul li:last-child {
  margin-bottom: 0;
}

body#cms .page-content.page-cms ul li::before {
  content: "\f00c";
  position: absolute;
  top: 0.02rem;
  left: 0;
  color: #e3873e;
  font-family: FontAwesome;
  font-size: 1.1rem;
  line-height: 1;
}

body#cms .page-content.page-cms .btn-primary,
body#cms .page-content.page-cms a.btn-primary {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  body#cms .page-content.page-cms table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body#cms .page-content.page-cms thead th,
  body#cms .page-content.page-cms tbody th,
  body#cms .page-content.page-cms tbody td {
    padding: 0.8rem;
    font-size: 0.8125rem;
  }

  body#cms .page-content.page-cms ul li {
    padding-left: 1.8rem;
    font-size: 0.8125rem;
  }

  body#cms .page-content.page-cms ul li::before {
    font-size: 1rem;
  }
}
