/* line 11, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.editorial.full .box .link {
  margin: 0;
}
/* line 16, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.editorial .m4-chapter-viewer-container {
  padding: 0;
}
/* line 21, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.editorial.textonly + .m4-chapter-viewer-container {
  margin: -50px 0 0;
  padding: 0 0 50px;
}

/* line 31, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.container.submodule .m4-chapter-viewer-container {
  margin: 0;
}
/* line 34, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.container.submodule .m4-chapter-viewer-container.container {
  width: 100%;
}

/* line 40, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container {
  *zoom: 1;
  margin: 0 auto;
  padding: 50px 0 90px;
}
/* line 121, ../../../../packages/common/css/_base/_mixins.scss */
.m4-chapter-viewer-container:before, .m4-chapter-viewer-container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 128, ../../../../packages/common/css/_base/_mixins.scss */
.m4-chapter-viewer-container:after {
  clear: both;
}
/* line 45, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .hotspot-module {
  height: auto;
}
/* line 51, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .image-wrap {
  height: 100%;
}
/* line 55, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .image-module {
  text-align: center;
  height: 620px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 65, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .m4-chapter-viewer {
  position: relative;
  overflow: hidden;
}
/* line 70, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .m4-chapter-viewer .editorial-carousel-wrapper.chapter-pane {
  height: auto;
}

.m6-hotspot-chapter-viewer .m4-chapter-viewer .editorial-carousel-wrapper.chapter-pane {
  height: 540px;
}
/* line 73, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .m4-chapter-viewer .editorial-carousel-wrapper.chapter-pane .dolby-dot-nav {
  position: absolute;
  width: 100%;
  margin-top: 0;
  bottom: 20px;
}
/* line 80, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .m4-chapter-viewer .editorial-carousel-wrapper.chapter-pane .editorial-slideshow-container {
  margin-bottom: 0;
}
/* line 88, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .editorial-carousel-wrapper.chapter-pane {
  position: relative;
  overflow: hidden;
}
/* line 95, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container.hotspots .editorial-carousel-wrapper.chapter-pane {
  overflow: visible;
}
/* line 99, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container.hotspots .thumb-nav {
  top: -4px;
}
/* line 104, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .editorial-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 111, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.has-fullscreen-video .m4-chapter-viewer-container .editorial-carousel {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}
/* line 117, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .editorial-carousel-slide.chapter-slide {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
/* line 1342, ../../../../packages/common/css/_base/_mixins.scss */
.no-opacity .m4-chapter-viewer-container .editorial-carousel-slide.chapter-slide {
  visibility: hidden;
}
/* line 125, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .editorial-carousel-slide.chapter-slide .image-module {
  position: absolute;
  left: -9999em;
}
/* line 131, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .editorial-carousel-slide.chapter-slide .image-module.unhide {
  position: relative;
  left: auto;
}
/* line 137, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .editorial-carousel-slide.chapter-slide.active {
  left: 0;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
/* line 1342, ../../../../packages/common/css/_base/_mixins.scss */
.no-opacity .m4-chapter-viewer-container .editorial-carousel-slide.chapter-slide.active {
  visibility: visible;
}
/* line 143, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .editorial-carousel-slide.chapter-slide.active .image-module {
  position: relative;
  left: auto;
}
/* line 149, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .editorial-carousel-slide.chapter-slide.pos-active {
  position: absolute;
}
/* line 153, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .editorial-carousel-slide.chapter-slide .container {
  width: 100%;
}
/* line 159, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .shade {
  display: none;
}
/* line 166, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav {
  position: relative;
  z-index: 11;
  height: 62px;
  margin: -31px auto 0;
  text-align: center;
  overflow: hidden;
}
/* line 174, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav .slider {
  height: 100%;
  max-width: 970px;
  margin: 0 auto;
  font-size:0;
}
/* line 181, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav li {
  display: inline-block;
  width: 33.33333%;
  font-size:16px;
  height: 62px;
  background: #231f20;
  color: #333333;
  cursor: pointer;
  text-align: left;
  border: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
/* line 193, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.lt-ie8 .m4-chapter-viewer-container .thumb-nav li {
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
/* line 201, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.no-touch .m4-chapter-viewer-container .thumb-nav li:hover .btn-round {
  color: white;
  opacity: 1;
}
/* line 205, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.no-touch .m4-chapter-viewer-container .thumb-nav li:hover .btn-round.active {
  color: black;
}
/* line 210, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.no-touch .m4-chapter-viewer-container .thumb-nav li:hover .nav-label {
  color: white;
}
/* line 215, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav li.active {
  background: black;
}
/* line 219, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav li.active .btn-round {
  opacity: 1;
  color: black;
}
/* line 224, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav li.active .nav-label {
  color: white;
}
/* line 231, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav[data-nav-items="2"] li {
  width: 40%;
}
/* line 236, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav[data-nav-items="4"] li {
  width: 25%;
}
/* line 240, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav .nav-item-inner {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
/* line 247, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav .btn-round {
  margin: 0;
  color: white;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 257, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav .label-container {
  height: 100%;
  padding-left: 12px;
  line-height: 1;
}
/* line 264, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-chapter-viewer-container .thumb-nav .nav-label {
  display: inline-block;
  margin: 0;
  line-height: 1;
  color: #727373;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

/* line 284, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .m4-chapter-viewer-container,
.span6 .m4-chapter-viewer-container,
.span7 .m4-chapter-viewer-container {
  margin: auto;
}
/* line 287, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .m4-chapter-viewer-container .image-module,
.span6 .m4-chapter-viewer-container .image-module,
.span7 .m4-chapter-viewer-container .image-module {
  height: auto;
}
/* line 293, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .m4-chapter-viewer-container li,
.span6 .m4-chapter-viewer-container li,
.span7 .m4-chapter-viewer-container li {
  overflow: hidden;
  padding: 8px 10px;
  height: 38px;
}
/* line 299, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .m4-chapter-viewer-container .label-container,
.span6 .m4-chapter-viewer-container .label-container,
.span7 .m4-chapter-viewer-container .label-container {
  /*width: percentage(130/$miniItemWidth);*/
  width: 100%;
  overflow: hidden;
  padding: 0 4.7619% 0 9.52381%;
  top: 0;
}
/* line 307, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .m4-chapter-viewer-container .thumb-nav,
.span6 .m4-chapter-viewer-container .thumb-nav,
.span7 .m4-chapter-viewer-container .thumb-nav {
  height: 62px;
  margin: -4px 0 0;
}
/* line 311, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .m4-chapter-viewer-container .thumb-nav li,
.span6 .m4-chapter-viewer-container .thumb-nav li,
.span7 .m4-chapter-viewer-container .thumb-nav li {
  line-height: 14px;
  padding: 15px 0;
  height: 20px;
  width: auto;
}
/* line 318, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .m4-chapter-viewer-container .thumb-nav img, .span5 .m4-chapter-viewer-container .thumb-nav .btn-round,
.span6 .m4-chapter-viewer-container .thumb-nav img,
.span6 .m4-chapter-viewer-container .thumb-nav .btn-round,
.span7 .m4-chapter-viewer-container .thumb-nav img,
.span7 .m4-chapter-viewer-container .thumb-nav .btn-round {
  display: none;
}
/* line 320, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .m4-chapter-viewer-container .thumb-nav .label-container,
.span6 .m4-chapter-viewer-container .thumb-nav .label-container,
.span7 .m4-chapter-viewer-container .thumb-nav .label-container {
  white-space: nowrap;
  height: 14px;
}
/* line 328, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5.top-nav .thumb-nav .btn-round, .span5.top-nav .thumb-nav img,
.span6.top-nav .thumb-nav .btn-round,
.span6.top-nav .thumb-nav img,
.span7.top-nav .thumb-nav .btn-round,
.span7.top-nav .thumb-nav img {
  display: none;
}
/* line 338, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .hotspots .editorial-carousel-wrapper.chapter-pane,
.span6 .hotspots .editorial-carousel-wrapper.chapter-pane,
.span7 .hotspots .editorial-carousel-wrapper.chapter-pane {
  overflow: hidden;
}
/* line 341, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .hotspots .thumb-nav,
.span6 .hotspots .thumb-nav,
.span7 .hotspots .thumb-nav {
  top: auto;
}
/* line 346, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .table-center-wrap .table-center .m4-chapter-viewer .image-module,
.span6 .table-center-wrap .table-center .m4-chapter-viewer .image-module,
.span7 .table-center-wrap .table-center .m4-chapter-viewer .image-module {
  height: auto;
}
/* line 361, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.span5 .editorial .overlay-base,
.span5 .m4-chapter-viewer-container .overlay-base,
.span6 .editorial .overlay-base,
.span6 .m4-chapter-viewer-container .overlay-base,
.span7 .editorial .overlay-base,
.span7 .m4-chapter-viewer-container .overlay-base {
  z-index: auto;
}

/* line 370, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.lt-ie10 .m4-chapter-viewer-container .editorial-carousel-slide.chapter-slide.active {
  position: relative;
}
/* line 371, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.lt-ie10 .m4-chapter-viewer-container .thumb-nav.container {
  width: 92.5%;
}
/* line 372, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.lt-ie10 .m4-chapter-viewer-container.top-nav .thumb-nav.container {
  width: auto;
}
/* line 374, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.lt-ie10 .m4-chapter-viewer-container .editorial .inner {
  margin-left: 0;
  left: 0;
}

/* line 416, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-editorial-layout {
  position: relative;
  width: 100%;
  height: 100%;
  height: 500px;
  background: black;
  margin: 0 auto;
}
/* line 424, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-editorial-layout .hero-image {
  position: relative;
  height: 100%;
  background-position: right center;
}
/* line 430, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-editorial-layout .box {
  position: absolute;
  top: 0;
  width: 40.186%;
  height: 100%;
  padding: 50px;
  color: white;
  z-index: 11;
}
/* line 439, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-editorial-layout .box.left {
  left: 0;
  text-align: left;
}
/* line 444, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-editorial-layout .box.right {
  right: 0;
  text-align: right;
}
/* line 450, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.theme-blue .m4-editorial-layout .box.right {
  background: #128b98;
  background: #128b98;
  background: -moz-linear-gradient(left, rgba(18, 139, 152, 0.7) 0%, #128b98 12%, #128b98 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(18, 139, 152, 0.7)), color-stop(12%, #128b98), color-stop(100%, #128b98));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(18, 139, 152, 0.7) 0%, #128b98 12%, #128b98 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(18, 139, 152, 0.7) 0%, #128b98 12%, #128b98 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(18, 139, 152, 0.7) 0%, #128b98 12%, #128b98 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(18, 139, 152, 0.7) 0%, #128b98 12%, #128b98 100%);
  /* W3C */
}
/* line 454, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.theme-purple .m4-editorial-layout .box.right {
  background: #8e1c59;
  background: #8e1c59;
  background: -moz-linear-gradient(left, rgba(142, 28, 89, 0.7) 0%, #8e1c59 12%, #8e1c59 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(142, 28, 89, 0.7)), color-stop(12%, #8e1c59), color-stop(100%, #8e1c59));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(142, 28, 89, 0.7) 0%, #8e1c59 12%, #8e1c59 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(142, 28, 89, 0.7) 0%, #8e1c59 12%, #8e1c59 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(142, 28, 89, 0.7) 0%, #8e1c59 12%, #8e1c59 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(142, 28, 89, 0.7) 0%, #8e1c59 12%, #8e1c59 100%);
  /* W3C */
}
/* line 458, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.theme-orange .m4-editorial-layout .box.right {
  background: #e27e26;
  background: #e27e26;
  background: -moz-linear-gradient(left, rgba(226, 126, 38, 0.7) 0%, #e27e26 12%, #e27e26 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(226, 126, 38, 0.7)), color-stop(12%, #e27e26), color-stop(100%, #e27e26));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(226, 126, 38, 0.7) 0%, #e27e26 12%, #e27e26 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(226, 126, 38, 0.7) 0%, #e27e26 12%, #e27e26 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(226, 126, 38, 0.7) 0%, #e27e26 12%, #e27e26 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(226, 126, 38, 0.7) 0%, #e27e26 12%, #e27e26 100%);
  /* W3C */
}
/* line 462, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.theme-green .m4-editorial-layout .box.right {
  background: #7caa3f;
  background: #7caa3f;
  background: -moz-linear-gradient(left, rgba(124, 170, 63, 0.7) 0%, #7caa3f 12%, #7caa3f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(124, 170, 63, 0.7)), color-stop(12%, #7caa3f), color-stop(100%, #7caa3f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(124, 170, 63, 0.7) 0%, #7caa3f 12%, #7caa3f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(124, 170, 63, 0.7) 0%, #7caa3f 12%, #7caa3f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(124, 170, 63, 0.7) 0%, #7caa3f 12%, #7caa3f 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(124, 170, 63, 0.7) 0%, #7caa3f 12%, #7caa3f 100%);
  /* W3C */
}
/* line 466, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.theme-red .m4-editorial-layout .box.right {
  background: #d64827;
  background: #d64827;
  background: -moz-linear-gradient(left, rgba(214, 72, 39, 0.7) 0%, #d64827 12%, #d64827 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(214, 72, 39, 0.7)), color-stop(12%, #d64827), color-stop(100%, #d64827));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(214, 72, 39, 0.7) 0%, #d64827 12%, #d64827 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(214, 72, 39, 0.7) 0%, #d64827 12%, #d64827 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(214, 72, 39, 0.7) 0%, #d64827 12%, #d64827 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(214, 72, 39, 0.7) 0%, #d64827 12%, #d64827 100%);
  /* W3C */
}
/* line 471, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.theme-blue .m4-editorial-layout .box.left {
  background: #128b98;
  background: #128b98;
  background: -moz-linear-gradient(left, #128b98 0%, #128b98 88%, rgba(18, 139, 152, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #128b98), color-stop(88%, #128b98), color-stop(100%, rgba(18, 139, 152, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #128b98 0%, #128b98 88%, rgba(18, 139, 152, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #128b98 0%, #128b98 88%, rgba(18, 139, 152, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #128b98 0%, #128b98 88%, rgba(18, 139, 152, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #128b98 0%, #128b98 88%, rgba(18, 139, 152, 0.7) 100%);
  /* W3C */
}
/* line 475, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.theme-purple .m4-editorial-layout .box.left {
  background: #8e1c59;
  background: #8e1c59;
  background: -moz-linear-gradient(left, #8e1c59 0%, #8e1c59 88%, rgba(142, 28, 89, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8e1c59), color-stop(88%, #8e1c59), color-stop(100%, rgba(142, 28, 89, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #8e1c59 0%, #8e1c59 88%, rgba(142, 28, 89, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #8e1c59 0%, #8e1c59 88%, rgba(142, 28, 89, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #8e1c59 0%, #8e1c59 88%, rgba(142, 28, 89, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #8e1c59 0%, #8e1c59 88%, rgba(142, 28, 89, 0.7) 100%);
  /* W3C */
}
/* line 479, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.theme-orange .m4-editorial-layout .box.left {
  background: #e27e26;
  background: #e27e26;
  background: -moz-linear-gradient(left, #e27e26 0%, #e27e26 88%, rgba(226, 126, 38, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e27e26), color-stop(88%, #e27e26), color-stop(100%, rgba(226, 126, 38, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e27e26 0%, #e27e26 88%, rgba(226, 126, 38, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e27e26 0%, #e27e26 88%, rgba(226, 126, 38, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e27e26 0%, #e27e26 88%, rgba(226, 126, 38, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #e27e26 0%, #e27e26 88%, rgba(226, 126, 38, 0.7) 100%);
  /* W3C */
}
/* line 483, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.theme-green .m4-editorial-layout .box.left {
  background: #7caa3f;
  background: #7caa3f;
  background: -moz-linear-gradient(left, #7caa3f 0%, #7caa3f 88%, rgba(124, 170, 63, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7caa3f), color-stop(88%, #7caa3f), color-stop(100%, rgba(124, 170, 63, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7caa3f 0%, #7caa3f 88%, rgba(124, 170, 63, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #7caa3f 0%, #7caa3f 88%, rgba(124, 170, 63, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #7caa3f 0%, #7caa3f 88%, rgba(124, 170, 63, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #7caa3f 0%, #7caa3f 88%, rgba(124, 170, 63, 0.7) 100%);
  /* W3C */
}
/* line 487, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.theme-red .m4-editorial-layout .box.left {
  background: #d64827;
  background: #d64827;
  background: -moz-linear-gradient(left, #d64827 0%, #d64827 88%, rgba(214, 72, 39, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d64827), color-stop(88%, #d64827), color-stop(100%, rgba(214, 72, 39, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d64827 0%, #d64827 88%, rgba(214, 72, 39, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d64827 0%, #d64827 88%, rgba(214, 72, 39, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d64827 0%, #d64827 88%, rgba(214, 72, 39, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d64827 0%, #d64827 88%, rgba(214, 72, 39, 0.7) 100%);
  /* W3C */
}
/* line 491, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-editorial-layout .box .title {
  color: white;
}
/* line 494, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-editorial-layout .box .title:after {
  content: '';
  width: 15%;
  height: 2px;
  background-color: white;
  display: block;
  margin-top: 10px;
}
/* line 505, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-editorial-layout .box .copy {
  color: white;
}
/* line 510, ../../../../packages/modules/m4-chapter-viewer/css/m4-chapter-viewer.scss */
.m4-editorial-layout .box .link {
  color: white;
}
