/**
 * 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: fixed;
    z-index: 10;
}




/**
 * Global
 */

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

html {
	position: relative;
}

body {
	background: #333;
	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;
    box-shadow: 0.2em 0.2em 0.8em 0px rgba(0,0,0,0.2);
}


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: rgba(0, 0, 0, 0) /*!content_center*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: center /*!vertical_middle*/;
	align-items: center /*!vertical_middle*/;
	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: 2.5rem/*!main_margin*/;
}

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

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

[data-predefined-style="true"] main {
	font-size: 1.4rem;
	font-weight: 400;
	color: rgb(123, 115, 115);
	font-family: Sabon, Social /*!Persona*/;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] main a {
	color: rgb(123, 115, 115);
    padding-left: 0.2em;
    padding-right: 0.2em;
    border-bottom: 0.00em solid transparent;
    text-decoration: none;
    background: solid #fff;
    box-shadow: 0.2em 0.2em 0.8em 0px rgba(0,0,0,0.2);
    cursor: help;  
}

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

}

main a.image-link {
	background: solid transparent;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2)
}
main a.icon-link,
main a.image-link:hover{
	background: solid transparent;
}
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: Sabon, Social /*!Persona*/;
	font-style: italic;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 2.8rem;
	line-height: 1;
	color: rgb(36, 41, 205);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgb(36, 41, 205);
    cursor: help;
}

[data-predefined-style="true"] h2 {
	font-family: Sabon, Social /*!Persona*/;
	font-style: italic;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	font-size: 2.9rem;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
    position: relative;
}

[data-predefined-style="true"] h2 a {
	color: rgb(237, 206, 0);
    cursor: help;
    font-size: 3.2rem;
    line-height: 1.4;
}

[data-predefined-style="true"] small {
    display: inline-block;
	font-size: 1.4rem;
	line-height: 1.2;
	font-family: "Cormorant Garamond", Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(171, 167, 167, 0.9);
}

[data-predefined-style="true"] small a {
	color: rgba(171, 167, 167, 0.9);
	border-bottom-width: 0.1em;
    cursor: help;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(237, 238, 237, 1)/*!subpage_overlay*/;
}
/**
 * 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%;
}

/* Dropdown Button */
.dropbtn {
  display: none;
    background-color: transparent;

  border: none;
    cursor: help;
    font-family: Sabon, Social /*!Persona*/;
	font-style: italic;
	font-weight: 700;
	padding: 20px;
	margin: 0;
	color: rgb(163, 235, 0);
	font-size: 5rem;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
}

.dropbtn a {
  background-color: transparent;

  border: none;
    cursor: help;
    font-family: Sabon, Social /*!Persona*/;
	font-style: italic;
	font-weight: 700;
	padding: 20px;
	margin: 0;
	color: rgb(163, 235, 0);
	font-size: 5rem;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
    text-decoration: none;
}
.dropbtn a:hover {
  background-color: transparent;

  border: none;
    cursor: help;
    font-family: Sabon, Social /*!Persona*/;
	font-style: italic;
	font-weight: 700;
	padding: 20px;
	margin: 0;
	color: rgb(253, 253, 9);
	font-size: 5rem;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
    text-decoration: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: fixed;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0.2em 0.2em 0.8em 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #1120c3;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
    cursor: help;
    font-family: Sabon, Social /*!Persona*/;
	font-style: italic;
	font-weight: 700;
    font-size: 2rem;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f5fd3a;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: transparent; color: #f5fd3a;}


/* Dropup Button */
.dropbtn2 {
    display: none;
  background-color: transparent;
  color: #a3eb00;
  padding: 16px;
  font-size: 3em;
  border: none;
  position: fixed;
    
}

/* The container <div> - needed to position the dropup content */
.dropup {
  position: fixed;
  display: inline-block;
  right: 7em;
  bottom: 7em;
    
}

/* Dropup content (Hidden by Default) */
.dropup-content {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0.2em 0.2em 0.8em 0px rgba(0,0,0,0.2);
  z-index: 1;
    color: #1120c3;
     cursor: help;
    font-family: Sabon, Social /*!Persona*/;
	font-style: italic;
	font-weight: 500;
    font-size: 1rem;
    padding-left: 1em;
    padding-right: 1em;
      
}

/* Links inside the dropup */
.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropup links on hover */
.dropup-content a:hover {background-color: #ddd}

/* Show the dropup menu on hover */
.dropup:hover .dropup-content {
  display: block;
}

/* Change the background color of the dropup button when the dropup content is shown */
.dropup:hover .dropbtn2 {
  background-color: transparent;
}
