.slider {
    width: 100% !important;
    margin: 0 !important;
}

.slick-track,
.slick-list {
    padding: 2px !important;
}

.page-wrap {
    padding: 0;
}

.main-row {
    margin-left: 0px;
    margin-right: 14px;
    padding-bottom: 20px;
}

.obg-button {
    width: 200px;
    border-radius: 25px;
    background-color: #f9f9f9;
    color: #4d4d4d;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: Montserrat;
}

.title-name {
    color: black;
    font-family: LoraBold;
    font-weight: bold;
    font-size: 40px;
}

.title-body {
    font-family: LoraBold;
    line-height: 40px;
    color: black;
    font-size: 40px;
    margin-top: 10px;
}

.article-desc {
    font-family: MontserratReg;
}


/* .article-details.article-main {
  margin-top: 60px;
} */

.article-details.article-main,
.article-transcript.article-main {
    margin-top: 15% !important;
}

.watch-next {
    font-size: 22px;
    font-weight: 900;
    font-family: "MontserratBold";
    color: black;
}

.c-preview {
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: 550px;
    /* prev 420 */
    max-width: 100vw;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    /* color: #fff; */
    position: relative;
    cursor: pointer;
    transition: 0.5s all;
}

.c-preview__img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 550px;
    /* prev 420 */
    z-index: 1;
    opacity: 1;
    transition: 0.6s;
}


/* .c-preview:hover {
    background-position: 100% 100%;
} */


/* .c-preview:hover .c-preview__img {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    width: 100%;
    height: 550px;
    prev 420 
  z-index: 1;
  opacity: 1;
  mix-blend-mode: screen;

} */

#video-parent {
    margin-right: 20px;
    margin-top: 15px;
}

.vid {
    color: black;
    font-size: 16px;
    margin-top: 20px;
    font-family: "MontserratMedium";
}

.vid1 {
    color: black;
    font-size: 16px;
    margin-top: 0px;
    font-family: "MontserratMedium";
}

.video-body {
    color: black;
    font-family: "Montserrat";
}

.video-title {
    color: black;
    font-size: 25px;
    font-weight: bold;
    font-family: LoraBold;
    padding-bottom: 5px;
    border-bottom: 3px solid #fedc4a;
}

.video-date {
    color: black;
    font-family: MontserratMedium;
}

.video-heading {
    line-height: 20px;
}

.video-body p {
    color: black;
    font-size: 16px;
    font-family: MontserratMedium;
    text-align: justify;
}

.video-text {
    color: black;
}

hr.new5 {
    border: 2px solid #fedc4a;
    border-radius: 5px;
    background-color: #fedc4a;
    margin-top: 9px;
    width: 90%;
}

.button-left {
    font-size: 28px;
    margin-left: 10px;
    position: relative;
    top: 0px;
}

.social-buttons {
    margin-top: 10px;
}

.wistia-footer {
    height: 45px;
    position: absolute;
    width: 100%;
    margin-top: 9%;
    /* top: 550px; */
    /* prev 420 */
    background-color: #323e47;
    z-index: 1;
}

.video-image-thumb {
    height: 550px;
    /* prev 420 */
}

.video-buttons {
    padding: 6px 20px 6px 12px;
}

.video-button {
    color: white;
    font-family: "Montserrat";
}

.video-button:hover {
    color: white;
    font-weight: bold;
    border-bottom: 2px solid #fedc4a;
}

.video-button.active {
    color: white;
    font-weight: bold;
    border-bottom: 2px solid #fedc4a;
}

.separator {
    font-weight: bold;
}

.vl {
    border-left: 3px solid white;
    height: 600px;
    color: white;
}

.hr-watch {
    margin-top: 10px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid black;
}

.carousel-inner.vertical>.item {
    -webkit-transition: 0.1s ease-in-out bottom;
    -moz-transition: 0.1s ease-in-out bottom;
    -o-transition: 0.1s ease-in-out bottom;
    transition: 0.1s ease-in-out bottom;
}

@media screen and (max-width: 1600px) {
    .c-preview {
        height: 420px;
    }
    .c-preview__img {
        height: 420px;
    }
    .c-preview:hover .c-preview__img {
        height: 420px;
    }
}


