/*****
  Import the things that dont output anything
*****/
:root {
  --vh-offset: 0px;
}

/*****
  Now import the things that do output stuff
*****/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #000000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#media-queries:before {
  content: '("mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "larger_tablet": 1100px, "smaller_desktop": 1200px, "small_desktop": 1300px, "desktop": 1400px, "huge": 1800px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

[data-href] {
  cursor: pointer;
}

/*****
  Generic styles used site-wide
*****/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #FAF9F7;
}

html[data-nav-state="open"],
html[data-nav-state="open"] body {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.padded-wrapper {
  width: 100%;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1399px) {
  .padded-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

@media (min-width: 1400px) {
  .padded-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/*--------------------------------------------------------------
##  Policy styling
--------------------------------------------------------------*/
.default-page-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  border: none;
  margin: 2em 0;
  border: 1px solid #d9d9d9;
  text-align: left;
}

.default-page-wrapper table td {
  border: none;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.default-page-wrapper table tr:first-of-type td {
  font-weight: 400;
}

.default-page-wrapper table tr:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.05);
}

.default-page-wrapper table tr:nth-of-type(1) {
  background: rgba(0, 0, 0, 0.15);
}

.default-page-wrapper table tr:nth-of-type(1) td {
  font-weight: 600;
}

.default-page-wrapper a {
  color: inherit;
  text-decoration: underline;
}

.default-page-wrapper a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
##  Cookie consent
--------------------------------------------------------------*/
.cc-window {
  background: #e6e6e6;
  color: #000;
  overflow: visible;
  width: calc(100% - 40px);
  max-width: none;
  bottom: 0;
  padding: 15px;
  position: fixed;
  bottom: 20px;
  z-index: 550;
  max-width: 400px;
  left: 20px;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.cc-message {
  display: block;
  float: left;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 10px;
}

.cc-btn {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  border: 2px solid #2a2d32;
  padding: 13px 15px 11px;
  display: inline-block;
  min-width: 166px;
  text-align: center;
  color: #ffffff;
  background: #2a2d32;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

.cc-btn:hover {
  background: rgba(208, 46, 66, 0);
  color: #2a2d32;
}

.cc-link {
  color: #000;
  text-decoration: underline;
}

.cc-link:hover {
  text-decoration: none;
}

.cc-compliance {
  float: right;
  width: 100%;
}

@media all and (min-width: 600px) {
  .cc-window {
    padding: 20px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: left;
  }
  .cc-compliance {
    float: right;
    width: auto;
  }
  .cc-btn {
    width: 190px;
    padding: 10px;
    display: inline;
    width: auto;
    font-size: 13px;
  }
  .cc-message {
    margin-bottom: 0px;
    width: calc(100% - 85px);
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.site-header .padded-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 20;
}

/*
.site-header.has-bg-colour.bg-color-blue {
  background: #1BA4AF;
}

.site-header.has-bg-colour.bg-color-red {
  background: #AA1C66;
}

.site-header.has-bg-colour.bg-color-green {
  background: #BED158;
}
*/

.site-header.has-bg-colour .site-header-logo svg {
  fill: #ffffff;
}

.site-header.has-bg-colour .site-header-nav > ul > li > a {
  color: #ffffff;
}

.site-header.has-bg-colour .site-header-menu-toggle,
.site-header.has-bg-colour .site-header-search-button {
  background: #ffffff;
}

.site-header.has-bg-colour .site-header-menu-toggle svg,
.site-header.has-bg-colour .site-header-search-button svg {
  fill: #202020;
}

.site-header.no-bg-colour .site-header-logo svg {
  fill: #202020;
}

.site-header.no-bg-colour .site-header-nav > ul > li > a {
  color: #202020;
}

.site-header.no-bg-colour .site-header-menu-toggle,
.site-header.no-bg-colour .site-header-search-button {
  background: #EAE8E3;
}

.site-header.no-bg-colour .site-header-menu-toggle svg,
.site-header.no-bg-colour .site-header-search-button svg {
  fill: #202020;
}

.site-header-nav {
  margin-left: auto;
}

.site-header-nav .menu-item-home {
  display: none;
}

.site-header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header-nav a {
  font-weight: 500;
  position: relative;
}

.site-mobile-nav a .line,
.site-header-nav a .line {
  position: absolute;
  background: #FF5A51;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 5;
}

.site-mobile-nav .menu a {
	 position: relative;
}

.site-mobile-nav a .line {
	bottom: 2px;
	left: -2px;
	right: -2px;
	top: 30px;
	height: 10px;
}

.site-mobile-nav .sub-menu a .line {
	top: 22px;
}

@media all and (max-width: 500px) {
	.site-mobile-nav a .line {
		top: 24px;
	}
	.site-mobile-nav .sub-menu a .line {
		top: 17px;
	}	
}

.site-mobile-nav a .text,
.site-header-nav a .text {
  position: relative;
  z-index: 10;
}

.site-header-nav > ul > li {
  display: inline-block;
  position: relative;
}

.site-header-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.25));
}

.site-header-nav .sub-menu:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 16px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 0 10px 11px 10px;
  border-color: transparent transparent #EFEDE9 transparent;
}

.site-header-nav .sub-menu:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: #EFEDE9;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.site-header-nav .sub-menu li {
  background: #EFEDE9;
}

.site-header-nav .sub-menu a {
  font-size: 16px;
  line-height: 2;
  white-space: nowrap;
}

.site-header-nav li:hover .sub-menu {
  display: block;
}

.site-mobile-nav li:hover > a .line,
.site-mobile-nav li.current-menu-item > a .line,
.site-mobile-nav li.current_page_ancestor > a .line,
.site-mobile-nav li.current_page_item > a .line,
.site-header-nav li:hover > a .line,
.site-header-nav li.current-menu-item > a .line,
.site-header-nav li.current_page_ancestor > a .line,
.site-header-nav li.current_page_item > a .line {
  opacity: 1;
}

.site-header-search-button {
  display: block;
  border: 0;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}

.site-header-search-button:hover {
	opacity: 0.5;
}

.site-header-search-button:focus {
  outline: 0;
}

.site-header-search-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
}

.site-header-menu-toggle,
.site-mobile-nav {
  display: none;
}

@media (max-width: 899px) {
  .site-header {
    padding-top: 40px;
  }
}

@media (max-width: 899px) and (max-width: 499px) {
  .site-header {
    padding-top: 25px;
  }
}

.site-header-logo:hover {
	opacity: 0.5;
}

@media (max-width: 899px) {
  .site-header-logo {
    width: 114px;
    height: 83px;
    margin-right: auto;
    position: relative;
    z-index: 100;
  }
  .site-header-logo svg {
    width: 114px;
    height: 83px;
    transition: fill 0.3s ease;
  }
}

@media (max-width: 899px) and (max-width: 499px) {
  .site-header-logo {
    width: 90px;
    height: 66px;
  }
  .site-header-logo svg {
    width: 90px;
    height: 66px;
  }
}

@media (max-width: 899px) {
  .site-header-nav {
    display: none;
  }
  .site-mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #1BA4AF;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
  body.use-ios-offset .site-mobile-nav {
    height: calc(100vh - var(--vh-offset));
  }
  .site-mobile-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: #1BA4AF;
    z-index: 10;
  }
}

@media (max-width: 899px) and (max-width: 499px) {
  .site-mobile-nav:before {
    height: 120px;
  }
}

@media (max-width: 899px) {
  .site-mobile-nav .site-mobile-nav-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 50px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  html[data-nav-state="open"] .site-mobile-nav {
    transform: translateX(0);
  }
  .site-mobile-nav .menu {
    padding: 0;
    list-style: none;
  }
  .site-mobile-nav .menu a {
    font-size: 26px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 500;
  }
}

@media (max-width: 899px) and (max-width: 499px) {
  .site-mobile-nav .menu a {
    font-size: 21px;
  }
}

@media (max-width: 899px) {
  .site-mobile-nav .menu {
    margin: 163px 6vw 0;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
  }
}

@media (max-width: 899px) and (max-width: 499px) {
  .site-mobile-nav .menu {
    margin: 130px 6vw 0;
  }
}

@media (max-width: 899px) {
  .site-mobile-nav .menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }
  .site-mobile-nav .menu > li.menu-item-has-children {
    position: relative;
  }
  .site-mobile-nav .menu > li.menu-item-has-children:before, .site-mobile-nav .menu > li.menu-item-has-children:after {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
    top: 28px;
    right: 18px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
    z-index: 10;
  }
}

@media (max-width: 899px) and (max-width: 499px) {
  .site-mobile-nav .menu > li.menu-item-has-children:before, .site-mobile-nav .menu > li.menu-item-has-children:after {
    top: 22px;
    right: 8px;
    z-index: 10;
  }
}

@media (max-width: 899px) {
  .site-mobile-nav .menu > li.menu-item-has-children:before, .site-mobile-nav .menu > li.menu-item-has-children:after {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    margin-left: -6px;
    z-index: 10;
  }
  .site-mobile-nav .menu > li.menu-item-has-children:after {
    transform: rotate(90deg);
  }
  .site-mobile-nav .menu > li.menu-item-has-children.active:before {
    transform: rotate(45deg);
  }
  .site-mobile-nav .menu > li.menu-item-has-children.active:after {
    transform: rotate(135deg);
  }
  .site-mobile-nav .menu > li > a {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media (max-width: 899px) and (max-width: 499px) {
  .site-mobile-nav .menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 899px) {
  .site-mobile-nav .sub-menu {
    display: none;
    margin-left: 24px;
    list-style: none;
    padding: 0;
  }
  .site-mobile-nav .sub-menu li a {
    display: block;
    padding: 6px 0;
    font-size: 23px;
  }
}

@media (max-width: 899px) and (max-width: 499px) {
  .site-mobile-nav .sub-menu li a {
    font-size: 20px;
    padding: 2px 0;
  }
}

@media (max-width: 899px) {
  .site-mobile-nav .sub-menu li + li {
    margin-top: 5px;
  }
  .site-mobile-nav .sub-menu li:last-child {
    padding-bottom: 19px;
  }
  .site-header-search-button {
    width: 39px;
    height: 39px;
  }
  .site-header-search-button svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
  }
  .site-header-menu-toggle {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-left: 19px;
    position: relative;
  }
  .site-header-menu-toggle:focus {
    outline: 0;
  }
  .site-header-menu-toggle .hamburger-box {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .site-header-search-button,
  .site-header-menu-toggle {
    transition: background 0.3s ease;
  }
  html[data-nav-state="open"] .site-header-search-button,
  html[data-nav-state="open"] .site-header-menu-toggle {
    background: #ffffff !important;
  }
  html[data-nav-state="open"] .site-header-logo svg {
    fill: #ffffff !important;
  }
  .site-mobile-nav-social {
    margin: 40px 6vw 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .site-mobile-nav-social li + li {
    margin-left: 20px;
  }
  .site-mobile-nav-social a {
    display: block;
  }
  .site-mobile-nav-social a:hover {
    opacity: 0.5;
  }
  .site-mobile-nav-social svg {
    display: block;
    fill: #ffffff;
  }
  .site-mobile-nav-social svg[data-icon="twitter"] {
    width: 21px;
    height: 17px;
  }
  .site-mobile-nav-social svg[data-icon="youtube"] {
    width: 20px;
    height: 24px;
  }
  .site-mobile-nav-social svg[data-icon="facebook"] {
    width: 9px;
    height: 21px;
  }
  .site-mobile-nav-social svg[data-icon="linkedin"] {
    width: 21px;
    height: 21px;
  }
  .site-mobile-nav-nav {
    margin: 21px 6vw 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #ffffff;
  }
}

@media (max-width: 899px) and (max-width: 599px) {
  .site-mobile-nav-nav {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .site-mobile-nav-nav li + li {
    margin-top: 5px;
  }
}

@media (max-width: 899px) and (min-width: 600px) {
  .site-mobile-nav-nav li + li:before {
    content: '|';
    display: inline-block;
    margin-left: 6px;
    margin-right: 8px;
  }
}

.site-mobile-nav-nav a:hover {
	text-decoration: none;
}

@media (max-width: 899px) {
  .site-mobile-nav-nav a {
    text-decoration: underline;
  }
  .site-mobile-nav-small {
    font-size: 14px;
    line-height: 1.45;
    display: block;
    width: 100%;
    margin: 11px 0 0;
    padding: 0 6vw;
    color: #ffffff;
  }
  .site-mobile-nav-copy {
    margin-top: 18px;
    margin-left: 6vw;
  }
  .site-mobile-nav-copy svg[data-icon="cc"] {
    width: 65px;
    height: 29px;
    fill: #ffffff;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .site-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header-logo {
    width: 94px;
    height: 69px;
  }
  .site-header-logo svg {
    width: 94px;
    height: 69px;
  }
  .site-header-nav {
    margin-right: 30px;
  }
  .site-header-nav > ul > li > a {
    font-size: 15px;
  }
  .site-mobile-nav a .line,
  .site-header-nav a .line {
    bottom: 2px;
    left: -2px;
    right: -2px;
    top: 55%;
  }
  .site-header-nav > ul > li {
    margin-left: 13px;
  }
  .site-header-nav .sub-menu {
    padding-top: 15px;
    left: -12px;
    min-width: 143px;
  }
  .site-header-nav .sub-menu li {
    padding: 0 15px 0 15px;
  }
  .site-header-nav .sub-menu li a {
    font-size: 15px;
  }
  .site-header-nav .sub-menu li:first-child {
    padding-top: 8px;
  }
  .site-header-nav .sub-menu li:last-child {
    padding-bottom: 2px;
  }
  .site-header-search-button {
    width: 39px;
    height: 39px;
  }
  .site-header-search-button svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
  }
}

@media (min-width: 1100px) {
  .site-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-header-logo {
    width: 114px;
    height: 83px;
  }
  .site-header-logo svg {
    width: 114px;
    height: 83px;
  }
  .site-header-nav {
    margin-right: 30px;
  }
  .site-mobile-nav a .line,
  .site-header-nav a .line {
    bottom: 2px;
    left: -2px;
    right: -2px;
    top: 55%;
  }
  .site-header-nav > ul > li {
    margin-left: 23px;
  }
  .site-header-nav .sub-menu {
    padding-top: 15px;
    left: -12px;
    min-width: 143px;
  }
  .site-header-nav .sub-menu li {
    padding: 0 15px 0 15px;
  }
  .site-header-nav .sub-menu li:first-child {
    padding-top: 8px;
  }
  .site-header-nav .sub-menu li:last-child {
    padding-bottom: 10px;
  }
  .site-header-search-button {
    width: 39px;
    height: 39px;
  }
  .site-header-search-button svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
  }
}

.site-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(32, 32, 32, 0.96);
  display: -ms-flexbox;
  display: flex;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.01s ease 0.41s, opacity 0.4s ease;
}

.site-search .padded-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.site-search .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

html[data-search-state="open"] .site-search {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.01s ease, opacity 0.4s ease 0.01s;
}

.site-search form {
  border-bottom: 1px solid #979797;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.site-search form input[name="s"] {
  font-family: 'Fira Sans', sans-serif;
  background: transparent;
  border: 0;
  color: #ffffff;
  -ms-flex-positive: 2;
      flex-grow: 2;
}

.site-search form input[name="s"]:focus {
  outline: 0;
}

.site-search form input[name="s"]:-ms-input-placeholder {
  color: #ffffff;
}

.site-search form input[name="s"]::placeholder {
  color: #ffffff;
}

.site-search form input[name="s"]:-webkit-autofill, .site-search form input[name="s"]:-webkit-autofill:hover, .site-search form input[name="s"]:-webkit-autofill:focus {
  -webkit-text-fill-color: #FAD150;
  -webkit-box-shadow: 0 0 0px 1000px #202020 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.site-search-close {
  display: block;
  width: 39px;
  height: 39px;
  background: #ffffff;
  border: 0;
  border-radius: 100px;
  position: absolute;
  top: 51px;
  right: 0;
  transform: rotate(45deg);
  cursor: pointer;
}

.site-search-close:focus {
  outline: 0;
}

.site-search-close:before, .site-search-close:after {
  content: '';
  width: 18px;
  height: 2px;
  background: #202020;
  position: absolute;
  top: 50%;
  left: 50%;
}

.site-search-close:before {
  transform: translateX(-50%) translateY(-50%);
}

.site-search-close:after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

@media (max-width: 599px) {
  .site-search form input[name="s"] {
    font-size: 20px;
    padding: 17px 0;
  }
  .site-search form button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 600px) {
  .site-search form input[name="s"] {
    font-size: 40px;
    padding: 17px 0;
  }
}

.site-footer-inner {
  text-align: center;
  max-width: 954px;
  margin: 0 auto;
}

.site-footer-header {
  line-height: 1.45;
  margin: 0 auto;
}

.site-footer-form p {
  line-height: 1.2;
  color: rgba(32, 32, 32, 0.47);
}

.site-footer-form p a {
  text-decoration: underline;
}

.site-footer-form p a:hover {
  color: #202020;
  text-decoration: none;
}

.site-footer-social {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
}

.site-footer-social a {
  display: block;
}

.site-footer-social a:hover {
	opacity: 0.5;
}

.site-footer-social svg {
  display: block;
  fill: #202020;
}

.site-footer-social svg[data-icon="twitter"] {
  width: 21px;
  height: 17px;
}

.site-footer-social svg[data-icon="youtube"] {
  width: 20px;
  height: 24px;
}

.site-footer-social svg[data-icon="facebook"] {
  width: 9px;
  height: 21px;
}

.site-footer-social svg[data-icon="linkedin"] {
  width: 21px;
  height: 21px;
}

.site-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
}

