.dc {
  font-family: 'Nunito';
  letter-spacing: -0.01em;
}

.dc * {
  position: relative;
}

.dc img {
  width: 100%;
  height: auto;
  max-width: 430px;
  margin: 0;
  background: white;
  border: 1px solid lightgray;
  border-bottom-color: #c4c4c4;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.dc-chapter {
  flex: 1 1 auto;
  height: 50%;
  background: #f7f7f7;
  background: white;
}

.dc-chapter section:last-child:not(.summary) h1 {
  text-transform: initial;
  font-weight: 600;
  font-size: 14px;
  color: #666a72;
}

.dc-chapter section:last-child:not(.summary) h2 {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 400;
}

.dc-chapter section:last-child:not(.summary) p.image-wrapper {
  margin-bottom: 0;
}

.dc-chapter section:first-child:not(.summary) {
  border-width: 0 0 1px 0;
  background: #f2f2f7;
}

.dc-chapter section:first-child:not(.summary) h1 {
  width: calc(100% + 28px);
  margin: 0 0 20px -20px;
  background: #d8d8e4;
  font-size: 18px;
  color: #414349;
  font-weight: 700;
  text-transform: uppercase;
  border: solid #c8c8c8;
  border-width: 1px 0;
  padding: 20px 21px;
}

.dc-chapter section:first-child:not(.summary) h1 + .banner-full {
  margin-top: -21px;
}

.dc-chapter section:first-child:not(.summary) h1 + p {
  padding-top: 9px;
}

.dc-chapter section:first-child:not(.summary) p,
.dc-chapter section:first-child:not(.summary) ol,
.dc-chapter section:first-child:not(.summary) ul {
  font-size: 15px;
}

.dc-chapter section:first-child:not(.summary) p.image-wrapper {
  margin-bottom: 20px;
  padding: 0;
  font-size: 0;
}

.dc-chapter > h2:last-child {
  height: 55px;
  padding: 0 15px 0 65px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 15px;
  color: #3c3e44;
  cursor: pointer;
  line-height: 1em;
  margin: 0 20px 26px;
}

.dc-chapter > h2:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  margin-left: -65px;
  background-size: 30px;
  background-image: url(../../images/PDF.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #f2f2f2;
  border: 1px solid lightgray;
  border-bottom-color: #c4c4c4;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.dc-chapter > h2:last-child:active:before {
  top: 2px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.forDemo > div {
  max-height: 100vh;
  width: 430px;
  margin: 30px;
}

section {
  padding: 0 8px 12px 20px;
  margin: 0 0px 40px 0px;
  background: #f2f2f2;
  border-width: 1px 0;
  border-color: lightgray;
  border-style: solid;
}

section > h1,
section > h2,
section > p,
section > ol,
section > ul,
section > div {
  margin-right: 12px;
}

section.summary {
  background: #efede7;
}

section.summary + section h1 {
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  color: #666a72;
}

section.summary + section h2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

section.summary + section .image-wrapper {
  margin-bottom: 0;
}

section.summary > h1 {
  margin-bottom: 0px;
}

section.summary > div h1 {
  border: none;
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 0;
}

section.summary > div h2 {
  margin: 0 0 3px 0;
}

section.summary .R2C > * {
  width: 50%;
}

section.summary .R2C > *:first-child {
  padding-right: 11px;
}

section.summary .R2C > *:last-child {
  padding-left: 11px;
}

section.summary h2 em {
  color: #e84e0f;
  font-style: normal;
  font-size: 150%;
}

section.summary p.image-wrapper:active img {
  box-shadow: none;
  top: 0;
}

section.summary p.image-wrapper img {
  box-shadow: none;
  cursor: default;
}

section > *:last-child {
  padding-bottom: 12px;
}

div,
h1,
h2,
p,
img {
  box-sizing: border-box;
}

h1,
h2 {
  font-family: 'Muli';
  letter-spacing: normal;
}

h1 {
  font-size: 15px;
  margin: 18px 0 8px 0;
  padding: 0 0 8px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #4f5259;
  font-weight: 700;
}

h2 {
  font-size: 13px;
  line-height: 1em;
  margin: 0 0 9px 0;
}

p,
ul,
ol {
  font-size: 14px;
  line-height: 1.15em;
  margin: 0 0 16px 0;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 6px;
}

ul li {
  margin-bottom: 8px;
}

ul li:last-child {
  margin-bottom: 18px;
}

ul:last-child li:last-child {
  margin-bottom: 0;
}

p.image-wrapper {
  margin: 0 0 12px 0;
}

p.image-wrapper:last-child {
  margin-bottom: 6px;
}

p.image-wrapper:not(.banner):active img {
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15);
  top: 1px;
}

p.image-wrapper.banner:active {
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15);
  top: 1px;
}

p.image-wrapper.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px 20px 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  background: white;
  border: 1px solid lightgray;
  border-bottom-color: #cccccc;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.15);
}