/* .wistia-footer {
    top: 420px;
  }

  #video-parent {
    max-height: 420px;
    height: 420px;
  } 

  #video-parent-2 {
    max-height: 420px;
    height: 420px;
  }

  .video-image-thumb {
    height: 420px;
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
  }

  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    -moz-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0px;
  }

  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    -moz-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0px;
  }

  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0px;
  }
}

.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  height: 100%;
  width: auto;
}

#carousel-pager .carousel-control.left,
#carousel-pager .carousel-control.right {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: red;
  opacity: 1;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}

#carousel-pager .carousel-control.right {
  top: unset;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
}

.left .glyphicon,
.right .glyphicon {
  position: absolute;
  top: 13px;
  left: 16px;
  color: #004c70;
}

.right .glyphicon {
  top: 16px;
  left: 15px;
}

.item img {
  border: 1px solid #e2e2e2;
  padding: 5px;
  border-radius: 5px;
  margin: 5px;
}

.carousel {
  margin-top: 80px;
}

/*.slider.default:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 76%
  );
  width: 100%;
  height: 13em;
}

.slider.middle:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 76%
  );
  width: 100%;
  height: 13em;
}

.slider.middle:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 102%
  );
  width: 100%;
  height: 13em;
}

.slider.changed:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 76%
  );
  width: 100%;
  height: 13em;
}*/


/* .slick-next:before {
        color:#fedc4a;
    } */

.right {
    z-index: 2;
    position: absolute;
    bottom: -8%;
    right: 38%;
    cursor: pointer;
}

.left {
    z-index: 2;
    position: absolute;
    bottom: -8%;
    right: 53%;
    cursor: pointer;
}

.share-link {
    cursor: pointer;
}

.similar-articles {
    font-size: 30px;
    font-family: "MontserratBold";
    margin-top: 35px;
}

.article-type {
    margin-top: 25px;
    font-family: "Lora";
    color: grey;
    font-size: 14px;
    text-transform: capitalize;
}

.article-title {
    font-size: 25px;
    font-family: "LoraBold";
}

.article-title img {
    transform: rotate(90deg);
}

.iv-content-main-footer {
    margin-top: 25px;
}

.wistia_responsive_padding {
    padding: 50.25% 0 0 0;
}

#secondary {
    padding-left: 15px !important;
    margin-top: 10px;
}

.s-badge {
    padding-left: 0px;
    padding-right: 50px;
    margin-top: 0px;
}

@media only screen and (min-width: 1600px) {
    .wistia_responsive_padding {
        margin-bottom: 50px !important;
    }
    .wistia_click_to_play {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    .main-row {
        margin-right: 0px;
    }
    #video-parent {
        height: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .main-row {
        margin-right: 0px;
    }
    #video-parent {
        height: 380px;
    }
}


/* TABLET */

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
    .wistia_responsive_padding {
        padding-bottom: 122px !important;
    }
    /* .wistia-footer {
        margin-top: 23% !important;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-row {
        margin-right: 0px;
    }
    .s-badge {
        padding-right: 10px;
    }
    #video-parent {
        height: 350px;
        margin-right: -15px;
    }
    .wistia_responsive_padding {
        padding-bottom: 25px !important;
    }
}





/* MOBILE */

@media only screen and (max-width: 768px) {
    .c-preview__img {
        height: 390px !important;
    }
}
@media only screen and (max-width: 767px) {
    .main-row {
        margin-right: 0px;
    }
    .s-badge {
        padding-right: 0px;
    }
    #video-parent {
        height: 300px;
        margin-right: -15px;
    }
    .vid a img {
        width: 100% !important;
    }
    .video-text {
        font-size: 14px !important;
    }
    .video-body span, 
    .video-body p {
        font-size: 14px !important;
    }
    .video-body {
        font-size: 14px !important;
    }
    .footer-vid-gp,
    .footer-vid-gp .iv-content-main-footer-related {
        padding-right: 0px !important;
    }

}
 
@media only screen and (max-width: 660px) {
    .c-preview__img {
        height: 350px !important;
    }
}
@media only screen and (max-width: 590px) {
    .c-preview__img {
        height: 300px !important;
    }
    #video-parent {
        margin-top: -30px;
    }
    .s-badge {
        margin-top: 30px;
    }
    .video-other-parent {
        margin-top: 0px !important;
    }
    .video-other-parent div.wistia_responsive_padding+br+p {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 428px) {
    #video-parent {
        height: 240px;
    }
    .wistia_responsive_padding,
    .wistia_responsive_wrapper,.c-preview__img {
        height: 200px !important;
    }
    /* .wistia-footer {
        margin-top: 2%;
    } */
}

@media only screen and (max-width: 390px) {
    #video-parent {
        height: 200px;
    }
    .wistia_responsive_padding,
    .wistia_responsive_wrapper,.c-preview__img {
        height: 180px !important;
    }
    /* .wistia-footer {
        margin-top: 0;
    } */
}