.list-all ul,
.list-all ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #403F46;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
}

.list-all ul li,
.list-all ol li {
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.7;
}

.list-all ul {
  list-style: none;
  margin-left: 0;
}

.list-all ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.list-all ul li:last-child {
  padding-bottom: 0;
}

.list-all ul li:before {
  content: "";
  background-color: #403F46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  top: 0.62rem;
}

.list-all ol {
  margin-left: 1rem;
}

.list-all ol li {
  padding-left: 5px;
}

.wrapper-vid-img.sec-space-bottom {
  margin-bottom: 0px;
}

.wrapper-vid-img.sec-space-bottom .banner-video-img {
  margin-bottom: 0;
}

.banner-video-img {
  position: relative;
}

.banner-video-img figure {
  padding-bottom: 29%;
  margin: 0;
}

.cb-nav-bar {
  background-color: #F0F0F0;
  color: #000000;
  position: -webkit-sticky;
  position: sticky;
  top: 143px;
  z-index: 3;
  width: 100%;
}

.cb-nav-bar.is-fixed {
  position: fixed;
}

.cb-nav-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cb-nav-bar ul li {
  font-weight: 300;
}

.cb-nav-bar ul li.active a {
  border-bottom-color: #F5AEB3;
}

.cb-nav-bar ul li a,
.cb-nav-bar ul li span {
  color: #000000;
  text-decoration: none;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  padding: 15px;
  display: block;
  -webkit-transition: border 0.6s;
  transition: border 0.6s;
  position: relative;
}

.cb-nav-bar ul li a:hover:before,
.cb-nav-bar ul li span:hover:before {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.cb-nav-bar ul li a:before,
.cb-nav-bar ul li span:before {
  content: "";
  background-color: #F5AEB3;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
  left: 0;
}

.cb-nav-bar ul li span:hover {
  border-bottom-color: transparent;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-video-img figure {
    padding-bottom: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-video-img figure {
    padding-bottom: 50%;
  }
  .cb-nav-bar {
    top: 76px;
    overflow: hidden;
    overflow-x: auto;
  }
  .cb-nav-bar ul {
    display: block;
    white-space: nowrap;
  }
  .cb-nav-bar ul li {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .banner-video-img figure {
    padding-bottom: 80%;
  }
  .cb-nav-bar {
    top: 57px;
    overflow: hidden;
    overflow-x: auto;
  }
  .cb-nav-bar ul {
    display: block;
    white-space: nowrap;
  }
  .cb-nav-bar ul li {
    display: inline-block;
  }
  .cb-nav-bar ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.lnk-disable .cb-nav-bar ul li a {
  pointer-events: none;
}
/*# sourceMappingURL=one-page-nav.css.map */