.path--actions .page-title-txt {
  display: none;
}
.path--actions .initiatives-item {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  padding: 1rem;
  border: 1px solid black;
  margin-bottom: 1rem;
}
.path--actions .initiatives-item h2 {
  font-size: 18px;
}
.path--actions .initiatives-item a {
  text-decoration: none;
}
.path--actions .initiatives-item p {
  margin-top: 0;
}
.path--actions .filter-controls {
  display: none;
}

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 * 
 * This file contains only the print styles from the HTML5 Boilerplate
 * project. See <https://github.com/h5bp/html5-boilerplate> for more
 * information on the main project.
 */
/* ==========================================================================
   Print styles.
   ========================================================================== */
*,
*:before,
*:after {
  background: transparent !important;
  color: #000 !important;
  /* Black prints faster:
     http://www.sanbeiji.com/archives/953 */
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
}

a,
a:visited {
  text-decoration: underline;
}

a[href]:after {
  content: " (" attr(href) ")";
}

abbr[title]:after {
  content: " (" attr(title) ")";
}

/*
 * Don't show links that are fragment identifiers,
 * or use the `javascript:` pseudo protocol
 */
a[href^="#"]:after,
a[href^="javascript:"]:after {
  content: "";
}

pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
  font-style: italic;
  padding: 1rem;
}

/*
 * Printing Tables:
 * http://css-discuss.incutio.com/wiki/Printing_Tables
 */
thead {
  display: table-header-group;
}

tr,
img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

.path--ecosystem .page-title-txt {
  display: none;
}
.path--ecosystem .stake-holder-list {
  display: none;
}
.path--ecosystem .stake-details {
  padding: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #000;
}
.path--ecosystem .stake-details__logo-hold img {
  width: 200px !important;
  max-width: 200px !important;
  height: auto !important;
  width: auto !important;
}

.path--events .view-grouping-content h3 {
  border-top: 1px solid #000;
  padding-top: 1rem;
}
.path--events .event__toggle {
  display: none;
}
.path--events .flag-favourite {
  display: none;
}

body {
  font-family: arial, helvetica, sans-serif;
}

.page-header-container {
  display: none;
}

.page-footer {
  display: none;
}

.path--news .text-hold {
  height: auto !important;
}
.path--news .news-list figure img {
  max-width: 300px;
  width: 300px;
  height: auto;
}
.path--news .news-list h3 {
  text-decoration: underline;
}
.path--news a {
  text-decoration: none;
}

.page--node-type-news .back-to {
  display: none;
}

.path--resources .page-title-txt {
  display: none;
}
.path--resources .text-hold {
  height: auto !important;
}

.page--node-type-case-study .banner-typing-area {
  display: none;
}
.page--node-type-case-study .image-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page--node-type-case-study .image-wrap img {
  max-height: 350px;
  max-width: 350px;
  width: auto;
  height: auto;
}
.page--node-type-case-study .case-study-teaser__image {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page--node-type-case-study .case-study-teaser__image img {
  max-height: 350px;
  max-width: 350px;
  width: auto;
  height: auto;
}
.page--node-type-case-study .case-study-teaser {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #000;
}

.path--stories .flickity-slider {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  left: auto !important;
}
.path--stories .parallax--layer--bg img {
  width: auto !important;
  height: auto !important;
  max-width: 200px !important;
}
.path--stories .flickity-viewport {
  height: auto !important;
  overflow: visible !important;
}
.path--stories .carousel-cell {
  position: relative !important;
  left: auto !important;
}
.path--stories .flickity-prev-next-button {
  display: none;
}

.path--strategy .innovation-plan svg {
  max-width: 3cm;
  height: auto;
}

.field--name-field-para-rich-txt-mark-text {
  display: none;
}

.section--strategy .action-frame article {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 1rem;
  border: 1px solid black;
  margin-bottom: 1rem;
}
.section--strategy .action-frame article h2 {
  font-size: 18px;
}
.section--strategy .action-frame article a {
  text-decoration: none;
}
.section--strategy .action-frame article p {
  margin-top: 0;
}
.section--strategy .action-frame .initiatives-item:last-child {
  display: none;
}
.section--strategy .action-frame .block-wrap {
  text-decoration: none;
}

body:before {
  content: "Innovation Territory";
  font-size: 32px;
  font-family: "Calibre", sans-serif;
  font-weight: 900;
}

.page-header-container,
.nav-opener-holder,
.search-global,
.page-footer,
#block-breadcrumbs,
.layout-content-bottom,
.ecosystem-views-block__form {
  display: none;
}

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 * 
 * This file contains only the print styles from the HTML5 Boilerplate
 * project. See <https://github.com/h5bp/html5-boilerplate> for more
 * information on the main project.
 */
/* ==========================================================================
   Print styles.
   ========================================================================== */
*,
*:before,
*:after {
  background: transparent !important;
  color: #000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
}

a,
a:visited {
  text-decoration: underline;
}

a[href]:after {
  content: " (" attr(href) ")";
}

abbr[title]:after {
  content: " (" attr(title) ")";
}

/*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
a[href^="#"]:after,
a[href^="javascript:"]:after {
  content: "";
}

pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

/*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
thead {
  display: table-header-group;
}

tr,
img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}
/*# sourceMappingURL=print.css.map */
