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

/* bs5 simulations */
/* xs: <576px (mobile) */
.d-none  { display: none; }
.d-block { display: block; }

/* sm: ≥576px */
@media (min-width: 576px) {
	.d-sm-none  { display: none; }
	.d-sm-block { display: block; }
}

/* md: ≥768px */
@media (min-width: 768px) {
	.d-md-none  { display: none; }
	.d-md-block { display: block; }
}

/* lg: ≥992px */
@media (min-width: 992px) {
	.d-lg-none  { display: none; }
	.d-lg-block { display: block; }
}

/* xl: ≥1200px */
@media (min-width: 1200px) {
	.d-xl-none  { display: none; }
	.d-xl-block { display: block; }
}

/* xxl: ≥1400px */
@media (min-width: 1400px) {
	.d-xxl-none  { display: none; }
	.d-xxl-block { display: block; }
}

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Light.woff2") format("woff2"), url("fonts/Avenir-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-LightOblique.woff2") format("woff2"), url("fonts/Avenir-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Roman.woff2") format("woff2"), url("fonts/Avenir-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Oblique.woff2") format("woff2"), url("fonts/Avenir-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Medium.woff2") format("woff2"), url("fonts/Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-MediumOblique.woff2") format("woff2"), url("fonts/Avenir-MediumOblique.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Black.woff2") format("woff2"), url("fonts/Avenir-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Black Oblique';
  src: url("fonts/Avenir-BlackOblique.woff2") format("woff2"), url("fonts/Avenir-BlackOblique.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url("fonts/GlacialIndifference-Italic.woff2") format("woff2"), url("fonts/GlacialIndifference-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url("fonts/GlacialIndifference-Bold.woff2") format("woff2"), url("fonts/GlacialIndifference-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url("fonts/GlacialIndifference-Regular.woff2") format("woff2"), url("fonts/GlacialIndifference-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * 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;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          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: 30px;
  height: 27px;
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-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;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          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;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  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;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  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;
  -webkit-transform: translateZ(0);
          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;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          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;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  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;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.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 {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          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;
}

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

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

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

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .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;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* 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;
  -webkit-transition: all .2s;
  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: rgba(0, 0, 0, 0);
  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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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": 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;
}

.news-item[data-href] {
  cursor: default;
}

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

body {
  background: #f8f8f8;
}

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

.very_small .wrapper {
  margin-right: unset;
}

.very_small .padded {
	padding-top:50px !important;
}
@media (min-width: 700px) {
  .very_small .padded {
    padding-top:65px !important;
  }
}
@media (max-width: 1399px) {
  .padded, .padded-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

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

.site-header {
  background-color: #FFFFFF;
}

@media (max-width: 699px) {
  .site-header .padded, .site-header .padded-wrapper {
    padding-top: 20px;
    padding-bottom: 21px;
  }
}

@media (min-width: 700px) {
  .site-header .padded, .site-header .padded-wrapper {
    padding-top: 26px;
    padding-bottom: 27px;
  }
}

.site-header .wrapper, .site-header .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  position: relative;
}

.logo_AO {
	height:90px;
	margin-top:50px
}
@media screen and (max-width: 500px) {
	.logo_AO {
		height:auto;
		max-width:60px;
		margin-top:100px
	}
}
.site-header-logo {
  /* font-family: 'Glacial Indifference', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  display: block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
}

.site-header-logo {
  font-size: 20px;
}

@media screen and (min-width: 500px) {
  .site-header-logo {
    font-size: calc(20px + 16 * ((100vw - 500px) / 400));
  }
}

@media screen and (min-width: 900px) {
  .site-header-logo {
	font-size: 36px;
  }
}
@media screen and (min-width: 800px) {
  .site-header-logo {
	/* margin-right:200px */
  }
}

.site-menu-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 200;
}

@media (max-width: 699px) {
  .site-menu-toggle {
    -webkit-transform: scale(0.8) translateY(-75%);
            transform: scale(0.8) translateY(-75%);
  }
}

.site-menu-toggle .hamburger-box {
  display: block;
}

/* html[data-nav-state="closed"] .site-menu-toggle:after {
  content: 'Menu';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
} */

.site-header-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  background: linear-gradient(200deg, #293b43 40%, #618797 100%) !important;
  z-index: 100;
}


