/* Mixins */
/**
 * Returns value from colors map
 */
/**
 * Turns pixels to rems
 * We typically set out HTML font size to 62.5% which helps us have a base-10 value to work with.
 * So the following mixin accepts a pixel value that is then turned into a corresponding rem value.
 */
/**
 * Function for converting a px based font-size to rem.
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {to-rem(12);}
 *
 */
.node-block--type--page-title.no-banner-image .layout-inner-container {
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .node-block--type--page-title.no-banner-image .layout-inner-container {
    padding-bottom: 1.5rem;
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .node-block--type--page-title.no-banner-image .layout-inner-container {
    padding-bottom: 1.5rem;
    padding-top: 2rem;
  }
}
.node-block--type--page-title.no-banner-image .page-title {
  font-family: "Roboto-Light", sans-serif !important;
  font-size: 3.8rem;
  line-height: 1.15 !important;
}
.node-block--type--page-title.no-banner-image .page-title h1:last-child,
.node-block--type--page-title.no-banner-image .page-title h2:last-child,
.node-block--type--page-title.no-banner-image .page-title h3:last-child,
.node-block--type--page-title.no-banner-image .page-title h4:last-child,
.node-block--type--page-title.no-banner-image .page-title h5:last-child,
.node-block--type--page-title.no-banner-image .page-title h6:last-child,
.node-block--type--page-title.no-banner-image .page-title p:last-child,
.node-block--type--page-title.no-banner-image .page-title ul:last-child,
.node-block--type--page-title.no-banner-image .page-title ol:last-child,
.node-block--type--page-title.no-banner-image .page-title dl:last-child,
.node-block--type--page-title.no-banner-image .page-title pre:last-child,
.node-block--type--page-title.no-banner-image .page-title address:last-child,
.node-block--type--page-title.no-banner-image .page-title fieldset:last-child,
.node-block--type--page-title.no-banner-image .page-title figure:last-child,
.node-block--type--page-title.no-banner-image .page-title table:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .node-block--type--page-title:not(.no-banner-image) {
    padding: 0 0 1rem;
  }
}
.node-block--type--page-title:not(.no-banner-image) .layout-inner-container {
  margin: 0 auto;
  position: relative;
}
.node-block--type--page-title:not(.no-banner-image) .layout-inner-container .play-btn {
  cursor: pointer;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background-image: url("../pictos/play-btn.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 959px) {
  .node-block--type--page-title:not(.no-banner-image) .layout-inner-container .play-btn {
    top: 0;
    background-position-y: 30%;
  }
}
@media only screen and (max-width: 959px) {
  .node-block--type--page-title:not(.no-banner-image) .layout-inner-container {
    background-size: auto 27rem;
    min-height: 27rem;
    padding: 21rem 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .node-block--type--page-title:not(.no-banner-image) .layout-inner-container {
    background-size: auto 38rem;
    min-height: 38rem;
    padding: 1rem 0 0;
  }
}
.node-block--type--page-title:not(.no-banner-image) .layout-inner-container .video-container {
  position: relative;
  overflow: hidden;
  height: 38rem;
  width: 100%;
}
.node-block--type--page-title:not(.no-banner-image) .layout-inner-container .video-container video {
  -webkit-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  transform: translate(0, -20%);
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .node-block--type--page-title:not(.no-banner-image) .layout-inner-container .video-container video {
    max-width: none;
    width: unset;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.node-block--type--page-title:not(.no-banner-image) .page-title {
  font-family: "Roboto-Light", sans-serif !important;
  font-size: 2.6rem;
  line-height: 1.15 !important;
  background: white;
}
.node-block--type--page-title:not(.no-banner-image) .page-title h1:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title h2:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title h3:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title h4:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title h5:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title h6:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title p:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title ul:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title ol:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title dl:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title pre:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title address:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title fieldset:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title figure:last-child,
.node-block--type--page-title:not(.no-banner-image) .page-title table:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) {
  .node-block--type--page-title:not(.no-banner-image) .page-title {
    margin-right: 8rem;
    max-width: 36rem;
    padding: 2rem 2rem 0.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .node-block--type--page-title:not(.no-banner-image) .page-title {
    bottom: 0;
    left: 8rem;
    max-width: 94rem;
    padding: 2.3rem 3.5rem 0;
    position: absolute;
  }
}