:root {
  --block-margin: 4rem;
}
@media screen and (max-width: 1450px) {
  :root {
    --block-margin: 2.8rem;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --block-margin: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --block-margin: 2.6rem;
  }
}

/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2018 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/* Print styles */
html, body {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

#header {
  color: #12b5ea;
}
#header a {
  color: currentColor;
}
#header .logo {
  width: 200px;
}
#header .logo svg {
  fill: currentColor;
}
#header .logo svg rect {
  fill: rgba(0, 0, 0, 0.2);
}
#header .nav-wrap,
#header .top {
  display: none;
}

div#page-banner {
  margin: 0 0 1em;
  background: none !important;
}
div#page-banner .wrap:after {
  display: none;
}

#footer {
  margin: 5em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #ccc;
}
#footer .logo, #footer .logo-bfz {
  display: inline-block;
  width: 100px;
}
#footer .power-text {
  display: none;
}

#wpadminbar,
#share-tab,
#bottom-subscribe,
#overlay,
#overlay-mask,
#footer-nav,
.related-posts {
  display: none !important;
}

.wp-block-theme-blocks-interrupt-banner .image img {
  max-width: 300px;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.featured-image {
  margin: 1em 0;
  width: 300px;
}
.featured-image .image:before {
  display: none;
}

.slick-list {
  height: auto !important;
}
.slick-list .slick-track {
  width: auto !important;
  transform: none !important;
}
.slick-list .slick-slide {
  width: auto !important;
  margin: 0 0 2em;
}
.slick-list .slick-slide.slick-cloned {
  display: none !important;
}

.slick-dots {
  display: none !important;
}

.wp-block-media-text {
  display: block;
}
.wp-block-media-text figure {
  margin: 0 0 1em;
}
.wp-block-media-text figure img {
  display: block;
  width: 300px;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 1em 0;
  text-align: left;
}

.wp-block-columns.has-2-columns.column-wide {
  margin-left: 100px;
  margin-right: 100px;
}

.wp-block-image .full-width figure img {
  width: 300px;
  height: 200px;
}

.wp-block-embed-youtube.wp-block-embed {
  display: none;
}

#subnavs {
  display: none;
}

.wp-block-columns.has-3-columns.partner .wp-block-column figure img {
  height: 50px;
  width: 50px;
}

.wp-block-theme-blocks-content-image.process-icons .wrap-inner .block-image .img:before {
  display: none;
}

.wp-block-theme-blocks-content-image.process-icons .wrap-inner .block-image .img {
  width: 200px;
  height: 200px;
}

.theme-block.wp-block-theme-blocks-content-image .wrap-inner .block-image .img:before {
  display: none;
}

.theme-block.wp-block-theme-blocks-content-image .wrap-inner .block-image .img {
  width: 200px;
  height: 200px;
}

.theme-block.wp-block-theme-blocks-hero-large.scrollable .wrap .block-content {
  color: black;
  margin-left: 20%;
}

.theme-block.wp-block-theme-blocks-tableau {
  display: none;
}/*# sourceMappingURL=print.css.map */