.site-footer-nav a {
  text-decoration: underline;
}

.site-footer-nav a:hover {
	text-decoration: none;
}

.site-footer-small {
  line-height: 1.45;
  display: block;
  width: 100%;
}

.site-footer-copy svg[data-icon="cc"] {
  width: 65px;
  height: 29px;
  fill: #202020;
}

.hub-spot-footer-form .actions {
	margin-bottom: 0px !important;
    padding: 0 !important;
}

@media (max-width: 799px) {
  .site-footer {
    margin-top: 58px;
    padding-bottom: 50px;
  }
  .site-footer-inner {
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    padding-top: 67px;
  }
  .site-footer-header {
    font-size: 22px;
    max-width: 670px;
  }
  .hub-spot-footer-form,
  .site-footer-form {
    max-width: 540px;
    margin: 17px auto 0;
  }
  .site-footer-form p {
    margin: 16px 0 0 0;
    font-size: 13px;
  }
  .site-footer-social {
    margin: 45px 0 10px;
  }
  .site-footer-social li + li {
    margin-left: 20px;
  }
  .site-footer-nav {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .site-footer-nav li + li {
    margin-top: 5px;
  }
  .site-footer-small {
    font-size: 12px;
    max-width: 360px;
    margin: 7px auto 0;
  }
  .site-footer-copy {
    margin-top: 12px;
  }
}

@media (min-width: 800px) {
  .site-footer {
    margin-top: 58px;
    padding-bottom: 65px;
  }
  .site-footer-inner {
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    padding-top: 67px;
  }
  .site-footer-header {
    font-size: 27px;
    max-width: 670px;
  }
  .hub-spot-footer-form,
  .site-footer-form {
    max-width: 540px;
    margin: 17px auto 0;
  }
  .site-footer-form p {
    margin: 16px 0 0 0;
    font-size: 13px;
  }
  .site-footer-social {
    margin: 45px 0 10px;
  }
  .site-footer-social li + li {
    margin-left: 20px;
  }
  .site-footer-nav {
    font-size: 12px;
  }
  .site-footer-nav li + li:before {
    content: '|';
    display: inline-block;
    margin-left: 6px;
    margin-right: 8px;
  }
  .site-footer-small {
    font-size: 12px;
    max-width: 360px;
    margin: 7px auto 0;
  }
  .site-footer-copy {
    margin-top: 12px;
  }
}

.load-more-wrapper {
  text-align: center;
}

@media (max-width: 599px) {
  .load-more-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .load-more-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 900px) and (max-width: 999px) {
  .load-more-wrapper {
    margin-top: 102px;
    margin-bottom: 102px;
  }
}

@media (min-width: 1000px) {
  .load-more-wrapper {
    margin-top: 122px;
    margin-bottom: 122px;
  }
}

.load-more-wrapper .button, .load-more-wrapper .button-orange, .load-more-wrapper .newsletter-item-form form button, .newsletter-item-form form .load-more-wrapper button,
.load-more-wrapper .newsletter-item-form form input[type="submit"], .newsletter-item-form form .load-more-wrapper input[type="submit"] {
  background: none;
}

.load-more-wrapper .js-load-more svg {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.load-more-wrapper .js-load-more.loading svg {
  display: block;
}

.blockquote {
  margin: 0;
  padding: 0;
}

[data-accordion-item] {
  border-bottom: 1px solid rgba(32, 32, 32, 0.18);
  padding-bottom: 15px;
}

[data-accordion-item-toggle] {
  position: relative;
  padding-right: 60px;
  cursor: pointer;
}

[data-accordion-item-toggle] p {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  position: relative;
  margin: 0;
  padding-top: 15px;
}

[data-accordion-item-toggle-icon] {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 21px;
  right: 4px;
}

[data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
  content: '';
  display: block;
  background: #76890D;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
}

[data-accordion-item-toggle-icon]:after {
  transform: rotate(90deg);
}

[data-accordion-item="open"] [data-accordion-item-toggle-icon]:after {
  transform: rotate(180deg);
  opacity: 0;
}

[data-accordion-item-content] {
  display: none;
  padding-right: 50px;
}

[data-accordion-item-content] > *:first-child {
  padding-top: 14px;
}

[data-accordion-item-content] > *:last-child {
  padding-bottom: 10px;
}

[data-accordion-item-content] li,
[data-accordion-item-content] p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

.ajax-window {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transform: scale(0.95);
  left: 100vw;
  transition: transform 0.5s ease, opacity 0.5s ease, left 0.5s ease 0.55s;
  z-index: 500;
  opacity: 0;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}

.ajax-window.show {
  transform: scale(1);
  opacity: 1;
  left: 0;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s, left 0.05s ease;
}

.ajax-window .ajax-window-content {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.ajax-window.temp-hide .ajax-window-content {
  opacity: 0;
}

.ajax-window-close {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #000000;
  transition: color 0.15s ease;
  position: absolute;
  top: 32px;
  right: 31px;
  z-index: 520;
}

.ajax-window-close:hover {
  color: red;
}

.ajax-window-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 0;
  z-index: 510;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.ajax-window-content > *:first-child {
  margin-top: auto;
  margin-bottom: auto;
}

.page-header {
  position: relative;
}

.page-header .padded-wrapper {
  position: relative;
}

.page-header.has-inset-image .padded-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1186px;
}

.page-header.has-inset-image .page-header-text {
  position: relative;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

.page-header.has-inset-image .page-header-text h1.huge {
  margin-bottom: 0.1em;
}

.page-header.has-inset-image .page-header-inset-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.12);
}

.page-header.has-inset-image .page-header-inset-image:after {
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	content: "";
	opacity: 0;
}

.page-header.has-inset-image .page-header-inset-image:hover:after {
	opacity: 1;
}

.page-header.has-inset-image .page-header-inset-image:before {
  content: '';
  display: block;
  width: 100%;
}

.page-header .page-header-excerpt {
  width: 100%;
  margin: 0;
}

.page-header .page-header-excerpt a {
  text-decoration: underline;
}

.page-header.align-left h1.huge {
  margin-left: 0;
}

.page-header.align-center {
  text-align: center;
}

.page-header.align-center h1.huge {
  width: 100%;
}

.page-header.align-center .page-header-excerpt {
  margin-left: auto;
  margin-right: auto;
}

.page-header.stylised-no h1.size-normal {
  margin-left: auto;
  margin-right: auto;
}

.page-header.stylised-no .page-header-excerpt {
  margin-top: 0.6em;
}

.page-header.stylised-yes {
  color: #ffffff;
}

.page-header.stylised-yes:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3.5vw;
  background: #FAF9F7;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.page-header.stylised-yes h1.huge.styled.size-medium {
  line-height: 1.3;
}

.page-header-image {
  background-size: cover;
  background-position: center center;
  filter: saturate(0);
}

.page-header-image.image-color-black {
  filter: saturate(1);
}

.page-header-image.image-color-grey {
  opacity: 0.09;
}

.page-header-image,
.page-header-color,
.page-header-grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-header-color,
.page-header-grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-header.image-color-grey {
  background: #353535;
}

.page-header-color.image-color-blue {
  background: rgba(27, 164, 175, 0.69);
}

.page-header-color.image-color-lightblue {
  background: rgba(97, 156, 209, 0.69);
}

.page-header-color.image-color-red {
  background: rgba(170, 28, 102, 0.69);
}

.page-header-color.image-color-green {
  background: rgba(190, 209, 88, 0.69);
}

.page-header-color.image-color-black {
  background: rgba(0, 0, 0, 0.54);
}

.page-header-color.color-lightblue {
  background: #619CD1;
}

.page-header-color.color-blue {
  background: #1BA4AF;
}

.page-header-color.color-red {
  background: #AA1C66;
}

.page-header-color.color-green {
  background: #BED158;
}

.page-header-color.color-black {
  background: #000000;
}

.page-header-grad.image-color-lightblue {
  background-image: linear-gradient(0deg, rgba(97, 156, 209, 0) 14%, rgba(97, 156, 209, 0.6) 62%);
}

.page-header-grad.image-color-blue {
  background-image: linear-gradient(0deg, rgba(27, 164, 175, 0) 14%, rgba(27, 164, 175, 0.6) 62%);
}

.page-header-grad.image-color-red {
  background-image: linear-gradient(0deg, rgba(170, 28, 102, 0) 14%, rgba(170, 28, 102, 0.6) 62%);
}

.page-header-grad.image-color-green {
  background-image: linear-gradient(0deg, rgba(190, 209, 88, 0) 14%, rgba(190, 209, 88, 0.6) 62%);
}

.page-header-grad.image-color-black {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}

