/**
* FONTS
*/

@font-face {
  font-family: "hershey-duplex-principal-sans";
  font-style: normal;
  font-weight: 400;
  src: url("https://files.persona.co/32738/hinted-Hershey16-DuplexPrincipalSans.woff2")
      format("woff2"),
    url("https://files.persona.co/32738/hinted-Hershey16-DuplexPrincipalSans.woff")
      format("woff");
}

@font-face {
  font-family: "hershey-duplex-principal-script";
  font-style: normal;
  font-weight: 400;
  src: url("https://files.persona.co/32738/hinted-Hershey16-DuplexPrincipalScript.woff2")
      format("woff2"),
    url("https://files.persona.co/32738/hinted-Hershey16-DuplexPrincipalScript.woff")
      format("woff");
}
@font-face {
  font-family: "hershey-triplex-gothic";
  font-style: normal;
  font-weight: 400;
  src: url("https://files.persona.co/32738/hinted-Hershey16-TriplexGothicItalian.woff2")
      format("woff2"),
    url("https://files.persona.co/32738/hinted-Hershey16-TriplexGothicItalian.woff")
      format("woff");
}
@font-face {
  font-family: "hershey-triplex";
  font-style: normal;
  font-weight: 400;
  src: url("https://files.persona.co/32738/hinted-Hershey16-TriplexRoman.woff2")
      format("woff2"),
    url("https://files.persona.co/32738/hinted-Hershey16-TriplexRoman.woff")
      format("woff");
}

@font-face {
  font-family: "hershey-duplex-triplex";
  font-style: italic;
  font-weight: 400;
  src: url("https://files.persona.co/32738/hinted-Hershey16-TriplexItalic.woff2")
      format("woff2"),
    url("https://files.persona.co/32738/hinted-Hershey16-TriplexItalic.woff")
      format("woff");
}

@font-face {
  font-family: "hershey-duplex-indexical";
  font-style: normal;
  font-weight: 400;
  src: url("https://files.persona.co/32738/hinted-Hershey32-DuplexIndexical.woff2")
      format("woff2"),
    url("https://files.persona.co/32738/hinted-Hershey32-DuplexIndexical.woff") format("woff");
}

@font-face {
  font-family: "hershey-duplex-cartographic-sans";
  font-style: normal;
  font-weight: 400;
  src: url("https://files.persona.co/32738/hinted-Hershey64-SimplexCartographicSans.woff2")
      format("woff2"),
    url("https://files.persona.co/32738/hinted-Hershey64-SimplexCartographicSans.woff")
      format("woff");
}

@font-face {
  font-family: "hershey-duplex-cartographic-script";
  font-style: normal;
  font-weight: 400;
  src: url("https://files.persona.co/32738/hinted-Hershey64-SimplexCartographicScript.woff2")
      format("woff2"),
    url("https://files.persona.co/32738/hinted-Hershey64-SimplexCartographicScript.woff")
      format("woff");
}


.hershey-duplex-principal-sans {
  font-family: "hershey-duplex-principal-sans" !important;
}

.hershey-duplex-principal-script {
  font-family: "hershey-duplex-principal-script" !important;
}

.hershey-triplex-gothic {
  font-family: "hershey-triplex-gothic" !important;
}

.hershey-triplex {
  font-family: "hershey-triplex" !important;
}

.hershey-duplex-indexical {
  font-family: "hershey-duplex-indexical" !important;
}

.hershey-duplex-cartographic-sans {
  font-family: "hershey-duplex-cartographic-sans" !important;
}

.hershey-duplex-cartographic-script {
  font-family: "hershey-duplex-cartographic-script" !important;
}

.full-bleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.backdrop-overlay-gradient {
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 80%, rgba(0,0,0,0.95) 100%);
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0.85) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.25) 65%, rgba(0,0,0,0.95) 100%);
}

.bottom-overlay-shadow {
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15vh;
    z-index: 101;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 80%, rgba(0,0,0,0.95) 100%);
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0.85) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.25) 65%, rgba(0,0,0,0.95) 100%);
}

/**
 * Resets
 */


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

/**
 * Global
 */

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

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: 100;

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

/**
 * Editor styles
 */

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

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

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

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

[data-predefined-style="true"] main {
	font-size: 1.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social /*!System*/;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] main a {
	color: rgba(255, 255, 255, 1);
    padding-bottom: 0em;
    /*border-bottom: 0.08em solid rgba(255, 255, 255, 0.95);*/
    text-decoration: none;
    text-shadow: 0px 0px 8px #FF8415;
    color: #FFFFFF;

text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px;
}

[data-predefined-style="true"] main a:hover {

}

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: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Bold', Social /*!System*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 9.8rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 1);
	text-rendering: optimizeLegibility;
}

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

[data-predefined-style="true"] h2 {
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Bold', Social /*!System*/;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 3rem;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: 'Helvetica Neue', Helvetica, sans-serif, 'Helvetica Roman', Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}

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


[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%;
}

.yagow--front--logo {
	
    width: 100%
}

.yagow--front--logo img {
	width: 100% !important;
}