/*!
Theme Name: lancaster2022
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lancaster2021
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lica is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover, a:focus, a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-navigation ul ul.sub-menu.active {
  max-height: 250px;
}

.main-navigation ul ul.sub-menu a:before {
  content: '-';
  display: inline-block;
  margin-right: 0.5rem;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  width: 100%;
}

@media (min-width: 600px) {
  .alignleft {
    width: auto;
    max-width: 50%;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    float: left;
  }
}

.alignright {
  width: 100%;
}

@media (min-width: 600px) {
  .alignright {
    width: auto;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    max-width: 50%;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

html {
  overflow: auto;
}

h1,
h2,
h3,
h4 {
  font-family: effra, sans-serif;
  color: #006382;
  font-weight: 900;
}

body.mobile-mode #app-wrapper {
  background: #ccc;
}

body.mobile-mode #canvas-wrapper {
  max-width: 400px;
  margin: auto;
  border-left: 2px solid;
  border-right: 2px solid;
  background: white;
}

body.mobile-mode #canvas-wrapper .resize-drag {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem !important;
}

body.mobile-mode #canvas-wrapper .resize-drag.hide-on-mobile {
  display: none !important;
}

body.mobile-mode #canvas {
  padding: 0 1rem 120px;
  height: auto !important;
}

.canvas {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  display: block;
}

.canvas .bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.canvas .resize-drag {
  color: white;
  font-size: 20px;
  font-family: sans-serif;
  padding: 20px;
  -ms-touch-action: none;
      touch-action: none;
  cursor: move;
  width: 400px;
  height: 300px;
  position: static;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 600px) {
  .canvas .resize-drag {
    position: absolute;
  }
}

@media (max-width: 600px) {
  .canvas .resize-drag.hide-on-mobile {
    display: none !important;
  }
}

.canvas .resize-drag .image-link {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.canvas .resize-drag .image-link .image-link-a {
  display: block;
  padding: 1rem;
  background: black;
  color: white;
  text-decoration: none;
  font-size: 2rem;
  width: 80px;
  text-align: center;
}

.canvas .resize-drag .image-link .image-link-a:hover {
  font-style: normal;
  color: black;
  background: white;
}

.canvas .resize-drag .image-link .image-link-a:before {
  content: '\2197';
  display: block;
  font-family: Arial;
}

.canvas .resize-drag:hover {
  border: 2px solid black;
}

.canvas .resize-drag:hover .element-options {
  display: block;
}

.canvas .resize-drag.image {
  padding: 0;
}

.canvas .resize-drag.image .image-rotate,
.canvas .resize-drag.image .image-skew,
.canvas .resize-drag.image .image-original,
.canvas .resize-drag.image .image-hover {
  height: 100%;
  width: 100%;
}

.canvas .resize-drag.image .image-rotate {
  -webkit-perspective: 500px;
          perspective: 500px;
}

.canvas .resize-drag.image .image-original {
  background: lightblue;
}

.canvas .resize-drag.image .image-original,
.canvas .resize-drag.image .image-hover {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.canvas .resize-drag.image .image-original img,
.canvas .resize-drag.image .image-hover img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.canvas .resize-drag.image .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}

.canvas .resize-drag.image .image-caption {
  color: black;
  line-height: 1.2;
}

.canvas .resize-drag.image.has-rollover:hover .image-original {
  opacity: 0;
}

.canvas .resize-drag.image.has-rollover:hover .image-hover {
  opacity: 1;
}

.canvas .resize-drag.text {
  background: transparent;
  color: black;
  padding: 0;
  line-height: 1.2;
}

.canvas .resize-drag.text .text-rotate {
  -webkit-perspective: 500px;
          perspective: 500px;
}

.canvas .resize-drag.text .text-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.canvas .resize-drag.text p {
  margin-top: 0;
}

.canvas .resize-drag.text a {
  text-decoration: underline;
}

.canvas .resize-drag.text .text-original,
.canvas .resize-drag.text .text-hover {
  padding: 20px;
}

.canvas .resize-drag.text.has-rollover:hover .text-original {
  opacity: 0;
}

.canvas .resize-drag.text.has-rollover:hover .text-hover {
  opacity: 1;
  pointer-events: all;
}

.canvas .resize-drag.video {
  background: orange;
  padding: 0;
}

.canvas .resize-drag.video .video-rotate,
.canvas .resize-drag.video .video-skew,
.canvas .resize-drag.video .video-original,
.canvas .resize-drag.video .video-hover {
  height: 100%;
  width: 100%;
}

.canvas .resize-drag.video .video-rotate {
  -webkit-perspective: 500px;
          perspective: 500px;
}

.canvas .resize-drag.video .video-embed {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.canvas .resize-drag.video iframe {
  pointer-events: none;
}

.canvas .resize-drag .element-options {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  z-index: 100;
}

.canvas .resize-drag .element-options .kill,
.canvas .resize-drag .element-options .element-settings {
  padding: 1rem;
  color: white;
  display: inline-block;
  border: 0;
}

.canvas .resize-drag .element-options .kill {
  background: red;
}

.canvas .resize-drag .element-options .element-settings {
  background: black;
}

.post-template-template-editor .main-navigation,
.post-template-template-editor-dev .main-navigation {
  display: none;
}

.post-template-template-editor .menu-icon,
.post-template-template-editor-dev .menu-icon {
  display: none;
}

.post-template-template-editor .create-element,
.post-template-template-editor-dev .create-element {
  position: fixed;
  bottom: 54px;
  left: 0;
}

.post-template-template-editor .create-element form,
.post-template-template-editor-dev .create-element form {
  display: inline-block;
}

.post-template-template-editor .create-element button,
.post-template-template-editor .create-element input[type="submit"],
.post-template-template-editor-dev .create-element button,
.post-template-template-editor-dev .create-element input[type="submit"] {
  padding: 1rem;
  background: black;
  color: white;
  border: 0;
  font-size: 0.8rem;
  text-decoration: none;
  border-radius: 0;
  line-height: 1.3;
  cursor: pointer;
}

.post-template-template-editor .create-element a#reset-page,
.post-template-template-editor-dev .create-element a#reset-page {
  background: red;
}

.post-template-template-editor .create-element .save-page,
.post-template-template-editor-dev .create-element .save-page {
  background: green !important;
}

.post-template-template-editor .create-element a,
.post-template-template-editor .create-element input[type="submit"],
.post-template-template-editor .button,
.post-template-template-editor button,
.post-template-template-editor-dev .create-element a,
.post-template-template-editor-dev .create-element input[type="submit"],
.post-template-template-editor-dev .button,
.post-template-template-editor-dev button {
  padding: 1rem;
  background: black;
  color: white;
  border: 0;
  font-size: 0.8rem;
  font-family: 'Ubuntu Mono', monospace;
  text-decoration: none;
  border-radius: 0;
  line-height: 1.3;
  display: inline-block;
  cursor: pointer;
}

.post-template-template-editor .create-element a:visited, .post-template-template-editor .create-element a:visited:hover, .post-template-template-editor .create-element a:active,
.post-template-template-editor .create-element input[type="submit"]:visited,
.post-template-template-editor .create-element input[type="submit"]:visited:hover,
.post-template-template-editor .create-element input[type="submit"]:active,
.post-template-template-editor .button:visited,
.post-template-template-editor .button:visited:hover,
.post-template-template-editor .button:active,
.post-template-template-editor button:visited,
.post-template-template-editor button:visited:hover,
.post-template-template-editor button:active,
.post-template-template-editor-dev .create-element a:visited,
.post-template-template-editor-dev .create-element a:visited:hover,
.post-template-template-editor-dev .create-element a:active,
.post-template-template-editor-dev .create-element input[type="submit"]:visited,
.post-template-template-editor-dev .create-element input[type="submit"]:visited:hover,
.post-template-template-editor-dev .create-element input[type="submit"]:active,
.post-template-template-editor-dev .button:visited,
.post-template-template-editor-dev .button:visited:hover,
.post-template-template-editor-dev .button:active,
.post-template-template-editor-dev button:visited,
.post-template-template-editor-dev button:visited:hover,
.post-template-template-editor-dev button:active {
  color: white;
}

.post-template-template-editor .off-canvas,
.post-template-template-editor-dev .off-canvas {
  width: 400px;
  position: fixed;
  height: 100vh;
  padding: 3rem 1rem;
  border-left: 2px solid black;
  overflow-y: auto;
  right: -400px;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: white;
  z-index: 20;
}

.post-template-template-editor .off-canvas.open,
.post-template-template-editor-dev .off-canvas.open {
  right: 0;
}

.post-template-template-editor .off-canvas .close,
.post-template-template-editor-dev .off-canvas .close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  background: black;
  padding: 1rem;
  color: white !important;
  font-family: 'Ubuntu Mono', monospace;
}

.post-template-template-editor .off-canvas input,
.post-template-template-editor .off-canvas select,
.post-template-template-editor-dev .off-canvas input,
.post-template-template-editor-dev .off-canvas select {
  width: 100%;
  margin-bottom: 0.5rem;
}

.post-template-template-editor .off-canvas input[type="checkbox"], .post-template-template-editor .off-canvas input[type="radio"],
.post-template-template-editor .off-canvas select[type="checkbox"],
.post-template-template-editor .off-canvas select[type="radio"],
.post-template-template-editor-dev .off-canvas input[type="checkbox"],
.post-template-template-editor-dev .off-canvas input[type="radio"],
.post-template-template-editor-dev .off-canvas select[type="checkbox"],
.post-template-template-editor-dev .off-canvas select[type="radio"] {
  width: auto;
}

.post-template-template-editor .off-canvas .fade-in,
.post-template-template-editor-dev .off-canvas .fade-in {
  margin-bottom: 1rem;
}

.status {
  color: white;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 0.5rem;
}

.status.green {
  background: green;
}

.status.orange {
  background: orange;
}

.status.red {
  background: red;
}

.status.active {
  opacity: 1;
  visibility: visible;
}

.dropzone,
.video-embed-container {
  position: relative;
}

.dropzone .kill-file,
.video-embed-container .kill-file {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
}

.control-panel {
  padding: 1rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  border: 2px solid black;
  background: white;
}

.control-panel a {
  display: block;
  color: black;
  margin-bottom: 1rem;
}

.control-panel a:last-of-type {
  margin-bottom: 0;
}

button {
  border-radius: 0;
  font-size: 0.8rem;
}

@media screen and (min-width: 900px) {
  .fade {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .fade.in-viewport {
    opacity: 1;
  }
}

.default-content {
  max-width: calc(100vw - 4rem);
  width: 100%;
  padding: 1rem;
  margin: auto;
  display: none;
}

.swiper-container.lica-swiper {
  display: none;
  position: relative;
  width: 100%;
  z-index: 0;
}

.swiper-container.lica-swiper .swiper-wrapper {
  margin-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-container.lica-swiper .swiper-slide {
  display: none;
  max-height: 570px;
  text-align: center;
}

.swiper-container.lica-swiper .swiper-slide.show {
  display: block;
}

.swiper-container.lica-swiper .swiper-slide img {
  max-height: 520px;
}

.swiper-container.lica-swiper .swiper-navigation {
  position: relative;
  display: none;
}

.swiper-container.lica-swiper .swiper-pagination {
  position: relative;
}

.swiper-container.lica-swiper .swiper-button-prev,
.swiper-container.lica-swiper .swiper-button-next {
  width: auto;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: black;
}

.swiper-container.lica-swiper .swiper-button-prev:after,
.swiper-container.lica-swiper .swiper-button-next:after {
  display: none;
}

.swiper-container.lica-swiper .swiper-button-prev {
  left: 0;
}

.swiper-container.lica-swiper .swiper-button-next {
  right: 0;
}

.swiper-container.lica-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: white;
  border: 2px solid black;
  opacity: 1;
  margin-right: 0.5rem;
}

.swiper-container.lica-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}

.swiper-container.lica-swiper .swiper-slide-caption-1 {
  margin-bottom: 1rem;
}

.default-text {
  max-width: 600px;
  width: 100%;
  padding: 1rem 0 2rem;
  line-height: 1.2;
  font-size: 20px;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.menu-open {
  overflow: hidden;
}

body {
  color: black;
  overflow: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.single {
  background: white !important;
}

body.single .resize-drag {
  -ms-touch-action: auto;
      touch-action: auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: white;
}

@media screen and (min-width: 900px) {
  .header {
    background: transparent;
    padding: 0;
  }
}

.static-header {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 600px) {
  .static-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.static-header .profile-image {
  line-height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.static-header .profile-image img {
  max-width: 150px;
}

.static-header .presentation-information {
  padding: 10px 0px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: none;
}

@media screen and (min-width: 600px) {
  .static-header .presentation-information {
    padding: 10px 20px;
  }
}

.static-header .presentation-information h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: effra, sans-serif;
  color: #006382;
  text-transform: uppercase;
  line-height: 1.2;
}

.static-header .presentation-information h2 {
  margin-bottom: 1rem;
}

.static-header .presentation-information .student-information {
  color: #555656;
  font-family: effra, sans-serif;
  font-size: 1rem;
  margin-bottom: 20px;
}

.static-header .presentation-information .presentation-title {
  font-size: 1.2rem;
  font-family: lexia, serif;
  color: #555656;
}

body.page-template-page-home, body.page-template-template-placeholder,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) {
  background: white;
  margin-bottom: 0;
}

body.page-template-page-home #canvas-wrapper, body.page-template-template-placeholder #canvas-wrapper,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) #canvas-wrapper {
  padding-top: 0;
}

body.page-template-page-home .resize-drag, body.page-template-template-placeholder .resize-drag,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .resize-drag {
  cursor: auto;
}

body.page-template-page-home .resize-drag:hover, body.page-template-template-placeholder .resize-drag:hover,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .resize-drag:hover {
  border-color: transparent;
}

body.page-template-page-home .resize-drag:hover .element-options, body.page-template-template-placeholder .resize-drag:hover .element-options,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .resize-drag:hover .element-options {
  display: none;
}

body.page-template-page-home #off-canvas-wrapper, body.page-template-template-placeholder #off-canvas-wrapper,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) #off-canvas-wrapper {
  display: none;
}

body.page-template-page-home .canvas .resize-drag.video iframe, body.page-template-template-placeholder .canvas .resize-drag.video iframe,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .canvas .resize-drag.video iframe {
  pointer-events: all;
}

body.page-template-page-home .create-element, body.page-template-template-placeholder .create-element,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .create-element {
  display: none;
}

body.page-template-page-home button, body.page-template-template-placeholder button,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) button {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.page-template-page-home button:focus, body.page-template-template-placeholder button:focus,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) button:focus {
  outline: 0;
}

body.page-template-page-home .menu-icon, body.page-template-template-placeholder .menu-icon,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon {
  width: 35px;
  height: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
  z-index: 30;
  margin-bottom: 10px;
}

@media screen and (min-width: 400px) {
  body.page-template-page-home .menu-icon, body.page-template-template-placeholder .menu-icon,
  body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon {
    position: relative;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

body.page-template-page-home .menu-icon::after, body.page-template-template-placeholder .menu-icon::after,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon::after {
  display: none;
}

body.page-template-page-home .menu-icon span, body.page-template-template-placeholder .menu-icon span,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #555656;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

body.page-template-page-home .menu-icon span:nth-child(1), body.page-template-template-placeholder .menu-icon span:nth-child(1),
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon span:nth-child(1) {
  top: 0px;
}

body.page-template-page-home .menu-icon span:nth-child(2), body.page-template-template-placeholder .menu-icon span:nth-child(2),
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon span:nth-child(2) {
  top: 10px;
}

body.page-template-page-home .menu-icon span:nth-child(3), body.page-template-template-placeholder .menu-icon span:nth-child(3),
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon span:nth-child(3) {
  top: 20px;
}

body.page-template-page-home .menu-icon span:nth-child(4), body.page-template-template-placeholder .menu-icon span:nth-child(4),
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon span:nth-child(4) {
  top: 30px;
}

body.page-template-page-home .menu-icon.open span, body.page-template-template-placeholder .menu-icon.open span,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon.open span {
  background: white;
  height: 2px;
}

body.page-template-page-home .menu-icon.open span:nth-child(1), body.page-template-template-placeholder .menu-icon.open span:nth-child(1),
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

body.page-template-page-home .menu-icon.open span:nth-child(2), body.page-template-template-placeholder .menu-icon.open span:nth-child(2),
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.page-template-page-home .menu-icon.open span:nth-child(3), body.page-template-template-placeholder .menu-icon.open span:nth-child(3),
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.page-template-page-home .menu-icon.open span:nth-child(4), body.page-template-template-placeholder .menu-icon.open span:nth-child(4),
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .menu-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

body.page-template-page-home .main-navigation, body.page-template-template-placeholder .main-navigation,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: -19rem;
  right: 0;
  bottom: 0;
  width: 19rem;
  height: 100%;
  background: #006382;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 25;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1.6rem;
  font-family: lexia, serif;
  padding: 2rem;
}

@media (min-width: 900px) {
  body.page-template-page-home .main-navigation, body.page-template-template-placeholder .main-navigation,
  body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation {
    left: -19rem;
    width: 19rem;
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  body.page-template-page-home .main-navigation, body.page-template-template-placeholder .main-navigation,
  body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation {
    left: -22rem;
    width: 22rem;
    font-size: 2rem;
  }
}

body.page-template-page-home .main-navigation.open, body.page-template-template-placeholder .main-navigation.open,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation.open {
  left: 0;
}

body.page-template-page-home .main-navigation .menu-menu-1-container, body.page-template-template-placeholder .main-navigation .menu-menu-1-container,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation .menu-menu-1-container {
  max-width: 1000px;
  margin: auto;
  padding: 100px 1rem;
  line-height: 1;
}

body.page-template-page-home .main-navigation .menu, body.page-template-template-placeholder .main-navigation .menu,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: none;
  font-weight: 400;
}

body.page-template-page-home .main-navigation .menu ul, body.page-template-template-placeholder .main-navigation .menu ul,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.page-template-page-home .main-navigation .menu a, body.page-template-template-placeholder .main-navigation .menu a,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation .menu a {
  line-height: 1;
  color: white;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 2px;
}

body.page-template-page-home .main-navigation .menu a:hover, body.page-template-template-placeholder .main-navigation .menu a:hover,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation .menu a:hover {
  color: #fab03b;
}

body.page-template-page-home .main-navigation .menu a:hover:after, body.page-template-template-placeholder .main-navigation .menu a:hover:after,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation .menu a:hover:after {
  left: 0;
}

body.page-template-page-home .main-navigation .menu a:after, body.page-template-template-placeholder .main-navigation .menu a:after,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation .menu a:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

body.page-template-page-home .main-navigation .menu .menu-item, body.page-template-template-placeholder .main-navigation .menu .menu-item,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation .menu .menu-item {
  text-align: left;
  line-height: 1.2;
}

body.page-template-page-home .main-navigation .twitter, body.page-template-template-placeholder .main-navigation .twitter,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation .twitter {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'lexia', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: white;
}

body.page-template-page-home .main-navigation .twitter .fab, body.page-template-template-placeholder .main-navigation .twitter .fab,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .main-navigation .twitter .fab {
  margin-right: 0.5rem;
}

body.page-template-page-home .breadcrumb, body.page-template-template-placeholder .breadcrumb,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .breadcrumb {
  position: relative;
  font-size: 1.2rem;
  z-index: 10;
}

@media screen and (min-width: 900px) {
  body.page-template-page-home .breadcrumb, body.page-template-template-placeholder .breadcrumb,
  body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .breadcrumb {
    position: fixed;
    top: 0;
    left: 100px;
  }
}

body.page-template-page-home .breadcrumb ul, body.page-template-template-placeholder .breadcrumb ul,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .breadcrumb ul {
  list-style-type: none;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 900px) {
  body.page-template-page-home .breadcrumb ul, body.page-template-template-placeholder .breadcrumb ul,
  body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .breadcrumb ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 20px 0;
  }
}

body.page-template-page-home .breadcrumb ul li, body.page-template-template-placeholder .breadcrumb ul li,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .breadcrumb ul li {
  margin-right: 2rem;
  margin-bottom: 5px;
}

body.page-template-page-home .breadcrumb .artist-name, body.page-template-template-placeholder .breadcrumb .artist-name,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .breadcrumb .artist-name {
  text-decoration: underline;
}

body.page-template-page-home .breadcrumb button, body.page-template-template-placeholder .breadcrumb button,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .breadcrumb button {
  padding: 0;
  font-family: 'Ubuntu Mono', monospace;
  color: black;
  font-size: 1.2rem;
}

body.page-template-page-home .breadcrumb button:hover, body.page-template-template-placeholder .breadcrumb button:hover,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .breadcrumb button:hover {
  font-style: italic;
}

body.page-template-page-home .filter-button-wrapper, body.page-template-template-placeholder .filter-button-wrapper,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filter-button-wrapper {
  z-index: 15;
  margin-left: auto;
}

@media screen and (min-width: 900px) {
  body.page-template-page-home .filter-button-wrapper, body.page-template-template-placeholder .filter-button-wrapper,
  body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filter-button-wrapper {
    display: block;
    position: fixed;
    top: 20px;
    right: 25px;
  }
}

body.page-template-page-home .filter-button-wrapper .filter-button,
body.page-template-page-home .filter-button-wrapper .read-more-button, body.page-template-template-placeholder .filter-button-wrapper .filter-button,
body.page-template-template-placeholder .filter-button-wrapper .read-more-button,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filter-button-wrapper .filter-button,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filter-button-wrapper .read-more-button {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0;
}

body.page-template-page-home .filter-button-wrapper .filter-button:hover,
body.page-template-page-home .filter-button-wrapper .read-more-button:hover, body.page-template-template-placeholder .filter-button-wrapper .filter-button:hover,
body.page-template-template-placeholder .filter-button-wrapper .read-more-button:hover,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filter-button-wrapper .filter-button:hover,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filter-button-wrapper .read-more-button:hover {
  font-style: italic;
}

@media screen and (min-width: 900px) {
  body.page-template-page-home .filter-button-wrapper .read-more-button, body.page-template-template-placeholder .filter-button-wrapper .read-more-button,
  body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filter-button-wrapper .read-more-button {
    display: block;
  }
}

body.page-template-page-home .filters, body.page-template-template-placeholder .filters,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filters {
  position: fixed;
  width: 300px;
  top: 0;
  right: -300px;
  bottom: 0;
  background: white;
  color: black;
  z-index: 20;
  font-size: 1.2rem;
  padding: 4rem 2rem;
  overflow: auto;
}

body.page-template-page-home .filters a, body.page-template-template-placeholder .filters a,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filters a {
  color: black;
  text-decoration: none;
}

body.page-template-page-home .filters.open, body.page-template-template-placeholder .filters.open,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filters.open {
  right: 0;
}

body.page-template-page-home .filters .menu-icon, body.page-template-template-placeholder .filters .menu-icon,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filters .menu-icon {
  position: absolute;
  top: 25px;
  right: 20px;
  left: auto;
}

body.page-template-page-home .filters .menu-icon.open span, body.page-template-template-placeholder .filters .menu-icon.open span,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .filters .menu-icon.open span {
  background: black;
}

body.page-template-page-home .prev-next, body.page-template-template-placeholder .prev-next,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .prev-next {
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  font-size: 2.5rem;
  z-index: 10;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'effra', sans-serif;
  font-weight: 400;
}

body.page-template-page-home .prev-next a, body.page-template-template-placeholder .prev-next a,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .prev-next a {
  color: #006382;
  text-decoration: none;
}

body.page-template-page-home .prev-next a:hover, body.page-template-template-placeholder .prev-next a:hover,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .prev-next a:hover {
  font-style: normal;
}

body.page-template-page-home .document, body.page-template-template-placeholder .document,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .document {
  position: fixed;
  bottom: 30px;
  left: 120px;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-template-page-home .document .artist-info-button, body.page-template-template-placeholder .document .artist-info-button,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .document .artist-info-button {
  padding: 0;
}

body.page-template-page-home .document .artist-info-button.hover, body.page-template-template-placeholder .document .artist-info-button.hover,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .document .artist-info-button.hover {
  display: none;
}

body.page-template-page-home .document img, body.page-template-template-placeholder .document img,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .document img {
  height: 40px;
  cursor: pointer;
}

body.page-template-page-home .document:hover .artist-info-button, body.page-template-template-placeholder .document:hover .artist-info-button,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .document:hover .artist-info-button {
  display: none;
}

body.page-template-page-home .document:hover .artist-info-button.hover, body.page-template-template-placeholder .document:hover .artist-info-button.hover,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .document:hover .artist-info-button.hover {
  display: block;
}

body.page-template-page-home .create-element, body.page-template-template-placeholder .create-element,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .create-element {
  display: none;
}

body.page-template-page-home .share-wrapper, body.page-template-template-placeholder .share-wrapper,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .share-wrapper {
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-template-page-home .share-wrapper:hover .share-button, body.page-template-template-placeholder .share-wrapper:hover .share-button,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .share-wrapper:hover .share-button {
  display: none;
  cursor: pointer;
}

body.page-template-page-home .share-wrapper:hover .share-button.hover, body.page-template-template-placeholder .share-wrapper:hover .share-button.hover,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .share-wrapper:hover .share-button.hover {
  display: block;
}

body.page-template-page-home .share-wrapper .share-button, body.page-template-template-placeholder .share-wrapper .share-button,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .share-wrapper .share-button {
  padding: 0;
}

body.page-template-page-home .share-wrapper .share-button.hover, body.page-template-template-placeholder .share-wrapper .share-button.hover,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .share-wrapper .share-button.hover {
  display: none;
}

body.page-template-page-home .share-wrapper .share-button img, body.page-template-template-placeholder .share-wrapper .share-button img,
body:not(.post-template-template-editor):not(.post-template-template-editor-dev) .share-wrapper .share-button img {
  height: 40px;
}

a,
a:active,
a:visited {
  color: black;
  text-decoration: none;
}

.lica-button-canvas {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.lica-button-canvas h1 {
  font-size: 4rem;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  pointer-events: all;
}

@media screen and (min-width: 900px) {
  .lica-button-canvas h1 {
    font-size: 5rem;
  }
}

.lica-button-canvas .lica-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 900px) {
  .lica-button-canvas .lica-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.lica-button-canvas .lica-buttons .lica-button {
  background: black;
  color: white;
  height: 150px;
  width: 150px;
  border-radius: 150px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  position: absolute;
  left: 60px;
  bottom: 50px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  padding: 1rem;
  pointer-events: all;
}

@media screen and (min-width: 900px) {
  .lica-button-canvas .lica-buttons .lica-button {
    margin-bottom: 0;
    margin-right: 100px;
    font-size: 1.2rem;
    height: 150px;
    width: 150px;
  }
}

.lica-button-canvas .lica-buttons .lica-button .lica-button-inner {
  text-align: center;
  line-height: 1;
}

.lica-button-canvas .lica-buttons .lica-button:nth-of-type(2) {
  background: black;
  color: white;
  margin-right: 0;
}

.lica-button-canvas .lica-buttons .lica-button:nth-of-type(2):hover {
  background: white;
  color: black;
}

.lica-button-canvas .lica-buttons .lica-button:hover {
  background: white;
  color: black;
}

.lica-button-canvas .lica-buttons .lica-button:hover .lica-button-inner {
  display: none;
  text-align: center;
}

.lica-button-canvas .lica-buttons .lica-button:hover .lica-button-inner-hover {
  display: block;
}

.lica-button-canvas .lica-buttons .lica-button .lica-button-inner-hover {
  display: none;
  text-align: center;
  line-height: 1;
}

.read-more-button {
  cursor: pointer;
}

.student-text,
.staff-text,
.artist-info,
.read-more,
.about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  overflow: auto;
  z-index: 20;
}

.student-text.open,
.staff-text.open,
.artist-info.open,
.read-more.open,
.about-text.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.student-text .menu-icon,
.staff-text .menu-icon,
.artist-info .menu-icon,
.read-more .menu-icon,
.about-text .menu-icon {
  left: auto !important;
  right: 25px;
  position: absolute !important;
  top: 20px;
}

.text-inner {
  padding: 50px 1rem 150px 1rem;
  width: 100%;
  max-width: 800px;
}

.text-inner > *:last-child {
  margin-bottom: 150px;
  width: 100%;
  min-height: 1px;
}

.text-inner a {
  text-decoration: underline;
}

.share {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 250px;
  width: 250px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  z-index: 20;
  font-size: 1.2rem;
}

.share.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share.catalogue {
  height: auto;
  width: 300px;
  padding: 75px 1.5rem 1.5rem;
}

.share.catalogue .share-links {
  display: block;
}

.share.catalogue .share-links p {
  margin-top: 0;
}

.share.catalogue .share-links p:last-of-type {
  margin-bottom: 0;
}

.share.catalogue .share-links p a {
  text-decoration: underline;
}

.share .share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share .share-links a,
.share .share-links a:visited {
  color: black;
  text-decoration: none;
}

.share .share-links a:hover,
.share .share-links a:visited:hover {
  font-style: italic;
}

.share .menu-icon {
  left: auto !important;
  right: 20px !important;
  top: 25px !important;
  position: absolute;
}

.share .menu-icon span {
  background: black !important;
}

.grid {
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
}

.grid .grid-item {
  float: left;
  width: 100%;
  padding: 2rem;
  position: relative;
}

@media screen and (min-width: 600px) {
  .grid .grid-item {
    width: 50%;
  }
}

.grid .grid-item:hover img {
  opacity: 0.5;
}

.grid .grid-item:hover .tooltip {
  opacity: 1;
  font-style: normal;
}

.grid .grid-item.film:hover .grid-item-image:before {
  display: block;
  content: ' ';
  background: black;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid .grid-item.film:hover img {
  opacity: 1;
}

.grid .grid-item .grid-item-image {
  display: inline-block;
  position: relative;
}

.grid .grid-item a {
  display: block;
  text-align: center;
  position: relative;
  line-height: 0;
}

.grid .grid-item .tooltip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  padding: 3rem;
  line-height: 1;
}

.grid .grid-item .tooltip div.film {
  color: #79beb2;
}

.grid .grid-item .tooltip div.fine-art {
  color: #a01f1f;
}

.grid .grid-item .tooltip div.design {
  color: #f3c592;
}

.grid .grid-item .tooltip div.theatre {
  color: #224750;
}

.archive .container {
  max-width: 1000px;
  margin: auto;
  padding: 100px 1rem;
  line-height: 1;
}

.archive .container a,
.archive .container a:visited {
  font-size: 3rem;
  text-decoration: none;
  display: block;
  margin-bottom: 1rem;
}

@media screen and (min-width: 900px) {
  .archive .container a,
  .archive .container a:visited {
    font-size: 3rem;
  }
}

.archive .container a.film,
.archive .container a:visited.film {
  color: #79beb2;
}

.archive .container a.fine-art,
.archive .container a:visited.fine-art {
  color: #a01f1f;
}

.archive .container a.design,
.archive .container a:visited.design {
  color: #f3c592;
}

.archive .container a.theatre,
.archive .container a:visited.theatre {
  color: #224750;
}

.lancaster-link {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.2rem;
  z-index: 15;
  line-height: 24px;
}

.lancaster-link a:hover {
  font-style: italic;
}

main.light-menu .prev-next {
  color: white;
}

main.light-menu .prev-next a,
main.light-menu .prev-next a:active,
main.light-menu .prev-next a:visited {
  color: white;
}

main.light-menu .prev-next a:hover,
main.light-menu .prev-next a:active:hover,
main.light-menu .prev-next a:visited:hover {
  color: black;
}

main.light-menu .share-wrapper .share-button {
  display: none;
}

main.light-menu .share-wrapper .share-button.hover {
  display: block;
}

main.light-menu .share-wrapper:hover .share-button {
  display: block;
}

main.light-menu .share-wrapper:hover .share-button.hover {
  display: none;
}

@media screen and (min-width: 900px) {
  main.light-menu .breadcrumb {
    color: white;
  }
  main.light-menu .breadcrumb a,
  main.light-menu .breadcrumb a:active,
  main.light-menu .breadcrumb a:visited {
    color: white;
  }
  main.light-menu .read-more-button {
    color: white;
  }
}

.control-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 65px;
  background: transparent;
  border: 0;
  padding: 0;
  z-index: 10;
}

.control-panel button {
  display: none;
  padding: 0;
  margin-right: 2rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-family: 'Ubuntu Mono', monospace;
  cursor: pointer;
}

.control-panel button:hover {
  font-style: italic;
}

.control-panel button.film {
  color: #79beb2;
}

.control-panel button.fine-art {
  color: #a01f1f;
}

.control-panel button.design {
  color: #f3c592;
}

.control-panel button.theatre {
  color: #224750;
}

#canvas-wrapper {
  padding-top: 50px;
}

#canvas-wrapper .control-panel {
  display: none;
}

.hide-for-mobile {
  display: none;
}

@media screen and (min-width: 900px) {
  .hide-for-mobile {
    display: block;
  }
}

.hide-for-desktop {
  display: block;
}

@media screen and (min-width: 900px) {
  .hide-for-desktop {
    display: none;
  }
}

p a,
li a {
  text-decoration: underline;
}

.about-wrapper {
  position: absolute;
  top: 14px;
  left: 100px;
  font-size: 1.2rem;
}

@media screen and (min-width: 900px) {
  .about-wrapper {
    top: 20px;
  }
}

.about-wrapper .about-button {
  padding: 0;
  line-height: 1;
}

button {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 1.2rem;
  color: black;
  cursor: pointer;
}

button:hover {
  font-style: italic;
}

.catalogue-wrapper {
  position: fixed;
  z-index: 10;
  right: 60px;
  bottom: 50px;
  cursor: pointer;
  padding: 0;
}

.catalogue-wrapper .catalogue-button {
  height: 150px;
  width: 150px;
  border-radius: 150px;
  background: white;
  color: #a01f1f;
  font-size: 1.2;
  line-height: 1;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.catalogue-wrapper .catalogue-image {
  display: none;
  width: 150px;
  height: 150px;
}

.catalogue-wrapper:hover .catalogue-button {
  display: none;
}

.catalogue-wrapper:hover .catalogue-image {
  display: block;
}

.title-bar,
.bottom-bar {
  position: fixed;
  left: 0;
  width: 100%;
  background: white;
  padding: 18px 90px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: effra, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}

@media (min-width: 400px) {
  .title-bar,
  .bottom-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.title-bar {
  top: 0;
  border-bottom: 1px solid #006382;
  z-index: 20;
}

.title-bar .title {
  color: #006382;
  margin-right: 2rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 400px) {
  .title-bar .title {
    margin-bottom: 0;
  }
}

.title-bar .dates {
  color: #555656;
}

.bottom-bar {
  bottom: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.toggle-view-bar {
  border-top: 1px solid #006382;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 13px 20px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.toggle-view-bar button {
  padding: 0;
  font-family: 'Effra';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #006382;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toggle-view-bar button:hover {
  font-style: normal;
}

.toggle-view-bar .fas {
  padding: 5px;
  border-radius: 20px;
  border: 1px solid #006382;
  margin-right: 0.5rem;
  font-size: 0.8rem;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006382;
}

.toggle-view-bar .fa-laptop,
.toggle-view-bar .toggle-desktop {
  display: none;
}

.toggle-view-bar .fa-mobile-alt,
.toggle-view-bar .toggle-mobile {
  display: block;
}

@media (min-width: 600px) {
  .toggle-view-bar {
    display: none;
  }
}

.name-bar {
  border-top: 1px solid #006382;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 18px 20px 15px;
}

.name-bar .name {
  color: #555656;
}

.name-bar .more-information {
  color: #006382;
  margin-left: auto;
}

.name-bar .more-information a {
  color: #006382;
}

.symbols img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 0.5rem;
}

.page .entry-header {
  background-image: url("https://www.lancaster.ac.uk/users/oed-2022ugconference/wp-content/uploads/2022/03/title-background-1.png");
  background-position: center center;
  background-size: cover;
  height: 200px;
  margin: -1rem -1rem 3rem -1rem;
  position: relative;
}

.page .entry-header h1 {
  color: white;
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  margin-bottom: 0;
}

.page .button {
  display: inline-block;
  background: #006382;
  padding: 1rem 1.25rem .75rem;
  color: white;
  font-family: effra, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 1rem;
  text-decoration: none;
}

@media (min-width: 900px) {
  .page .button {
    font-size: 1.2rem;
    padding: 1.25rem 1.5rem 1rem;
  }
}

.page .button:hover {
  background: #003c4f;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
body.page.page-template-page-home, body.page.page-template-template-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #006382;
}

body.page.page-template-page-home .site, body.page.page-template-template-placeholder .site {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 900px) {
  body.page.page-template-page-home .main-navigation, body.page.page-template-template-placeholder .main-navigation {
    left: 0;
    -webkit-box-shadow: 10px 0px 30px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 10px 0px 30px 0px rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 900px) {
  body.page.page-template-page-home .menu-icon, body.page.page-template-template-placeholder .menu-icon {
    display: none;
  }
}

body.page.page-template-page-home .banner, body.page.page-template-template-placeholder .banner {
  position: relative;
  text-align: center;
  font-size: 0;
}

body.page.page-template-page-home .mobile-banner-text, body.page.page-template-template-placeholder .mobile-banner-text {
  position: absolute;
  top: 14vw;
  width: 100%;
}

@media (min-width: 900px) {
  body.page.page-template-page-home .mobile-banner-text, body.page.page-template-template-placeholder .mobile-banner-text {
    top: 13vw;
  }
}

@media (min-width: 1200px) {
  body.page.page-template-page-home .mobile-banner-text, body.page.page-template-template-placeholder .mobile-banner-text {
    display: none;
  }
}

body.page.page-template-page-home .mobile-banner-text h1, body.page.page-template-template-placeholder .mobile-banner-text h1 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

body.page.page-template-page-home .mobile-banner-text .dates, body.page.page-template-template-placeholder .mobile-banner-text .dates {
  display: none;
}

@media (min-width: 400px) {
  body.page.page-template-page-home .mobile-banner-text .dates, body.page.page-template-template-placeholder .mobile-banner-text .dates {
    display: block;
  }
}

body.page.page-template-page-home .banner-text, body.page.page-template-template-placeholder .banner-text {
  width: 100%;
  background: #006382;
}

@media (min-width: 1200px) {
  body.page.page-template-page-home .banner-text, body.page.page-template-template-placeholder .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: transparent;
  }
}

body.page.page-template-page-home .banner-text h1, body.page.page-template-template-placeholder .banner-text h1 {
  display: none;
}

@media (min-width: 1200px) {
  body.page.page-template-page-home .banner-text h1, body.page.page-template-template-placeholder .banner-text h1 {
    display: block;
  }
}

@media (min-width: 400px) {
  body.page.page-template-page-home .banner-text .dates, body.page.page-template-template-placeholder .banner-text .dates {
    display: none;
  }
}

@media (min-width: 1200px) {
  body.page.page-template-page-home .banner-text .dates, body.page.page-template-template-placeholder .banner-text .dates {
    display: block;
  }
}

@media (min-width: 900px) {
  body.page.page-template-page-home .site-main, body.page.page-template-page-home footer, body.page.page-template-template-placeholder .site-main, body.page.page-template-template-placeholder footer {
    margin-left: calc(19rem);
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  body.page.page-template-page-home .site-main, body.page.page-template-page-home footer, body.page.page-template-template-placeholder .site-main, body.page.page-template-template-placeholder footer {
    margin-left: calc(22rem);
  }
}

body.page.page-template-page-home h1, body.page.page-template-template-placeholder h1 {
  color: #fab03b;
  font-size: 2rem;
  font-family: 'lexia', serif;
  text-transform: none;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

@media (min-width: 600px) {
  body.page.page-template-page-home h1, body.page.page-template-template-placeholder h1 {
    font-size: 3rem;
  }
}

@media (min-width: 900px) {
  body.page.page-template-page-home h1, body.page.page-template-template-placeholder h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  body.page.page-template-page-home h1, body.page.page-template-template-placeholder h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1400px) {
  body.page.page-template-page-home h1, body.page.page-template-template-placeholder h1 {
    white-space: nowrap;
  }
}

body.page.page-template-page-home .dates, body.page.page-template-template-placeholder .dates {
  color: white;
  font-size: 1.2rem;
  font-family: lexia, serif;
  margin-bottom: 1rem;
}

@media (min-width: 900px) {
  body.page.page-template-page-home .dates, body.page.page-template-template-placeholder .dates {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  body.page.page-template-page-home .dates, body.page.page-template-template-placeholder .dates {
    font-size: 2rem;
  }
}

@media (min-width: 1400px) {
  body.page.page-template-page-home .dates, body.page.page-template-template-placeholder .dates {
    font-size: 2.5rem;
  }
}

body.page.page-template-page-home .button, body.page.page-template-template-placeholder .button {
  display: inline-block;
  background: white;
  padding: 1rem 1.25rem .75rem;
  color: #006382;
  font-family: effra, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 900px) {
  body.page.page-template-page-home .button, body.page.page-template-template-placeholder .button {
    font-size: 1.2rem;
    padding: 1.25rem 1.5rem 1rem;
  }
}

body.page.page-template-page-home .button:hover, body.page.page-template-template-placeholder .button:hover {
  background: #003c4f;
  color: white;
}

body.page.page-template-page-home footer, body.page.page-template-template-placeholder footer {
  margin-top: auto;
}

body.page.page-template-page-home footer .footer-inner, body.page.page-template-template-placeholder footer .footer-inner {
  padding: 2rem;
}

body.page.page-template-page-home footer img, body.page.page-template-template-placeholder footer img {
  max-height: 60px;
}

@media (min-width: 900px) {
  body.page.page-template-page-home footer img, body.page.page-template-template-placeholder footer img {
    max-height: 60px;
  }
}

body.page.page-template-page-home .go-to-conference a, body.page.page-template-template-placeholder .go-to-conference a {
  background: white;
  color: #006382;
}

body.page.page-template-page-home .go-to-conference a:hover, body.page.page-template-template-placeholder .go-to-conference a:hover {
  background: white;
  color: #00151c;
}

body.page.page-template-template-placeholder {
  background: #006382;
}

body.page.page-template-template-placeholder .header {
  display: none;
}

body.page.page-template-template-placeholder .main-navigation {
  display: none;
}

body.page.page-template-template-placeholder h2 {
  color: white;
}

@media (min-width: 900px) {
  body.page.page-template-template-placeholder .site-main, body.page.page-template-template-placeholder footer {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  body.page.page-template-template-placeholder .site-main, body.page.page-template-template-placeholder footer {
    margin-left: 0;
  }
}

body.page.page-template-template-placeholder .mobile-banner-text {
  position: absolute;
  top: 15vw;
  width: 100%;
}

@media (min-width: 900px) {
  body.page.page-template-template-placeholder .mobile-banner-text {
    display: none;
  }
}

@media (min-width: 1200px) {
  body.page.page-template-template-placeholder .mobile-banner-text {
    display: none;
  }
}

body.page.page-template-template-placeholder .banner-text {
  background: #006382;
}

@media (min-width: 900px) {
  body.page.page-template-template-placeholder .banner-text {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: transparent;
  }
}

body.page.page-template-template-placeholder .banner-text h1, body.page.page-template-template-placeholder .banner-text .dates {
  display: none;
}

@media (min-width: 900px) {
  body.page.page-template-template-placeholder .banner-text h1, body.page.page-template-template-placeholder .banner-text .dates {
    display: block;
  }
}

/*--------------------------------------------------------------
# Presentations
--------------------------------------------------------------*/
.presentations {
  max-width: 56rem;
  margin: auto;
}

