html,
body {
  overflow-x: hidden;
}
.hero-wrap {
  position: relative;
}
.hero-overlay {
  position: relative;
  z-index: 2;
}
#videobg {
  background-color: #000;
}
.hero-wrap video {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.btn-primary {
  background-color: #1568f4;
  border-color: #1568f4;
  font-family: futura-pt, sans-serif;
  padding: 15px 60px;
  border-radius: 20px;
  font-size: 1.75rem;
}
.ccm-page {
  font-size: 1.75rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  background: no-repeat left center url(/download_file/a2dbd6dd-a895-4540-b4ea-b36fbdd8bdbf/9);
  background-size: 28% auto;
}
.ccm-page p,
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
  font-family: futura-pt, sans-serif;
}
.ccm-page p {
  font-weight: 400;
}
.ccm-page h2 {
  font-size: 5.5rem;
  color: #1568f4;
}
.ccm-page .top-nav {
  font-size: 3.563rem;
  line-height: 1.5;
  font-weight: 700;
}
.ccm-page .top-nav p {
  font-weight: 700;
}
.ccm-page .top-nav a {
  color: #fff;
}
.ccm-page .top-button-fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.ccm-page .white-text {
  color: #fff;
}
.ccm-page .white-text p {
  color: #fff;
}
.ccm-page .vertical-center .col-md-6,
.ccm-page .vertical-center .col-md-8,
.ccm-page .vertical-center .col-md-5,
.ccm-page .vertical-center .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ccm-page .header-offset {
  margin-left: -50px;
}
.ccm-page .book-button {
  margin-top: 20px;
}
.ccm-page .no-border-rad-tr-br {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ccm-page .pure-accordion-block-container h1.title {
  font-size: 1.75rem;
}
.ccm-page .mobile-margins h2 {
  position: relative;
  white-space: nowrap;
}
.ccm-page #formidable_schedule .row.mt-2 {
  text-align: center;
}
.ccm-edit-mode .ccm-page .top-button-fixed {
  position: static;
}
div.theme-atomik footer {
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
}
div.theme-atomik footer a {
  color: #fff;
}
div.theme-atomik footer h4 {
  font-size: 2.688rem;
}
div.theme-atomik footer section:nth-child(2) {
  font-size: 1.75rem;
}
div.theme-atomik footer .ccm-block-social-links ul {
  align-items: center;
  justify-content: center;
}
div.theme-atomik footer .ccm-block-social-links ul a {
  color: #fff;
}
@media (max-width: 768px) {
  .ccm-page {
    font-size: 1.25rem;
  }
  .ccm-page h2 {
    font-size: 4rem;
  }
  .ccm-page .header-offset {
    margin-left: 0;
  }
  .ccm-page .mobile-margins {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .ccm-page .mobile-margins h2 {
    position: static;
    white-space: normal;
  }
  div.theme-atomik footer {
    font-size: 1.15rem;
  }
  div.theme-atomik footer h4 {
    font-size: 2.0rem;
  }
  div.theme-atomik footer section:nth-child(2) {
    font-size: 1.25rem;
  }
}
