@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  background: #272727;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
}

h1 {
  font-size: 32px;
  font-weight: 600;
}

h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 8px;
}

h4 {
  margin: 4px 0;
}

h5 {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0 2px;
}

hr {
  margin: 30px 0;
}

label {
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
}

input, select, textarea {
  color: #1a1a1a;
  background: #E6E7E8;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 4px 8px;
  font-size: 1em;
}

.logo {
  margin-bottom: 22px;
}

.navbar {
  background: #303030 url("/images/sidenav-bg.png");
  padding: 20px;
  color: #939598;
  min-height: 100vh;
}
.navbar a {
  color: #939598;
}
.navbar .navbar-toggle {
  color: #FFF;
}
.navbar .active {
  color: #FFF;
}

.navbar li {
  margin: 8px 0;
}

.cat-nav {
  padding-left: 10px;
}

.bottom-nav {
  position: fixed;
  bottom: 20px;
}

.container {
  padding: 40px;
}

.flex {
  display: flex;
}

.content {
  width: 100%;
}

.breadCrumbs {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}

.adminBreadCrumbs {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.adminList {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #CCC;
}

.hero {
  background-size: cover;
  background-position: center top;
  background-image: url("/images/hero-background.jpg");
  min-height: 545px;
  width: 100%;
  position: relative;
  font-size: 22px;
}
.hero h1 {
  font-size: 52px;
}

.hero-titles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 900px;
  height: 200px;
  overflow: hidden;
  overscroll-behavior: none;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.hero-titles ::-webkit-scrollbar {
  display: none;
}

.hero-copy {
  position: absolute;
  left: 80px;
  top: 20px;
  line-height: 60px;
  z-index: 10;
  max-width: 80%;
}

.category .hero-copy {
  left: 40px;
  top: 80px;
  line-height: 40px;
}

.background-angle-large {
  position: absolute;
  bottom: -100px;
  left: -120px;
  width: 340px;
  height: 220px;
  opacity: 0.6;
  transform: rotate(40deg);
  z-index: 8;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
  z-index: 5;
}

.fancy-background {
  position: absolute;
  bottom: -100px;
  left: 0px;
  z-index: 0;
  width: 800px;
  height: 300px;
  background-color: #A8052B;
  mix-blend-mode: multiply;
  transform: skew(30deg);
  border-radius: 80px;
}

.course-header {
  background-size: cover;
  height: 400px;
  width: 100%;
  position: relative;
}

.feature-description-block {
  display: block;
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  height: 120px;
  width: 180px;
  bottom: 0;
  left: 0;
  color: #FFF;
  background: rgba(0, 0, 0, 0.7);
}
.feature-description-block h2 {
  font-size: 16px;
  padding: 0;
  margin: 0 0 5px;
  font-weight: bold;
}

.mini-description, .video-count {
  font-size: 16px;
}

.course-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.course-preview {
  width: 200px;
  height: 300px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  color: #FFF;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  position: relative;
}
.course-preview .play-btn {
  color: #E00034;
}

.course-cover-thumb {
  display: inline-block;
  padding: 10px;
}
.course-cover-thumb img {
  height: 102px;
  width: 160px;
  background-size: cover;
  border-radius: 10px;
}

.course-description {
  padding: 5px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 100%;
  z-index: 10;
}
.course-description .course-name {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  color: #FFF;
}

.play-btn {
  position: absolute;
  right: 0px;
  bottom: 5px;
}

.background-angle {
  position: absolute;
  bottom: -50px;
  left: -75px;
  width: 230px;
  height: 120px;
  opacity: 0.6;
  transform: rotate(40deg);
}

.course-item {
  transition: margin-top 0.2s;
}

.course-item:hover {
  margin-top: -3px;
}

.course-overview {
  position: relative;
  padding: 0px 10px 10px;
  display: flex;
  flex-direction: row;
}

.course-cover {
  display: inline-block;
  position: relative;
  height: 86px;
  width: 82px;
  margin-right: 10px;
}
.course-cover img {
  position: absolute;
  height: 124px;
  width: 82px;
  top: -38px;
}

.course-overview-details {
  display: inline-block;
  padding: 10px 0;
}
.course-overview-details h1 {
  font-size: 36px;
  font-weight: bold;
}

.course-overview-description {
  padding: 5px 12px 20px;
}

.playlist-info-wrapper {
  min-height: 180px;
  justify-content: space-between;
  background: #4D4D4F url("/images/big-v.png") no-repeat;
  background-position: calc(100% + 200px) 0;
  padding: 14px 40px;
  background-size: cover;
}

.playlist-details {
  flex-grow: 3;
}

.playlist-downloads {
  text-align: right;
}
.playlist-downloads .btn {
  display: inline-block;
}

.blocks {
  padding: 20px 0;
}

.volume-links {
  padding: 20px 0 0;
}

.btn {
  display: block;
  background: #A8052B;
  color: #FFF;
  padding: 5px 14px;
  font-size: 14px;
  border-radius: 8px;
  margin: 3px 2px;
}
.btn.spotify {
  background: #1ED760;
  color: #000;
}
.btn.apple {
  color: #4D4D4F;
  background: #FFF;
}

.back-to {
  border: 2px solid #939598;
  background: none;
  text-align: center;
}

.volume-list {
  background: #FFF;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.volume-card {
  background: #EEEEEE;
  font-size: 12px;
  width: 108px;
  margin: 5px;
}

.volume-card-details {
  margin: 0;
  padding: 5px;
}

.video-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.volume-header {
  background-size: cover;
  height: 300px;
  width: 100%;
  position: relative;
}

.volume-cover img {
  width: 100%;
}

.volume-details {
  padding: 20px;
}

.video-player-container {
  flex-grow: 4;
  min-height: 100vh;
}
.video-player-container #jwplayer-container {
  overflow: hidden;
}