@media (max-width: 799px) {
  .page-header.has-inset-image .padded-wrapper {
    margin-bottom: -70px;
  }
  .page-header.has-inset-image .page-header-text {
    width: 45%;
  }
  .page-header.has-inset-image .page-header-inset-image {
    width: calc(55% + 90px);
    margin-left: -90px;
  }
  .page-header.has-inset-image .page-header-inset-image:before {
    padding-bottom: 60%;
  }
  .page-header .page-header-excerpt {
    max-width: 560px;
    font-size: 20px;
    line-height: 1.25;
  }
  .page-header.align-left h1.huge {
    max-width: 860px;
  }
  .page-header.align-center h1.huge {
    margin: 20px auto;
    max-width: 960px;
  }
  .page-header.stylised-no {
    padding-top: 160px;
    padding-bottom: 20px;
  }
  .page-header.stylised-no h1.size-normal {
    font-size: 30px;
    line-height: 36.75px;
    max-width: 920px;
  }
  .page-header.stylised-no .page-header-excerpt.size-smaller {
    max-width: 704px;
    font-size: 22px;
    line-height: 31px;
    margin-top: 1.2em;
  }
  .page-header.stylised-yes:after {
    left: -10vw;
  }
  .page-header.stylised-yes .page-header-text {
    width: 90%;
  }
  .page-header.stylised-yes.height-small {
    padding-top: 146px;
    padding-bottom: 94px;
  }
  .page-header.stylised-yes.height-normal {
    padding-top: 180px;
    padding-bottom: 40px;
  }
  .page-header.stylised-yes.height-medium {
    padding-top: 162px;
    padding-bottom: 60px;
  }
  .page-header.stylised-yes.height-tallish {
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .page-header.stylised-yes.height-home {
    height: 90vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    min-height: 550px;
  }
  .page-header.stylised-yes.height-home .page-header-text {
    padding-top: 20vw;
    max-width: 700px;
  }
  .page-header.stylised-yes.height-tall {
    padding-top: 200px;
    padding-bottom: 150px;
  }
  .page-header.stylised-yes.height-tall.valign-bottom {
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .page-header.stylised-yes h1.huge.styled.size-medium {
    font-size: 50px;
  }
  .page-header.stylised-yes .page-header-excerpt {
    margin-top: 1.36em;
  }
}

@media (min-width: 800px) {
  .page-header.has-inset-image .padded-wrapper {
    margin-bottom: -70px;
  }
  .page-header.has-inset-image .page-header-text {
    width: 45%;
  }
  .page-header.has-inset-image .page-header-inset-image {
    width: calc(55% + 90px);
    margin-left: -90px;
  }
  .page-header.has-inset-image .page-header-inset-image:before {
    padding-bottom: 60%;
  }
  .page-header .page-header-excerpt {
    max-width: 790px;
    font-size: 24px;
    line-height: 30px;
  }
  .page-header.align-left h1.huge {
    max-width: 860px;
  }
  .page-header.align-center h1.huge {
    margin: 20px auto;
    max-width: 960px;
  }
  .page-header.stylised-no {
    padding-top: 187px;
    padding-bottom: 21px;
  }
  .page-header.stylised-no h1.size-normal {
    font-size: 40px;
    line-height: 49px;
    max-width: 920px;
  }
  .page-header.stylised-no .page-header-excerpt.size-smaller {
    max-width: 704px;
    font-size: 22px;
    line-height: 31px;
    margin-top: 1.2em;
  }
  .page-header.stylised-yes.height-small {
    padding-top: 146px;
    padding-bottom: 94px;
  }
  .page-header.stylised-yes.height-normal {
    padding-top: 217px;
    padding-bottom: 94px;
  }
  .page-header.stylised-yes.height-medium {
    padding-top: 162px;
    padding-bottom: 60px;
  }
  .page-header.stylised-yes.height-tallish {
    padding-top: 390px;
    padding-bottom: 130px;
  }
  .page-header.stylised-yes.height-home {
    padding-top: 300px;
    padding-bottom: 130px;
  }
  .page-header.stylised-yes.height-home .page-header-text {
    max-width: 700px;
  }
  .page-header.stylised-yes.height-tall {
    padding-top: 332px;
    padding-bottom: 332px;
  }
  .page-header.stylised-yes.height-tall.valign-bottom {
    padding-top: 361px;
    padding-bottom: 132px;
  }
  .page-header.stylised-yes h1.huge.styled.size-medium {
    font-size: 50px;
  }
  .page-header.stylised-yes .page-header-excerpt {
    margin-top: 1.36em;
  }
}

.subsection-title p {
  line-height: 1.25;
}

@media (max-width: 499px) {
  .subsection-title p {
    margin: 18px 0 0 0;
    font-size: 18px;
    max-width: 600px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  .subsection-title p {
    margin: 18px 0 0 0;
    font-size: 19px;
    max-width: 600px;
  }
}

@media (min-width: 900px) {
  .subsection-title p {
    margin: 18px 0 0 0;
    font-size: 21px;
    max-width: 600px;
  }
}

.index-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 100px;
  margin-bottom: 42px;
}

.index-pagination .page-numbers {
  display: inline-block;
  margin: 0 15px;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: underline;
}

.index-pagination .page-numbers[aria-current="page"] {
  text-decoration: none;
}

.index-pagination .page-numbers[aria-current="page"]:nth-child(1) {
  margin-left: auto;
}

.index-pagination .page-numbers[aria-current="page"]:nth-last-child(1) {
  margin-right: auto;
}

.index-pagination .page-numbers.current {
  --top: 60%;
  --bottom: 100%;
  background: linear-gradient(to bottom, rgba(162, 187, 23, 0) 0%, rgba(162, 187, 23, 0) var(--top), #a2bb17 var(--top), #a2bb17 var(--bottom), rgba(162, 187, 23, 0) var(--bottom), rgba(162, 187, 23, 0) 100%);
}

.index-pagination .prev.page-numbers,
.index-pagination .next.page-numbers {
  text-decoration: none;
}

.index-pagination .prev.page-numbers {
  margin-right: auto;
  margin-left: 0;
}

.index-pagination .next.page-numbers {
  margin-left: auto;
  margin-right: 0;
}

body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  color: #202020;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 499px) {
  body {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  body {
    font-size: 17px;
    line-height: 1.65;
  }
}

@media (min-width: 900px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 499px) {
  h1, .h1 {
    font-size: 30px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h1, .h1 {
    font-size: 33px;
  }
}

@media (min-width: 900px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 64px;
  }
}

@media (max-width: 499px) {
  h1.huge, .h1.huge {
    font-size: 30px;
    line-height: 1.1;
  }
  h1.huge.size-smaller, .h1.huge.size-smaller {
    font-size: 30px;
    line-height: 1.225;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h1.huge, .h1.huge {
    font-size: 40px;
    line-height: 1.1;
  }
  h1.huge.size-smaller, .h1.huge.size-smaller {
    font-size: 35px;
    line-height: 1.225;
  }
}

@media (min-width: 900px) {
  h1.huge, .h1.huge {
    font-size: 60px;
    line-height: 77px;
  }
  h1.huge.size-small, .h1.huge.size-small {
    font-size: 44px;
    line-height: 55px;
  }
  h1.huge.size-smaller, .h1.huge.size-smaller {
    font-size: 40px;
    line-height: 49px;
  }
}

h1.huge.styled, .h1.huge.styled {
  padding: 2px 0;
}

h1.huge.styled > span, .h1.huge.styled > span {
  background-color: #FF5A51;
  color: #fff;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

@media (max-width: 799px) {
  h1.huge.styled > span, .h1.huge.styled > span {
    padding: 0 0.7rem 0.2em;
  }
}

@media (min-width: 800px) {
  h1.huge.styled > span, .h1.huge.styled > span {
    padding: 0 1.25rem 0.1em;
  }
}

h1.huge.styled > span > span, .h1.huge.styled > span > span {
  position: relative;
  z-index: 10;
}

h1.huge.styled > span > span a:hover {
	text-decoration: underline;
}

@media (max-width: 499px) {
  h2, .h2 {
    font-size: 24px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h2, .h2 {
    font-size: 28px;
  }
}

@media (min-width: 900px) {
  h2, .h2 {
    font-size: 32px;
  }
}

@media (max-width: 499px) {
  h3, .h3 {
    font-size: 25px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h3, .h3 {
    font-size: 30px;
  }
}

@media (min-width: 900px) {
  h3, .h3 {
    font-size: 35px;
  }
}

h3 .color-underline, .h3 .color-underline {
  --top: 65%;
  --bottom: 93%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) var(--top), var(--underline-color) var(--top), var(--underline-color) var(--bottom), rgba(0, 0, 0, 0) var(--bottom), rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 499px) {
  h4, .h4 {
    font-size: 21px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h4, .h4 {
    font-size: 23px;
  }
}

@media (min-width: 900px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 37px;
  }
}

h4.styled, .h4.styled {
  padding: 2px 0;
  line-height: 1.45;
}

@media (max-width: 499px) {
  h4.styled, .h4.styled {
    font-size: 21px;
  }
  h4.styled span, .h4.styled span {
    padding: 0.1em 0.7rem 0.2em;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h4.styled, .h4.styled {
    font-size: 23px;
  }
  h4.styled span, .h4.styled span {
    padding: 0.1em 0.7rem 0.2em;
  }
}

@media (min-width: 900px) {
  h4.styled, .h4.styled {
    font-size: 27px;
  }
  h4.styled span, .h4.styled span {
    padding: 0.1em 1.25rem 0.3em;
  }
}

h4.styled span, .h4.styled span {
  background-color: #1BA4AF;
  color: #fff;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

h4 .green-underline, .h4 .green-underline {
  --top: 65%;
  --bottom: 93%;
  background: linear-gradient(to bottom, rgba(190, 209, 88, 0) 0%, rgba(190, 209, 88, 0) var(--top), #bed158 var(--top), #bed158 var(--bottom), rgba(190, 209, 88, 0) var(--bottom), rgba(190, 209, 88, 0) 100%);
}

@media (max-width: 499px) {
  h5, .h5 {
    font-size: 18px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h5, .h5 {
    font-size: 20px;
  }
}

@media (min-width: 900px) {
  h5, .h5 {
    font-size: 21px;
    line-height: 28px;
  }
}

h5 .color-underline, .h5 .color-underline {
  --top: 65%;
  --bottom: 93%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) var(--top), var(--underline-color) var(--top), var(--underline-color) var(--bottom), rgba(0, 0, 0, 0) var(--bottom), rgba(0, 0, 0, 0) 100%);
}

h6, .h6 {
  line-height: 1.3;
}

@media (max-width: 499px) {
  h6, .h6 {
    font-size: 18px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h6, .h6 {
    font-size: 19px;
  }
}

@media (min-width: 900px) {
  h6, .h6 {
    font-size: 20px;
  }
}

h6.smaller, .h6.smaller {
  font-weight: 400;
}

@media (min-width: 900px) {
  h6.smaller, .h6.smaller {
    font-size: 18px;
  }
}

h6.tiny, .h6.tiny {
  font-weight: 400;
}

@media (max-width: 499px) {
  h6.tiny, .h6.tiny {
    font-size: 16px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h6.tiny, .h6.tiny {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  h6.tiny, .h6.tiny {
    font-size: 16px;
  }
}

h6 .color-underline, .h6 .color-underline {
  --top: 65%;
  --bottom: 93%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) var(--top), var(--underline-color) var(--top), var(--underline-color) var(--bottom), rgba(0, 0, 0, 0) var(--bottom), rgba(0, 0, 0, 0) 100%);
}

strong,
b {
  font-weight: 700;
}

strong b {
	font-weight: 500;
}

strong em {
	font-weight: 700;
}

a {
  color: inherit;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}

article p a,
article li a {
  text-decoration: underline;
  color: #667705;
}

article p a:hover,
article li a:hover {
  text-decoration: none;
}

.nice-type > * {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}

.nice-type h4 {
  margin-bottom: 0;
}

.nice-type h4 + * {
  margin-top: 0.45em;
}

.nice-type * + h4 {
  margin-top: 1.2em;
}

.nice-type > ul,
.nice-type > ol {
  margin-top: -0.7em;
  margin-bottom: -0.7em;
}

.nice-type ul {
  padding-left: 1.5em;
  list-style: none;
}

.nice-type ul li {
  position: relative;
}

.nice-type ul li:before {
  content: '';
  position: absolute;
  top: 0.61em;
  left: -1.4em;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: currentColor;
}

.nice-type ol {
  counter-reset: orderedlist;
  padding-left: 3em;
  list-style: none;
}

.nice-type ol li {
  position: relative;
  counter-increment: orderedlist;
}

.nice-type ol li:before {
  content: '';
  content: counter(orderedlist) ".";
  position: absolute;
  top: 0;
  left: -1.4em;
}

.nice-type h1, .nice-type h2, .nice-type h3, .nice-type h4, .nice-type h5, .nice-type h6 {
  margin-bottom: 0;
}

.nice-type h1 + *, .nice-type h2 + *, .nice-type h3 + *, .nice-type h4 + *, .nice-type h5 + *, .nice-type h6 + * {
  margin-top: 0.5em;
}

.nice-type h1 + ul,
.nice-type h1 + ol, .nice-type h2 + ul,
.nice-type h2 + ol, .nice-type h3 + ul,
.nice-type h3 + ol, .nice-type h4 + ul,
.nice-type h4 + ol, .nice-type h5 + ul,
.nice-type h5 + ol, .nice-type h6 + ul,
.nice-type h6 + ol {
  margin-top: 1em;
}

.nice-type > *:first-child {
  margin-top: 0;
}

.nice-type > *:last-child {
  margin-bottom: 0;
}

.nice-type.first-p-large p:first-child {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  line-height: 1.5;
}

.nice-type.first-p-larger p:first-child {
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  line-height: 1.55;
}

.nice-type .aligncenter {
	text-align: center;
    width: 100% !important;
}

.nice-type .wp-caption {
	display: block;
	width: 100% !important;
}

.nice-type .wp-caption img {
	width: 100%;
	height: auto;
}

.nice-type .wp-caption-text {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}

svg {
  transition: fill 0.15s ease-in-out;
}

.hub-spot-footer-form input[type="submit"],
.button, .button-orange, .newsletter-item-form form button,
.newsletter-item-form form input[type="submit"] {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  background: #A2BB17;
  color: #ffffff;
  border: 0;
  margin: 0;
  border-radius: 6px;
  text-align: center;
  transition: background 0.15s ease;
  cursor: pointer;
}

.button:focus, .button-orange:focus, .newsletter-item-form form button:focus,
.newsletter-item-form form input:focus[type="submit"] {
  outline: 0;
}

.hub-spot-footer-form input[type="submit"]:hover,
.button:hover, .button-orange:hover, .newsletter-item-form form button:hover,
.newsletter-item-form form input:hover[type="submit"] {
  background: #7c8f12;
}

@media (max-width: 499px) {
  .hub-spot-footer-form input[type="submit"],
  .button, .button-orange, .newsletter-item-form form button,
  .newsletter-item-form form input[type="submit"] {
    font-size: 14px;
    padding: 9px 15px 8px;
  }
}

@media (min-width: 500px) {
  .hub-spot-footer-form input[type="submit"],
  .button, .button-orange, .newsletter-item-form form button,
  .newsletter-item-form form input[type="submit"] {
    font-size: 16px;
    padding: 11px 20px 10px;
  }
}

.button-orange {
  background: #FF5A51;
}

.button-orange:hover {
  background: #b33f39;
}

.button-small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  background: #AA1C66;
  color: #ffffff;
  padding: 6px 9px 7px 13px;
  border-radius: 30px;
}

.button-small svg[data-icon="chevron"] {
  width: 5px;
  height: 8px;
  fill: #ffffff;
  margin-left: 6px;
  margin-right: 3px;
}

.button-small:hover {
  background: #d62380;
}

.hollow-button, .index-pagination .prev.page-numbers,
.index-pagination .next.page-numbers {
  font-family: 'Fira Sans', sans-serif;
  display: inline-block;
  line-height: 19px;
  border: 1px solid #202020;
  border-radius: 100px;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.hollow-button svg[data-icon="left_arrow"], .index-pagination .prev.page-numbers svg[data-icon="left_arrow"], .index-pagination .next.page-numbers svg[data-icon="left_arrow"] {
  width: 12px;
  height: 10px;
  fill: #202020;
}

.hollow-button svg[data-icon="right_arrow"], .index-pagination .prev.page-numbers svg[data-icon="right_arrow"], .index-pagination .next.page-numbers svg[data-icon="right_arrow"] {
  width: 12px;
  height: 10px;
  fill: #202020;
}

.hollow-button:hover, .index-pagination .prev.page-numbers:hover,
.index-pagination .next.page-numbers:hover {
	border-color: #9fbe00;
    color: #ffffff;
    background: #a1bc00;
}

.hollow-button:hover svg, .index-pagination .prev.page-numbers:hover svg, .index-pagination .next.page-numbers:hover svg {
  fill: #ffffff;
}

@media (max-width: 499px) {
  .hollow-button, .index-pagination .prev.page-numbers,
  .index-pagination .next.page-numbers {
    font-size: 14px;
    padding: 10px 18px 10px 18px;
  }
  .hollow-button svg[data-icon="left_arrow"], .index-pagination .prev.page-numbers svg[data-icon="left_arrow"], .index-pagination .next.page-numbers svg[data-icon="left_arrow"] {
    margin-right: 8px;
    margin-left: -2px;
  }
  .hollow-button svg[data-icon="right_arrow"], .index-pagination .prev.page-numbers svg[data-icon="right_arrow"], .index-pagination .next.page-numbers svg[data-icon="right_arrow"] {
    margin-left: 8px;
    margin-right: -2px;
  }
}

@media (min-width: 500px) {
  .hollow-button, .index-pagination .prev.page-numbers,
  .index-pagination .next.page-numbers {
    font-size: 15px;
    padding: 12px 23px 12px 23px;
  }
  .hollow-button svg[data-icon="left_arrow"], .index-pagination .prev.page-numbers svg[data-icon="left_arrow"], .index-pagination .next.page-numbers svg[data-icon="left_arrow"] {
    margin-right: 8px;
    margin-left: -5px;
  }
  .hollow-button svg[data-icon="right_arrow"], .index-pagination .prev.page-numbers svg[data-icon="right_arrow"], .index-pagination .next.page-numbers svg[data-icon="right_arrow"] {
    margin-left: 8px;
    margin-right: -5px;
  }
}

.filled-button {
  font-family: 'Fira Sans', sans-serif;
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  padding: 12px 23px 12px 23px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  transition: border-color 0.15s ease, color 0.15s ease;
  cursor: pointer;
}

.filled-button svg[data-icon="down_arrow"] {
  width: 10px;
  height: 12px;
  fill: #202020;
  margin-left: 10px;
  margin-right: -5px;
  margin-bottom: -1px;
}

.filled-button:focus {
  outline: 0;
}

.filled-button.inherit-colors {
  color: var(--main-color);
}

.filled-button.inherit-colors svg {
  fill: var(--main-color);
}

.filled-button:hover {
  border-color: #ffffff;
  color: #202020;
}

.filled-button:hover svg {
  fill: #202020;
}


.hub-spot-footer-form {
}

@media (max-width: 499px) {
  .hub-spot-footer-form input,
  .inset-field {
    border-radius: 6px;
    border: 1px solid #EAE8E3;
    padding: 4px;
    background: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .hub-spot-footer-form input,
  .inset-field input {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    border: 0;
    margin: 0;
    padding: 6px 10px 5px 10px;
    color: #202020;
    -ms-flex-positive: 2;
        flex-grow: 2;
    background: transparent;
    width: 100%;
  }
  .inset-field input:-ms-input-placeholder {
    color: #7E7E7E;
  }
  .inset-field input::placeholder {
    color: #7E7E7E;
  }
  .inset-field input:focus {
    outline: 0;
  }
  .inset-field .button, .inset-field .button-orange, .inset-field .newsletter-item-form form button, .newsletter-item-form form .inset-field button,
  .inset-field .newsletter-item-form form input[type="submit"], .newsletter-item-form form .inset-field input[type="submit"],
  .inset-field .button-orange {
    min-width: 113px;
    width: 100%;
    margin-top: 6px;
  }
  .inset-field:focus-within {
    border-color: #beb8a9;
  }
}

@media (min-width: 500px) {
  .hub-spot-footer-form input,
  .inset-field {
    border-radius: 6px;
    border: 1px solid #EAE8E3;
    padding: 4px;
    background: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .hub-spot-footer-form input,
  .inset-field input {
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    border: 0;
    margin: 0;
    padding: 9px 20px 6px 13px;
    color: #202020;
    -ms-flex-positive: 2;
        flex-grow: 2;
    background: transparent;
  }
  .inset-field input:-ms-input-placeholder {
    color: #7E7E7E;
  }
  .inset-field input::placeholder {
    color: #7E7E7E;
  }
  .inset-field input:focus {
    outline: 0;
  }
  .inset-field .button, .inset-field .button-orange, .inset-field .newsletter-item-form form button, .newsletter-item-form form .inset-field button,
  .inset-field .newsletter-item-form form input[type="submit"], .newsletter-item-form form .inset-field input[type="submit"],
  .inset-field .button-orange {
    min-width: 113px;
  }
  .inset-field:focus-within {
    border-color: #beb8a9;
  }
}

.hub-spot-footer-form input[type=email] {
	border-radius: 6px;
    border: 1px solid #EAE8E3;
    background: #ffffff;
    width: 100%;
    line-height: 22px;
    margin: 0;
    padding: 13px 20px 11px 13px;
}

.hub-spot-footer-form input[type="submit"] {
    margin: 10px auto 0;
    text-align: center !important;
    width: 100%;
    max-width: 200px;
        display: inline-block;
}

.hs-form-required {
	display: none;
}

ul.hs-error-msgs {
	display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #FF0000;
    font-size: 14px;
}


/*****
  Larger groups of styles for larger parts
*****/
.page-wrapper.padded-wrapper.home-training-wrapper .page-content {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.home-training-text .nice-type {
  line-height: 1.2;
}

.home-training-text ul {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.home-training-text ul li p {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 1.4;
}

.home-training-images {
  position: relative;
}

.home-training-images .home-training-images-1 {
  position: relative;
  z-index: 10;
  transform: skewY(-4deg);
}

.home-training-images .home-training-images-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
  transform: skewY(4deg);
}

.home-training-images .home-training-images-1,
.home-training-images .home-training-images-2 {
  background-size: cover;
  background-position: center center;
}

.home-training-images .home-training-images-1:before,
.home-training-images .home-training-images-2:before {
  content: '';
  display: block;
  width: 100%;
}

@media (max-width: 799px) {
  .home-training-wrapper .page-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-training-text .nice-type {
    margin-top: 27px;
    font-size: 20px;
  }
  .home-training-text ul {
    margin: 47px 0 33px;
  }
}

@media (max-width: 799px) and (max-width: 1099px) {
  .home-training-text ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media (max-width: 799px) and (min-width: 1100px) {
  .home-training-text ul li {
    width: calc(50% - 20px);
  }
  .home-training-text ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (max-width: 799px) {
  .home-training-images {
    padding-top: 8px;
    padding-bottom: 70px;
    max-width: 400px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .home-training-images .home-training-images-1 {
    width: 85%;
  }
  .home-training-images .home-training-images-1:before {
    padding-bottom: 116%;
  }
  .home-training-images .home-training-images-2 {
    width: 50%;
    top: 40%;
    bottom: auto;
  }
  .home-training-images .home-training-images-2:before {
    padding-bottom: 120%;
  }
}

@media (min-width: 800px) and (max-width: 1299px) {
  .home-training-text {
    -ms-flex-order: 2;
        order: 2;
    padding-left: 60px;
  }
  .home-training-text .nice-type {
    margin-top: 27px;
    font-size: 20px;
  }
  .home-training-text ul {
    margin: 47px 0 33px;
  }
}

@media (min-width: 800px) and (max-width: 1299px) and (max-width: 1099px) {
  .home-training-text ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media (min-width: 800px) and (max-width: 1299px) and (min-width: 1100px) {
  .home-training-text ul li {
    width: calc(50% - 20px);
  }
  .home-training-text ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (min-width: 800px) and (max-width: 1299px) {
  .home-training-images {
    -ms-flex-order: 1;
        order: 1;
    width: 40%;
    padding-top: 8px;
    padding-bottom: 70px;
    min-width: 300px;
  }
  .home-training-images .home-training-images-1 {
    width: 85%;
  }
  .home-training-images .home-training-images-1:before {
    padding-bottom: 116%;
  }
  .home-training-images .home-training-images-2 {
    width: 50%;
    top: 40%;
    bottom: auto;
  }
  .home-training-images .home-training-images-2:before {
    padding-bottom: 120%;
  }
}

@media (min-width: 1300px) {
  .home-training-text {
    -ms-flex-order: 2;
        order: 2;
    width: 52%;
  }
  .home-training-text .nice-type {
    margin-top: 27px;
    font-size: 20px;
  }
  .home-training-text ul {
    margin: 47px 0 33px;
  }
  .home-training-text ul li {
    width: calc(50% - 20px);
  }
  .home-training-text ul li:nth-child(n+3) {
    margin-top: 30px;
  }
  .home-training-images {
    -ms-flex-order: 1;
        order: 1;
    padding-left: 35px;
    width: calc(48% - 80px);
    padding-top: 8px;
    padding-bottom: 70px;
  }
  .home-training-images .home-training-images-1 {
    width: 85%;
  }
  .home-training-images .home-training-images-1:before {
    padding-bottom: 116%;
  }
  .home-training-images .home-training-images-2 {
    width: 52%;
  }
  .home-training-images .home-training-images-2:before {
    padding-bottom: 120%;
  }
}

.page-wrapper.home-stories-wrapper {
  background: #eee;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAJUlEQVQYV2O8devafwYGBgZpGWkQhQIY8Up+/fYRrBMbYBwASQD2UBsFtjLc/gAAAABJRU5ErkJggg==);
  background-size: 7px 7px;
  position: relative;
}

.page-wrapper.home-stories-wrapper:before, .page-wrapper.home-stories-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 3.5vw;
  background: #FAF9F7;
}

.page-wrapper.home-stories-wrapper:before {
  top: -1px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}

.page-wrapper.home-stories-wrapper:after {
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.home-stories-header {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.home-stories-header h3 {
  margin-bottom: 23px;
}

.home-stories-header p {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.home-story-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}

.home-stories-button {
  text-align: center;
}

@media (max-width: 599px) {
  .page-wrapper.home-stories-wrapper {
    margin-top: 40px;
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .home-stories-header {
    margin-bottom: 50px;
  }
  .home-story-items .story-item {
    width: 100%;
  }
  .home-story-items .story-item:nth-child(n+2) {
    margin-top: 6vw;
  }
  .home-stories-button {
    margin-top: 70px;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .page-wrapper.home-stories-wrapper {
    margin-top: 80px;
    padding-top: 109px;
    padding-bottom: 90px;
  }
  .home-stories-header {
    margin-bottom: 66px;
  }
  .home-story-items .story-item {
    width: calc(50% - 3vw);
  }
  .home-story-items .story-item:nth-child(2n+1) {
    margin-right: 6vw;
  }
  .home-story-items .story-item:nth-child(n+3) {
    margin-top: 6vw;
  }
  .home-stories-button {
    margin-top: 70px;
  }
}

@media (min-width: 1100px) {
  .page-wrapper.home-stories-wrapper {
    margin-top: 80px;
    padding-top: 109px;
    padding-bottom: 120px;
  }
  .home-stories-header {
    margin-bottom: 66px;
  }
  .home-story-items .story-item {
    width: calc(25% - 33px);
  }
  .home-story-items .story-item:nth-child(4n+1), .home-story-items .story-item:nth-child(4n+2), .home-story-items .story-item:nth-child(4n+3) {
    margin-right: 44px;
  }
  .home-stories-button {
    margin-top: 70px;
  }
}

.page-wrapper.padded-wrapper.home-connect-wrapper .page-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.home-connect-header {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.home-connect-header h3 {
  margin-bottom: 23px;
}

.home-connect-header p {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.home-connect-image {
  background-size: cover;
  background-position: center center;
}

.home-connect-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 38.8%;
}

.home-connect-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 960px;
}

.event-item.home-connect-reading {
  background: #FFF1C6;
  position: relative;
  box-shadow: none;
}

.event-item.home-connect-reading:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 44px;
  background-image: linear-gradient(128deg, #E8D8A8 50%, #FAF9F7 50%);
}

.event-item.home-connect-reading p {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

.event-item.home-connect-reading li a {
  text-decoration: underline;
}

.event-item.home-connect-reading li a:hover {
  text-decoration: none;
}

@media (max-width: 599px) {
  .page-wrapper.padded-wrapper.home-connect-wrapper {
    padding-top: 72px;
  }
  .home-connect-header {
    margin-bottom: 66px;
  }
  .home-connect-image:before {
    padding-bottom: calc(38.8% + 77px);
  }
  .home-connect-items {
    margin: -77px auto 0;
    width: calc(100% - 6vw);
  }
  .home-connect-items .event-item {
    width: 100%;
  }
  .home-connect-items .event-item:nth-child(n+2) {
    margin-top: 6vw;
  }
  .event-item.home-connect-reading {
    padding: 25px 20px 56px 20px;
  }
  .event-item.home-connect-reading p {
    font-size: 20px;
  }
  .event-item.home-connect-reading ul {
    margin: 21px 0 0 0;
  }
  .event-item.home-connect-reading li {
    font-size: 17px;
    line-height: 21px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .page-wrapper.padded-wrapper.home-connect-wrapper {
    padding-top: 72px;
  }
  .home-connect-header {
    margin-bottom: 66px;
  }
  .home-connect-image:before {
    padding-bottom: calc(38.8% + 77px);
  }
  .home-connect-items {
    margin: -77px auto 0;
    width: calc(100% - 6vw);
  }
  .home-connect-items .event-item {
    width: calc(50% - 1.5vw);
  }
  .home-connect-items .event-item:nth-child(1) {
    margin-right: 3vw;
  }
  .event-item.home-connect-reading {
    padding: 32px 20px 56px 27px;
    width: 100%;
    margin: 6vw 0 0 0;
  }
  .event-item.home-connect-reading p {
    font-size: 20px;
  }
  .event-item.home-connect-reading ul {
    margin: 21px 0 0 -10px;
  }
  .event-item.home-connect-reading li {
    font-size: 17px;
    line-height: 21px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .page-wrapper.padded-wrapper.home-connect-wrapper {
    padding-top: 72px;
  }
  .home-connect-header {
    margin-bottom: 66px;
  }
  .home-connect-items {
    margin: -77px auto 0;
    width: calc(100% - 60px);
  }
  .home-connect-items .event-item {
    width: calc(33.33% - 24px);
  }
  .home-connect-items .event-item:nth-child(3n+1), .home-connect-items .event-item:nth-child(3n+2) {
    margin-right: 36px;
  }
  .event-item.home-connect-reading {
    padding: 32px 20px 56px 27px;
  }
  .event-item.home-connect-reading p {
    font-size: 20px;
  }
  .event-item.home-connect-reading ul {
    margin: 21px 0 0 -10px;
  }
  .event-item.home-connect-reading li {
    font-size: 17px;
    line-height: 21px;
  }
}

@media (min-width: 1200px) {
  .page-wrapper.padded-wrapper.home-connect-wrapper {
    padding-top: 72px;
  }
  .home-connect-header {
    margin-bottom: 66px;
  }
  .home-connect-items {
    margin: -77px auto 0;
  }
  .home-connect-items .event-item {
    width: calc(33.33% - 38px);
  }
  .home-connect-items .event-item:nth-child(3n+1), .home-connect-items .event-item:nth-child(3n+2) {
    margin-right: 57px;
  }
  .event-item.home-connect-reading {
    padding: 32px 20px 56px 27px;
  }
  .event-item.home-connect-reading p {
    font-size: 20px;
  }
  .event-item.home-connect-reading ul {
    margin: 21px 0 0 -10px;
  }
  .event-item.home-connect-reading li {
    font-size: 17px;
    line-height: 21px;
  }
}

.page-wrapper.width-full-width.with-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.page-wrapper.width-narrow-centered.padded-wrapper {
  max-width: 800px;
}

.page-wrapper.width-narrow-centered .page-nav {
  display: none;
}

.page-nav {
  position: relative;
  background: #ffffff;
  --underline-color: #BED158;
  --top: 69%;
  --bottom: 100%;
}

.page-nav:before, .page-nav:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 14px;
  background: #FAF9F7;
}

.page-nav:before {
  top: -1px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.page-nav:after {
  bottom: -1px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.page-nav h5 {
  margin-bottom: 13px;
}

.page-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.page-nav li + li {
  margin-top: 10px;
}

.page-nav a {
  text-decoration: none;
      color: #202020;
}

@media (max-width: 799px) {
  .page-wrapper {
    padding-top: 6vw;
  }
}

@media (min-width: 800px) {
  .page-wrapper {
    padding-top: 89px;
  }
}

@media (max-width: 899px) {
  .page-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-wrapper.width-full-width.with-nav .page-nav {
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
  }
  .page-nav {
    padding: 22px 24px 30px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .page-wrapper.width-full-width.padded-wrapper {
    max-width: 1370px;
  }
  .page-wrapper.width-full-width.with-nav .page-nav {
    width: 230px;
  }
  .page-wrapper.width-full-width.with-nav .page-content {
    width: calc(100% - 230px - 50px);
  }
  .page-nav {
    padding: 22px 24px 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }
}

@media (min-width: 1200px) {
  .page-wrapper.width-full-width.padded-wrapper {
    max-width: 1370px;
  }
  .page-wrapper.width-full-width.with-nav .page-nav {
    width: 253px;
  }
  .page-wrapper.width-full-width.with-nav .page-content {
    width: calc(100% - 253px - 74px);
  }
  .page-nav {
    padding: 29px 33px 35px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }
}

.page-wrapper.padded-wrapper.offerings-wrapper {
  max-width: 1150px;
}

.offering + .offering {
  border-top: 1px solid #D4D2CF;
}

.offering-inner {
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
}

.offering-inner p {
  margin: 0;
  line-height: 1.25;
}

.offering-inner .offering-upcoming {
  font-size: 16px;
  font-weight: 500;
  margin-top: 36px;
  margin-bottom: 16px;
}

.offering-inner .block.block-type-events {
  padding-bottom: 0;
}

.offering-inner .block.block-type-events .event-item {
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #AA1C66;
}

.offering-inner .block.block-type-events .event-item .event-item-image {
  -ms-flex-order: 1;
      order: 1;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.offering-inner .block.block-type-events .event-item .event-item-text {
  -ms-flex-order: 2;
      order: 2;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px 11px 15px;
}

.offering-inner .block.block-type-events .event-item .event-item-text .date {
  -ms-flex-order: 2;
      order: 2;
  background: transparent;
  color: #AA1C66;
}

.offering-inner .block.block-type-events .event-item .event-item-text .title {
  -ms-flex-order: 1;
      order: 1;
  margin-top: 0;
}

.offering-inner .block.block-type-events .event-item .event-item-text .cat,
.offering-inner .block.block-type-events .event-item .event-item-text .excerpt,
.offering-inner .block.block-type-events .event-item .event-item-text .button-small {
  display: none;
}

@media (max-width: 699px) {
  .offering + .offering {
    margin-top: 9vw;
    padding-top: 9vw;
  }
  .offering-inner {
    margin-top: 27px;
  }
  .offering-inner p {
    font-size: 18px;
    margin-bottom: -8px;
  }
  .offering-inner .hollow-button, .offering-inner .index-pagination .prev.page-numbers, .index-pagination .offering-inner .prev.page-numbers,
  .offering-inner .index-pagination .next.page-numbers, .index-pagination .offering-inner .next.page-numbers {
    margin-top: 9vw;
  }
}

@media (min-width: 700px) {
  .offering + .offering {
    margin-top: 72px;
    padding-top: 72px;
  }
  .offering-inner {
    margin-top: 27px;
  }
  .offering-inner p {
    font-size: 21px;
  }
  .offering-inner .hollow-button, .offering-inner .index-pagination .prev.page-numbers, .index-pagination .offering-inner .prev.page-numbers,
  .offering-inner .index-pagination .next.page-numbers, .index-pagination .offering-inner .next.page-numbers {
    margin-top: 39px;
  }
}

.about-wrapper.padded-wrapper {
  max-width: 1144px;
}

.about-block-qa_headed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.about-block-qa_headed-question-anwser h4 {
  text-align: right;
}

@media (max-width: 499px) {
  .about-block-qa_headed-question-anwser h4 {
    margin-top: 0.15em;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  .about-block-qa_headed-question-anwser h4 {
    margin-top:0.15em;
  }
}

@media (min-width: 900px) {
  .about-block-qa_headed-question-anwser h4 {
    margin-top: 0.15em;
  }
}

.about-block-stylised_story_excerpt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.about-block-stylised_story_excerpt-text {
  position: relative;
  z-index: 20;
}

.about-block-stylised_story_excerpt-image {
  position: relative;
}

.about-block-stylised_story_excerpt-image:before {
  content: '';
  position: absolute;
  background: #FAD150;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 91.5%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 91.5%, 0% 100%);
}

.about-block-stylised_story_excerpt-image img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 20;
  mix-blend-mode: multiply;
}

@media (max-width: 699px) {
  .about-wrapper {
    padding-top: 124px;
  }
  .about-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-block + .about-block {
    margin-top: 104px;
  }
  .about-block-qa_headed-text {
    margin-top: 30px;
  }
}

@media (min-width: 700px) {
  .about-wrapper {
    padding-top: 124px;
  }
  .about-block + .about-block {
    margin-top: 104px;
  }
  .about-block-qa_headed-question-anwser {
    width: calc(38% - 41px);
  }
  .about-block-qa_headed-text {
    width: calc(62% - 38px);
    margin-top: -16px;
  }
}

@media (max-width: 699px) {
  .about-block + .about-block.about-block-stylised_story_excerpt {
    margin-top: 18vw;
  }
  .about-block-stylised_story_excerpt {
    margin-bottom: 80px;
    position: relative;
  }
  .about-block-stylised_story_excerpt:before {
    content: '';
    position: absolute;
    top: -6vw;
    left: 0;
    width: 100vw;
    bottom: 50vw;
    margin-left: -6vw;
    background: #FAD150;
  }
  .about-block-stylised_story_excerpt-text h1 {
    margin-bottom: 6vw;
  }
  .about-block-stylised_story_excerpt-image {
    margin-top: 6vw;
  }
  .about-block-stylised_story_excerpt-image:before {
    top: 0;
    left: -6vw;
    bottom: 20vw;
    width: 100vw;
  }
  .about-block-stylised_story_excerpt-image img {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 1299px) {
  .about-block + .about-block.about-block-stylised_story_excerpt {
    margin-top: 134px;
  }
  .about-block-stylised_story_excerpt {
    margin-bottom: 205px;
  }
  .about-block-stylised_story_excerpt-text {
    width: calc(60% - 35px);
  }
  .about-block-stylised_story_excerpt-text h1 {
    margin-bottom: 61px;
  }
  .about-block-stylised_story_excerpt-image {
    width: calc(40% - 35px);
    margin-top: 72px;
  }
  .about-block-stylised_story_excerpt-image:before {
    top: -85px;
    right: 90px;
    bottom: -125px;
    width: 100vmax;
  }
  .about-block-stylised_story_excerpt-image img {
    width: calc(100% + 30px);
  }
}

@media (min-width: 1300px) {
  .about-block + .about-block.about-block-stylised_story_excerpt {
    margin-top: 134px;
  }
  .about-block-stylised_story_excerpt {
    margin-bottom: 205px;
  }
  .about-block-stylised_story_excerpt-text {
    width: calc(51% - 35px);
  }
  .about-block-stylised_story_excerpt-text h1 {
    margin-bottom: 61px;
  }
  .about-block-stylised_story_excerpt-image {
    width: calc(49% - 35px);
    margin-top: 72px;
  }
  .about-block-stylised_story_excerpt-image:before {
    top: -85px;
    right: 40px;
    bottom: -125px;
    width: 100vmax;
  }
  .about-block-stylised_story_excerpt-image img {
    width: calc(100% + 112px);
  }
}

.about-team-group-people {
  margin-top: 36px;
  max-width: 1142px;
}

.page-wrapper.padded-wrapper.search-wrapper {
  padding-top: 0;
}

.page-wrapper.padded-wrapper.search-wrapper .page-content {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.search-results-form {
  max-width: 540px;
  margin: 8px auto 40px;
}

.search-result {
  display: block;
  background: #ffffff;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow .4s cubic-bezier(.4,0,.2,1);
}

.search-result:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
}

.search-result:hover .title {
	text-decoration: underline;
}

.search-result .search-result-text .title {
  margin: 0;
}

.search-result .search-result-text .url {
  margin: 4px 0 0 0;
  color: #8CA310;
  font-size: 14px;
  line-height: 1.3;
  word-break: break-all;
}

.search-result .search-result-text .excerpt {
  margin: 3px 0 0 0;
  font-size: 14px;
  line-height: 1.45;
}

.search-result .meta {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin: 3px 0 3px 0px;
}

.search-result .event-meta {
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin: 2px 0 7px 0px;
}

.search-result .event-meta .event-meta-slug {
  background: #831A51;
  display: inline-block;
  padding: 1px 6px 2px 6px;
}

.search-result .event-meta .event-meta-date {
  background: #AA1C66;
  display: inline-block;
  padding: 1px 6px 2px 6px;
}

.search-result .search-result-image {
  background-size: cover;
  background-position: center center;
}

.search-result.has-post-thumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.search-result.type-event .url {
  color: #AA1C66;
}

@media (max-width: 499px) {
  body.search .page-header-text {
    margin-top: -22px;
  }
  .search-results .search-result:nth-child(n+2) {
    margin-top: 34px;
  }
  .search-result .search-result-text {
    padding: 22px 28px 26px 28px;
  }
  .search-result.has-post-thumbnail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-result.has-post-thumbnail .search-result-image {
    width: 100%;
  }
  .search-result.has-post-thumbnail .search-result-image:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 50%;
  }
}

@media (min-width: 500px) {
  body.search .page-header-text {
    margin-top: -22px;
  }
  .search-results .search-result:nth-child(n+2) {
    margin-top: 34px;
  }
  .search-result .search-result-text {
    padding: 22px 28px 26px 28px;
  }
  .search-result.has-post-thumbnail .search-result-text {
    width: calc(100% - 214px);
  }
  .search-result.has-post-thumbnail .search-result-image {
    width: 214px;
  }
}

/*****
  Post type & section styles
*****/
.newsletters-wrapper.padded-wrapper {
  max-width: 1242px;
}

@media (max-width: 1099px) {
  .newsletter-items {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter-items .newsletter-item + .newsletter-item {
    margin-top: 50px;
  }
}

@media (min-width: 1100px) {
  .newsletter-items .newsletter-item + .newsletter-item {
    margin-top: 90px;
  }
}

.newsletter-item {
  position: relative;
}

.newsletter-item:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 30px;
  background: #BED158;
  transform: rotate(3deg);
  z-index: -1;
}

.newsletter-item-inner {
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.newsletter-item-header {
  width: 100%;
}

.newsletter-item-text .heading {
  line-height: 1.3;
  margin: 0;
}

.newsletter-item-text .brief-description {
  margin: 0;
  line-height: 1.22;
}

.newsletter-item-text .long-description h1, .newsletter-item-text .long-description h2, .newsletter-item-text .long-description h3, .newsletter-item-text .long-description h4, .newsletter-item-text .long-description h5, .newsletter-item-text .long-description h6 {
  line-height: 1.33;
}

.newsletter-item-text .long-description h1 + p, .newsletter-item-text .long-description h2 + p, .newsletter-item-text .long-description h3 + p, .newsletter-item-text .long-description h4 + p, .newsletter-item-text .long-description h5 + p, .newsletter-item-text .long-description h6 + p {
  margin-top: 2px;
}

.newsletter-item-text .long-description p {
  line-height: 1.22;
}

.newsletter-item-form form input[type="text"]:not(.hidden),
.newsletter-item-form form input[type="email"]:not(.hidden) {
  font-family: 'Fira Sans', sans-serif;
  display: block;
  width: 100%;
  background: #FBFBFB;
  border: 1px solid #EAE8E3;
  color: #202020;
}

.newsletter-item-form form input[type="text"]:not(.hidden):-ms-input-placeholder,
.newsletter-item-form form input[type="email"]:not(.hidden):-ms-input-placeholder {
  color: #7E7E7E;
}

.newsletter-item-form form input[type="text"]:not(.hidden)::placeholder,
.newsletter-item-form form input[type="email"]:not(.hidden)::placeholder {
  color: #7E7E7E;
}

.newsletter-item-form-privacy {
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.47);
}

.newsletter-item-form-privacy a:hover {
  text-decoration: underline;
  color: black;
}

@media (max-width: 599px) {
  .newsletter-item:before {
    transform: rotate(1.5deg);
  }
  .newsletter-item-inner {
    padding: 30px 25px 25px 25px;
  }
  .newsletter-item-header {
    margin-bottom: 25px;
  }
  .newsletter-item-text .heading {
    font-size: 20px;
  }
  .newsletter-item-text .brief-description {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.3;
  }
  .newsletter-item-text .issue {
    margin-top: 30px;
  }
  .newsletter-item-text .long-description {
    margin-top: 28px;
  }
  .newsletter-item-text .long-description h1, .newsletter-item-text .long-description h2, .newsletter-item-text .long-description h3, .newsletter-item-text .long-description h4, .newsletter-item-text .long-description h5, .newsletter-item-text .long-description h6 {
    font-size: 21px;
  }
  .newsletter-item-text .long-description p {
    font-size: 18px;
  }
  .newsletter-item-form {
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
  }
  .newsletter-item-form form input[type="text"]:not(.hidden),
  .newsletter-item-form form input[type="email"]:not(.hidden) {
    border-radius: 6px;
    padding: 12px 15px 10px 15px;
    margin-bottom: 15px;
  }
  .newsletter-item-form form button,
  .newsletter-item-form form input[type="submit"] {
    margin-top: 8px;
    min-width: 174px;
  }
  .newsletter-item-form-privacy {
    margin: 19px 0 0 0;
    font-size: 13px;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .newsletter-item-inner {
    padding: 49px 45px 64px 45px;
  }
  .newsletter-item-header {
    margin-bottom: 33px;
  }
  .newsletter-item-text .heading {
    font-size: 26px;
  }
  .newsletter-item-text .brief-description {
    margin-top: 29px;
    font-size: 19px;
  }
  .newsletter-item-text .issue {
    margin-top: 42px;
  }
  .newsletter-item-text .long-description {
    margin-top: 28px;
  }
  .newsletter-item-text .long-description h1, .newsletter-item-text .long-description h2, .newsletter-item-text .long-description h3, .newsletter-item-text .long-description h4, .newsletter-item-text .long-description h5, .newsletter-item-text .long-description h6 {
    font-size: 21px;
  }
  .newsletter-item-text .long-description p {
    font-size: 19px;
  }
  .newsletter-item-form {
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
  }
  .newsletter-item-form form input[type="text"]:not(.hidden),
  .newsletter-item-form form input[type="email"]:not(.hidden) {
    border-radius: 6px;
    padding: 14px 17px 12px 17px;
    margin-bottom: 15px;
  }
  .newsletter-item-form form button,
  .newsletter-item-form form input[type="submit"] {
    margin-top: 8px;
    min-width: 174px;
  }
  .newsletter-item-form-privacy {
    margin: 19px 0 0 0;
    font-size: 13px;
  }
}

@media (min-width: 1100px) {
  .newsletter-item-inner {
    padding: 49px 45px 64px 45px;
  }
  .newsletter-item-header {
    margin-bottom: 33px;
  }
  .newsletter-item-text {
    width: calc(60% - 30px);
    padding-left: 32px;
  }
  .newsletter-item-text .heading {
    font-size: 26px;
  }
  .newsletter-item-text .brief-description {
    margin-top: 29px;
    font-size: 19px;
  }
  .newsletter-item-text .issue {
    margin-top: 42px;
  }
  .newsletter-item-text .long-description {
    margin-top: 28px;
  }
  .newsletter-item-text .long-description h1, .newsletter-item-text .long-description h2, .newsletter-item-text .long-description h3, .newsletter-item-text .long-description h4, .newsletter-item-text .long-description h5, .newsletter-item-text .long-description h6 {
    font-size: 21px;
  }
  .newsletter-item-text .long-description p {
    font-size: 19px;
  }
  .newsletter-item-form {
    width: calc(40% - 27px);
  }
  .newsletter-item-form form input[type="text"]:not(.hidden),
  .newsletter-item-form form input[type="email"]:not(.hidden) {
    border-radius: 6px;
    padding: 14px 17px 12px 17px;
    margin-bottom: 15px;
  }
  .newsletter-item-form form button,
  .newsletter-item-form form input[type="submit"] {
    margin-top: 8px;
    min-width: 174px;
  }
  .newsletter-item-form-privacy {
    margin: 19px 0 0 0;
    font-size: 13px;
  }
}

.story-archive-header-preface {
  background: #D43931;
  color: #ffffff;
  display: inline-block;
  padding: 5px 16px 10px 16px;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0;
}

.story-archive-header-meta {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.38);
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
  padding: 8px 10px 8px 10px;
}

.story-archive-header-meta span.date {
  color: #202020;
  font-weight: 500;
}

.story-archive-header-meta a {
  text-decoration: underline;
}

.story-archive-header-meta a:hover {
  color: #202020;
}

@media (max-width: 599px) {
  .archive .story-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .archive .story-items .story-item {
    width: 100%;
  }
  .archive .story-items .story-item:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media (min-width: 600px) and (max-width: 1199px) {
  .archive .story-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .archive .story-items .story-item {
    width: calc(50% - 20px);
  }
  .archive .story-items .story-item:nth-child(2n+1) {
    margin-right: 40px;
  }
  .archive .story-items .story-item:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .archive .story-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .archive .story-items .story-item {
    width: calc(33.33% - 30px);
  }
  .archive .story-items .story-item:nth-child(3n+1), .archive .story-items .story-item:nth-child(3n+2) {
    margin-right: 45px;
  }
  .archive .story-items .story-item:nth-child(n+4) {
    margin-top: 55px;
  }
}

@media (max-width: 499px) {
  .block-type-stories .story-items .story-item {
    width: 100%;
  }
  .block-type-stories .story-items .story-item:nth-child(n+2) {
    margin-top: 6vw;
  }
}

@media (min-width: 500px) and (max-width: 999px) {
  .block-type-stories .story-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .block-type-stories .story-items .story-item {
    width: calc(50% - 3vw);
  }
  .block-type-stories .story-items .story-item:nth-child(2n+1) {
    margin-right: 6vw;
  }
  .block-type-stories .story-items .story-item:nth-child(n+3) {
    margin-top: 6vw;
  }
}

@media (min-width: 1000px) {
  .block-type-stories .story-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .block-type-stories .story-items .story-item {
    width: calc(33.33% - 30px);
  }
  .block-type-stories .story-items .story-item:nth-child(3n+1), .block-type-stories .story-items .story-item:nth-child(3n+2) {
    margin-right: 45px;
  }
  .block-type-stories .story-items .story-item:nth-child(n+4) {
    margin-top: 55px;
  }
}


a.hot-spot {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	top: 0;
	left: 0;
}

.story-item {
  background: #ffffff;
  position: relative;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow .4s cubic-bezier(.4,0,.2,1);
}

.story-item:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
}

.story-item:hover h6 {
	text-decoration: underline;
}

.story-item-text {
  padding: 32px 26px 26px 22px;
}

.story-item-text .date {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  display: block;
}

.story-item-text .title {
  font-weight: 400;
  margin-top: -1px;
  word-break: break-word;
}

.story-item-text .excerpt {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 0;
}

.story-item-text .author {
  color: rgba(0, 0, 0, 0.38);
  font-size: 13px;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 0;
}

.story-item-image {
  display: block;
  background-size: cover;
  background-position: center center;
}

.story-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 72%;
}


.story-item-micro {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(32,32,32,0.18);	
	padding: 15px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: -webkit-box-shadow .4s cubic-bezier(.4,0,.2,1);
	transition: -webkit-box-shadow .4s cubic-bezier(.4,0,.2,1);
	-o-transition: box-shadow .4s cubic-bezier(.4,0,.2,1);
	transition: box-shadow .4s cubic-bezier(.4,0,.2,1);
	transition: box-shadow .4s cubic-bezier(.4,0,.2,1), -webkit-box-shadow .4s cubic-bezier(.4,0,.2,1);
}
	.story-item-micro:hover {
		background: #FFF;
		-webkit-box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.12);
		        box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.12);
		border-color: transparent;
	}
	.story-item-micro:first-of-type {
		border-top: 1px solid rgba(32,32,32,0.18)
	}
	.story-item-micro time {
		font-size: 13px;
		font-weight: 500;
		line-height: 1;
		min-width: 120px;
		margin-bottom: 8px;
	}
	.story-item-micro h6.title {
		font-size: 18px;
		font-weight: 400;
		line-height: 1.2;
		width: 100%;
		display: block;
	}
	.story-item-micro:hover h6.title {
		text-decoration: underline;
	}
	@media (min-width: 600px) {
		.story-item-micro {
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-ms-flex-wrap: nowrap;
			    flex-wrap: nowrap;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			    -ms-flex-direction: row-reverse;
			        flex-direction: row-reverse;
		}
		.story-item-micro time {
			text-align: right;
			margin-top: 3px;
			margin-bottom: 0;
		}
	}


.single-story-header-date {
  display: block;
  opacity: 0.4;
  margin-top: -17px;
  margin-bottom: 10px;
}

.single-story-image {
  margin-top: 20px;
}

.single-story-image.padded-wrapper {
  max-width: 1150px;
}

.single-story-image-inner {
  background-size: cover;
  background-position: center center;
}

.single-story-image-inner:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50%;
}

.press-item-header-image {
  background-size: cover;
}

.press-item-header-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50%;
}

.press-items .press-item {
  margin-bottom: 50px;
}

.event-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}

.event-more-wrapper {
  text-align: center;
  margin-top: 66px;
  margin-bottom: 66px;
}

@media (max-width: 599px) {
  .event-items .event-item {
    width: 100%;
  }
  .event-items .event-item:nth-child(n+2) {
    margin-top: 6vw;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .event-items .event-item {
    width: calc(50% - 3vw);
  }
  .event-items .event-item:nth-child(2n+1) {
    margin-right: 6vw;
  }
  .event-items .event-item:nth-child(n+3) {
    margin-top: 6vw;
  }
}

@media (min-width: 900px) {
  .event-items .event-item {
    width: calc(33.33% - 30px);
  }
  .event-items .event-item:nth-child(3n+1), .event-items .event-item:nth-child(3n+2) {
    margin-right: 45px;
  }
  .event-items .event-item:nth-child(n+4) {
    margin-top: 66px;
  }
}

.event-item {
  background: #ffffff;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.4,0,.2,1);
}


.event-item:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
}

.event-item.home-connect-reading {
	box-shadow: none;
}


.event-item:hover h6.title {
	text-decoration: underline;
}

.event-item-text {
  padding: 20px 10px 22px 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

.event-item-text .cat {
	margin: 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    background: #e3e1dd;
    padding: 6px 12px 7px 21px;
    margin-left: -21px;
}

.event-item-text .date {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  background: #AA1C66;
  padding: 6px 12px 7px 21px;
  margin-left: -21px;
}

.event-item-text .title {
  margin: 12px 0 0 0;
  font-weight: 400;
}

.event-item-text .excerpt {
  margin: 11px 0 0 0;
  font-size: 13px;
  line-height: 1.4;
}

.event-item-text .button-small {
  margin-top: 16px;
}

.event-item-image {
  background-size: cover;
  background-position: center center;
}

.event-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 52%;
}

body.single-event h1.huge.styled span,
body.single-event .h1.huge.styled span {
  background: transparent;
}

body.single-event .page-header.stylised-yes .page-header-text {
  width: 100%;
}

.single-event-header-category {
  background: #ffffff;
  color: #AA1C66;
  display: inline-block;
  width: auto;
  padding: 4px 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.single-event-header-category:before, .single-event-header-category:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  background: #ffffff;
}

.single-event-header-category:before {
  left: -15px;
  -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
}

.single-event-header-category:after {
  right: -15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
}

.page-header.align-center .single-event-header-category + h1 {
  margin-top: 6px;
  margin-bottom: 0;
}

.single-event-header-category-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 25px;
}

.single-event-header-category-down {
  margin-top: 38px;
}

body.single-event article.has-post-thumbnail .single-event-header-category-down {
  padding-bottom: 150px;
}

.single-event-image {
  position: relative;
  z-index: 10;
}

.single-event-image-inner {
  background-size: cover;
  background-position: center center;
  width: 100%;
  max-width: 1051px;
  margin: 0 auto;
}

.single-event-image-inner:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 57%;
}

@media (max-width: 599px) {
  .single-event .single-event-image {
    margin-top: -140px;
  }
  body.single-event article.has-post-thumbnail .single-event-header-category-down {
    padding-bottom: 100px;
  }
  .single-event-header-category-meta {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .single-event-header-category-meta-item + .single-event-header-category-meta-item {
    border-top: 1px solid rgba(255, 255, 255, 0.29);
    margin-top: 10px;
    padding-top: 10px;
  }
  .single-event-header-category-meta-item span {
    display: block;
    font-size: 16px;
    line-height: 21px;
  }
}

@media (min-width: 600px) and (max-width: 799px) {
  .single-event-header-category-meta-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-event-header-category-meta-item + .single-event-header-category-meta-item {
    border-left: 1px solid rgba(255, 255, 255, 0.29);
  }
  .single-event-header-category-meta-item span {
    display: block;
    padding: 5px 0 5px;
    text-align: left;
    font-size: 16px;
    line-height: 21px;
  }
}

@media (min-width: 800px) {
  .single-event-header-category-meta-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .single-event-header-category-meta-item + .single-event-header-category-meta-item {
    border-left: 1px solid rgba(255, 255, 255, 0.29);
  }
  .single-event-header-category-meta-item span {
    display: block;
    padding: 10px 0 10px;
    text-align: left;
    font-size: 18px;
    line-height: 23px;
  }
}

@media (max-width: 1199px) {
  .single-event-image {
    margin-top: -192px;
  }
}

@media (min-width: 1200px) {
  .single-event-image {
    margin-top: -192px;
    margin-bottom: -30px;
  }
}

.resources-group {
  max-width: 1052px;
  margin-left: auto;
  margin-right: auto;
}

.resources-group-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 926px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 499px) {
  .resources-group + .resources-group {
    margin-top: 50px;
  }
  .resources-group-header {
    margin-bottom: 30px;
  }
  .resources-group-items {
    padding-bottom: 50px;
  }
  .resources-group-items .resource-item {
    width: 100%;
  }
  .resources-group-items .resource-item:nth-child(n+2) {
    margin-top: 6vw;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  .resources-group + .resources-group {
    margin-top: 50px;
  }
  .resources-group-header {
    margin-bottom: 45px;
  }
  .resources-group-items {
    padding-bottom: 50px;
  }
  .resources-group-items .resource-item {
    width: calc(50% - 3vw);
  }
  .resources-group-items .resource-item:nth-child(2n+1) {
    margin-right: 6vw;
  }
  .resources-group-items .resource-item:nth-child(n+3) {
    margin-top: 6vw;
  }
}

@media (min-width: 900px) {
  .resources-group + .resources-group {
    margin-top: 50px;
  }
  .resources-group-header {
    margin-bottom: 45px;
  }
  .resources-group-items {
    padding-bottom: 50px;
  }
  .resources-group-items .resource-item {
    width: calc(33.33% - 30px);
  }
  .resources-group-items .resource-item:nth-child(3n+1), .resources-group-items .resource-item:nth-child(3n+2) {
    margin-right: 45px;
  }
  .resources-group-items .resource-item:nth-child(n+4) {
    margin-top: 55px;
  }
}

.resource-item {
  background: #ffffff;
  position: relative;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow .4s cubic-bezier(.4,0,.2,1);
}

.resource-item:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.35);
}

.resource-item:hover h6.title {
	text-decoration: underline;
}

.resource-item-text .preface {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
}

.resource-item-text .title {
  font-weight: 400;
  margin-top: -1px;
}

.resource-item-text .excerpt {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 0;
}

.resource-item-image {
  display: block;
  background-size: cover;
  background-position: center center;
}

.resource-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 72%;
}

@media (max-width: 599px) {
  .resource-item-text {
    padding: 20px;
  }
}

@media (min-width: 600px) {
  .resource-item-text {
    padding: 32px 26px 26px 22px;
  }
}

.video-item {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  display: block;
}

.video-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50%;
}

.video-item:after {
  content: '';
  position: absolute;
  height: 100%;
  max-height: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.42) 100%);
}

.video-item-text {
  position: relative;
  z-index: 20;
  padding: 20px;
  color: #ffffff;
}

@media (max-width: 599px) {
  .block + .block {
    margin-top: 40px;
  }
}

@media (min-width: 600px) {
  .block + .block {
    margin-top: 58px;
  }
}

.block-type-author {
  border-bottom: 1px solid #DDD9D5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.block-type-author-image {
  border-radius: 100px;
  background-size: cover;
  background-position: center center;
}

.block-type-author-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.block-type-author-text p {
  margin: 0;
  font-size: 17px;
  line-height: 21px;
}

.block-type-author-text a.person-name-link {
	color: #202020;
}
.block-type-author-text a.person-name-link:hover {
    color: #667705;
}

.block-type-author-text p + p {
  margin-top: 2px;
}

.block-type-author.size-large .social {
  margin-top: 4px;
}

.block-type-author.size-large .social a {
  display: inline-block;
  margin-right: 10px;
}

.block-type-author.size-large a:hover svg {
  fill: rgba(0, 0, 0, 0.5);
}

.block-type-author.size-large svg {
  fill: rgba(0, 0, 0, 0.27);
}

.block-type-author.size-large svg[data-icon="linkedin"] {
  width: 15px;
  height: 15px;
}

.block-type-author.size-large svg[data-icon="twitter"] {
  width: 16px;
  height: 14px;
}

.block-type-author.size-large svg[data-icon="facebook"] {
  width: 9px;
  height: 15px;
}

@media (max-width: 599px) {
  .block-type-author.size-small .block-type-author-image {
    width: 54px;
  }
  .block-type-author.size-small .block-type-author-text {
    width: calc(100% - 54px - 20px);
  }
  .block-type-author.size-large .block-type-author-image {
    width: 80px;
  }
  .block-type-author.size-large .block-type-author-text {
    width: calc(100% - 80px - 22px);
  }
}

@media (min-width: 600px) {
  .block-type-author.size-small .block-type-author-image {
    width: 54px;
  }
  .block-type-author.size-small .block-type-author-text {
    width: calc(100% - 54px - 20px);
  }
  .block-type-author.size-large .block-type-author-image {
    width: 125px;
  }
  .block-type-author.size-large .block-type-author-text {
    width: calc(100% - 125px - 22px);
  }
}

@media (max-width: 1199px) {
  .block + .block-type-author.size-large {
    margin-top: 42px;
  }
  .block-type-author {
    padding-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .block + .block-type-author.size-large {
    margin-top: 42px;
  }
  .block-type-author {
    margin-top: -51px;
    padding-bottom: 32px;
    margin-bottom: -20px;
  }
}

.block + .block-type-categories {
  margin-top: 44px;
}

.block-type-categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #DDD9D5;
  padding-bottom: 43px;
  margin-bottom: -10px;
}

.block-type-categories p {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin: 0;
}

.block-type-categories .hollow-button, .block-type-categories .index-pagination .prev.page-numbers, .index-pagination .block-type-categories .prev.page-numbers,
.block-type-categories .index-pagination .next.page-numbers, .index-pagination .block-type-categories .next.page-numbers {
  margin-left: 14px;
}


.block-type-categories .hollow-button {
	margin: 6px 0 6px 6px;
    font-size: 12px;
    padding: 4px 8px 4px 8px;
}

.block-type-contact_profiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.block-type-contact_profiles-item {
  text-align: center;
  padding: 0 20px;
}

.block-type-contact_profiles-item .nice-type {
  margin-top: 6px;
}

.block-type-contact_profiles-item .nice-type p {
  line-height: 1.4;
}

@media (max-width: 699px) {
  .block-type-contact_profiles-item {
    width: 100%;
    max-width: 400px;
  }
  .block-type-contact_profiles-item:nth-child(n+2) {
    margin-top: 47px;
  }
}

@media (min-width: 700px) and (max-width: 899px) {
  .block-type-contact_profiles-item {
    width: 50%;
  }
  .block-type-contact_profiles-item:nth-child(n+3) {
    margin-top: 47px;
  }
}

@media (min-width: 900px) {
  .block-type-contact_profiles {
    width: calc(100% + 160px);
    margin-left: -80px;
  }
  .block-type-contact_profiles-item {
    width: 50%;
  }
  .block-type-contact_profiles-item:nth-child(n+3) {
    margin-top: 47px;
  }
}

.block-type-downloads {
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.block-type-downloads-primary_file_download {
  background: #A2BB17;
  padding: 13px;
}

.block-type-downloads-primary_file_download a {
display: block;
background: #ffffff;
padding: 12px 10px 11px;
text-align: center;
border-radius: 50px;
color: #70820D;
font-size: 15px;
font-weight: 500;
line-height: 1.2;
}

.block-type-downloads-primary_file_download a:hover {
	background: #70820D;
	color: #FFFFFF;
}

.block-type-downloads-primary_file_download a svg[data-icon="down_arrow"] {
  width: 10px;
  height: 12px;
  fill: #70820D;
  margin-left: 6px;
}

.block-type-downloads-primary_file_download a:hover svg[data-icon="down_arrow"] {
  fill: #FFF;
}

.block-type-downloads-additional_downloads ul {
  list-style: none;
  margin: 7px 0 0 0;
  padding: 0;
}

.block-type-downloads-additional_downloads a {
  display: block;
  font-size: 16px;
  line-height: 1.45;
}

@media (max-width: 599px) {
  .block-type-downloads .block-type-downloads-additional_downloads {
    padding: 15px 10px 26px;
    text-align: center;
  }
  .block-type-downloads.is-sidebar {
    margin-bottom: 6vw;
  }
}

@media (min-width: 600px) {
  .block-type-downloads.is-sidebar {
    float: right;
    width: 100%;
    max-width: 220px;
  }
  .block-type-downloads.is-sidebar + * {
    width: calc(100% - 260px);
  }
  .block-type-downloads.is-sidebar .block-type-downloads-additional_downloads {
    padding: 15px 18px 26px;
  }
  .block-type-downloads.not-sidebar .block-type-downloads-additional_downloads {
    padding: 15px 10px 26px;
    text-align: center;
  }
}

.block + .block-type-end_note {
  margin-top: 80px;
}

.block-type-end_note {
  font-size: 22px;
  text-align: center;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-bottom: 80px;
}

.block-type-end_note a {
  color: #788A0F;
}

.block + .block-type-events {
  margin-top: 82px;
}

.block-type-events {
  padding-bottom: 48px;
}

.block-type-events h3 {
  margin-bottom: 59px;
}

.width-narrow-centered .block-type-events h3 {
  text-align: center;
}

.width-narrow-centered .block-type-events .event-items {
  width: calc(100% + 242px);
  margin-left: -121px;
}

.block-type-faqs h3 {
  margin-bottom: 26px;
}

.block-type-generic_embed {
  padding-bottom: 6px;
}

.block-type-generic_embed .generic_embed-wrapper {
  font-size: 13px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.39);
  text-align: center;
}

.block-type-generic_embed .generic_embed-wrapper iframe,
.block-type-generic_embed .generic_embed-wrapper .twitter-tweet {
  border: 0 !important;
  margin: 0 auto;
}

.block-type-generic_embed .generic_embed-wrapper iframe[src*='soundcloud'] {
  max-height: 200px;
}

@media (max-width: 1199px) {
  .block-type-generic_embed h3 {
    margin-bottom: 33px;
  }
}

@media (min-width: 1200px) {
  .block-type-generic_embed h3 {
    margin-bottom: 33px;
  }
  .block-type-generic_embed .generic_embed-wrapper {
    width: calc(100% + 222px);
    margin-left: -111px;
  }
}

.block-type-gravity_form-embed {
    margin-top: 42px;
    background: #f3f2ef;
    color: #000000;
    padding: 10px 25px;
}

.block-type-image_and_text_row-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.block-type-image_and_text_row-row-image {
  background-size: cover;
  background-position: center center;
}

.block-type-image_and_text_row-row-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.block-type-image_and_text_row-row-text h5 {
  margin-bottom: 7px;
}

.block-type-image_and_text_row-row-text .nice-type {
  line-height: 1.55;
}

@media (max-width: 499px) {
  .block-type-image_and_text_row h3 {
    margin-bottom: 50px;
  }
  .block-type-image_and_text_row-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-type-image_and_text_row-row + .block-type-image_and_text_row-row {
    margin-top: 50px;
  }
  .block-type-image_and_text_row-row-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .block-type-image_and_text_row-row-image:before {
    padding-bottom: 75%;
  }
  .block-type-image_and_text_row-row-text {
    width: 100%;
  }
}

@media (min-width: 500px) {
  .block-type-image_and_text_row h3 {
    margin-bottom: 50px;
  }
  .block-type-image_and_text_row-row + .block-type-image_and_text_row-row {
    margin-top: 50px;
  }
  .block-type-image_and_text_row-row-image {
    width: calc(30% - 19px);
  }
  .block-type-image_and_text_row-row-text {
    width: calc(70% - 19px);
  }
}

.block-type-logo_grid h3 {
  margin-bottom: 40px;
}

.block-type-logo_grid-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-type-logo_grid-item {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.block-type-logo_grid-item:hover {
	opacity: 0.5;
}

.block-type-logo_grid-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50%;
}

@media (max-width: 399px) {
  .block-type-logo_grid-item {
    width: calc(50% - 10px);
  }
  .block-type-logo_grid-item:nth-child(2n+1) {
    margin-right: 20px;
  }
  .block-type-logo_grid-item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media (min-width: 400px) and (max-width: 599px) {
  .block-type-logo_grid-item {
    width: calc(33.33% - 20px);
  }
  .block-type-logo_grid-item:nth-child(3n+1), .block-type-logo_grid-item:nth-child(3n+2) {
    margin-right: 30px;
  }
  .block-type-logo_grid-item:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media (min-width: 600px) {
  .block-type-logo_grid-item {
    width: calc(25% - 30px);
  }
  .block-type-logo_grid-item:nth-child(4n+1), .block-type-logo_grid-item:nth-child(4n+2), .block-type-logo_grid-item:nth-child(4n+3) {
    margin-right: 40px;
  }
  .block-type-logo_grid-item:nth-child(n+5) {
    margin-top: 40px;
  }
}

.block-type-people {
  padding-bottom: 40px;
}

.block-type-people h3 + .block-type-people-items {
  margin-top: 49px;
}

.block-type-people-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-type-people-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #ffffff;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.12);
}

.block-type-people-item-inner {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 2;
      flex-grow: 2;
}

.block-type-people-item-inner h5 {
  padding: 25px 20px 1px 26px;
}

.block-type-people-item-inner h5 .blue-underline {
  --max-opacity: 0;
}

.block-type-people-item-inner p {
  margin: 0;
  padding: 0 20px 0 26px;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.5;
}

.block-type-people-item-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-top: 1px;
  margin-bottom: 11px;
  padding-left: 26px;
}

.block-type-people-item-social a {
  margin-right: 10px;
  z-index: 30;
}

.block-type-people-item-social a:hover svg {
  fill: rgba(0, 0, 0, 0.5);
}

.block-type-people-item-social svg {
  fill: rgba(0, 0, 0, 0.27);
}

.block-type-people-item-social svg[data-icon="linkedin"] {
  width: 14px;
  height: 14px;
}

.block-type-people-item-social svg[data-icon="twitter"] {
  width: 15px;
  height: 13px;
}

.block-type-people-item-social svg[data-icon="facebook"] {
    width: 10px;
    height: 15px;
}

.block-type-people-item-photo {
  position: relative;
  margin-top: auto;
}

.block-type-people-item-photo:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.block-type-people-item-photo-inner {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  width: calc(100% + 44px);
  position: absolute;
  top: 0;
  left: 20px;
}

.block-type-people-item-photo-inner:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: #619CD1;
}

.block-type-people-item-photo-inner-elem {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: saturate(0);
  mix-blend-mode: screen;
  background-size: cover;
  background-position: center center;
}

.block-type-people-item-inner:hover h5 .blue-underline {
  --max-opacity: 0.7;
}

.block-type-people-item-inner:hover .block-type-people-item-photo-inner-elem {
  filter: saturate(1);
  mix-blend-mode: normal;
}

@media (max-width: 499px) {
  .block-type-people-items.cols-3 .block-type-people-item {
    width: 100%;
  }
  .block-type-people-items.cols-3 .block-type-people-item:nth-child(n+2) {
    margin-top: 6vw;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .block-type-people-items.cols-3 .block-type-people-item {
    width: calc(50% - 3vw);
  }
  .block-type-people-items.cols-3 .block-type-people-item:nth-child(2n+1) {
    margin-right: 6vw;
  }
  .block-type-people-items.cols-3 .block-type-people-item:nth-child(n+3) {
    margin-top: 6vw;
  }
}

@media (min-width: 800px) {
  .block-type-people-items.cols-3 .block-type-people-item {
    width: calc(33.33% - 26px);
  }
  .block-type-people-items.cols-3 .block-type-people-item:nth-child(3n+1), .block-type-people-items.cols-3 .block-type-people-item:nth-child(3n+2) {
    margin-right: 39px;
  }
  .block-type-people-items.cols-3 .block-type-people-item:nth-child(n+4) {
    margin-top: 39px;
  }
}

@media (max-width: 499px) {
  .block-type-people-items.cols-4 .block-type-people-item {
    width: 100%;
  }
  .block-type-people-items.cols-4 .block-type-people-item:nth-child(n+2) {
    margin-top: 6vw;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .block-type-people-items.cols-4 .block-type-people-item {
    width: calc(50% - (6vw / 2));
  }
  .block-type-people-items.cols-4 .block-type-people-item:nth-child(2n+1) {
    margin-right: 6vw;
  }
  .block-type-people-items.cols-4 .block-type-people-item:nth-child(n+3) {
    margin-top: 6vw;
  }
}

@media (min-width: 800px) and (max-width: 1099px) {
  .block-type-people-items.cols-4 .block-type-people-item {
    width: calc(33.33% - 26px);
  }
  .block-type-people-items.cols-4 .block-type-people-item:nth-child(3n+1), .block-type-people-items.cols-4 .block-type-people-item:nth-child(3n+2) {
    margin-right: 39px;
  }
  .block-type-people-items.cols-4 .block-type-people-item:nth-child(n+4) {
    margin-top: 39px;
  }
}

@media (min-width: 1100px) {
  .block-type-people-items.cols-4 .block-type-people-item {
    width: calc(25% - 33px);
  }
  .block-type-people-items.cols-4 .block-type-people-item:nth-child(4n+1), .block-type-people-items.cols-4 .block-type-people-item:nth-child(4n+2), .block-type-people-items.cols-4 .block-type-people-item:nth-child(4n+3) {
    margin-right: 44px;
  }
  .block-type-people-items.cols-4 .block-type-people-item:nth-child(n+5) {
    margin-top: 44px;
  }
}


.people-single-profile-wrap {
	width: 100%;
	position: relative;
	max-width: 830px;
	margin: 180px auto 20px;
}
	@media (max-width: 799px) {
		.people-single-profile-wrap {
			margin-bottom: 40px;
		}
	}
	.people-single-profile-wrap:before {
		content: '';
	    position: absolute;
	    top: 10px;
	    left: 0;
	    right: 0;
	    bottom: 10px;
	    background: #BED158;
	    -webkit-transform: rotate(3deg);
	        -ms-transform: rotate(3deg);
	            transform: rotate(3deg);
	    z-index: -1;
	}
	.single-profile-inner {
		background: #ffffff;
		-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
		        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
		padding: 50px;
	}
	.single-profile-inner .block + .block {
    	margin-top: 30px;
	}
	.single-profile-inner .block-type-author {
		margin-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}
	.single-profile-inner .block-type-author.size-large .block-type-author-image {
		width: 170px;
		height: 170px;
	}
	.single-profile-inner .block-type-people-item-social {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	@media (min-width: 600px) {
		.single-profile-inner .block-type-author.size-large .block-type-author-text {
		    width: calc(100% - 185px - 22px);
		}
	}
	@media (max-width: 599px) {
		.single-profile-inner {
			padding: 30px;
		}
		.single-profile-inner .block-type-author {
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			text-align: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}
		.block-type-author.size-large .block-type-author-text {
			margin-top: 10px;
		}
		.block-type-author.size-large .block-type-author-text h1 {
			margin-bottom: 10px;
		}
		.block-type-people-item-social {
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}
		.block-type-author.size-large .block-type-author-text {
			width: 100%;
		}
		.single-profile-inner .block-type-people-item-social {
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
	}
	.single-profile-inner .block-type-people-item-social {
		padding-left: 0;
		margin-top: 10px;
	}
	a.people-item-website {
		color: #B5B5B5;
		font-size: 14px;
		text-decoration: underline;
	}
	a.people-item-website:hover {
		color: #667705;
	}


.block-type-pricing_blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-type-pricing_blocks-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.block-type-pricing_blocks-item:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 18px;
  left: 0;
  transform: rotate(4deg);
  background: var(--main-color);
  z-index: -1;
}

.block-type-pricing_blocks-item-inner {
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 24px 20px 26px 24px;
  overflow: hidden;
}

.block-type-pricing_blocks-item-inner .name {
  background: var(--main-color);
  color: #ffffff;
  display: inline-block;
  padding: 2px 8px 5px 24px;
  margin-left: -24px;
}

.block-type-pricing_blocks-item-inner .description {
  margin: 19px 0 17px;
  line-height: 1.25;
}

.block-type-pricing_blocks-item-inner .price {
  font-family: 'Roboto Slab', serif;
  color: var(--main-color);
  font-weight: 700;
  margin: 17px 0 0 0;
}

@media (max-width: 599px) {
  .block-type-pricing_blocks .block-type-pricing_blocks-item {
    width: 100%;
  }
  .block-type-pricing_blocks .block-type-pricing_blocks-item:before {
    top: 22px;
    bottom: 22px;
    left: -6px;
    right: -6px;
  }
  .block-type-pricing_blocks .block-type-pricing_blocks-item .block-type-pricing_blocks-item-inner {
    width: 100%;
  }
  .block-type-pricing_blocks .block-type-pricing_blocks-item:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .block-type-pricing_blocks .block-type-pricing_blocks-item {
    width: calc(50% - 50px);
    margin: 0 25px 30px;
  }
}

@media (min-width: 900px) {
  .block-type-pricing_blocks {
    width: calc(100% + 120px);
    margin-left: -60px;
  }
  .block-type-pricing_blocks .block-type-pricing_blocks-item {
    width: calc(33.33% - 54px);
    margin: 0 27px 38px;
  }
}

.width-narrow-centered .block-type-resources h3 {
  text-align: center;
}

@media (max-width: 899px) {
  .block + .block-type-resources {
    margin-top: 82px;
  }
  .block-type-resources {
    padding-bottom: 0;
  }
  .block-type-resources h3 {
    margin-bottom: 50px;
  }
}

@media (min-width: 900px) {
  .block + .block-type-resources {
    margin-top: 82px;
  }
  .block-type-resources {
    padding-bottom: 48px;
  }
  .block-type-resources h3 {
    margin-bottom: 59px;
  }
  .width-narrow-centered .block-type-resources .resources-group-items {
    width: calc(100% + 242px);
    margin-left: -121px;
  }
}

.block-type-single_share {
  position: relative;
}

.block-type-single_share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-type-single_share li {
  display: block;
  width: 100%;
  position: relative;
}

.block-type-single_share li:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.block-type-single_share a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background 0.15s ease;
}

.block-type-single_share a:hover {
  background: #DDD9D5;
}

.block-type-single_share svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: rgba(0, 0, 0, 0.8);
}

.block-type-single_share svg[data-icon="twitter"] {
  width: 17px;
  height: 15px;
}

.block-type-single_share svg[data-icon="facebook"] {
  width: 8px;
  height: 19px;
}

.block-type-single_share svg[data-icon="linkedin"] {
  width: 16px;
  height: 16px;
}

.block-type-single_share svg[data-icon="mail"] {
  width: 15px;
  height: 13px;
}

.block-type-single_share svg[data-icon="print"] {
  width: 17px;
  height: 17px;
}

@media (max-width: 1199px) {
  .block-type-single_share {
    margin-top: -6vw;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) and (max-width: 800px) {
  .block-type-single_share {
    margin-top: calc(-6vw + 30px);
  }
}

@media (max-width: 1199px) {
  .block-type-single_share ul {
    height: 42px;
    display: -ms-flexbox;
    display: flex;
  }
  .block-type-single_share ul li {
    width: 42px;
    height: 42px;
  }
  .block-type-single_share ul li a {
    border: 1px solid #DDD9D5;
    border-left: 0;
  }
  .block-type-single_share ul li:first-child a {
    border-left: 1px solid #DDD9D5;
  }
}

@media (min-width: 1200px) {
  .block-type-single_share {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    width: calc(100% + 350px);
    margin-left: -175px;
  }
  .block-type-single_share ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
  }
  .block-type-single_share ul li a {
    border: 1px solid #DDD9D5;
    border-top: 0;
  }
  .block-type-single_share ul li:first-child a {
    border-top: 1px solid #DDD9D5;
  }
}

.block-type-stories h3 {
  margin-bottom: 59px;
}

.width-narrow-centered .block-type-stories h3 {
  text-align: center;
}

@media (min-width: 1000px) {
  .block + .block-type-stories {
    margin-top: 82px;
  }
  .block-type-stories {
    padding-bottom: 48px;
  }
}

@media (min-width: 1000px) {
  .block + .block-type-stories {
    margin-top: 82px;
  }
  .block-type-stories {
    padding-bottom: 48px;
  }
  .width-narrow-centered .block-type-stories .story-items {
    width: calc(100% + 242px);
    margin-left: -121px;
  }
}

.block-type-testimonials {
 
}

@media (min-width: 1200px) {
	.width-narrow-centered blockquote,
	.width-narrow-centered .block-type-testimonials .block-type-author.testimonial {
	    width: calc(100% + 187px);
	    margin-left: -86px;
	}
}

.block-type-testimonials h3 {
  margin-bottom: 35px;
}

.block-type-testimonials .block-type-author {
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0;
}

blockquote,
.block-type-testimonials-quote {
  width: 100%;
  position: relative;
}

blockquote {
	margin: 40px 0 70px;
	padding: 30px 30px 30px 88px;
}

@media (max-width: 599px) {
	blockquote {
		margin: 40px 0 70px;
		    padding: 30px 30px 30px 60px;
	}	
}

blockquote cite {
	position: absolute;
    left: 0;
    bottom: -70px;
    color: #AA1C66;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
}

@media (max-width: 599px) {
	blockquote cite {
		left: 0;
		bottom: -65px;
	}	
}

blockquote:before,
.block-type-testimonials-quote:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #F1F0ED;
	content: "";
	top:0;
	left: 0;
	transform: skew(0deg, -0.85deg);
}

.block-type-testimonials-quote.bg-magenta:before {
	background: #AA1C66;
}


blockquote:after,
.block-type-testimonials-quote:after {
	position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 30px 0;
    border-color: transparent #F1F0ED transparent transparent;
    content: "";
    bottom: -35px;
    left: 18px;
}

.block-type-testimonials-quote.bg-magenta:after {
	border-color: transparent #AA1C66 transparent transparent;
}

.block-type-testimonials-quote svg[data-icon="quote"] {
  fill: #AA1C66;
  position: absolute;
}

blockquote p,
.block-type-testimonials-quote p {
  font-style: italic;
  margin: 0;
	font-size: 19px;
	line-height: 27px;
	position: relative;
	z-index: 10;
}

blockquote p:before {
    content: "\0022";
    position: absolute;
    left: -44px;
    font-size: 70px;
    color: #AA1C66;
    top: 15px;
}

@media (min-width: 600px) {
	blockquote p:before {
	    left: -64px;
	    font-size: 110px;
	    top: 30px;
	}
}

.block-type-testimonials-quote.bg-magenta p {
	color: #FFF;
}

.block-type-testimonials-quote.bg-magenta svg[data-icon="quote"] {
	fill: #FFF;
}

.block-type-testimonials .block-type-author .block-type-author-text .persons-name {
	color: #AA1C66;
}

.block-type-testimonials .block-type-author .block-type-author-text .persons-name {
	color: #AA1C66;
}

.block-type-testimonials .block-type-author .block-type-author-text .job-title-position {
	font-size: 16px;
}

.block-type-testimonials .block-type-author.testimonial .testimonial-author-wrap {
    margin: 17px 0 0 88px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.block-type-testimonials .block-type-author.testimonial .block-type-author-image {
	width: 45px;
	border: 1px solid #efefef;
}

.block-type-testimonials .block-type-author.testimonial .block-type-author-text {
	width: calc(100% - 44px - 20px);
}

@media (max-width: 599px) {
  .block-type-testimonials .block-type-author + .block-type-author {
    margin-top: 40px;
  }
  .block-type-testimonials-quote {
    padding: 20px 20px 20px 56px;
  }
  .block-type-testimonials-quote svg[data-icon="quote"] {
    width: 18px;
    height: 22px;
    top: 22px;
    left: 22px;
  }
  .block-type-author {
	flex-wrap: wrap;  
  }
  .block-type-testimonials-quote p {
	  font-size: 18px;
	  line-height: 1.3;
  }
  blockquote:after,
  .block-type-testimonials-quote:after {
    bottom: -30px;
    left: 8px;
    border-width: 30px 35px 30px 0;
  }
  .block-type-testimonials .block-type-author.testimonial .testimonial-author-wrap {
	      margin: 12px 0 0 56px;
  }
}

@media (min-width: 600px) {
  .block-type-testimonials .block-type-author + .block-type-author {
    margin-top: 50px;
  }
  .block-type-testimonials-quote {
    padding: 30px 30px 30px 85px;
  }
  .block-type-testimonials-quote svg[data-icon="quote"] {
  	width: 36px;
    height: 29px;
    top: 35px;
    left: 30px;
  }
}

.block-type-text_content h3 {
  margin-bottom: 33px;
}

.block-type-text_content .line-heading, .block-type-text_content .nice-type h3, .nice-type .block-type-text_content h3 {
  margin-bottom: 27px;
}

.block-type-text_content.block-inset-yes {
  background: #F1F0ED;
}

@media (max-width: 599px) {
  .block-type-text_content.block-inset-yes {
    padding: 9vw 6vw;
  }
}

@media (min-width: 600px) {
  .block-type-text_content.block-inset-yes {
    padding: 33px 35px 50px 39px;
  }
  .block-type-text_content.block-inset-yes .nice-type {
  }
  .block-type-text_content.block-inset-yes .nice-type > p {
  }
  .block-type-text_content.block-inset-yes .nice-type > p:last-of-type + * {
    margin-top: 0;
  }
  .block-type-text_content.block-inset-yes .nice-type ul {
    display: block;
  }
  .block-type-text_content.block-inset-yes .nice-type ul li + li {
    margin-top: 1em;
  }
}

@media (min-width: 600px) {
  .block-type-text_content.two-col-lists-yes .nice-type ul,
  .block-type-text_content.two-col-lists-yes .nice-type ol {
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
  }
  .block-type-text_content.two-col-lists-yes .nice-type ul li,
  .block-type-text_content.two-col-lists-yes .nice-type ol li {
	  display: inline-block;
	  margin: 0 0 1em 0 !important;
	  width: 46%;
  }
}

.block-type-tick_list h3 + .nice-type {
	margin-top: 33px;
}

.block-type-tick_list-items {
  margin: 32px 0 0 0;
  padding: 0;
  list-style: none;
}

.block-type-tick_list-items li {
  position: relative;
  padding-left: 35px;
  line-height: 1.35;
}

.block-type-tick_list-items li svg[data-icon="tick"] {
  width: 13px;
  height: 12px;
  height: 1em;
  fill: currentColor;
  position: absolute;
  top: 3px;
  left: 1px;
}

.block-type-tick_list-items li + li {
  margin-top: 1.35em;
}

.block-type-tick_list-cta {
  position: relative;
}

.block-type-tick_list-cta:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 10px;
  background: #BED158;
  transform: rotate(3deg);
  z-index: -1;
}

.block-type-tick_list-cta-inner {
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.block-type-tick_list-cta-inner h5 {
  margin-bottom: 9px;
}

.block-type-tick_list-cta-inner .nice-type {
  font-size: 16px;
  line-height: 1.45;
}

.block-type-tick_list-cta-inner .nice-type a {
  word-break: break-word;
}

.block-type-tick_list.has-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.block-type-tick_list.has-cta h3 {
  width: 100%;
}

@media (max-width: 699px) {
  .block-type-tick_list-cta-inner {
    padding: 22px 31px 40px 24px;
  }
  .block-type-tick_list.has-cta .block-type-tick_list-cta {
    margin-top: 30px;
  }
}

@media (min-width: 700px) {
  .block-type-tick_list-cta-inner {
    padding: 22px 31px 40px 24px;
  }
  .block-type-tick_list.has-cta .block-type-tick_list-items {
    width: calc(100% - 255px - 40px);
  }
  .block-type-tick_list.has-cta .block-type-tick_list-cta {
    width: 255px;
  }
}

.block-type-video {
  padding-bottom: 6px;
}

.block-type-video h3 {
  margin-bottom: 33px;
}

@media (min-width: 1200px) {
  .width-narrow-centered .block-type-video .video-wrapper {
    width: calc(100% + 222px);
    margin-left: -111px;
  }
}


.block-type-image-gallery h3 {
    margin-bottom: 33px;
}

figure.gallery-image-single {
	margin: 0 0 50px;
	width: 100%;
}
	.flickity-slider figure.gallery-image-single {
		margin: 0 10px;
	}
	figure.gallery-image-single img {
		width: 100%;
	}
	figure.gallery-image-single figcaption {
	    width: 100%;
	    text-align: center;
	    font-size: 15px;
	    margin: 10px 0 0;
	}
	figure.gallery-image-single figcaption span.image-gallery-caption {
		
	}
	figure.gallery-image-single figcaption span.image-gallery-credit {
	}
	figure.gallery-image-single figcaption span.image-gallery-credit a {
		text-decoration: underline;
	}
	figure.gallery-image-single figcaption span.image-gallery-credit a:hover {
		text-decoration: none;
	}
	@media (max-width: 600px) {
		.block-type-image-gallery .flickity-prev-next-button {
		  transform: translateY(calc(-50% - 25px));
		}
	}



@media (min-width: 1200px) {
  .width-narrow-centered .block-type-image-gallery .image-gallery-wrapper {
    width: calc(100% + 222px);
    margin-left: -111px;
  }
}


/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: #f9f8f6;
  border: none;
  color: #333;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:hover svg {
  fill: #bed158;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:focus svg {
  fill: #bed158;
}

.flickity-button:active svg {
  fill: #6a7822;
}

.flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: -15px;
    border-radius: 0 50% 50% 0;
}
.flickity-prev-next-button.next { 
	right: -15px;
    border-radius: 50% 0 0 50%;
}
.flickity-prev-next-button.next .flickity-button-icon {
	left: 14px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
    left: 14px;
    top: 20%;
    width: 27px;
    height: 33px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/*****
  Development Styles
*****/
body.debug_mq:before {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  padding: 5px 8px 6px;
  line-height: 1;
  margin-left: 5px;
  font-family: "Menlo", "Courier";
}

@media (max-width: 399px) {
  body.debug_mq:before {
    content: "@include respond('to', 'mobile') {}";
    background: #fc0;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'mobile', 'large_mobile') {}";
    background: #f00;
  }
}

@media (min-width: 500px) and (max-width: 599px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_mobile', 'phablet') {}";
    background: #060;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'phablet', 'small_tablet') {}";
    background: #060;
  }
}

@media (min-width: 700px) and (max-width: 799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_tablet', 'tablet') {}";
    background: #006;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'tablet', 'large_tablet') {}";
    background: #046;
  }
}

@media (min-width: 1000px) and (max-width: 1299px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_tablet', 'small_desktop') {}";
    background: #506;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_desktop', 'desktop') {}";
    background: #907;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'desktop', 'huge') {}";
    background: #09c;
  }
}

@media (min-width: 1800px) {
  body.debug_mq:before {
    content: "@include respond('from', 'huge') {}";
    background: #f06;
  }
}