.presentations .search, .presentations .category, .presentations .order {
  margin-bottom: 2rem;
}

.presentations .search h3, .presentations .category h3, .presentations .order h3 {
  margin-bottom: 1rem;
}

.presentations .search input, .presentations .category input, .presentations .order input {
  border: 0;
  border-bottom: 3px solid #006382;
  border-radius: 0;
  width: 100%;
  font-family: 'lexia', sans-serif;
  font-size: 1.2rem;
}

.presentations .search .button, .presentations .category .button, .presentations .order .button {
  margin-top: 0;
  font-size: 1rem;
  padding: 0.75rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.presentations .search-input {
  position: relative;
  max-width: 600px;
}

.presentations .search-input button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
}

.presentations .search-input .fas {
  color: #006382;
  font-size: 1.4rem;
}

.presentations .back-to-presentations {
  color: #006382;
  font-family: 'effra', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.presentations .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid;
  padding-top: 1rem;
}

.presentations .order .button:hover {
  font-style: normal;
}

.presentations .order .button:last-child {
  margin-right: 0;
}

.presentations .no-results {
  font-family: 'lexia', sans-serif;
  font-size: 1.2rem;
  display: none;
  margin-top: 2rem;
}

.presentations .static-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 400px) {
  .presentations .static-header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px 10px;
  }
}

