#main {
  background: rgb(244, 241, 248);
}

#box_content {
  max-width: 1180px;
}

#header_cont {
  padding: 200px 20px;
  padding-bottom: 0;
  position: relative;
  background-size: cover;
  height: auto;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(22, 41, 65, 0) 24.4%, #162941), url("/data/pages/vivid-learning-library/header.webp");
  background-position: right;
}
#header_cont h2 {
  font-size: 80px;
  line-height: 96px;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(178, 189, 204, 0.7);
  margin-bottom: 10px;
}
#header_cont h3 {
  font-size: 48px;
  line-height: 64px;
  color: #fff;
}
#header_cont p {
  font-size: 40px;
  line-height: 48px;
  color: white;
  letter-spacing: 4px;
}

.mainCnt {
  padding-top: 0;
  max-width: 100vw !important;
}

h2 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.25px;
}

p {
  font-size: 22px;
  line-height: 32px;
}

.cookieCheck span {
  left: 67px;
}

.popupVideo span {
  left: 67px;
}

.novideo span {
  left: 34px;
}

#box_head {
  height: 0;
  padding: 0;
}

.bgDark {
  background: #162941;
  color: #fff;
}
.bgDark h2 {
  color: #fff;
}

section {
  padding: 100px 20px;
}
section article {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}
section article p:last-child {
  margin-bottom: 0;
}

.threeCol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  max-width: calc(100vw - 40px);
}
.threeCol .item {
  color: #fff;
  transition: all 1s ease;
}
.threeCol .item .img {
  position: relative;
  display: block;
}
.threeCol .item .img img {
  width: 100%;
  transition: opacity 0.5s;
  opacity: 1;
}
.threeCol .item .img .play {
  position: absolute;
  width: 32px;
  bottom: -16px;
  top: unset !important;
  height: 32px;
  left: 16px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  margin: unset;
  opacity: 1;
  border-radius: 4px;
}
.threeCol .item .img .playHover {
  position: absolute;
  height: 32px;
  width: 32px;
  bottom: -16px;
  top: unset !important;
  left: 16px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  margin: unset;
  opacity: 0;
  border-radius: 4px;
}
.threeCol .item .img span {
  position: absolute;
  bottom: -8px;
  top: unset !important;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(34, 34, 34, 0.75);
  padding: 0 8px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
}
.threeCol .item .img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  transition: all 0.5s ease;
  opacity: 0;
  margin: 0;
  font-size: x-large;
  text-align: center;
}
.threeCol .item h3 {
  margin-top: 24px;
  color: #222222;
}
.threeCol .item div {
  color: #5B5B67;
  margin-bottom: 4px;
}
.threeCol .item:hover .episodeImg {
  transition: opacity 0.5s;
  opacity: 0.3;
}
.threeCol .item:hover .play {
  transition: 0.5s;
}
.threeCol .item:hover .playHover {
  transition: opacity 0.5s;
  opacity: 1;
}
.threeCol .item:hover p {
  transition: opacity 0.5s;
  opacity: 1;
}

.twoCol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: calc(100vw - 40px);
  align-items: center;
}
.twoCol div:first-child {
  padding-right: 100px;
}
.twoCol img {
  max-width: 100%;
}
.twoCol h3 {
  font-size: 28px;
  line-height: 40px;
}

.episodes {
  padding-bottom: 0;
  background: white;
}

.videos {
  padding-top: 50px;
  background: white;
  /*article {
  	padding-bottom: 100px;
  	border-bottom: 1px solid rgba(178, 189, 204, 0.5);
  }*/
}

.mainvideo {
  padding-top: 0;
}

video {
  width: 100%;
  border: none !important;
  max-width: calc(100vw - 40px);
}

section#contactUs {
  background: #6022A6;
  /*#contactButton {
  	padding: 12px 24px;
  	color: white;
  	background-color: rgb(49, 110, 209);
  	line-height: 20px;
  	border-radius: 3px;
  	font-size: 16px;
  	font-weight: 600;

  	&:hover {
  		background-color: rgb(40, 82, 143);
  		text-decoration: none;
  	}
  }*/
}
section#contactUs h2 {
  color: white;
  padding-right: 30%;
}

@media only screen and (max-width: 900px) {
  .twoCol div:first-child {
    padding-right: 0px;
  }
  .threeCol {
    grid-template-columns: 1fr 1fr;
    max-width: calc(100vw - 40px);
  }
  section#contactUs h2 {
    padding-right: 0;
  }
  .mainvideo {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .mainvideo img {
    border-radius: 0 !important;
  }
  .mainvideo article {
    margin: 0;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.25px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  video {
    width: 100vw;
    max-width: unset;
  }
  #header_cont {
    background-image: linear-gradient(180deg, rgba(22, 41, 65, 0) 24.4%, #162941), url("/data/pages/vivid-learning-library/header-tablet.webp");
  }
}
@media only screen and (max-width: 600px) {
  .twoCol {
    display: block;
  }
  .threeCol {
    grid-template-columns: 1fr;
    max-width: calc(100vw - 40px);
  }
  section#contactUs {
    /*#contactButton {
    	display: block;
    	text-align: center;
    }*/
  }
  section#contactUs h2 {
    padding-right: 0;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.75px;
  }
  .mainvideo {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .mainvideo article {
    margin: 0;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.25px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  video {
    width: 100vw;
    max-width: unset;
  }
  section {
    padding: 50px 20px;
  }
  .videos {
    padding-right: 0;
    /*article {
    	padding-bottom: 50px;
    }*/
  }
  .videos .slick-slider {
    max-width: 100%;
  }
  .videos .item {
    padding-right: 20px;
  }
  .videos .slick-prev {
    height: 50px;
    width: 50px;
    left: -20px;
  }
  .videos .slick-next {
    height: 50px;
    width: 50px;
    right: -20px;
  }
  .videos .slick-prev::before, .videos .slick-next::before {
    font-size: 50px;
  }
  #header_cont {
    background-image: linear-gradient(180deg, rgba(22, 41, 65, 0) 24.4%, #162941), url("/data/pages/vivid-learning-library/header-mobile.webp");
  }
  #header_cont h2 {
    font-size: 80px;
    line-height: 96px;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  #header_cont h3 {
    font-size: 40px;
    line-height: 56px;
    color: #fff;
  }
  #header_cont p {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}
#formModal {
  z-index: 999999;
}

#formContact {
  z-index: 999999;
}

/*# sourceMappingURL=screen.css.map */
