/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.category-details-above {
  padding: 30px 0;
}
.category-details-below-files {
  padding-top: 30px;
}
.category-details-below-files .btn-red {
  background-color: #c22033;
  color: white;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 20px;
  text-decoration: none;
}
.category-details-below-files .btn-red:hover {
  background-color: black;
  color: white;
}
.category-details-below-videos {
  padding-top: 30px;
  padding-bottom: 30px;
}
.category-details-above,
.category-details-below {
  text-align: center;
}
.category-details-above .section-title,
.category-details-below .section-title {
  font-weight: 400;
}
.category-details-above .file-grid,
.category-details-below .file-grid {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.category-details-above .file-grid .file,
.category-details-below .file-grid .file {
  padding: 10px;
}
.category-details-above .video-grid,
.category-details-below .video-grid {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.category-details-above .video-grid .video,
.category-details-below .video-grid .video {
  padding: 10px;
}
.category-details-above .video-grid .video iframe,
.category-details-below .video-grid .video iframe {
  max-width: 100%;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main {
  padding: 0;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .top-banner {
  text-align: center;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .top-banner.no-image {
  padding: 30px 15px;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .top-banner.no-image h1 {
  font-size: 50px;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .top-banner.has-image {
  background-size: cover;
  background-position: center;
  padding: 200px 15px;
}
@media (max-width: 767px) {
  .contentmanager-contenttype-enhanced_cms_pages .page-main .top-banner.has-image {
    padding: 150px 15px;
  }
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .top-banner.has-image h1 {
  font-size: 120px;
}
@media (max-width: 767px) {
  .contentmanager-contenttype-enhanced_cms_pages .page-main .top-banner.has-image h1 {
    font-size: 60px;
  }
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .top-banner h1 {
  margin: 0;
  line-height: 1.1;
  font-family: 'Oswald';
  font-weight: 500;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .ecp-view {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 30px 15px;
  font-size: 18px;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .ecp-view .ecp-body {
  padding-bottom: 30px;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .instruction-manuals {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .instruction-manuals .instruction-manuals-title {
  text-align: center;
  font-weight: 500;
  font-size: 50px;
}
@media (max-width: 767px) {
  .contentmanager-contenttype-enhanced_cms_pages .page-main .instruction-manuals .instruction-manuals-title {
    font-size: 30px;
  }
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .instruction-manuals .inner {
  display: flex;
  flex-wrap: wrap;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .instruction-manuals .instruction-manual-section {
  padding: 0 10px 20px 10px;
  width: 50%;
}
@media (max-width: 767px) {
  .contentmanager-contenttype-enhanced_cms_pages .page-main .instruction-manuals .instruction-manual-section {
    width: 100%;
  }
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .instruction-manuals .instruction-manual-section .section-title {
  font-weight: 500;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .instruction-manuals .instruction-manual-section ul {
  list-style: none;
  list-style-type: none;
}
.contentmanager-contenttype-enhanced_cms_pages .page-main .instruction-manuals .instruction-manual-section ul a {
  text-decoration: underline;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