p.image-wrapper.banner:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background-size: 30px;
  background-image: url(../../images/MOVIE.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  background-blend-mode: difference;
  left: 0px;
  bottom: 0px;
  /* right: 0px; */
  /* top: 0px; */
  /* opacity: 1; */
  /* border-radius: 50%; */
  /* border: 1px solid hsl(0deg 0% 0% / 25%); */
  /* width: 50px; */
}

p.image-wrapper.banner img {
  box-shadow: none;
  border: none;
  width: 100%;
}

p.image-wrapper.banner.multi {
  display: flex;
  flex-direction: row;
  font-size: 0;
  padding: 5px 10px;
  justify-content: space-around;
  align-items: center;
}

p.image-wrapper.banner.multi img {
  height: auto;
  flex: 0 1 auto;
  margin: 0;
  max-height: 100%;
  width: auto;
}

p em {
  font-weight: 700;
  font-style: normal;
}

.banner-full {
  position: relative;
  margin: 0 10px 20px -20px;
  font-size: 0;
  width: calc(100% + 28px);
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: 120px;
  overflow: hidden;
  background: white;
}

.banner-full img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  box-shadow: none;
}

.banner-full .multi img {
  height: 100%;
  width: auto;
  left: unset;
  top: unset;
  transform: none;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: lightgray;
}

.banner-full .multi img:last-child {
  border-width: 0 1px;
}

ol {
  list-style: none;
  counter-reset: dc-counter;
  padding-left: 0;
  margin-top: -0.5em;
}

ol:last-child li:last-child {
  margin: 0 0 0 1.3em;
}

ol li {
  position: relative;
  counter-increment: dc-counter;
  margin: 0 0 0.6em 1.3em;
}

ol li:before {
  position: absolute;
  content: counter(dc-counter) ". ";
  font-weight: bold;
  left: -1.3em;
}

ol li:last-child {
  margin: 0 0 1.8em 1.3em;
}

ol li em {
  font-weight: 700;
  font-style: normal;
}

ul {
  padding-left: 1.4em;
}

ul em {
  font-weight: 700;
  font-style: normal;
}

.R2C,
.R3C,
.R4C,
.R2C-quarter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 6px;
}

*.line-above, *.line-below {
  position: relative;
  padding-top: 10px;
  margin-top: 12px;
}

*.line-above:before, *.line-below:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  border-top: 1px dashed #c7c7c7;
}

*.line-below {
  padding-top: unset;
  padding-bottom: 10px;
}

*.line-below:before {
  top: unset;
  bottom: 0;
}

.R2C h2,
.R3C h2,
.R4C h2 {
  margin-bottom: 2px;
}

.R1C img {
  width: calc(25% - 12px);
}

.R2C h2 + .image-wrapper {
  margin-top: 12px;
}

.R2C > *:first-child {
  width: calc(100% / 3);
  padding-right: 15px;
}

.R2C > *:last-child {
  width: calc((100% / 3) * 2);
}

.R2C-quarter > *:first-child {
  width: 25%;
  padding-right: 12px;
}

.R2C-quarter > *:last-child {
  width: 75%;
}

.R2C > div h2 + div,
.R2C-quarter > div h2 + div {
  margin-top: 15px;
}

.R3C > * {
  width: calc(100% / 3);
  padding: 0 6px;
}

.R3C > *:first-child {
  padding: 0 12px 0 0;
}

.R3C > *:last-child {
  padding: 0 0 0 12px;
}

.R3C h1 {
  font-size: 13px;
}

.R3C h1:last-child {
  margin-right: 24px;
  width: calc((100% / 3) - 24px);
}

.R4C > * {
  width: 25%;
}

.R4C > *:first-child {
  padding: 0 12px 0 0;
}

.R4C > *:nth-child(2) {
  padding: 0 8px 0 4px;
}

.R4C > *:nth-child(3) {
  padding: 0 4px 0 8px;
}

.R4C > *:nth-child(4) {
  padding: 0 0 0 12px;
}

.has-side-head {
  display: flex;
  border-width: 1px 0 0 0;
  border-style: dashed;
  border-color: #bababa;
  padding: 10px 0 0 0;
  margin: 0 12px 0 0;
}

.has-side-head > *:first-child {
  width: 60px;
  flex: 0 0 auto;
  font-size: 12px;
}

.has-side-head > *:last-child {
  flex: 1 1 auto;
}

.has-side-head .R4C > * {
  padding: 0 6px 0 0;
}

note {
  position: absolute;
  right: 0;
  background: #f4f4ba;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 12px;
  transform: translate(0, -50%);
  top: 50%;
}

.dc-tree {
  padding: 10px 0px 3px;
  overflow: hidden;
}

.dc-tree a {
  color: #595c64;
  font-weight: 400;
}

.dc-tree .folder {
  cursor: pointer;
  padding: 0 2px 6px 6px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #fcfcfc;
  background-color: #fcfcfc;
  transition: background-color 0.5s, border-color 0.5s;
}

.dc-tree .folder.closed + .parent {
  height: 0;
}

.dc-tree > .folder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dc-tree > .folder.open {
  border-width: 1px 0 0px 0;
  background: #f7f7f7;
  border-color: #d9d9d9;
  color: #3c3e44;
}

