/* Favorit - Normal weight; Normal style */
@font-face {
  font-family: 'Favorit';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/61130/favorit-regular.woff') format('woff');
}

/* Favorit - Bold weight; Normal style */
@font-face {
  font-family: 'Favorit';
  font-weight: bold;
  font-style: normal;
  src: url('https://files.persona.co/61130/favorit-bold.woff') format('woff');
}

/* PT Serif - Bold weight; Normal style */
@font-face {
  font-family: 'PT Serif';
  font-weight: bold;
  font-style: normal;
  src: url('https://files.persona.co/90878/pt-serif-v11-latin-700.woff') format('woff');
}

/* PT Serif - Bold weight; Italic style */
@font-face {
  font-family: 'PT Serif';
  font-weight: bold;
  font-style: italic;
  src: url('https://files.persona.co/90878/pt-serif-v11-latin-700italic.woff') format('woff');
}

/**
 * Resets
 */


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

::-moz-selection {
	background-color: #00f;
	color: #00f;
}

::selection {
	background-color: #00f;
	color: #00f;
}

:focus {
	outline: 0;
}

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

/**
 * Global
 */

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

html {
	position: relative;
}

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

a:active {
	color: #fff;
    text-decoration: underline;
}

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


.link{
	position: relative;
	z-index: 1;
	display: inline-flex;
    padding-left: 5px;
	padding-bottom: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.link::before{
	content: "";
	width: 100%;
	height: 3%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 100) 1%, rgba(255, 255, 255, 100) 2%);
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: -1;
	will-change: width;
	transform-origin: left bottom
}

.link:hover::before{
	width: 0;
}

.link::before{
	transition: width .1s ease-out;
}

.link:hover::before{
	transition-duration: .15s;
}



/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background: rgb(0, 0, 0); /*!content_right*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	right: 0 /*!content_right*/;
	background-color: transparent /*!content_right*/;
}

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

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

[data-css-presets="true"] #backdrop {
	width: calc(100% - 50%) /*!right_fit*/;
	left: 0 /*!right_fit*/;
}

[data-predefined-style="true"] main {
	font-size: 1.2rem;
    font-weight: bold;
	color: rgb(255, 255, 255);
	font-family: 'Favorit', Social /*!Persona*/;
	line-height: 1.4;
    text-decoration: none;
}

[data-predefined-style="true"] main a {
	color: rgb(255, 255, 255);
	font-style: italic;
}

[data-predefined-style="true"] main a:hover {
	color: rgb(255, 255, 255);
	font-style: normal;
}

main a.image-link,
main a.icon-link {
	color: rgba(255, 255, 255, 0.5);
    border-bottom: 0;
	padding-bottom: 0;
    text-decoration: none;
    font-style: normal;
    opacity:1;
    transition: 0.5s;
}
main a.image-link:hover,
main a.icon-link:hover {
	color: rgba(255, 255, 255, 0.5);
    border-bottom: 0;
	padding-bottom: 0;
    text-decoration: none;
    font-style: normal;
    opacity:0.5;
}

[data-predefined-style="true"] h1 {
	font-family: 'PT Serif', Social /*!Persona*/;
	padding: 0;
	margin: 0;
	font-size: 2.4rem;
	line-height: 1.4;
	color: rgb(255, 255, 255);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgb(255, 255, 255);
}

[data-predefined-style="true"] h2 {
	font-family: 'PT Serif', Social /*!Persona*/;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	font-size: 3.6rem;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgb(255, 255, 255);
    font-style: italic;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.4;
	font-family: 'Favorit', Social /*!Persona*/;
    font-style: normal;
    font-weight: bold;
	color: rgb(255, 255, 255);
}

[data-predefined-style="true"] small a {
	color: rgb(255, 255, 255);
	border-bottom-width: 0em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: transparent/*!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%;
}