.video-list-item {
  color: #939598;
  display: flex;
  width: 240px;
  margin: 8px 0;
}
.video-list-item i {
  margin-right: 10px;
}
.video-list-item:hover {
  color: #E6E7E8;
}
.video-list-item.active {
  color: #FFF;
}
.video-list-item.active i {
  color: #E00034;
}

.volume-image {
  width: 300px;
  padding: 0 40px 0 10px;
}
.volume-image img {
  min-width: 200px;
}

.login-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background: #272727;
}

.login-logo-top {
  width: 100%;
  padding: 40px;
  text-align: center;
  background: #4D4D4F;
}
.login-logo-top img {
  max-width: 250px;
  height: auto;
}

.login-container {
  display: flex;
  flex: 1;
  width: 100%;
  background: #fff;
}

.login-form-side {
  width: 66.667%;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.login-image-side {
  width: 33.333%;
  background-image: url("/images/login-image.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.login-form-wrapper {
  max-width: 450px;
  width: 100%;
}
.login-form-wrapper h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.login-form-wrapper h1 img {
  height: 28px;
  display: inline-block;
  margin-bottom: 4px;
}
.login-form-wrapper .login-subtitle {
  color: #939598;
  margin-bottom: 40px;
  font-size: 16px;
}
.login-form-wrapper .form-group {
  margin-bottom: 24px;
}
.login-form-wrapper .form-group label {
  color: #E6E7E8;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.login-form-wrapper .form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #444;
  background: #1a1a1a;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
}
.login-form-wrapper .form-group input:focus {
  outline: none;
  border-color: #E00034;
  background: #222;
}
.login-form-wrapper .form-group .help-block {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: 6px;
  display: block;
}
.login-form-wrapper .form-group-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.login-form-wrapper .form-group-inline .checkbox label {
  display: flex;
  align-items: center;
  color: #939598;
  font-size: 14px;
  text-transform: none;
}
.login-form-wrapper .form-group-inline .checkbox label input[type=checkbox] {
  width: auto;
  margin-right: 8px;
  margin-bottom: 0;
}
.login-form-wrapper .form-group-inline .forgot-password {
  color: #E00034;
  font-size: 14px;
  text-decoration: none;
}
.login-form-wrapper .form-group-inline .forgot-password:hover {
  text-decoration: underline;
}
.login-form-wrapper .btn-primary {
  width: 100%;
  padding: 14px;
  background: #E00034;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.login-form-wrapper .btn-primary:hover {
  background: rgb(173, 0, 40.1607142857);
}

@media only screen and (max-width: 768px) {
  .login {
    background: #4D4D4F;
  }
  .login::after {
    display: none;
  }
  .login-logo-top {
    padding: 30px 20px;
  }
  .login-logo-top img {
    max-width: 180px;
  }
  .login-container {
    flex-direction: column;
  }
  .login-form-side {
    width: 100%;
    padding: 30px 20px;
  }
  .login-image-side {
    width: 100%;
    min-height: 200px;
  }
  .login-form-wrapper h1 {
    font-size: 28px;
  }
  .login-form-wrapper .login-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .course-header {
    height: 235px;
  }
  .volume-header {
    height: 144px;
  }
  .btn-responsive {
    width: 100%;
    margin: 5px 0;
  }
  .feature-course {
    height: 160px;
    background-image: url("/images/headerImageMobile.jpg");
  }
  .video-wrapper {
    flex-direction: column;
  }
  .playlist-downloads {
    text-align: center;
  }
  .video-player-container {
    order: 1;
    min-height: 100px;
  }
  .volume-details {
    order: 2;
  }
  .playlist-info-wrapper {
    min-height: 10px;
  }
  .container {
    padding: 20px;
  }
  .blocks {
    margin: 20px 0 0;
  }
  .btn {
    display: block;
    width: 100%;
  }
  .course-preview {
    width: 160px;
    height: 240px;
  }
}/*# sourceMappingURL=app.css.map */