﻿.buttons-wrap .btn {
  /*color: green;*/
}

.rte > p {
  color: inherit !important;
}
.rte > p > a {
  color: inherit !important;
  text-decoration: none;
}
.rte > p > a:hover {
  text-decoration: underline;
}

@media (width >= 64rem) {
  .image-text-features .part-text-width-1-2 {
    /*max-width: 465px;*/
  }
}
@media (width >= 64rem) {
  .image-text-features .part-text-width-1-3 {
    /*max-width: 365px;*/
  }
}
@media (width >= 64rem) {
  .image-text-features .part-text-width-2-3 {
    /*max-width: 665px;*/
  }
}
.image-text-features .part-image-right.part-image-width-1-2 .image-card {
  left: -12%;
}
.image-text-features .part-image-right.part-image-width-1-3 .image-card {
  left: -15%;
}
.image-text-features .part-image-right.part-image-width-2-3 .image-card {
  left: -5%;
}
.image-text-features .part-image-left.part-image-width-1-2 .image-card {
  right: -12%;
}
.image-text-features .part-image-left.part-image-width-1-3 .image-card {
  right: -15%;
}
.image-text-features .part-image-left.part-image-width-2-3 .image-card {
  right: -5%;
}

.embed-responsive {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  height: 0;
}
.embed-responsive img {
  position: absolute;
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
  cursor: pointer;
}
.embed-responsive .embed-youtube-play {
  position: absolute;
  width: 68px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.embed-responsive .embed-youtube-play:hover {
  background-color: #f00;
}
.embed-responsive .embed-youtube-play:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.embed-responsive iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.pod-raw-html {
  width: 100%;
  aspect-ratio: 16/9;
}
.pod-raw-html iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.blocked {
  opacity: 0.4;
  cursor: not-allowed;
}
.blocked a {
  pointer-events: none !important; /* disables click */
  color: gray !important; /* visual feedback */
  text-decoration: none !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/TimesheetPortal/tsp-cms-git/TimesheetPortal.CMS/TimesheetPortal.CMS.Web/src/styles/scss/common/_buttons.scss%22,%22file:///D:/TimesheetPortal/tsp-cms-git/TimesheetPortal.CMS/TimesheetPortal.CMS.Web/src/styles/scss/common/_rte.scss%22,%22file:///D:/TimesheetPortal/tsp-cms-git/TimesheetPortal.CMS/TimesheetPortal.CMS.Web/src/styles/scss/modules/_image-text-features.scss%22,%22file:///D:/TimesheetPortal/tsp-cms-git/TimesheetPortal.CMS/TimesheetPortal.CMS.Web/src/styles/scss/pods/_pod-play-video.scss%22,%22file:///D:/TimesheetPortal/tsp-cms-git/TimesheetPortal.CMS/TimesheetPortal.CMS.Web/src/styles/scss/pods/_pod-raw-html.scss%22,%22file:///D:/TimesheetPortal/tsp-cms-git/TimesheetPortal.CMS/TimesheetPortal.CMS.Web/src/styles/scss/stylesv3.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACI;AACI;;;ACDJ;EACI;;AAEA;EACI;EACA;;AAEA;EACI;;;ACPR;EADJ;AAEQ;;;AAKJ;EADJ;AAEQ;;;AAKJ;EADJ;AAEQ;;;AAOA;EACI;;AAKJ;EACI;;AAKJ;EACI;;AAQJ;EACI;;AAKJ;EACI;;AAKJ;EACI;;;ACxDhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;;ACtDR;EACI;EACA;;AAEA;EACI;EACA;EACA;;;ACAR;EACI;EACA;;AAEA;EACI;EACA;EACA%22%7D */