@font-face {
  font-family: 'Parkinsans';
  src: url('https://files.persona.co/67403/Parkinsans-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Parkinsans', sans-serif;
  color: #000;
}

/**
 * Resets
 */

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

::-moz-selection {
  color: #fff;
}

::selection {
  color: #fff;
}

:focus {
  outline: 0;
}

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

/**
 * Global
 */

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

html {
  position: relative;
}

a:active {
  opacity: 0.7;
}

/**
 * Backdrop
 */

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

/**
 * Container
 */

main {
  background: #000;
  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;
}

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

img {
  border: 0;
  padding: 0;
  position: relative;
}

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

hr {
  background: rgba(0, 0, 0, 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;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
  background-color: rgba(45, 32, 32, 0)/*!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: 1rem/*!main_margin*/;
}

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

[data-css-presets="true"] #backdrop {
  width: 100% /*!background_cover*/;
  background-color: #000; /* Ensures a black background */
}

[data-predefined-style="true"] main {
  font-size: 5rem;
  font-weight: 700;
  color: rgb(21, 17, 17);
  font-family: "Source Serif Pro", Social /*!Google*/;
  font-style: normal;
  line-height: 1.2;
}

[data-predefined-style="true"] main a {
  color: rgb(21, 17, 17);
  padding-bottom: 0em;
  border-bottom: 0.07em solid transparent;
  text-decoration: none;
}

[data-predefined-style="true"] h1 {
  font-family: Parkinsans, "Sans Serif", Social /*!System*/;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 2.8rem;
  line-height: 1;
  color: rgb(21, 17, 17);
  text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
  border-bottom: 0em solid rgba(255, 255, 255, 0.2);
  color: rgb(21, 17, 17);
}

[data-predefined-style="true"] h2 {
  font-family: sans-serif, "Sans Serif", Social /*!System*/;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: rgb(45, 45, 45);
  font-size: 2.5rem;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
  border-bottom: 0em solid rgba(255, 255, 255, 0.2);
  color: rgb(45, 45, 45);
}

[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: sans-serif, "Sans Serif Italic", Social /*!System*/;
  font-style: italic;
  font-weight: 400;
  color: #000;
}

[data-predefined-style="true"] small a {
  color: #000;
  border-bottom-width: 0.1em;
}

/**
 * Backstage Icon
 */

#backstage_icon {
  display: none;
}

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