/**
 * Resets
 */

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    background:
    linear-gradient(rgba(220, 62, 30, 1),rgba(220, 62, 30, 1)) 0 calc(100% - 4px)/100% 1.3px no-repeat,
    transparent;
}

.hover-image {
    visibility: hidden;

}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 50vw;
    height: 38vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

div.cookieinfo {
    background-color: rgba(255, 255, 255, 0.93) !important;
	font-family: "Hanken Grotesk", Icons !important /*!Persona*/;
    letter-spacing: 0.0px !important;
    line-height: 1.3 !important;
    text-align: left !important;
    margin-top: -3px;
    
}


@font-face {
  font-family: 'Hanken Grotesk';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/64322/HankenGrotesk-Medium.woff') format('woff');
}


@font-face {
  font-family: 'Neue Haas Grotesk';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/64322/NeueHaasDisplay-Roman.woff') format('woff');
}


@font-face {
  font-family: 'Valentina';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/64322/Valentina-Regular.woff') format('woff');
}


@font-face {
  font-family: 'Alegreya Sans';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/64322/AlegreyaSans-Regular.woff') format('woff');
}


@font-face {
  font-family: 'Alegreya Sans';
  font-weight: normal;
  font-style: italic;
  src: url('https://files.persona.co/64322/AlegreyaSans-Italic.woff') format('woff');
}


@font-face {
  font-family: 'Medio';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/64322/Medio.woff') format('woff');
}


@font-face {
  font-family: 'Operetta';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/64322/operetta18-demiboldswsh.woff') format('woff');
}

@font-face {
  font-family: 'EB Garamond';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/64322/EB-Garamond.ttf.woff') format('woff');
}

.cc-floating.cc-theme-edgeless {
	font-family: Alegreya Sans !important;
    font-weight: 100 !important;
  	font-style: italic !important;
    letter-spacing: 1px !important;
}
/**
 * Global
 */

[grid-row]+[grid-gutter="6"] {
    margin-bottom: -30px;
}

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
    margin-top: -25px;
    margin-bottom: -125px;
}

html {
	position: relative;
}

body {
	background: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
}

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

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

blockquote {
    margin: 0;
    padding: 0 0 0 3.5em;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent/*!content_center*/;
	text-align: center /*!text_center*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	right: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	left: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 1.9rem/*!main_margin*/;
    padding-top: 1.9rem;
}

[data-css-presets="true"] .content_width {
	width: 100%/*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 2rem;
	font-weight: 400;
	color: rgb(208, 46, 13);
	font-family: Cardo, Social /*!Google*/;
	font-style: normal;
	line-height: 1.2;
    letter-spacing: 0.0px;
    /*text-shadow: 0px 0px 10px #fcfcfb;*/
}

[data-predefined-style="true"] main a {
	color: rgba(220, 62, 30, 1);
    padding-bottom: 0em;
    border-bottom: px solid rgba(220, 62, 30, 1);
    text-decoration: none;
    /*text-shadow: 0px 0px 10px #fcfcfb;*/
}

[data-predefined-style="true"] main a:hover {
    color: rgb(0, 0, 0, 0.85);
	/*border-bottom: 1px solid black);*/
    /*text-shadow: 0px 0px 10px #fcfcfb;*/
}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: Cardo, Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
	text-rendering: optimizeLegibility;
    letter-spacing: 0.0px;
    font-feature-settings: "swsh" 0;
}
[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
    border-bottom: 1.8px solid rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h1 a:hover {
	color: rgb(220, 62, 30);
    border-bottom: 1px solid rgba(220, 62, 30, 1);
}

[data-predefined-style="true"] h2 {
	font-family: Cardo, Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
	text-rendering: optimizeLegibility;
    letter-spacing: 0.0px;
    font-feature-settings: "swsh" 0;
    
}
[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
    border-bottom: 0px solid;
}

/*[data-predefined-style="true"] h2 a:hover {
	color: rgb(220, 62, 30);
}*/


[data-predefined-style="true"] h2 a:hover {
	color: rgba(0, 0, 0, 0.85);
    border-bottom: 1.8px solid rgba(0, 0, 0, 0.85);
	/*background: linear-gradient(rgba(220, 62, 30, 1),rgba(220, 62, 30, 1)) 0 calc(100% - 2px)/100% 1px no-repeat,
    transparent;*/
}

[data-predefined-style="true"] small {
    font-family: Cardo, Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.8rem;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.85);
}


[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(255, 255, 255, 0)/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}