.dc-tree > .folder.open:after {
  content: '';
  position: absolute;
  right: 32px;
  height: 1px;
  background: #ddd;
  left: 22px;
  bottom: 6px;
  transition: opacity 0.5s;
}

.dc-tree > .folder.open.spanHovered.open:after {
  opacity: 0;
}

.dc-tree > .folder.open + .parent {
  border-bottom: 1px solid #dedede;
  background: #f7f7f7;
}

.dc-tree > .folder p {
  font-size: 16px;
  display: inline-block;
  padding: 10px 9px;
  margin: 0;
  color: #595c64;
  font-weight: 400;
  z-index: 1;
}

.dc-tree > .folder p:hover {
  background-color: rgba(229, 194, 133, 0.55);
}

.dc-tree .parent {
  padding: 0 0 0 21px;
  overflow: hidden;
  transition: height 0.5s, background-color 0.5s, border-color 0.5s;
  background-color: white;
}

.dc-tree .parent .folder {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 5px 15px 21px;
  border: none;
  background: none;
}

.dc-tree .parent .folder p {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1em;
  margin-bottom: 2px;
}

.dc-tree .parent .folder.open:after {
  content: '';
  position: absolute;
  left: 21px;
  right: 32px;
  height: 1px;
  background: #ddd;
  bottom: 9px;
}

.dc-tree > .parent {
  padding: 0 0 0 22px;
}

.dc-tree > .parent > .parent {
  background: none;
}

.dc-tree .child {
  margin-bottom: 10px;
  padding: 0 15px 0 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 15px;
  color: #666a72;
  cursor: pointer;
  line-height: 1em;
}

.dc-tree .child img {
  width: 65px;
  height: auto;
  margin-right: 12px;
  box-shadow: none;
  flex: 0 0 auto;
}

.dc-tree .movies + .parent .child:before {
  background-image: url("../../images/MOVIE.svg");
}

.dc-tree .pdfs + .parent .child {
  height: 65px;
  padding: 0 15px 0 76px;
}

.dc-tree .pdfs + .parent .child:before {
  content: '';
  position: absolute;
  width: 63px;
  height: 63px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-color: white;
  border: 1px solid lightgray;
  background-position: 50%;
  background-image: url("../../images/PDF.svg");
}

.dc-tree .slides + .parent .child:before {
  background-image: url("../../images/SLIDE.svg");
}

.dc-open-close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s, opacity 0.25s, top 0.25s;
  opacity: 1;
  top: -1px;
  right: 0px;
}

.dc-open-close:before, .dc-open-close:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #bebebe;
  border-radius: 4px;
  transition: transform 0.25s, width 0.25s, height 0.25s;
}

.dc-open-close:after {
  width: 2px;
  height: 12px;
}

.spanHovered .dc-open-close,
.spanHovered.open .dc-open-close {
  opacity: 0;
}

.open .dc-open-close {
  opacity: 1;
  transform: rotate(45deg);
}

.open .dc-open-close:before, .open .dc-open-close:after {
  background: #65636b;
}

.open .dc-open-close:before {
  width: 21px;
  height: 2px;
}

.open .dc-open-close:after {
  width: 2px;
  height: 21px;
}

.embedded .dc img {
  box-shadow: none;
  cursor: default;
}

.embedded .dc img:active {
  top: 0;
  box-shadow: none;
}

.embedded p.image-wrapper.banner {
  box-shadow: none;
  cursor: default;
}

.embedded p.image-wrapper.banner:active {
  top: 0;
}

.embedded p.image-wrapper:not(.banner):active img {
  box-shadow: none;
  top: 0;
}

.dc.info-block-body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
  height: calc(100vh - 56px);
}

.dc.info-block-body > div:last-child {
  overflow-y: auto;
}

.dc .dvDidyouknow {
  flex: 0 1 auto;
  overflow: auto;
  max-height: 50%;
  padding-top: 0;
}

.dc .dvDidyouknow h3 {
  position: relative;
  flex: 0 0 32px;
}

.dc .dvDidyouknow h3 a {
  font-family: 'Open Sans';
}

.dc #didyouknowText {
  padding: 0;
  flex: 1 1 auto;
}

.forDemo .dc.info-block-body {
  height: calc(100% - 60px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .dc-open-close:before, .dc-open-close:after {
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 824px) {
  .info-container.is-visible-lo .dvDidyouknow {
    overflow: hidden;
  }
  .info-container.is-visible-lo .dvDidyouknow #didyouknowText {
    height: calc(100% - 30px) !important;
  }
  .dc-chapter {
    padding-left: calc(50% - 215px);
    padding-right: calc(50% - 215px);
    padding-top: 40px;
  }
  section {
    border-width: 1px;
  }
  section::first-child {
    border-width: 0px 1px 1px 1px;
  }
  section::first-child h1 {
    border-width: 1px 0px 1px 0px;
  }
}

@media only screen and (max-width: 430px) {
  .dc-chapter {
    padding-top: 0;
  }
}

@media only screen and (max-width: 353px) {
  h2 {
    font-size: 12px;
  }
}
