/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/**
 * Mixins
 */
/**
 * These mixins are used for basic layout of modules
 * You should probably include these and then add styles rather than altering these directly
 * Unless you want to affect *everything* that replies on them of course!
 */
/**
 * Position a module to fill the grid (or half of it)
 *
 * Note: If you pass the $width:half argument you'll need to make sure you're using 
 * a grid with an even number of columns. You'll also need to override grid-column-start: 2
 * for any item to appear on the right of the screen at the xxxl breakpoint
 */
/**
 * Tools
 */
@import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap" rel="stylesheet');
.group:before, .group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

.hide {
  display: none; }

/************************************************

Stylesheet: Dev Helper

By using the WP_ENVIRONMENT_TYPE constant in wp-config.php
we can do things like enable certain styles only when the site is
running locally.

The way this works is the header file looks for the constant and adds a class of
.env-{WP_ENVIRONMENT_TYPE} to the body. So if you set the constant to 'development' you'll have
body class="env-development" available to you.

You could also use this CONSTANT to enable certain bits of code in specific environments.

If it's not already included in wp-config.php, add the following:

define( 'WP_ENVIRONMENT_TYPE', 'development' );

/*************************************************/
body[class*=' env-'] .b-site-footer:after {
  position: fixed;
  padding: .25rem .5rem;
  font-size: .75rem;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 99; }

.env-development .b-site-footer:after {
  content: "Env: local / Breakpoint: xsmall"; }

.env-staging .b-site-footer:after {
  content: "Env: staging / Breakpoint: xsmall"; }

