@charset "UTF-8";
/*
Theme Name: CENL

Adding print support. The print styles are based on the the great work of
Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Margins
# Typography├À
# Page breaks
# Links
# Visibility
--------------------------------------------------------------*/
@media print {
  /* Margins */
  @page {
    margin: 2cm; }
  .entry {
    margin-top: 1em; }

  .entry .entry-header, .site-footer .site-info {
    margin: 0; }

  /* Fonts */
  body {
    font-family: Hkgrotesk, sans-serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000; }

  h1 {
    font-size: 36pt;
    line-height: 1.2; }

  h2 {
    font-size: 26pt;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0; }

  h3,
  h4,
  .has-regular-font-size,
  .has-large-font-size,
  h2.author-title,
  p.author-bio,
  .comments-title, h3 {
    font-size: 14pt;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0; }

  h5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 700; }

  p,
  .para--large {
    margin: 0 0 25px 0; }

  /* Page breaks */
  a {
    page-break-inside: avoid; }

  blockquote {
    page-break-inside: avoid;
    border-left: 10px solid #000;
    position: relative;
    width: 80%;
    padding: 15px;
    margin-left: 0; }
    blockquote p {
      margin: 0; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
    max-width: 500px;
    height: auto !important; }

  table, pre {
    page-break-inside: avoid; }

  ul, ol, dl {
    page-break-before: avoid; }

  /* Links */
  a:link, a:visited, a {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
    text-align: left; }

  a {
    page-break-inside: avoid; }

  a[href^=http]:after {
    content: " < " attr(href) "> "; }

  a:after > img {
    content: ""; }

  article a[href^="#"]:after {
    content: ""; }

  a:not(:local-link):after {
    content: " < " attr(href) "> "; }

  /* Visibility */
  .main-navigation,
  .site-title + .main-navigation,
  .social-navigation,
  .site-branding-container:before,
  .entry .entry-title:before,
  .entry-footer,
  .author-description:before,
  .post-navigation,
  .widget-area,
  .comment-form-flex,
  .comment-reply,
  .comment .comment-metadata .edit-link,
  .section--footer,
  .section--sub-nav,
  .section--search,
  .nav-flex-mobile,
  .section--mobile-dropdown-wrapper,
  .nav--menu {
    display: none; }

  .header--logo-wrapper {
    width: 200px; }

  .entry .entry-content .wp-block-button .wp-block-button__link,
  .entry .entry-content .button {
    color: #000;
    background: none; }

  /* Site Header (With Featured Image) */
  .site-header.featured-image {
    min-height: 0; }
    .site-header.featured-image .main-navigation a,
    .site-header.featured-image .main-navigation a + svg,
    .site-header.featured-image .social-navigation a,
    .site-header.featured-image .site-title a,
    .site-header.featured-image .site-featured-image a,
    .site-header.featured-image .site-branding .site-title,
    .site-header.featured-image .site-branding .site-description,
    .site-header.featured-image .main-navigation a:after,
    .site-header.featured-image .main-navigation .main-menu > li.menu-item-has-children:after,
    .site-header.featured-image .main-navigation li,
    .site-header.featured-image .social-navigation li,
    .site-header.featured-image .entry-meta,
    .site-header.featured-image .entry-title, .site-header.featured-image#masthead .site-title a {
      color: #000;
      text-shadow: none; }
    .site-header.featured-image .site-featured-image .entry-header,
    .site-header.featured-image .site-branding-container {
      margin-top: 0;
      margin-bottom: 0; }
    .site-header.featured-image .site-featured-image .post-thumbnail img {
      position: relative;
      height: initial;
      width: initial;
      object-fit: none;
      min-width: 0;
      min-height: 0;
      max-width: 100%;
      margin-top: 1rem; }

  /* Remove image filters from featured image */
  .image-filters-enabled *:after {
    display: none !important; }
  .image-filters-enabled .site-header.featured-image .site-featured-image:before {
    display: none; }
  .image-filters-enabled .site-header.featured-image .site-featured-image .post-thumbnail img {
    filter: none; }

  .carousel--hero-wrapper,
  .section-map-container,
  .slide--arrow-wrapper,
  .social-icon-wrapper,
  .ff-header,
  #ff-stream-1 .picture-item__inner,
  .ff-comments-list,
  .page-template-libraries .container--grid-view,
  .button--show-list,
  .card-icons--wrapper,
  .filter-col,
  .icon-card-area--large,
  .edit-library {
    display: none; }

  .slider--slide.w-slide {
    transform: translateX(0px) !important; }

  .section--hero-image--full {
    background-image: none !important; }

  .image--flag-logo {
    width: 100px; }

  .isotope-container .col-3 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    float: left;
    clear: both; }

  .ff-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important; }

  .ff-content,
  .ff-item-bar,
  .ff-label-wrapper,
  .ff-item-meta,
  .ff-loadmore-wrapper {
    display: none; }

  .button {
    display: inline-block;
    padding: 9px 15px;
    color: #000;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    padding: 0.6rem 1rem 0.5rem;
    border: 2px solid #000;
    font-size: 12pt;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    text-decoration: none !important; }

  .content--card-wrapper {
    background-color: #F5f5f5;
    border: 2px solid #F5f5f5;
    padding: 15px; }

  .content--item-wrapper {
    padding: 25px 0;
    border-bottom: solid 1px #ccc; }
    .content--item-wrapper p {
      margin: 0; }

  .news-event-summary .content--card--image-wrapper img {
    width: 100%; }

  .section {
    position: relative;
    clear: both; }

  .news-event-summary,
  .block-grid {
    margin-bottom: 25px;
    overflow: hidden; }
    .news-event-summary a,
    .block-grid a {
      text-decoration: none;
      color: #000; }
    .news-event-summary .row,
    .block-grid .row {
      position: relative;
      width: 100%; }
    .news-event-summary .col-2,
    .block-grid .col-2 {
      width: 14.666%;
      min-height: 1px;
      margin-right: 2%;
      margin-bottom: 2%;
      float: left; }
    .news-event-summary .col-3,
    .block-grid .col-3 {
      width: 23%;
      min-height: 1px;
      margin-right: 2%;
      margin-bottom: 2%;
      float: left; }
    .news-event-summary .col-4,
    .block-grid .col-4 {
      width: 31.333%;
      min-height: 1px;
      margin-right: 2%;
      margin-bottom: 2%;
      float: left; }
    .news-event-summary .col-6,
    .block-grid .col-6 {
      width: 48%;
      min-height: 1px;
      margin-right: 2%;
      margin-bottom: 2%;
      float: left; }
    .news-event-summary .col-9,
    .block-grid .col-9 {
      width: 73%;
      min-height: 1px;
      margin-right: 2%;
      float: left; }
    .news-event-summary .col-2 img,
    .news-event-summary .col-3 img,
    .news-event-summary .content--card--image-wrapper img,
    .block-grid .col-2 img,
    .block-grid .col-3 img,
    .block-grid .content--card--image-wrapper img {
      width: 100%; }
    .news-event-summary h3,
    .block-grid h3 {
      margin: 0;
      padding: 0; }
    .news-event-summary h4,
    .block-grid h4 {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      line-height: 1.4;
      font-weight: 700;
      text-decoration: none !important; }

  .row--stretch .col-3 {
    flex: 1; }
    .row--stretch .col-3 img {
      max-width: 100%; }

  .heading--large.highlight-grey,
  .heading--large.highlight-white-opaque {
    color: #ddd; }

  .heading--large {
    font-size: 4.5rem; }

  .para--large,
  .first-para__large > p:nth-child(1),
  .para--large p {
    margin-bottom: 1rem;
    font-size: 1.15rem;
    line-height: 1.5em;
    font-style: italic; } }

/*# sourceMappingURL=print.css.map */