@media screen and (min-width: 600px) {
  .presentations .static-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
  }
}

.presentations .profile-image, .presentations .presentation-information {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .presentations .profile-image, .presentations .presentation-information {
    width: 50%;
  }
}

.presentations .profile-image img, .presentations .presentation-information img {
  max-width: 400px;
}

@media screen and (min-width: 400px) {
  .presentations .profile-image img, .presentations .presentation-information img {
    max-width: 200px;
  }
}

@media screen and (min-width: 600px) {
  .presentations .profile-image img, .presentations .presentation-information img {
    max-width: 100%;
  }
}

.presentations article .profile-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 600px) {
  .presentations article .profile-image {
    width: 40%;
  }
}

.presentations article .profile-image img {
  width: 100%;
}

.presentations article .presentation-information {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .presentations article .presentation-information {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 600px) {
  .presentations article:nth-child(2n) .profile-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 600px) {
  .presentations article:nth-child(2n) .presentation-information {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.presentations .button {
  margin-top: 2rem;
  display: inline-block;
  background: #006382;
  padding: 1rem 1.25rem .75rem;
  color: white;
  font-family: effra, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 900px) {
  .presentations .button {
    font-size: 1.2rem;
    padding: 1.25rem 1.5rem 1rem;
  }
}

.presentations .button:hover {
  background: #003c4f;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
body.page, .read-more, body.category {
  font-family: lexia, serif;
}

body.page h1, body.page h2, body.page h3, body.page h4, .read-more h1, .read-more h2, .read-more h3, .read-more h4, body.category h1, body.category h2, body.category h3, body.category h4 {
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1;
  clear: none;
}

body.page h1, .read-more h1, body.category h1 {
  font-size: 1.8rem;
}

@media (min-width: 600px) {
  body.page h1, .read-more h1, body.category h1 {
    font-size: 2.4rem;
  }
}

@media (min-width: 900px) {
  body.page h1, .read-more h1, body.category h1 {
    font-size: 4rem;
  }
}

body.page h2, .read-more h2, body.category h2 {
  font-size: 2rem;
}

@media (min-width: 900px) {
  body.page h2, .read-more h2, body.category h2 {
    font-size: 3rem;
  }
}

body.page h3, .read-more h3, body.category h3 {
  font-size: 1.6rem;
}

@media (min-width: 900px) {
  body.page h3, .read-more h3, body.category h3 {
    font-size: 2rem;
  }
}

body.page .site, .read-more .site, body.category .site {
  padding-left: 1rem;
  padding-right: 1rem;
}

body.page .entry-content, body.page .row, .read-more .entry-content, .read-more .row, body.category .entry-content, body.category .row {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

body.page p, .read-more p, body.category p {
  margin-top: 0;
}

body.page .row, .read-more .row, body.category .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  body.page .row, .read-more .row, body.category .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

body.page .row > div, .read-more .row > div, body.category .row > div {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  body.page .row > div, .read-more .row > div, body.category .row > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  body.page .row > div:nth-child(1), .read-more .row > div:nth-child(1), body.category .row > div:nth-child(1) {
    margin-right: 1rem;
  }
}

@media (min-width: 600px) {
  body.page .row > div:nth-child(2), .read-more .row > div:nth-child(2), body.category .row > div:nth-child(2) {
    margin-left: 1rem;
  }
}

@media (min-width: 600px) {
  body.page .row .half, .read-more .row .half, body.category .row .half {
    width: calc(50% - 1rem);
  }
}

@media (min-width: 600px) {
  body.page .row .third, .read-more .row .third, body.category .row .third {
    width: calc(50% - 1rem);
  }
}

@media (min-width: 900px) {
  body.page .row .third, .read-more .row .third, body.category .row .third {
    width: calc(33.33% - 1rem);
  }
}

@media (min-width: 600px) {
  body.page .row .two-thirds, .read-more .row .two-thirds, body.category .row .two-thirds {
    width: calc(50% - 1rem);
  }
}

@media (min-width: 900px) {
  body.page .row .two-thirds, .read-more .row .two-thirds, body.category .row .two-thirds {
    width: calc(33.33% - 1rem);
  }
}

/*--------------------------------------------------------------
# Read More
--------------------------------------------------------------*/
.read-more .menu-icon span {
  background: #006382 !important;
}

.read-more .static-header {
  padding-left: 0;
  padding-right: 0;
}

.read-more .static-header h2 {
  margin-bottom: 1rem;
}

.read-more .static-header .presentation-information {
  padding-top: 0;
}

/*--------------------------------------------------------------
# Mobile Presentation
--------------------------------------------------------------*/
@media (max-width: 600px) {
  body.mobile:not(.postid-195):not(.postid-188):not(.postid-207) .canvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 600px) {
  body.mobile:not(.postid-195):not(.postid-188):not(.postid-207) .canvas .resize-drag {
    position: static;
    width: 100% !important;
    height: auto !important;
    -ms-touch-action: auto;
        touch-action: auto;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

body.mobile:not(.postid-195):not(.postid-188):not(.postid-207) .fa-laptop, body.mobile:not(.postid-195):not(.postid-188):not(.postid-207) .toggle-desktop {
  display: block;
}

body.mobile:not(.postid-195):not(.postid-188):not(.postid-207) .fa-mobile-alt, body.mobile:not(.postid-195):not(.postid-188):not(.postid-207) .toggle-mobile {
  display: none;
}

body.desktop .resize-drag {
  -ms-touch-action: auto;
      touch-action: auto;
}

/*--------------------------------------------------------------
# Timetable
--------------------------------------------------------------*/
main.timetable .entry-content {
  max-width: 75rem;
}

main.timetable #tableswipe {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  main.timetable #tableswipe {
    display: none;
  }
}

main.timetable #tableswipe .swipe-indicator.swipe-movement {
  position: relative;
  width: 10px;
  margin: 0 auto;
}

main.timetable #tableswipe .swipe-indicator.swipe-movement i {
  display: inline-block;
  color: #006382;
  font-size: 25px;
  position: relative;
  -webkit-animation: move-pointer ease-in 2s;
          animation: move-pointer ease-in 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

main.timetable .timetable-table-wrapper {
  overflow-x: auto;
}

main.timetable .timetable-table-wrapper table {
  width: 100%;
  background: #ccc;
  table-layout: fixed;
}

main.timetable .timetable-table-wrapper table thead, main.timetable .timetable-table-wrapper table th {
  background: #006382;
  color: white;
  font-weight: bold;
}

main.timetable .timetable-table-wrapper table tr:nth-of-type(2) {
  background: #efefef;
}

main.timetable .timetable-table-wrapper table th {
  width: 120px;
}

main.timetable .timetable-table-wrapper table tr td {
  width: 150px;
  height: 60px;
  padding: 10px;
}

main.timetable .timetable-table-wrapper table tr td[colspan] {
  text-align: center;
}

main.timetable .timetable-table-wrapper table td:nth-child(1) {
  width: 150px;
}

main.timetable .timetable-table-wrapper table p {
  margin-bottom: 0;
}

main.timetable .timetable-table-wrapper table .light-grey {
  background: #efefef;
}

main.timetable .timetable-table-wrapper table .medium-grey {
  background: white;
}

@-webkit-keyframes move-pointer {
  0% {
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    right: 0;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  50% {
    right: 30px;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    right: 30px;
  }
  100% {
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes move-pointer {
  0% {
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    right: 0;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  50% {
    right: 30px;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    right: 30px;
  }
  100% {
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.go-to-conference {
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  display: none;
}

@media (min-width: 600px) {
  .go-to-conference {
    right: 2rem;
    display: block;
  }
}

@media (min-width: 900px) {
  .go-to-conference {
    right: 4rem;
  }
}

.go-to-conference a {
  background: #006382;
  color: white;
  height: 8rem;
  width: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  font-family: effra, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  border-radius: 1000px;
  line-height: 1;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
}

.go-to-conference a:hover {
  background: #003c4f;
}

.postid-186 .static-header {
  background: white;
}

@media (max-width: 600px) {
  #image-65462,
  #image-11685,
  #image-16203,
  #text-74609,
  #image-90507,
  #image-40228,
  #image-49166,
  #text-85350,
  .image-15098,
  #image-44919,
  #image-93323,
  #image-19664,
  #image-65982,
  #image-17362,
  #image-99953,
  #text-25009,
  #text-59745,
  #text-24202,
  #text-49387,
  #image-46881,
  #text-81750,
  #text-75071,
  #text-66359,
  #image-87352,
  #image-86866,
  #image-17274,
  #image-12142,
  #image-97336,
  #image-78918,
  #image-91314,
  #image-25770,
  #image-89524,
  #image-10822,
  #image-39404,
  #image-18364,
  #image-30436,
  #image-30436,
  #image-57778,
  #image-53839,
  #image-15875,
  #image-38652,
  #image-67444,
  #image-90525,
  #image-92162,
  #image-44697,
  #image-34333,
  #image-88245,
  #image-96275,
  #image-59234,
  #image-46456,
  #text-14885,
  #text-92808,
  #text-88602,
  #text-66701,
  #image-78059,
  #image-15782,
  #text-58285,
  #text-60369,
  #text-26750,
  #text-21916,
  #image-19730,
  #image-37293,
  #image-44307,
  #image-70061,
  #image-68945,
  #image-33174,
  #image-54854,
  #image-38246,
  #text-55174,
  #text-16239,
  #text-80050,
  #text-40787,
  #image-28933,
  #image-33054,
  #image-67609,
  #image-52435,
  #image-80890,
  #image-74572,
  #image-62004,
  #image-55029,
  #image-82261,
  #image-63515,
  #image-26922,
  #image-75278 {
    display: none !important;
  }
}

.profiles .profile {
  width: 100%;
  padding: 0.5rem;
  margin: 0 0 0 -0.5rem !important;
}

@media (min-width: 400px) {
  .profiles .profile {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 600px) {
  .profiles .profile {
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media (min-width: 900px) {
  .profiles .profile {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.profiles .profile h3, .profiles .profile h4 {
  margin-bottom: 1rem;
}

#image-27534 {
  -webkit-box-ordinal-group: 6660 !important;
      -ms-flex-order: 6659 !important;
          order: 6659 !important;
}

#text-49866 {
  -webkit-box-ordinal-group: 223938 !important;
      -ms-flex-order: 223937 !important;
          order: 223937 !important;
}

#text-56082 {
  -webkit-box-ordinal-group: 1000000 !important;
      -ms-flex-order: 999999 !important;
          order: 999999 !important;
}

#text-40968 {
  -webkit-box-ordinal-group: 700001 !important;
      -ms-flex-order: 700000 !important;
          order: 700000 !important;
}

#text-77704 {
  -webkit-box-ordinal-group: 853001 !important;
      -ms-flex-order: 853000 !important;
          order: 853000 !important;
}

#text-13886 {
  -webkit-box-ordinal-group: 70001 !important;
      -ms-flex-order: 70000 !important;
          order: 70000 !important;
}

#text-37724 {
  -webkit-box-ordinal-group: 150001 !important;
      -ms-flex-order: 150000 !important;
          order: 150000 !important;
}

#text-81180 {
  -webkit-box-ordinal-group: 40001 !important;
      -ms-flex-order: 40000 !important;
          order: 40000 !important;
}

#text-89104 {
  -webkit-box-ordinal-group: 30001 !important;
      -ms-flex-order: 30000 !important;
          order: 30000 !important;
}

#text-97804 {
  -webkit-box-ordinal-group: 46001 !important;
      -ms-flex-order: 46000 !important;
          order: 46000 !important;
}

#text-75732 {
  -webkit-box-ordinal-group: 45001 !important;
      -ms-flex-order: 45000 !important;
          order: 45000 !important;
}

#text-11707 {
  -webkit-box-ordinal-group: 150001 !important;
      -ms-flex-order: 150000 !important;
          order: 150000 !important;
}

#text-74829 {
  -webkit-box-ordinal-group: 157501 !important;
      -ms-flex-order: 157500 !important;
          order: 157500 !important;
}

#text-43893 {
  -webkit-box-ordinal-group: 136801 !important;
      -ms-flex-order: 136800 !important;
          order: 136800 !important;
}

#text-78715 {
  -webkit-box-ordinal-group: 137801 !important;
      -ms-flex-order: 137800 !important;
          order: 137800 !important;
}

#text-57376 {
  -webkit-box-ordinal-group: 1000001 !important;
      -ms-flex-order: 1000000 !important;
          order: 1000000 !important;
}

#image-46389 {
  -webkit-box-ordinal-group: 135001 !important;
      -ms-flex-order: 135000 !important;
          order: 135000 !important;
}

#image-23226 {
  -webkit-box-ordinal-group: 134001 !important;
      -ms-flex-order: 134000 !important;
          order: 134000 !important;
}

.postid-202 .default-content {
  display: none;
}
/*# sourceMappingURL=style.css.map */