/**
 * From Jekyll site
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.group:before, .group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

.hide {
  display: none; }

body {
  font-size: 16px;
  /* 450px / 16px = 28.125em */
  /* 560px / 16px = 35em */
  /* 768px / 16px = 48em */
  /* 896px  / 16px = 56em */
  /* 1224px / 16px = 76.5em */ }
  @media only screen and (min-width: 28.125em) {
    body {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 35em) {
    body {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 48em) {
    body {
      font-size: 1.25rem; } }
  @media only screen and (min-width: 56em) {
    body {
      font-size: 1.3rem; } }
  @media only screen and (min-width: 76.5em) {
    body {
      font-size: 1.4rem; } }

body {
  font-weight: 300;
  font-style: normal;
  word-wrap: break-word; }

h1 {
  padding: 0;
  margin: 0; }

h2 {
  font-weight: 200;
  line-height: 1.8rem; }

h3 {
  font-weight: 200;
  line-height: 1.4rem; }

h4 {
  font-weight: 300;
  line-height: 1rem; }

h5 {
  font-weight: 400;
  line-height: 1rem; }

h6 {
  font-weight: 400;
  line-height: 1rem; }

p {
  margin: 0 0 2rem;
  line-height: 1.5em; }

ol, ul {
  list-style: none;
  padding-left: 0; }

li {
  line-height: 2em; }

em {
  font-style: italic; }

header, footer {
  width: 100%; }

.cookie-notes {
  z-index: 999;
  position: fixed;
  bottom: 0;
  padding: 1.4em 1.4em 1em 1.4em;
  background: rgba(0, 0, 0, 0.8); }
  .cookie-notes p {
    color: #fff;
    margin-bottom: 0;
    font-size: .6em; }
  .cookie-notes button {
    float: right; }

/**
 * Default styles
 * can be overridden by adding a clas to the body e.g. body.style-2
 */
body {
  /**
   * Colours
   */
  --black: #000000;
  --grey1: #333333;
  --grey2: #444444;
  --grey3: #666666;
  --white: #ffffff;
  --colour1: rgba(109, 138, 130, 1.0);
  --colour1b: rgba(109, 138, 130, 0.8);
  --colour1c: rgba(109, 138, 130, 0.4);
  --colour2: rgba(122, 190, 170, .5);
  --colour2b: rgba(122, 190, 170, .3);
  --colour3: rgba(70, 114, 101, 1);
  --colour3b: rgba(70, 114, 101, .5);
  --colour4: #f1e8e1;
  --colour5: #4a403b;
  --colour6: #e7e6e3;
  /**
   * Default type styles
   */
  --font-fam-body: 'Helvetica', Helvetica, Arial, sans-serif;
  --font-fam-headings: 'Cinzel', serif;
  --font-weight-subhead: 300;
  --font-weight-pubmain-p-first: 800;
  --font-col-body: var(--grey2);
  --font-size-h1: 4em;
  --font-size-h2: 2em;
  --font-size-h3: 1.4em;
  --margin-h3: .625em 0 1em;
  --margin-pubmain-p: 1em 0 0 0;
  --margin-pubmain-p-last: 1em 0;
  --padding-h3: 1em 0 0 0;
  --link-colour: var(--grey1);
  --link-colour-hover: var(--black);
  --link-colour-visited: var(--grey1);
  --link-colour-active: var(--grey3);
  /**
   * Image styles
   */
  --image-width-slides: 100%;
  /**
   * Form elements
   */
  /**
   * Header
   */
  --background-header: var(--colour1b);
  --margin-header: 0;
  --padding-header-pub: 3em 1em 2em;
  --text-align-header: center;
  /**
   * Pub address
   */
  --background-pub-address: var(--colour1);
  --colour-pub-address: var(--white);
  --text-align-pub-address: center;
  --padding-pub-address: 2em;
  --flex-basis-findus: 25%;
  --color-link-pub-address: var(--white);
  --background-link-pub-address: var(--colour3);
  --background-link-pub-address-hover: var(--colour2);
  --padding-link-pub-address: .625em;
  --text-decoration-link-pub-address: none;
  --text-decoration-link-pub-address-hover: underline;
  /**
   * Pub details
   */
  --background-pub-details: var(--colour6);
  /**
   * Pub social
   */
  --background-pub-social: var(--colour1c);
  --padding-pub-social: 0;
  --margin-pub-social: 2em 0 0 0;
  --text-align-pub-social: center;
  --display-pub-social: flex;
  --justify-content-pub-social: space-evenly;
  --padding-link-pub-social: .625em;
  --margin-link-pub-social: .625em;
  --text-decoration-link-pub-social: none;
  --text-decoration-link-pub-social-hover: underline;
  --color-link-pub-social: var(--white);
  --background-link-pub-social: var(--colour3b);
  --background-link-pub-social-hover: var(--colour2b);
  /**
   * Footer
   */
  --background-footer: var(--colour5);
  --color-footer: var(--colour4);
  --padding-footer: 2em;
  --text-align-footer: center;
  --color-link-footer: var(--colour4);
  --color-link-footer-hover: var(--white);
  --text-decoration-link-footer: none;
  --text-decoration-link-footer-hover: underline;
  --padding-footer: 0em 1em 2em;
  --padding-footer-col: 0 2em;
  --text-size-footer: .8em;
  /**
   *
   */ }
  body .pub-archive-list {
    max-width: 85%;
    margin: auto; }

body.style-1 .container {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  /* 450px / 16px = 28.125em */
  /* 560px / 16px = 35em */
  /* 768px / 16px = 48em */
  /* 896px  / 16px = 56em */
  /* 1224px / 16px = 76.5em */ }
  @media only screen and (min-width: 28.125em) {
    body.style-1 .container {
      max-width: 96%; } }
  @media only screen and (min-width: 35em) {
    body.style-1 .container {
      max-width: 90%; } }
  @media only screen and (min-width: 48em) {
    body.style-1 .container {
      max-width: 85%; } }

body.style-2 {
  /**
   * Colours
   */
  --colour1: rgba(109, 116, 138, 1.0);
  --colour1b: rgba(109, 116, 138, 0.8);
  --colour2: #353951;
  --colour3: rgba(79, 105, 183, 0.5);
  --colour4: #f1e8e1;
  --colour5: #e4e7e8;
  /**
   * Pub details
   */
  --background-pub-details: var(--colour5);
  /**
   * Pub address
   */
  --flex-basis-findus: 50%;
  --background-link-pub-address: var(--colour2);
  /**
   * Pub social
   */
  --margin-pub-social: 0 0 2em 0;
  --background-pub-social: var(--colour1);
  --background-link-pub-social: var(--colour2);
  /**
   * Footer
   */
  --background-footer: var(--colour2); }
  body.style-2 .pub_details,
  body.style-2 .pub_social {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    /* 450px / 16px = 28.125em */
    /* 560px / 16px = 35em */
    /* 768px / 16px = 48em */
    /* 896px  / 16px = 56em */
    /* 1224px / 16px = 76.5em */ }
    @media only screen and (min-width: 28.125em) {
      body.style-2 .pub_details,
      body.style-2 .pub_social {
        max-width: 96%; } }
    @media only screen and (min-width: 35em) {
      body.style-2 .pub_details,
      body.style-2 .pub_social {
        max-width: 90%; } }
    @media only screen and (min-width: 48em) {
      body.style-2 .pub_details,
      body.style-2 .pub_social {
        max-width: 85%; } }

/**
 * Probably don't edit much below here
 * Changes to property values should be made above
 */
body {
  font-family: var(--font-fam-body);
  color: var(--font-col-body); }
  body a:link {
    color: var(--link-colour); }
  body a:hover {
    color: var(--link-colour-hover); }
  body a:visited {
    color: var(--link-colour-visited); }
  body a:active {
    color: var(--link-colour-active); }
  body h1 {
    font-family: var(--font-fam-headings);
    font-size: var(--font-size-h1); }
  body h2 {
    font-family: var(--font-fam-headings);
    font-size: var(--font-size-h2); }
  body h3 {
    font-family: var(--font-fam-headings);
    font-size: var(--font-size-h3);
    margin: var(--margin-h3);
    padding: var(--padding-h3); }
  body header {
    background: var(--background-header);
    margin: var(--margin-header); }
  body header.pub_header {
    padding: var(--padding-header-pub); }
  body header.pub_header h1 {
    font-family: var(--font-fam-headings);
    font-size: var(--font-size-h2);
    text-align: var(--text-align-header);
    /* 768px / 16px = 48em */
    /* 896px  / 16px = 56em */
    /* 1224px / 16px = 76.5em */ }
    @media only screen and (min-width: 48em) {
      body header.pub_header h1 {
        font-size: 3em; } }
    @media only screen and (min-width: 56em) {
      body header.pub_header h1 {
        font-size: 3.5em; } }
    @media only screen and (min-width: 76.5em) {
      body header.pub_header h1 {
        font-size: 4em; } }
  body header.pub_header p.subhead {
    font-weight: var(--font-weight-subhead);
    text-align: var(--text-align-header);
    margin-bottom: 0; }
  body .pub_carousel .flexslider .slides img {
    width: var(--image-width-slides); }
  body .pub_details {
    background: var(--background-pub-details);
    padding: 2em;
    /* 1224px / 16px = 76.5em */ }
    @media only screen and (min-width: 76.5em) {
      body .pub_details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  body .pub_main {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    /* 1224px / 16px = 76.5em */ }
    @media only screen and (min-width: 76.5em) {
      body .pub_main {
        padding-right: 4em; } }
  body .pub_main p {
    margin: var(--margin-pubmain-p); }
  body .pub_main p a img {
    line-height: -1px; }
  body .pub_main p:first-child {
    font-weight: var(--font-weight-pubmain-p-first); }
  body .pub_main p:last-child {
    margin: var(--margin-pubmain-p-last); }
  body .pub_findus {
    background: var(--background-pub-address);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: var(--flex-basis-findus);
    -ms-flex-preferred-size: var(--flex-basis-findus);
    flex-basis: var(--flex-basis-findus);
    padding: var(--padding-pub-address);
    color: var(--colour-pub-address);
    text-align: var(--text-align-pub-address); }
  body .pub_address a,
  body .pub_address a:visited {
    color: var(--color-link-pub-address);
    -webkit-text-decoration: var(--text-decoration-link-pub-address);
    text-decoration: var(--text-decoration-link-pub-address);
    padding: var(--padding-link-pub-address);
    background: var(--background-link-pub-address); }
  body .pub_address a:hover,
  body .pub_address a:active {
    -webkit-text-decoration: var(--text-decoration-link-pub-address-hover);
    text-decoration: var(--text-decoration-link-pub-address-hover);
    background: var(--background-link-pub-address-hover); }
  body .addresslines {
    border-bottom: 1px solid var(--background-pub-address);
    padding-bottom: 1em; }
  body .pub_social {
    background: var(--background-pub-social);
    padding: var(--padding-pub-social);
    margin: var(--margin-pub-social);
    text-align: var(--text-align-pub-social);
    display: var(--display-pub-social);
    -webkit-box-pack: var(--justify-content-pub-social);
    -webkit-justify-content: var(--justify-content-pub-social);
    -ms-flex-pack: var(--justify-content-pub-social);
    justify-content: var(--justify-content-pub-social); }
  body .pub_social a:link,
  body .pub_social a:visited {
    display: inline-block;
    color: var(--color-link-pub-social);
    -webkit-text-decoration: var(--text-decoration-link-pub-social);
    text-decoration: var(--text-decoration-link-pub-social);
    padding: var(--padding-link-pub-social);
    background: var(--background-link-pub-social);
    margin: var(--margin-link-pub-social); }
  body .pub_social a:hover,
  body .pub_social a:active {
    -webkit-text-decoration: var(--text-decoration-link-pub-social-hover);
    text-decoration: var(--text-decoration-link-pub-social-hover);
    background: var(--background-link-pub-social-hover); }
  body footer {
    background: var(--background-footer);
    color: var(--color-footer);
    padding: var(--padding-footer);
    text-align: var(--text-align-footer); }
  body footer a:link,
  body footer a:visited {
    color: var(--color-link-footer);
    -webkit-text-decoration: var(--text-decoration-link-footer);
    text-decoration: var(--text-decoration-link-footer); }
  body footer a:hover,
  body footer a:active {
    color: var(--color-link-footer-hover);
    -webkit-text-decoration: var(--text-decoration-link-footer-hover);
    text-decoration: var(--text-decoration-link-footer-hover); }
  body footer small {
    font-size: var(--text-size-footer); }
  body footer .footercontent {
    padding: var(--padding-footer);
    /* 1224px / 16px = 76.5em */ }
    @media only screen and (min-width: 76.5em) {
      body footer .footercontent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  body footer .footercontent p {
    font-size: var(--text-size-footer); }
  body footer .footercontent .footcol {
    padding: var(--padding-footer-col); }

/**
 * Global
 */
/**
 * Elements
 */
.single-cx_pub table {
  width: 100%; }

.single-cx_pub th {
  font-weight: bold;
  text-align: left; }

.single-cx_pub td {
  text-align: left; }

/**
 * Gutenberg blocks
 */
/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  border: none;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

body.home,
body.post-type-archive-cx_pub {
  background: var(--grey2);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pub-card {
  background: var(--white);
  padding: 1em;
  margin: 1em;
  border: 1px solid var(--grey3);
  max-width: 18em;
  float: left; }
  .pub-card header {
    background-color: transparent; }
    .pub-card header > .outlet {
      background-color: var(--grey1);
      color: var(--white);
      margin-bottom: 0;
      padding: .25rem;
      display: inline-block; }
    .pub-card header > .templatefile {
      width: 100%;
      background-color: var(--grey1);
      color: var(--white);
      margin-bottom: 0;
      padding: .25rem;
      display: block; }
    .pub-card header .highlight {
      color: yellow; }
    .pub-card header .divider {
      padding: 0 .5em; }
  .pub-card h2 {
    margin: 0 0 .25em 0;
    line-height: 1;
    font-size: 1.75rem; }
  .pub-card p {
    font-size: 1rem;
    margin-bottom: 1em; }
  .pub-card figure {
    max-width: 100%;
    height: 10em;
    overflow-y: hidden;
    padding: 0;
    margin: 1em 0; }
    .pub-card figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.pub-card-footer a:hover,
.pub-card-footer a:active {
  text-decoration: none; }

.last-updated {
  display: block;
  padding: .25em;
  background-color: var(--grey3);
  color: var(--white); }

.zoomer-container {
  max-height: 70vh;
  overflow: hidden; }

/**
 * Templates
 */

/*# sourceMappingURL=style.css.map */