html[data-nav-state="open"] .site-header-nav {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.site-header-nav-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

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

.site-header-nav-inner > ul {
  margin-top: 130px;
}

@media screen and (min-width: 500px) {
  .site-header-nav-inner > ul {
    margin-top: calc(130px + 32 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .site-header-nav-inner > ul {
    margin-top: 162px;
  }
}

.site-header-nav-inner > ul {
  margin-right: 30px;
}

@media screen and (min-width: 500px) {
  .site-header-nav-inner > ul {
    margin-right: calc(30px + 20 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .site-header-nav-inner > ul {
    margin-right: 50px;
  }
}

.site-header-nav-inner > ul {
  margin-bottom: 130px;
}

@media screen and (min-width: 500px) {
  .site-header-nav-inner > ul {
    margin-bottom: calc(130px + 32 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .site-header-nav-inner > ul {
    margin-bottom: 162px;
  }
}

.site-header-nav-inner > ul {
  margin-left: 50px;
}

@media screen and (min-width: 500px) {
  .site-header-nav-inner > ul {
    margin-left: calc(50px + 20 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .site-header-nav-inner > ul {
    margin-left: 70px;
  }
}

.site-header-nav-inner > ul > li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.site-header-nav-inner > ul > li:first-child {
  margin-top: 0;
}

.site-header-nav-inner > ul > li:last-child {
  margin-bottom: 0;
}

.site-header-nav-inner li {
  margin: 0;
  padding: 0;
}

.site-header-nav-inner a:not(.site-header-social a) {
  display: inline-block;
  position: relative;
  font-family: 'Glacial Indifference', sans-serif;
  color: #ffffff;
}

/* Stile grande solo per i menu di primo livello */
.site-header-nav-inner > ul > li > a {
  font-size: 30px;
}

@media screen and (min-width: 500px) {
  .site-header-nav-inner > ul > li > a {
    font-size: calc(30px + 30 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .site-header-nav-inner > ul > li > a {
    font-size: 60px;
  }
}

.site-header-nav-inner a:after {
  content: '';
  position: absolute;
  top: 57%;
  left: -1em;
  right: -1em;
  height: 1px;
  background-color: #9d8f5c;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* annullo dentro il footer social */
.site-header-social a::after {
  content: none;
}


.site-header-nav-inner li.current_page_item > a:after,
.site-header-nav-inner li:hover > a:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* NON evidenziare il parent quando ha un child attivo - solo tenerlo aperto */
.site-header-nav-inner li.current_page_parent > a:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Evidenzia i submenu items quando sono current */
.site-header-nav-inner .sub-menu li.current_page_item > a:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.site-header-nav-inner .sub-menu {
  margin-top: 10px;
  margin-bottom: 20px;
}

.site-header-nav-inner .sub-menu {
  margin-left: 0px;
}

@media screen and (min-width: 500px) {
  .site-header-nav-inner .sub-menu {
    margin-left: calc(0px + 40 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .site-header-nav-inner .sub-menu {
    margin-left: 40px;
  }
}

.site-header-nav-inner .sub-menu li:nth-child(n+2) {
  margin-top: 5px;
}

.site-header-nav-inner .sub-menu a {
  font-size: 18px;
}

@media screen and (min-width: 500px) {
  .site-header-nav-inner .sub-menu a {
    font-size: calc(18px + 6 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .site-header-nav-inner .sub-menu a {
    font-size: 24px;
  }
}

.site-header-nav-inner .sub-menu a {
  padding-left: 35px;
}

@media screen and (min-width: 500px) {
  .site-header-nav-inner .sub-menu a {
    padding-left: calc(35px + 23 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .site-header-nav-inner .sub-menu a {
    padding-left: 58px;
  }
}

.site-header-nav-inner .sub-menu a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  height: 2px;
  margin-top: -0.5px;
  background-color: #ffffff;
}

.site-header-nav-inner .sub-menu a:before {
  width: 25px;
}

@media screen and (min-width: 500px) {
  .site-header-nav-inner .sub-menu a:before {
    width: calc(25px + 20 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .site-header-nav-inner .sub-menu a:before {
    width: 45px;
  }
}

.site-header-nav-inner .sub-menu a:after {
  display: none;
}

/* Mostra l'evidenziazione per i submenu items current */
.site-header-nav-inner .sub-menu li.current_page_item > a:after {
  display: block !important;
}

/* Submenu chiuso di default */
.site-header-nav-inner .menu-item-has-children .sub-menu {
  display: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

/* Submenu aperto quando ha la classe submenu-open o current_page_parent */
.site-header-nav-inner .menu-item-has-children.submenu-open .sub-menu,
.site-header-nav-inner .menu-item-has-children.current_page_parent .sub-menu {
  display: block;
  max-height: 2000px;
  opacity: 1;
}

.site-footer {
  background-color: #293b43;
  background: linear-gradient(200deg, #293b43 40%, #618797 100%) !important;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer-left svg {
  display: block;
  width: 92px;
}

.site-footer-right {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
}

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

.site-footer-copyright {
  display: block;
  font-style: normal;
  font-size: inherit;
}

.site-footer-maker {
  display: block;
  font-style: normal;
  font-size: inherit;
}

.site-footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer-social svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

@media (max-width: 599px) {
  .site-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer-right {
    margin-top: 50px;
    text-align: center;
  }
  .site-footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer-social li {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (min-width: 600px) {
  .site-footer-right {
    text-align: right;
  }
  .site-footer-social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-footer-social li {
    margin-left: 15px;
  }
}

.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 .js-load-more svg.uil-default {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

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

.load-more-button span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

[data-accordion-item] {
  border-bottom: 1px solid red;
}

[data-accordion-item-toggle] {
  position: relative;
  cursor: pointer;
}

[data-accordion-item-toggle] h3 {
  position: relative;
}

[data-accordion-item-toggle-icon] {
  position: absolute;
}

[data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
  content: '';
  display: block;
  background: red;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

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

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

[data-accordion-item-content] {
  display: none;
}

@media (max-width: 699px) {
  [data-accordion-item] {
    padding-bottom: 10px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    font-size: 15px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }
  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 20px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 18px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  [data-accordion-item] {
    padding-bottom: 14px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 24px;
    padding-bottom: 30px;
    padding-bottom: 6px;
  }
  [data-accordion-item-toggle-icon] {
    width: 18px;
    height: 18px;
    top: 26px;
    right: 0;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 18px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}

@media (min-width: 1000px) {
  [data-accordion-item] {
    padding-bottom: 14px;
  }
  [data-accordion-item-toggle] {
    padding-right: 60px;
  }
  [data-accordion-item-toggle] h3 {
    padding-top: 35px;
    padding-bottom: 30px;
    padding-bottom: 17px;
  }
  [data-accordion-item-toggle-icon] {
    width: 26px;
    height: 26px;
    top: 34px;
    right: 6px;
  }
  [data-accordion-item-toggle-icon]:before, [data-accordion-item-toggle-icon]:after {
    width: 26px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
  [data-accordion-item-content] > *:last-child {
    padding-bottom: 18px;
  }
}

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

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

.ajax-window .ajax-window-content {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

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

.ajax-window-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 510;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-ajax-close] {
  cursor: pointer;
  width: 23px;
  height: 23px;
  fill: #000000;
}

[data-ajax-close]:hover {
  fill: #000000;
}

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

.ajax-window-bottom-close-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 699px) {
  .ajax-window-inner {
    padding: 6vw 0 40px;
  }
  .ajax-window-bottom-close {
    margin-top: 50px;
  }
  .ajax-window-bottom-close-inner {
    padding-top: 40px;
  }
}

@media (min-width: 700px) {
  .ajax-window-inner {
    padding: 80px 0;
  }
  .ajax-window-bottom-close {
    margin-top: 71px;
  }
  .ajax-window-bottom-close-inner {
    padding-top: 63px;
  }
}

body .fancybox-bg {
  background: #ffffff;
}

body .fancybox-content {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

body .fancybox-is-open .fancybox-bg {
  opacity: 1;
}

body .fancybox-button {
  background: transparent;
  outline: 0;
}

body .fancybox-button svg {
  fill: #000000;
}

body .fancybox-button.fancybox-button--close {
  margin-top: 18px;
  margin-right: 12px;
}

body .fancybox-toolbar {
  top: 1.2vw;
  right: 1.2vw;
}

@media (max-width: 599px) {
  body .fancybox-slide {
    padding: 5vh 53px 20vh;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 5vh 53px 35vh;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  body .fancybox-slide {
    padding: 10vh 12vw 20vh;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 100px 12vw 300px;
  }
}

@media (min-width: 1000px) {
  body .fancybox-slide {
    padding: 100px 120px 160px;
  }
  body .fancybox-slide.fancybox-slide--video {
    padding: 120px 140px 300px;
  }
}

.fancybox-is-open.fancybox-container .page-header {
  opacity: 1;
}

.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
  cursor: pointer;
}

.fancybox-button.fancybox-button--arrow_left svg,
.fancybox-button.fancybox-button--arrow_right svg {
  width: 24px;
  height: 15px;
}

.fancybox-button.fancybox-button--arrow_left:hover,
.fancybox-button.fancybox-button--arrow_right:hover {
  opacity: 0.3;
}

@media (max-width: 599px) {
  .fancybox-button.fancybox-button--arrow_left,
  .fancybox-button.fancybox-button--arrow_right {
    width: 53px;
    height: 43px;
    padding: 14px;
  }
}

@media (min-width: 600px) {
  .fancybox-button.fancybox-button--arrow_left,
  .fancybox-button.fancybox-button--arrow_right {
    width: 65px;
    height: 55px;
    padding: 20px;
  }
}

.fancybox-button.fancybox-button--arrow_left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 599px) {
  .fancybox-button.fancybox-button--arrow_left {
    left: 0;
  }
}

@media (min-width: 600px) {
  .fancybox-button.fancybox-button--arrow_left {
    left: 20px;
  }
}

@media (max-width: 599px) {
  .fancybox-button.fancybox-button--arrow_right {
    right: 0;
  }
}

@media (min-width: 600px) {
  .fancybox-button.fancybox-button--arrow_right {
    right: 20px;
  }
}

.lightbox-custom-caption {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 1em;
}

.lightbox-custom-caption p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.lightbox-custom-caption p.lightbox-download {
  margin-top: 1em;
}

.lightbox-custom-caption .lightbox-download .press-download-button span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.lightbox-custom-caption > * {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-header {
  /* background-color: #618797; */
  color: #ffffff;
}

@media (max-width: 799px) {
  .page-header {
    --side-offset: 0px;
    --corner-height: 72px;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .page-header {
    --side-offset: 80px;
    --corner-height: 60px;
  }
}

@media (min-width: 1000px) {
  .page-header {
    --side-offset: 119px;
    --corner-height: 72px;
  }
}

body.home .page-header {
  --corner-height: 0px;
}

.page-header.page-header-has-image {
  padding-right: var(--side-offset);
}

.page-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-header-has-image.very_small .page-header-inner {
  min-height: 100px !important;
}

@media (max-width: 699px) {
  .page-header-has-image .page-header-inner {
    min-height: 80vw;
  }
}

@media (min-width: 700px) {
  .page-header-has-image .page-header-inner {
    min-height: 350px;
  }
  .page-header-has-image .page-header-inner {
    height: calc(93vh - 106px);
  }
  
}
.page-header-has-image.small .page-header-inner {
  height: calc(53vh - 106px);
}


@media (min-width: 1000px) {
  .page-header-has-image.very_small .page-header-inner {
    height: calc(20vh - 106px);
  }
}
@media (max-width: 999px) {
  .page-header-has-image.very_small .page-header-inner {
    height: auto;
    min-height: 120px !important;
  }
}
.page-header-has-image.very_small .page-header-social {
	margin-top:30px;
}

.very_small {
	background-color: #293b43;
}
.page-header-inner .padded, .page-header-inner .padded-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 122px;
  padding-bottom: 47px;
}

.page-header-has-image .page-header-inner .padded, .page-header-has-image .page-header-inner .padded-wrapper {
  width: calc(100% + var(--side-offset));
  margin-left: calc(var(--side-offset) * -1);
}

.page-header-inner .wrapper, .page-header-inner .padded-wrapper {
  max-width: calc(100% - calc(var(--side-offset) * 2));
}

.page-header-has-image {
  position: relative;
}

.page-header-has-image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50vw;
  height: var(--corner-height);
  background: #f8f8f8;
  z-index: 5;
}

.page-header-has-image .padded, .page-header-has-image .padded-wrapper {
  position: relative;
  z-index: 15;
  padding-bottom: 63px;
}

.page-header-has-image .page-header-content:after {
  background: #9d8f5c;
}

.page-header-has-image .page-header-taxonomy {
  color: #9d8f5c;
}

.page-header-background {
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.page-header-background span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  z-index: 4;
}

.page-header-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(42%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.83)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.83));
  z-index: 6;
}
.page-header-background.nolinear:after {
  background-image: none;
}
.page-header-background.nolinear {
	background-color:#618797;
}

.page-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

body.home .page-header-content .page-header-subtitle:before {
  margin-bottom: 17px;
}

body.home .page-header-content .page-header-subtitle:before, .page-header-content.line-yes:after {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background-color: currentColor;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
}

.page-header-taxonomy {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: -13px;
  font-family: 'Glacial Indifference', sans-serif;
}

.page-header-title {
  margin-top: 20px;
}

.page-header-cite {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 3px;
  font-weight: 500;
}

.page-header-social {
  position: absolute;
  top: 0;
  right: 0;
  bottom: var(--corner-height);
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 799px) {
  .page-header-social {
    display: none;
  }
}
@media (min-width: 800px) {
	.page-header-social-MOBILE {
		display: none;
	  }
}

/* Mobile social icons - allineamento orizzontale */
@media (max-width: 799px) {
	.page-header-social-MOBILE {
		display: flex !important;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 15px;
		list-style: none;
		padding: 0 !important;
	}

	.page-header-social-MOBILE li {
		margin: 0 !important;
	}

	.page-header-social-MOBILE svg {
		width: 24px;
		height: 24px;
		fill: #618797 !important;
	}

	/* Language switcher nel mobile menu - stesso colore delle icone */
	.page-header-social-MOBILE .language-switcher a {
		color: #618797 !important;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		display: flex;
		align-items: center;
	}

	.page-header-social-MOBILE .language-switcher .lang-label {
		display: inline-block;
	}
}
@media (min-width: 800px) {
  .page-header-social {
    width: var(--side-offset);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-header-social li {
  margin: 15px 0 15px 0;
}

.page-header-social svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #000000;
}

/**
 *  Variants
 */
.page-header.page-header-type-album.page-header-has-image .page-header-background {
  overflow: hidden;
}

.page-header.page-header-type-album.page-header-has-image .page-header-background span {
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}

.page-header.page-header-type-album.page-header-has-image .padded, .page-header.page-header-type-album.page-header-has-image .padded-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-header.page-header-type-album.page-header-has-image .page-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 700px) {
  .page-header.page-header-type-album.page-header-has-image .wrapper, .page-header.page-header-type-album.page-header-has-image .padded-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 700px) {
  .page-header.page-header-type-album.page-header-has-image .page-header-image {
    width: 50%;
  }
}

.page-header.page-header-type-album.page-header-has-image .page-header-image img {
  display: block;
  width: 100%;
}

.page-header.page-header-type-album.page-header-has-image .page-header-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

@media (max-width: 699px) {
  .page-header.page-header-type-album.page-header-has-image .page-header-content {
    padding-top: 30px;
  }
}

@media (min-width: 700px) {
  .page-header.page-header-type-album.page-header-has-image .page-header-content {
    width: 50%;
    padding-left: 56px;
  }
}

.page-header-description {
  margin-top: 2em;
}

.page-header-buy {
  width: 100%;
  margin-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.page-header-buy p {
  margin: 0;
  padding-right: 14px;
}

.page-header-buy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-header-buy li {
  margin: 7px 14px 7px 0;
}

.post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 235px;
  height: 40px;
  -webkit-transition: background 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease;
}

.post-date.colorway-light {
  background-color: #ffffff;
  color: #121212;
}

.post-date.colorway-teal {
  background-color: #618797;
  color: #ffffff;
}

.post-date > span {
  font-family: 'Glacial Indifference', sans-serif;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
}

.post-date-day,
.post-date-month {
  font-weight: 700;
}

.post-date-year {
  font-weight: 400;
  text-wrap: nowrap;
  white-space: nowrap
}

.two-blocks-wrapper.wrapper, .two-blocks-wrapper.padded-wrapper {
  max-width: 1200px;
}

.two-blocks-main {
  position: relative;
  z-index: 10;
}

.two-blocks-main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.two-blocks-content {
  position: relative;
  z-index: 20;
  background-color: #ffffff;
}

.two-blocks-content-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two-blocks-content-inner > * {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 699px) {
  .two-blocks:nth-child(n+2) {
    margin-top: calc(3vw * 2);
  }
  .two-blocks-main-inner {
    right: var(--block-overlap);
    left: 0;
    padding: calc(3vw * 1.5) 3vw;
  }
}

@media (min-width: 700px) {
  .two-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    --block-overlap: 150px;
    --block-extra-overlap: 20px;
  }
  .two-blocks:nth-child(n+2) {
    margin-top: 30px;
  }
  .two-blocks-main {
    width: calc(50% + var(--block-overlap));
  }
  .two-blocks-main:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 93%;
  }
  .two-blocks-main-inner {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .two-blocks-content {
    width: calc(50% + var(--block-extra-overlap));
    margin-top: 83px;
    margin-bottom: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .two-blocks:nth-child(odd) .two-blocks-main-inner {
    right: var(--block-overlap);
    left: 0;
    padding-right: 20px;
  }
  .two-blocks:nth-child(odd) .two-blocks-main-inner {
    padding-left: 20px;
  }
}

@media screen and (min-width: 700px) and (min-width: 500px) {
  .two-blocks:nth-child(odd) .two-blocks-main-inner {
    padding-left: calc(20px + 60 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 700px) and (min-width: 1200px) {
  .two-blocks:nth-child(odd) .two-blocks-main-inner {
    padding-left: 80px;
  }
}

@media (min-width: 700px) {
  .two-blocks:nth-child(odd) .two-blocks-content {
    margin-left: calc(calc(var(--block-overlap) * -1) - var(--block-extra-overlap));
  }
  .two-blocks:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .two-blocks:nth-child(even) .two-blocks-main-inner {
    left: calc(var(--block-overlap) + var(--block-extra-overlap));
    right: 0;
    padding-right: 20px;
  }
  .two-blocks:nth-child(even) .two-blocks-main-inner {
    padding-left: 20px;
  }
}

@media screen and (min-width: 700px) and (min-width: 500px) {
  .two-blocks:nth-child(even) .two-blocks-main-inner {
    padding-left: calc(20px + 30 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 700px) and (min-width: 1200px) {
  .two-blocks:nth-child(even) .two-blocks-main-inner {
    padding-left: 50px;
  }
}

@media (min-width: 700px) {
  .two-blocks:nth-child(even) .two-blocks-content {
    margin-right: calc(calc(var(--block-overlap) * -1) - var(--block-extra-overlap));
  }
}

body {
  font-family: 'Avenir', sans-serif;
  font-weight: 300;
  color: #121212;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

body {
  font-size: 16px;
}

@media screen and (min-width: 500px) {
  body {
    font-size: calc(16px + 3 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 19px;
  }
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  /* font-family: 'Glacial Indifference', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 30px;
}

@media screen and (min-width: 500px) {
  h1, .h1 {
    font-size: calc(30px + 20 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-size: 27px;
}

@media screen and (min-width: 500px) {
  h2, .h2 {
    font-size: calc(27px + 15 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 42px;
  }
}

h3, .h3 {
  font-size: 24px;
}

@media screen and (min-width: 500px) {
  h3, .h3 {
    font-size: calc(24px + 11 * ((100vw - 500px) / 700));
  }
}

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

h4, .h4 {
  font-size: 21px;
}

@media screen and (min-width: 500px) {
  h4, .h4 {
    font-size: calc(21px + 7 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 28px;
  }
}

h5, .h5 {
  font-size: 19px;
}

@media screen and (min-width: 500px) {
  h5, .h5 {
    font-size: calc(19px + 6 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  h5, .h5 {
    font-size: 25px;
  }
}

h6, .h6 {
  font-size: 16px;
}

@media screen and (min-width: 500px) {
  h6, .h6 {
    font-size: calc(16px + 3 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  h6, .h6 {
    font-size: 19px;
  }
}

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

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

.nice-type p, .nice-type ul, .nice-type ol, .nice-type pre, .nice-type details, .nice-type table {
  margin-top: 1.45em;
  margin-bottom: 1.45em;
}

.nice-type ul ul,
.nice-type ol ol,
.nice-type ul ol,
.nice-type ol ul {
  margin: 0;
}

.nice-type h1 a, .nice-type h2 a, .nice-type h3 a, .nice-type h4 a, .nice-type h5 a, .nice-type h6 a, .nice-type p a, .nice-type li a {
  color: #618797;
  text-decoration: underline;
}

.nice-type h1 a:hover, .nice-type h2 a:hover, .nice-type h3 a:hover, .nice-type h4 a:hover, .nice-type h5 a:hover, .nice-type h6 a:hover, .nice-type p a:hover, .nice-type li a:hover {
  text-decoration: none;
}

.nice-type p b,
.nice-type p strong, .nice-type li b,
.nice-type li strong {
  font-weight: 700;
}

.nice-type pre {
  overflow: auto;
  background: #eee;
  border: 1px solid #ccc;
  padding: 1em 1.5em;
}

.nice-type pre code {
  font-size: 90%;
}

.nice-type details {
  padding: 1em 1.5em;
  background: #eee;
  border: 1px solid #ccc;
}

.nice-type [class*="wp-image"] {
  margin-top: 3em;
  margin-bottom: 3em;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nice-type img {
  display: block;
  max-width: 100%;
}

.nice-type blockquote {
  border-left: 2px solid #618797;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  font-style: italic;
}

.nice-type .blockquote {
  margin-top: 4.9em;
}

.nice-type hr {
  display: block;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}

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

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

table {
  border: 1px solid #E8E8E8;
  border-collapse: collapse;
  font-size: 90%;
  line-height: 1.4;
  width: 100%;
}

table th {
  text-align: left;
  font-weight: 700;
  background: #F5F5F5;
}

table th,
table td {
  border: 1px solid #E8E8E8;
  padding: 8px 20px 8px 11px;
  vertical-align: top;
}

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

article p a {
  text-decoration: underline;
}

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

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

.medium-caps, .video-item-featured-label {
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.small-caps, .press-download-button, .photo-single-images-item:after {
  font-family: 'Glacial Indifference', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.button, .button-light {
  background: rgba(157, 143, 92, 0);
  display: inline-block;
  padding: 0.5em 2em 0.45em;
  white-space: nowrap;
  border: 1px solid #121212;
  color: #121212;
  border-radius: 4em;
  font-size: 17px;
  text-transform: uppercase;
  min-width: 10em;
  -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  text-align: center;
}

.button.active, .button:hover {
  border-color: #9d8f5c;
  background: #9d8f5c;
  color: #ffffff;
}

.button-light {
  background: rgba(255, 255, 255, 0);
  border-color: #ffffff;
  color: #ffffff;
}

.button-light.active, .button-light:hover {
  border-color: #ffffff;
  background: white;
  color: #121212;
}

.press-download-button {
  color: inherit !important;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.press-download-button span {
  display: inline-block;
  margin-left: 1em;
  width: 34px;
  height: 34px;
  background: #000000;
  position: relative;
  border-radius: 30px;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

.press-download-button span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #ffffff;
  width: 20px;
}

.press-download-button:hover {
  color: #618797 !important;
}

.press-download-button:hover span {
  background-color: #618797;
}

/*****
  Larger groups of styles for larger parts
*****/
.home-bio.bio-intro {
  background-color: #f8f8f8;
}

.home-bio.bio-intro .bio-intro-blurb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-bio.bio-intro h2 {
  color: #293b43;
}

.home-bio.bio-intro h2:after {
  background-color: #9d8f5c;
}

.home-bio.bio-intro p {
  color: #121212;
}

.home-bio-button {
  text-align: right;
  padding-top: 2em;
  margin-top: auto !important;
}

.home-bio-button .press-download-button {
  color: #121212;
}

.home-video.video-featured-outer {
  background-color: #f8f8f8;
}

.home-video.video-featured-outer .video-featured-wrapper {
  position: relative;
}

.home-video.video-featured-outer .video-featured-left-image {
  top: 0;
  bottom: 0;
}

.home-video.video-featured-outer .video-featured-right-image {
  top: 40px;
}

@media screen and (min-width: 600px) {
  .home-video.video-featured-outer .video-featured-right-image {
    top: calc(40px + 40 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .home-video.video-featured-outer .video-featured-right-image {
    top: 80px;
  }
}

.home-video.video-featured-outer .video-featured-right-image {
  bottom: -40px;
}

@media screen and (min-width: 600px) {
  .home-video.video-featured-outer .video-featured-right-image {
    bottom: calc(-40px + -40 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .home-video.video-featured-outer .video-featured-right-image {
    bottom: -80px;
  }
}

.home-video-button.press-download-button {
  position: absolute;
  right: 0;
  color: #ffffff !important;
}

.home-video-button.press-download-button {
  bottom: -40px;
}

@media screen and (min-width: 600px) {
  .home-video-button.press-download-button {
    bottom: calc(-40px + -40 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .home-video-button.press-download-button {
    bottom: -80px;
  }
}

.home-video-button.press-download-button span {
  background-color: #ffffff;
}

.home-video-button.press-download-button span svg {
  fill: #121212;
}

.home-section-title {
  text-align: center;
}

.home-section-title {
  padding-bottom: 45px;
}

@media screen and (min-width: 600px) {
  .home-section-title {
    padding-bottom: calc(45px + 30 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .home-section-title {
    padding-bottom: 75px;
  }
}

.home-section-title h2 {
  color: #293b43;
}

.home-section-title h2:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background-color: #9d8f5c;
  margin: 0.2em auto 0;
}

.home-section-more {
  text-align: center;
}

.home-section-more {
  padding-top: 40px;
}

@media screen and (min-width: 600px) {
  .home-section-more {
    padding-top: calc(40px + 30 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .home-section-more {
    padding-top: 70px;
  }
}

.home-events.event-items-outer {
  padding-top: 95px;
}

@media screen and (min-width: 600px) {
  .home-events.event-items-outer {
    padding-top: calc(95px + 100 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .home-events.event-items-outer {
    padding-top: 195px;
  }
}

.home-events.event-items-outer:before {
  display: none;
}

.home-album {
  padding-top: 80px;
}

@media screen and (min-width: 600px) {
  .home-album {
    padding-top: calc(80px + 60 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .home-album {
    padding-top: 140px;
  }
}

.home-album .album-items-outer {
  background-color: #f8f8f8;
}

.home-news {
  padding-top: 80px;
}

@media screen and (min-width: 600px) {
  .home-news {
    padding-top: calc(80px + 95 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .home-news {
    padding-top: 175px;
  }
}

.home-news {
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .home-news {
    padding-bottom: calc(40px + 30 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .home-news {
    padding-bottom: 70px;
  }
}

.page-template-template-bio .page-header-has-image:before {
  background-color: #618797;
}

.bio-intro {
  background-color: #618797;
  color: #ffffff;
}

.bio-intro-headline h2:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background-color: #ffffff;
  margin-top: 1em;
}
.bio-intro-headline h1 {
	color: #293b43;
}
.bio-intro-blurb {
	color: #293b43;
	font-weight: lighter;
	
}
.bio-intro-blurb p {
  margin: 0;
}

.bio-block-text-image-image {
  position: relative;
}

.bio-block-text-image-image:before {
  content: '';
  display: block;
  width: 100%;
}

@media (max-width: 799px) {
  .bio-intro .wrapper, .bio-intro .padded-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .bio-intro-blurb {
    margin-top: 2em;
  }
  .bio-blocks {
    padding-bottom: 4em;
  }
  .bio-block-text-image-image:before {
    display: none;
  }
  .bio-block-text-image-image img {
    display: block;
    width: 100%;
  }
  .bio-block-text-image-text {
    padding: 3vw;
  }
}

@media (min-width: 800px) {
  .bio-intro .wrapper, .bio-intro .padded-wrapper {
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .bio-intro-headline {
    width: calc(50% - 35px);
  }
  .bio-intro-blurb {
    width: calc(50% - 35px);
  }
  .bio-block-text-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bio-block-text-image-image {
    width: 50%;
  }
  .bio-block-text-image-image img {
    display: none;
  }
  .bio-block-text-image-image:before {
    padding-bottom: 153%;
  }
  .bio-block-text-image-text {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bio-block-text-image-text .nice-type {
    max-width: 540px;
  }
  .bio-block-text-image-image-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
  }
  .bio-block-text-image:nth-child(1) {
    margin-top: -80px;
  }
  .bio-block-text-image:nth-child(1) .bio-block-text-image-text {
    padding-top: calc(80px + 1em);
  }
  .bio-block-text-image:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .bio-block-text-image:nth-child(even) .nice-type {
    margin-left: auto;
  }
  .bio-block:nth-child(n+2) {
    margin-top: 45px;
  }
}

@media (max-width: 799px) {
	.bio-block-text-image-image-inner.w-fixed {
		height: 400px; /* modifica l'altezza come preferisci */
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.bio-block-text-image-image-inner.w-fixed img {
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
}

.contact-wrapper {
  margin-top: 88px;
  margin-bottom: 100px;
}

.contact-wrapper .two-blocks-main {
  background-color: #293b43;
  color: #ffffff;
}

@media (max-width: 699px) {
  .contact-block {
    padding: calc(3vw * 1.5) 3vw;
  }
}

@media (min-width: 700px) {
  .contact-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-block {
    padding-right: 20px;
  }
}

@media screen and (min-width: 700px) and (min-width: 500px) {
  .contact-block {
    padding-right: calc(20px + 10 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 700px) and (min-width: 1200px) {
  .contact-block {
    padding-right: 30px;
  }
}

@media (min-width: 700px) {
  .contact-block {
    padding-left: 20px;
  }
}

@media screen and (min-width: 700px) and (min-width: 500px) {
  .contact-block {
    padding-left: calc(20px + 30 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 700px) and (min-width: 1200px) {
  .contact-block {
    padding-left: 50px;
  }
}

.contact-block b {
  font-weight: 500;
}

.contact-block a {
  text-decoration: none;
}

.contact-block-role {
  font-size: 30px;
}

@media screen and (min-width: 500px) {
  .contact-block-role {
    font-size: calc(30px + 30 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .contact-block-role {
    font-size: 60px;
  }
}

.contact-block-company {
  color: #9d8f5c;
}

.contact-block-company {
  font-size: 30px;
}

@media screen and (min-width: 500px) {
  .contact-block-company {
    font-size: calc(30px + 15 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .contact-block-company {
    font-size: 45px;
  }
}

.contact-block-website {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9d8f5c;
}

.contact-block-website {
  font-size: 16px;
}

@media screen and (min-width: 500px) {
  .contact-block-website {
    font-size: calc(16px + 2 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .contact-block-website {
    font-size: 18px;
  }
}

.contact-block-line {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 30px;
  height: 5px;
  background-color: #9d8f5c;
}

.contact-block-name {
  margin: 0;
  margin-bottom: 1em;
}

.contact-block-name {
  font-size: 20px;
}

@media screen and (min-width: 500px) {
  .contact-block-name {
    font-size: calc(20px + 6 * ((100vw - 500px) / 700));
  }
}

@media screen and (min-width: 1200px) {
  .contact-block-name {
    font-size: 26px;
  }
}

.contact-block-email {
  margin: 0;
  margin-top: 0.2em;
}

.contact-block-phone {
  margin: 0;
  margin-top: 0.2em;
}

.contact-block-address {
  margin: 0;
  margin-top: 0.2em;
}

body.error404 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.error404.use-ios-offset {
  min-height: calc(100vh - var(--vh-offset));
}

.error-page-outer {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.error-page-outer h2 {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}

/*****
  Post type & section styles
*****/
body.blog .page-header-has-image:before,
body.category .page-header-has-image:before {
  background-color: #618797;
}

.news-type-filter {
  background: #618797;
  color: #ffffff;
}

@media (max-width: 799px) {
  .news-type-filter {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (min-width: 800px) {
  .news-type-filter {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.news-type-filter .wrapper, .news-type-filter .padded-wrapper {
  max-width: 1200px;
}

.news-type-filter p {
  margin: 0;
  text-align: center;
}

.news-type-filter ul {
  padding: 0;
  margin: 15px 0 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-type-filter li {
  margin: 10px;
}

.news-items-outer {
  padding-top: 70px;
}

.news-items-outer .wrapper, .news-items-outer .padded-wrapper {
  max-width: 1200px;
}

.news-items {
  display: grid;
}

@media (max-width: 699px) {
  .news-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 3vw;
  }
}

@media (min-width: 700px) {
  .news-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.news-item {
  border: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease;
  position: relative;
}

.news-item[data-href].no-post-thumbnail:hover {
  background: #bdd3de;
}

/* .news-item[data-href].no-post-thumbnail:hover .news-item-button {
  border-color: #9d8f5c;
  background: #9d8f5c;
  color: #ffffff;
} */

.news-item[data-href].has-post-thumbnail:hover {
  color: #ffffff;
}

.news-item[data-href].has-post-thumbnail:hover .news-item-image,
.news-item[data-href].has-post-thumbnail:hover .news-item-shade {
  opacity: 1;
}

.news-item[data-href].has-post-thumbnail:hover .post-date.colorway-teal {
  background-color: #ffffff;
  color: #121212;
}

.news-item[data-href].has-post-thumbnail:hover .news-item-term,
.news-item[data-href].has-post-thumbnail:hover .news-item-title {
  color: #ffffff;
}

.news-item[data-href].has-post-thumbnail:hover .news-item-button {
  border-color: #9d8f5c;
  background: #9d8f5c;
  color: #ffffff;
}

.news-item-image,
.news-item-shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.news-item-image {
  background-position: center center;
  background-size: cover;
  opacity: 0;
  z-index: 1;
}

.news-item-shade {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 2;
}

.news-item-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 699px) {
  .news-item-inner {
    padding: 0 6vw 6vw 6vw;
  }
}

@media (min-width: 700px) {
  .news-item-inner {
    padding: 0 40px 40px 40px;
  }
}

.news-item-inner .post-date {
  margin-top: -1px;
}

.news-item-term {
  color: #9d8f5c;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  margin-top: 1.35em;
  margin-bottom: 0;
}

.news-item-title {
  color: #618797;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.news-item-cite {
  margin-top: 0.6em;
  margin-bottom: -0.35em;
}

.news-item-line {
  display: block;
  width: 32px;
  height: 5px;
  background: #9d8f5c;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
}

.news-item-excerpt {
  margin-top: 1.2em;
  margin-bottom: 0.2em;
  line-height: 1.25;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.news-item-button {
  margin-top: 30px;
}

.news-single-outer {
  padding-top: 90px;
  padding-bottom: 90px;
}

.news-single-outer .wrapper, .news-single-outer .padded-wrapper {
  max-width: 810px;
}

.news-single-related {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 90px;
}

.news-single-related .wrapper, .news-single-related .padded-wrapper {
  max-width: 1200px;
}

.news-single-related-header {
  color: #9d8f5c;
  text-align: center;
  padding-bottom: 40px;
}

.post-type-archive-event .page-header-has-image:before {
  background-color: #618797;
}

.event-items-outer {
  position: relative;
}

.event-items-outer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100px;
  height: 17vw;
  max-height: 250px;
  background-color: #618797;
}

.event-past {
  background-color: #618797;
  text-align: right;
}

.event-past {
  padding-top: 30px;
}

@media screen and (min-width: 600px) {
  .event-past {
    padding-top: calc(30px + 35 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .event-past {
    padding-top: 65px;
  }
}

.event-past {
  padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .event-past {
    padding-bottom: calc(30px + 35 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .event-past {
    padding-bottom: 65px;
  }
}

.event-past .wrapper, .event-past .padded-wrapper {
  max-width: 1200px;
}

.event-past a.event-past-button.press-download-button {
  color: #ffffff !important;
}

.event-past a.event-past-button.press-download-button span {
  background-color: #ffffff;
}

.event-past a.event-past-button.press-download-button svg {
  fill: #618797;
}

.event-item .two-blocks-main-inner {
  overflow: hidden;
  background-color: #999;
}

@media (max-width: 699px) {
  .event-item .two-blocks-main-inner {
    padding: 0;
  }
  .event-item .two-blocks-main-inner:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
  }
}

.event-item .two-blocks-main-inner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-filter 0.15s ease;
  transition: -webkit-filter 0.15s ease;
  transition: filter 0.15s ease;
  transition: filter 0.15s ease, -webkit-filter 0.15s ease;
}

@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  .event-item .two-blocks-main-inner-image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
  }
}

.two-blocks.event-item:nth-child(odd) .two-blocks-main-inner {
  right: 0;
}

.two-blocks.event-item:nth-child(even) .two-blocks-main-inner {
  left: 0;
}

.event-item-block {
  height: 100%;
  padding: 50px 20px 50px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.event-item-date {
  text-transform: uppercase;
}

.event-item-title {
  color: #9d8f5c;
  margin-top: auto;
  padding-top: 1.05em;
}

.event-item-location {
  color: #9d8f5c;
  margin: 0.2em 0 0 0;
}

.event-item-line {
  width: 30px;
  height: 5px;
  background-color: #9d8f5c;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}

.event-item-description {
  padding-bottom: 2em;
  margin-bottom: auto;
}

.event-item-description p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  line-height: 1.25;
}

.event-item[data-href]:hover .button {
  border-color: #9d8f5c;
  background: #9d8f5c;
  color: #ffffff;
}

.event-item[data-href]:hover .two-blocks-main-inner-image {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  .event-item[data-href]:hover .two-blocks-main-inner-image {
    -webkit-filter: none;
            filter: none;
  }
  .event-item[data-href]:hover .two-blocks-main-inner-image:after {
    opacity: 1;
  }
}

.post-type-archive-album .page-header-has-image:before {
  background-color: #618797;
}

.album-items-outer {
  background-color: #618797;
}

.album-item {
  position: relative;
}

.album-item.album-item-featured {
  z-index: 20;
}

.album-item-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.album-item-background-left {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.album-item-background-left span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.album-item-background-right {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

.album-item-background-right span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}

.album-item-content {
  position: relative;
  z-index: 20;
}

.album-item-content .wrapper, .album-item-content .padded-wrapper {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.album-item-image img {
  display: block;
  width: 100%;
}

.album-item-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.album-item-featured-label {
  font-weight: 700;
}

.album-item-featured-label:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background-color: currentColor;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.album-item-text-inner {
  margin-top: auto;
  margin-bottom: auto;
}

.album-item-artist {
  margin-top: 0.5em;
  margin-bottom: 1.2em;
}

.album-item-button {
  margin-top: 2em;
}

.album-item-archive-button {
  margin-top: 2em;
}

.album-item-archive-button .press-download-button {
  color: #ffffff;
}

.album-item-archive-button .press-download-button span {
  background-color: #ffffff;
}

.album-item-archive-button .press-download-button span svg {
  fill: #121212;
}

.album-item-archive-button .press-download-button:hover {
  color: #ffffff !important;
}

@media (max-width: 799px) {
  .album-items-outer {
    background-color: #f8f8f8;
    padding-top: 3vw;
  }
  .album-item {
    background: #f8f8f8;
  }
  .album-item-content .wrapper, .album-item-content .padded-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .album-item-background {
    display: none;
  }
  .album-item-background-left {
    width: 100%;
  }
  .album-item-featured .album-item-background-left {
    top: 80px;
  }
  .album-item-background-right {
    width: 100%;
  }
  .album-item-image {
    width: 100%;
  }
  .album-item-text {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 3em;
  }
  .album-item-button.button-light {
    margin-top: 0;
    color: #121212;
    border-color: #121212;
  }
  .album-item-button.button-light:hover {
    background-color: #121212;
    color: #ffffff;
  }
}

@media (min-width: 800px) {
  .album-item-content .wrapper, .album-item-content .padded-wrapper {
    padding-top: calc(130px + 80px);
    padding-bottom: 130px;
  }
  .album-item-background-left {
    width: 50%;
  }
  .album-item-featured .album-item-background-left {
    top: 80px;
  }
  .album-item-background-right {
    width: 50%;
  }
  .album-item-image {
    width: 56%;
  }
  .album-item-text {
    width: 44%;
  }
  .album-item-text {
    color: #ffffff;
    padding-left: 50px;
  }
}

body.single-album article.album h3 {
  color: #9d8f5c;
  text-align: center;
  margin-bottom: 0.5em;
}

/* Gallery modifiers */

/* Full-width: image spans 100% of the container (16:9) */
.gallery-full-width .two-blocks {
  display: block;
}

.gallery-full-width .two-blocks-main {
  width: 100%;
}

.gallery-full-width .two-blocks-main:before {
  padding-bottom: 56.25%;
}

.gallery-full-width .two-blocks-main-inner {
  left: 0 !important;
  right: 0 !important;
  padding: 0 !important;
}

/* Contained: image centered at constrained width (4:3) */
.gallery-contained .two-blocks {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}

.gallery-contained .two-blocks-main {
  width: 100%;
}

.gallery-contained .two-blocks-main:before {
  padding-bottom: 75%;
}

.gallery-contained .two-blocks-main-inner {
  left: 0 !important;
  right: 0 !important;
  padding: 0 !important;
}

.album-single-outer {
  padding-bottom: 50px;
}

.album-single-stream {
  max-width: 930px;
  padding-top: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.3);
  margin-bottom: 40px;
}

.album-single-stream h3 {
  margin-bottom: 1em;
}

.album-single-description {
  max-width: 800px;
}

.album-single-quote {
  max-width: 800px;
  margin-top: 3em;
}

.album-single-quote img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.album-single-quote .nice-type {
  margin-top: 1em;
  text-align: center;
}

.album-single-quote p {
  font-style: italic;
}

.album-single-quote cite.small-caps, .album-single-quote cite.press-download-button, .album-single-quote cite.photo-single-images-item:after {
  display: block;
  font-style: normal;
}

.album-single-quote cite.small-caps:before, .album-single-quote cite.press-download-button:before {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background-color: #9d8f5c;
  margin: -0.5em auto 1.4em;
}

.album-single-tracks {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 100px;
}

.album-single-tracks .wrapper, .album-single-tracks .padded-wrapper {
  max-width: 940px;
}

.track-rows {
  margin: 55px 0 0 0;
  padding: 0;
  list-style: none;
}

.track-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.track-row p {
  margin: 0;
}

.track-row:nth-child(n+2) {
  margin-top: 1.35em;
}

.track-row-track_no {
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.track-row-title {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.track-row-length {
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  font-size: 85%;
}

.album-single-tracks-total {
  margin-top: 3em;
  margin-bottom: 0;
}

.album-single-tracks-total span {
  text-transform: uppercase;
  font-weight: 500;
}

.album-single-info {
  background-color: #293b43;
  color: #ffffff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 90px;
  border-bottom: 1px solid #3c5763;
}

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

.photo-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photo-item-text {
  width: 50%;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px;
}

.photo-item-image {
  width: 50%;
  position: relative;
}

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

.photo-item-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

body.single-photo .page-header-has-image:before {
  background-color: #618797;
}

.photo-single-download {
  background-color: #618797;
  padding-top: 70px;
  padding-bottom: 70px;
}

.photo-single-download .wrapper, .photo-single-download .padded-wrapper {
  max-width: 1200px;
  text-align: center;
}

.photo-single-images-outer {
  position: relative;
}

.photo-single-images-outer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100px;
  height: 17vw;
  max-height: 250px;
  background-color: #618797;
}

.photo-single-images-outer .wrapper, .photo-single-images-outer .padded-wrapper {
  max-width: 1200px;
}

.photo-single-images {
  display: grid;
}

@media (max-width: 699px) {
  .photo-single-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
}

@media (min-width: 700px) {
  .photo-single-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.photo-single-images-item {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.photo-single-images-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 93%;
}

.photo-single-images-item:after {
  content: 'View image';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  white-space: nowrap;
}

.photo-single-images-item:hover:after {
  opacity: 1;
}

.photo-single-images-item:hover .photo-single-images-item-image-blur {
  opacity: 1;
}

.photo-single-images-item-image,
.photo-single-images-item-image-blur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.photo-single-images-item-image-blur {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  .photo-single-images-item-image-blur {
    -webkit-filter: none;
            filter: none;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background-image: none !important;
    -webkit-transform: none;
            transform: none;
  }
}

.post-type-archive-video .page-header-has-image:before {
  background-color: #618797;
}

.video-items {
  display: grid;
}

.video-items {
  margin-top: 40px;
}

@media screen and (min-width: 600px) {
  .video-items {
    margin-top: calc(40px + 50 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .video-items {
    margin-top: 90px;
  }
}

.video-items {
  margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .video-items {
    margin-bottom: calc(50px + 50 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .video-items {
    margin-bottom: 100px;
  }
}

@media (max-width: 799px) {
  .video-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 3vw;
  }
}

@media (min-width: 800px) {
  .video-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.video-items.wrapper, .video-items.padded-wrapper {
  max-width: 1200px;
}

.video-featured-outer {
  background-color: #618797;
  position: relative;
}

.video-featured-outer {
  padding-top: 80px;
}

@media screen and (min-width: 600px) {
  .video-featured-outer {
    padding-top: calc(80px + 166 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .video-featured-outer {
    padding-top: 246px;
  }
}

.video-featured-outer {
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .video-featured-outer {
    padding-bottom: calc(40px + 137 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .video-featured-outer {
    padding-bottom: 177px;
  }
}

.video-featured-outer + .video-items-outer {
  padding-top: 40px;
}

@media screen and (min-width: 600px) {
  .video-featured-outer + .video-items-outer {
    padding-top: calc(40px + 40 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .video-featured-outer + .video-items-outer {
    padding-top: 80px;
  }
}

.video-featured-left-image-inner,
.video-featured-right-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.4;
}

.video-featured-left-image {
  position: absolute;
  left: 0;
  width: 50%;
  background-color: #618797;
}

.video-featured-left-image {
  top: 40px;
}

@media screen and (min-width: 600px) {
  .video-featured-left-image {
    top: calc(40px + 40 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .video-featured-left-image {
    top: 80px;
  }
}

.video-featured-left-image {
  bottom: -40px;
}

@media screen and (min-width: 600px) {
  .video-featured-left-image {
    bottom: calc(-40px + -40 * ((100vw - 600px) / 700));
  }
}

@media screen and (min-width: 1300px) {
  .video-featured-left-image {
    bottom: -80px;
  }
}

.video-featured-right-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
  background-color: #618797;
}

.video-featured-right-image-inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(40px);
          filter: blur(40px);
}

.video-featured-wrapper {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.video-item {
  background-color: #000000;
  position: relative;
  width: 100%;
  display: block;
}

@media (max-width: 999px) {
  .video-item {
    padding-top: 50px;
  }
}

@media (min-width: 1000px) {
  .video-item:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 78%;
  }
  .video-item.video-item-featured:before {
    padding-bottom: 58%;
  }
}

.video-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.8;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

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

.video-item-play {
  border: 2px solid #ffffff;
  border-radius: 100px;
}

.video-item-play {
  width: 80px;
}

@media screen and (min-width: 1000px) {
  .video-item-play {
    width: calc(80px + 56 * ((100vw - 1000px) / 400));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-play {
    width: 136px;
  }
}

.video-item-play {
  height: 80px;
}

@media screen and (min-width: 1000px) {
  .video-item-play {
    height: calc(80px + 56 * ((100vw - 1000px) / 400));
  }
}

@media screen and (min-width: 1400px) {
  .video-item-play {
    height: 136px;
  }
}

@media (max-width: 999px) {
  .video-item-play {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1000px) {
  .video-item-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .video-item-play {
    margin-top: -30px;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .video-item-play {
    margin-top: calc(-30px + 30 * ((100vw - 1000px) / 400));
  }
}

@media screen and (min-width: 1000px) and (min-width: 1400px) {
  .video-item-play {
    margin-top: 0px;
  }
}

.video-item-play svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  fill: #ffffff;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.video-item-text {
  z-index: 20;
  padding: 0 20px 23px;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 999px) {
  .video-item-text {
    position: relative;
    padding-top: 30px;
  }
}

@media (min-width: 1000px) {
  .video-item-text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

.video-item-text h2 {
  margin-bottom: 0.3em;
}

.video-item-text p {
  font-size: 100%;
  font-weight: 500;
  margin: 0;
}

.video-item-featured-label {
  position: absolute;
  top: 20px;
  left: 23px;
  white-space: nowrap;
  font-weight: 700;
  color: #ffffff;
}

.video-item-featured-label:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background-color: currentColor;
  margin-top: 0.5em;
}

.video-item:hover .video-item-image {
  opacity: 0.5;
}

.video-item:hover .video-item-play svg {
  -webkit-transform: translate(-35%, -50%) scale(1.2);
          transform: translate(-35%, -50%) scale(1.2);
}
/*# sourceMappingURL=app.css.map */


/* Stile per news senza immagine - colore di sfondo per hover */
.news-item.news-item-no-image .news-item-image {
	background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}
.news-item.news-item-no-image:hover .news-item-image {
	background: linear-gradient(135deg, #34495e 0%, #4a6278 100%);
}

/* Layout Masonry per news-items */
@media (max-width: 699px) {
	.news-items {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 700px) {
	.news-items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		align-items: start;
		grid-auto-flow: row; /* Ordine da sinistra a destra */
	}

	.news-item {
		display: block !important;
		height: auto !important;
	}
}


/* Language Switcher */
.page-header-social .language-switcher {
	margin-left: 0px;
}

.page-header-social .language-switcher a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

.page-header-social .language-switcher a:hover {
	opacity: 1;
}

.page-header-social .language-switcher .lang-label {
	display: inline-block;
}
.page-header-social .language-switcher a {
	color: #618797 !important;
}
