/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: proxima-soft, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

body:not(.wp-admin) .container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

body:not(.wp-admin) .container-wide {
  width: 100%;
  max-width: 1600px;
}

body:not(.wp-admin) .container-full {
  width: 100%;
  max-width: 100%;
}

body.wp-admin .container,
    body.wp-admin .container-wide,
    body.wp-admin .container-full {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* Blocks */

body .block-first {
  margin-top: 0 !important;
}

body .block-last {
  margin-bottom: 0 !important;
}

body .block-last.block-light.block-requires-spacing {
  padding-bottom: 5rem;
}

body .block-dark {
}

body .block-light {
}

.block-dark + .block-dark {
  margin-top: 0 !important;
}

/* Old style content immediately after hero slider */

.block-hero-slider + figure {
  padding-top: 2.5rem; /* Match to block sizes pt-10 md:pt-12 lg:pt-16 */
}

@media (min-width: 768px) {
  .block-hero-slider + figure {
    padding-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .block-hero-slider + figure {
    padding-top: 4rem;
  }
}

/* Two light blocks next to each other, remove some padding */

.block-light + .block-light {
  padding-top: 0 !important;
}

/* Learn block within long content */

.block-mix + #workshops {
  padding-top: 0 !important;
}

/* Control open paragraph content */

.block-output {
  /* border: 2px solid green; */
}

.block-output > p:first-of-type {
  padding-top: 2.5rem;
}

.block-output > .wp-block-image,
	.block-output > h1,
	.block-output > h2,
	.block-output > h3,
	.block-output > h4,
	.block-output > ul,
	.block-output > ol,	
	.block-output > blockquote,	
	.block-output > hr,	
	.block-output > figure,	
	.block-output > .classic-block-html,
	.block-output > p {
  max-width: 1167px;  /* Match to container 1400 * 10/12 */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.block-output > p:last-child {
  margin-bottom: 2.5rem;
}

nav:not(.fixed) a {
    transition: all 0.4s ease-in-out;
  }

nav:not(.fixed) a:not(.underline):not(.inline-block):not(.no-underline) {
    border-color: rgba(0,0,0,0);
    border-bottom-width: 2px;
  }

nav:not(.fixed) a:not(.underline):not(.inline-block)hover {
    border-style: dotted;
  }

nav:not(.fixed) a:not(.underline):not(.inline-block).active {
    border-style: solid;
  }

body.family-general header nav:not(.fixed) a:not(.underline):not(.inline-block):hover,
	body.family-general header nav:not(.fixed) a:not(.underline):not(.inline-block).active {
  --border-opacity: 1;
  border-color: #E80868;
  border-color: rgba(232, 8, 104, var(--border-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

body.family-general footer nav:not(.fixed) a:not(.underline):not(.inline-block):hover,
	body.family-general footer nav:not(.fixed) a:not(.underline):not(.inline-block).active {
  --border-opacity: 1;
  border-color: #E80868;
  border-color: rgba(232, 8, 104, var(--border-opacity));
  --text-opacity: 1;
  color: #f3f4f6;
  color: rgba(243, 244, 246, var(--text-opacity));
}

body.family-roman-museum header nav:not(.fixed) a:not(.underline):not(.inline-block):hover,
	body.family-roman-museum header nav:not(.fixed) a:not(.underline):not(.inline-block).active {
  --border-opacity: 1;
  border-color: #dcaa52;
  border-color: rgba(220, 170, 82, var(--border-opacity));
  --text-opacity: 1;
  color: #dcaa52;
  color: rgba(220, 170, 82, var(--text-opacity));
}

body.family-roman-museum footer nav:not(.fixed) a:not(.underline):not(.inline-block):hover,
	body.family-roman-museum footer nav:not(.fixed) a:not(.underline):not(.inline-block).active {
  --border-opacity: 1;
  border-color: #dcaa52;
  border-color: rgba(220, 170, 82, var(--border-opacity));
  --text-opacity: 1;
  color: #dcaa52;
  color: rgba(220, 170, 82, var(--text-opacity));
}

body.family-the-beaney header nav:not(.fixed) a:not(.underline):not(.inline-block):hover,
	body.family-the-beaney header nav:not(.fixed) a:not(.underline):not(.inline-block).active {
  --border-opacity: 1;
  border-color: #E80868;
  border-color: rgba(232, 8, 104, var(--border-opacity));
  --text-opacity: 1;
  color: #E80868;
  color: rgba(232, 8, 104, var(--text-opacity));
}

body.family-the-beaney footer nav:not(.fixed) a:not(.underline):not(.inline-block):hover,
	body.family-the-beaney footer nav:not(.fixed) a:not(.underline):not(.inline-block).active {
  --border-opacity: 1;
  border-color: #E80868;
  border-color: rgba(232, 8, 104, var(--border-opacity));
  --text-opacity: 1;
  color: #E80868;
  color: rgba(232, 8, 104, var(--text-opacity));
}

#museum-toggle #museum-switch {
  display: none;
}

#museum-toggle:hover #museum-switch {
  display: block;
}

.mobile-menu:target {
  display: block !important;
}

#mobile-menu ul > li + li {
  border-top: 1px solid rgba(255,255,255,0.10);
}

#mobile-menu ul ul li {
  border-top: none;
}

.nf-field-container {
  padding-bottom: 0.75rem !important;
}

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
  margin-bottom: 7px !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  border-radius: 0.375rem !important;
}

.nf-form-content {
  padding-top: 1.25rem !important;
}

.rich-html .button + .button,
    .button + .button {
  margin-top: 0.75rem;
}

.rich-html .button + p,
    .rich-html .button + h1,
    .rich-html .button + h2
    .rich-html .button + h3,
    .rich-html .button + h4,
    .rich-html .button + ul,
    .rich-html .button + ol,
    .rich-html .button + blockquote {
  margin-top: 1.25rem;
}

.rich-html {
  font-size: 1.125rem;
}

.rich-html a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

.rich-html h1, .rich-html h2, .rich-html h3, .rich-html h4 {
    font-weight: 600;
  }

.rich-html p, .rich-html h1, .rich-html h2, .rich-html h3, .rich-html h4, .rich-html ul, .rich-html ol, .rich-html blockquote {
    margin-bottom: 1.25rem;
  }

.rich-html h1 {
    font-size: 1.5rem;
  }

.rich-html h2 {
    font-size: 1.25rem;
  }

.rich-html h3,.rich-html h4 {
    font-size: 1.25rem;
  }

.rich-html p {
    font-size: 1.25rem;
  }

.rich-html ul {
    padding-left: 1.5rem;
    list-style: disc;
  }

.rich-html ul ul {
    padding-left: 3.0rem;
    list-style: circle;
  }

.rich-html ol {
    padding-left: 1.5rem;
    list-style: decimal;
  }

.rich-html blockquote p {
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.25;
    }

.rich-html blockquote p strong {
      font-size: 1.125rem;
      font-weight: 600;
    }

.rich-html ul + h3,
	    .rich-html ol + h3,
	    .rich-html p + h3 {
    margin-top: 2rem;
  }

body .rich-html a:not(.button):hover {
      --text-opacity: 1;
      color: #000;
      color: rgba(0, 0, 0, var(--text-opacity));
    }

body.family-the-beaney .rich-html a:not(.button):hover {
      --text-opacity: 1;
      color: #E80868;
      color: rgba(232, 8, 104, var(--text-opacity));
    }

body.family-roman-museum .rich-html a:not(.button):hover {
      --text-opacity: 1;
      color: #000;
      color: rgba(0, 0, 0, var(--text-opacity));
    }

.block-output > h1 {
  font-size: 1.5rem;
}

.block-output > h2 {
  font-size: 1.25rem;
}

.block-output > h3, .block-output > h4 {
  font-size: 1.25rem;
}

.block-output > p, .block-output > ul, .block-output > ol {
  font-size: 1.25rem;
}

blockquote p > strong {
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .rich-html {
    font-size: 1.25rem;
  }
    .rich-html h1 {
      font-size: 1.875rem;
    }
    .rich-html h2 {
      font-size: 1.5rem;
    }
    .rich-html h3,.rich-html h4 {
      font-size: 1.25rem;
    }
    .rich-html p {
      font-size: 1.25rem;
    }
    .rich-html blockquote p {
      font-size: 1.5rem;
    }
}

@media (min-width: 1280px) {
  .rich-html {
    font-size: 1.25rem;
  }
    .rich-html h1 {
      font-size: 2.25rem;
    }
    .rich-html h2 {
      font-size: 1.875rem;
    }
    .rich-html h3,.rich-html h4 {
      font-size: 1.5rem;
    }
    .rich-html p {
      font-size: 1.25rem;
    }
}

.rich-html :not(section):last-child {
  margin-bottom: 0;
}

.rich-html a:not(.button) {
  font-weight: 600;
  text-decoration: underline;
}

.links-to-bold a:not(.button) {
  font-weight: 600;
  text-decoration: underline;
}

html .facetwp-facet {
  margin-bottom: 0;
}

html .facetwp-input-wrap {
  display: block;
}

html .facetwp-facet-search .facetwp-icon {
  right: 10px;
}

html .facetwp-facet input.facetwp-search {
  padding: 15px 35px 15px 15px;
  width: 100%;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

html .facetwp-type-date_range input {
  padding: 15px;
  width: 100%;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

html .facetwp-pager .facetwp-page {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding: 1rem;
  border-radius: 0.5rem;
  line-height: 1.375;
  text-align: center;
  min-width: 3.75rem;
  border: 3px solid black;
}

html .facetwp-pager .facetwp-page.active {
  background-color: transparent;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

html .page-number-wrap {
  display: flex;
}

html .post-pagination .previous-wrap a,
	html .post-pagination .next-wrap a,
	html .page-number-wrap .page-numbers {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding: 1rem;
  border-radius: 0.5rem;
  display: block;
  text-align: center;
  min-width: 3.75rem;
  border: 3px solid black;
  line-height: 1;
}

html .page-number-wrap .page-numbers {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

html .page-number-wrap .page-numbers.current {
  background-color: transparent;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.hero-overlay {
  background: rgba(0,0,0,0.3);
  background: linear-gradient(0deg, rgba(0,0,0,0.7959558823529411) 0%, rgba(0,0,0,0.5074404761904762) 35%, rgba(0,0,0,0.14329481792717091) 100%);
}

.boxed-hero-max-height {
  height: 66vh;
  min-height: 300px;
  max-height: 500px;
}

@media (min-width: 768px) {
  .boxed-hero-max-height {
    height: auto;
    min-height: 500px;
    max-height: none;
  }
}

@media (min-width: 1500px) {
  .boxed-hero-max-height {
    height: auto;
    min-height: 600px;
    max-height: none;
  }
}

.hero-min-height {
  height: 66vh;
  min-height: 500px;
  max-height: 800px;
}

.boxed-hero-min-height {
  height: 44vh;
  min-height: 300px;
  max-height: 450px;
}

@media (min-width: 768px) {
  .boxed-hero-min-height {
    height: 600px;
    min-height: 500px;
    max-height: 60vh;
  }
}

@media (min-width: 1500px) {
  .boxed-hero-min-height {
  }
}

.jump-min-height {
  height: 40vh;
  min-height: 300px;
  max-height: 600px;
}

@media (min-width: 768px) {
  .jump-min-height {
    height: 66vh;
    min-height: 500px;
    max-height: 800px;
  }
}

.glide__arrow {
  position: absolute;
  top: 50%;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  font-size: 0;
  padding: 1.25rem;
  height: 3rem;
  width: 3rem;
  margin-top: -1.5rem;
}

.glide__arrow:hover {
    opacity: 0.5;
  }

.glide__arrow.glide__arrow--left {
    left: 0;
    background-image: url('../img/left.svg');
  }

.glide__arrow.glide__arrow--right {
    right: 0;
    background-image: url('../img/right.svg');
  }

@media (max-width: 768px) {
  .glide__arrow {
    margin-top: 1.25rem;
    top: 0;
  }
    .glide__arrow.glide__arrow--right {
      left: 3rem;
      right: auto;
    }
}

.feature {
  overflow: hidden;
}

.feature.feature-full {
  height: 350px;
}

.feature.feature-half {
  height: 350px;
}

@media (min-width: 768px) {
  .feature.feature-full {
    height: 700px;
  }
}

@media (min-width: 1500px) {
  .feature.feature-half {
    height: 500px;
  }

  .feature.feature-full {
    height: 1000px;
  }
}

.feature .overlay {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.5998774509803921) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.2) 100%);
}

.feature .show-on-hover {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  max-height: 0;
}

.feature .overlay-reveal {
  background-color: rgba(0,0,0,0);
  transition: all 0.5s ease-in;
}

.feature:hover .show-on-hover {
  max-height: 500px;
  transition: all 0.5s ease-in-out;
}

.feature:hover .overlay-reveal {
  background-color: rgba(0,0,0,0.8);
  transition: all 0.3s ease-in;
}

/* Features Blocks */

.block-feature-blocks .feature-block-img {
  min-height: 500px;
  max-height: 700px;
}

a.button {
  transition: all 0.4s ease-in-out;
}

.button:hover, button-light:hover, button-dark:hover {
  --bg-opacity: 1;
  background-color: #58595b;
  background-color: rgba(88, 89, 91, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.button:hover span.flex-shrink-0, button-light:hover span.flex-shrink-0, button-dark:hover span.flex-shrink-0 {
    transition: all 0.4s ease-in-out;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #58595b;
    color: rgba(88, 89, 91, var(--text-opacity));
  }

body, body.family-general {
}

body.family-the-beaney {
}

body.family-roman-museum {
}

/* Sundry */

iframe {
  max-width: 100% !important;
  display: block;
}

.no-underline {
  text-decoration: none !important;
}

/* Editor tweask */

body .editor-styles-wrapper {
  font-family: proxima-soft, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.acf-block-body .acf-block-preview {
  font-family: proxima-soft, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

/* Tag tidy */

.tag-shortcode + br {
  display: none;
}

/* Group */

.group {
  cursor: pointer;
}

.group:hover span.underline {
    font-weight: bold;
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

/* Small amend to reduce wobble on the header image on mobile */

.hero-slider-boxed-copy-region {
  min-height: 160px;
}

@media (min-width: 640px) {
  .hero-slider-boxed-copy-region {
    min-height: 130px;
  }
}

@media (min-width: 768px) {
  .hero-slider-boxed-copy-region {
    min-height: 0;
  }
}

/* Print nicety */

@media print{
  a:after{
    content:" (" attr(href) ") ";
    font-size:0.8em;
    font-weight:normal;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-gold {
  --bg-opacity: 1;
  background-color: #dcaa52;
  background-color: rgba(220, 170, 82, var(--bg-opacity));
}

.bg-roman {
  --bg-opacity: 1;
  background-color: #dcaa52;
  background-color: rgba(220, 170, 82, var(--bg-opacity));
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-grey {
  --bg-opacity: 1;
  background-color: #58595b;
  background-color: rgba(88, 89, 91, var(--bg-opacity));
}

.bg-library {
  --bg-opacity: 1;
  background-color: #E5253E;
  background-color: rgba(229, 37, 62, var(--bg-opacity));
}

.bg-museum {
  --bg-opacity: 1;
  background-color: #a5248c;
  background-color: rgba(165, 36, 140, var(--bg-opacity));
}

.bg-art {
  --bg-opacity: 1;
  background-color: #00b8bc;
  background-color: rgba(0, 184, 188, var(--bg-opacity));
}

.bg-teal-500 {
  --bg-opacity: 1;
  background-color: #00a99c;
  background-color: rgba(0, 169, 156, var(--bg-opacity));
}

.bg-teal-600 {
  --bg-opacity: 1;
  background-color: #00746a;
  background-color: rgba(0, 116, 106, var(--bg-opacity));
}

.bg-cyan-500 {
  --bg-opacity: 1;
  background-color: #00b8bc;
  background-color: rgba(0, 184, 188, var(--bg-opacity));
}

.bg-cyan-400 {
  --bg-opacity: 1;
  background-color: #70ced8;
  background-color: rgba(112, 206, 216, var(--bg-opacity));
}

.bg-cyan-300 {
  --bg-opacity: 1;
  background-color: #c8e9e6;
  background-color: rgba(200, 233, 230, var(--bg-opacity));
}

.bg-blue-700 {
  --bg-opacity: 1;
  background-color: #1b216d;
  background-color: rgba(27, 33, 109, var(--bg-opacity));
}

.bg-blue-600 {
  --bg-opacity: 1;
  background-color: #00519d;
  background-color: rgba(0, 81, 157, var(--bg-opacity));
}

.bg-blue-500 {
  --bg-opacity: 1;
  background-color: #3698cf;
  background-color: rgba(54, 152, 207, var(--bg-opacity));
}

.bg-blue-400 {
  --bg-opacity: 1;
  background-color: #00b0eb;
  background-color: rgba(0, 176, 235, var(--bg-opacity));
}

.bg-blue-300 {
  --bg-opacity: 1;
  background-color: #8bd9f1;
  background-color: rgba(139, 217, 241, var(--bg-opacity));
}

.bg-purple {
  --bg-opacity: 1;
  background-color: #5b318b;
  background-color: rgba(91, 49, 139, var(--bg-opacity));
}

.bg-magenta {
  --bg-opacity: 1;
  background-color: #a4238c;
  background-color: rgba(164, 35, 140, var(--bg-opacity));
}

.bg-pink-500 {
  --bg-opacity: 1;
  background-color: #E80868;
  background-color: rgba(232, 8, 104, var(--bg-opacity));
}

.bg-pink-400 {
  --bg-opacity: 1;
  background-color: #f669a3;
  background-color: rgba(246, 105, 163, var(--bg-opacity));
}

.bg-pink-300 {
  --bg-opacity: 1;
  background-color: #fbc2cc;
  background-color: rgba(251, 194, 204, var(--bg-opacity));
}

.bg-red-600 {
  --bg-opacity: 1;
  background-color: #b4001b;
  background-color: rgba(180, 0, 27, var(--bg-opacity));
}

.bg-red-500 {
  --bg-opacity: 1;
  background-color: #EE0028;
  background-color: rgba(238, 0, 40, var(--bg-opacity));
}

.bg-orange-500 {
  --bg-opacity: 1;
  background-color: #f76b2e;
  background-color: rgba(247, 107, 46, var(--bg-opacity));
}

.bg-orange-400 {
  --bg-opacity: 1;
  background-color: #fda232;
  background-color: rgba(253, 162, 50, var(--bg-opacity));
}

.bg-yellow {
  --bg-opacity: 1;
  background-color: #ffc834;
  background-color: rgba(255, 200, 52, var(--bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-green-500 {
  --bg-opacity: 1;
  background-color: #059669;
  background-color: rgba(5, 150, 105, var(--bg-opacity));
}

.bg-grey-100 {
  --bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--bg-opacity));
}

.hover\:bg-black:hover {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-cover {
  background-size: cover;
}

.border-black {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.border-gold {
  --border-opacity: 1;
  border-color: #dcaa52;
  border-color: rgba(220, 170, 82, var(--border-opacity));
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.border-grey {
  --border-opacity: 1;
  border-color: #58595b;
  border-color: rgba(88, 89, 91, var(--border-opacity));
}

.border-library {
  --border-opacity: 1;
  border-color: #E5253E;
  border-color: rgba(229, 37, 62, var(--border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border-solid {
  border-style: solid;
}

.border-dotted {
  border-style: dotted;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.font-sans {
  font-family: proxima-soft, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-64 {
  height: 16rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.m-0 {
  margin: 0;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-5 {
  margin: 1.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-5 {
  margin: -1.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.fill-current {
  fill: currentColor;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-gold {
  --text-opacity: 1;
  color: #dcaa52;
  color: rgba(220, 170, 82, var(--text-opacity));
}

.text-roman {
  --text-opacity: 1;
  color: #dcaa52;
  color: rgba(220, 170, 82, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-grey {
  --text-opacity: 1;
  color: #58595b;
  color: rgba(88, 89, 91, var(--text-opacity));
}

.text-library {
  --text-opacity: 1;
  color: #E5253E;
  color: rgba(229, 37, 62, var(--text-opacity));
}

.text-museum {
  --text-opacity: 1;
  color: #a5248c;
  color: rgba(165, 36, 140, var(--text-opacity));
}

.text-art {
  --text-opacity: 1;
  color: #00b8bc;
  color: rgba(0, 184, 188, var(--text-opacity));
}

.text-teal-500 {
  --text-opacity: 1;
  color: #00a99c;
  color: rgba(0, 169, 156, var(--text-opacity));
}

.text-teal-600 {
  --text-opacity: 1;
  color: #00746a;
  color: rgba(0, 116, 106, var(--text-opacity));
}

.text-cyan-500 {
  --text-opacity: 1;
  color: #00b8bc;
  color: rgba(0, 184, 188, var(--text-opacity));
}

.text-cyan-400 {
  --text-opacity: 1;
  color: #70ced8;
  color: rgba(112, 206, 216, var(--text-opacity));
}

.text-cyan-300 {
  --text-opacity: 1;
  color: #c8e9e6;
  color: rgba(200, 233, 230, var(--text-opacity));
}

.text-blue-700 {
  --text-opacity: 1;
  color: #1b216d;
  color: rgba(27, 33, 109, var(--text-opacity));
}

.text-blue-600 {
  --text-opacity: 1;
  color: #00519d;
  color: rgba(0, 81, 157, var(--text-opacity));
}

.text-blue-500 {
  --text-opacity: 1;
  color: #3698cf;
  color: rgba(54, 152, 207, var(--text-opacity));
}

.text-blue-400 {
  --text-opacity: 1;
  color: #00b0eb;
  color: rgba(0, 176, 235, var(--text-opacity));
}

.text-blue-300 {
  --text-opacity: 1;
  color: #8bd9f1;
  color: rgba(139, 217, 241, var(--text-opacity));
}

.text-purple {
  --text-opacity: 1;
  color: #5b318b;
  color: rgba(91, 49, 139, var(--text-opacity));
}

.text-magenta {
  --text-opacity: 1;
  color: #a4238c;
  color: rgba(164, 35, 140, var(--text-opacity));
}

.text-pink-500 {
  --text-opacity: 1;
  color: #E80868;
  color: rgba(232, 8, 104, var(--text-opacity));
}

.text-pink-400 {
  --text-opacity: 1;
  color: #f669a3;
  color: rgba(246, 105, 163, var(--text-opacity));
}

.text-pink-300 {
  --text-opacity: 1;
  color: #fbc2cc;
  color: rgba(251, 194, 204, var(--text-opacity));
}

.text-red-600 {
  --text-opacity: 1;
  color: #b4001b;
  color: rgba(180, 0, 27, var(--text-opacity));
}

.text-red-500 {
  --text-opacity: 1;
  color: #EE0028;
  color: rgba(238, 0, 40, var(--text-opacity));
}

.text-orange-500 {
  --text-opacity: 1;
  color: #f76b2e;
  color: rgba(247, 107, 46, var(--text-opacity));
}

.text-orange-400 {
  --text-opacity: 1;
  color: #fda232;
  color: rgba(253, 162, 50, var(--text-opacity));
}

.text-yellow {
  --text-opacity: 1;
  color: #ffc834;
  color: rgba(255, 200, 52, var(--text-opacity));
}

.text-grey-100 {
  --text-opacity: 1;
  color: #f3f4f6;
  color: rgba(243, 244, 246, var(--text-opacity));
}

.hover\:text-black:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-4\/5 {
  width: 80%;
}

.w-full {
  width: 100%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 640px) {
  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-84 {
    height: 21rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-128 {
    width: 32rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }
}

@media (min-width: 1024px) {
  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-128 {
    width: 32rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }
}

@media (min-width: 1280px) {
  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }
}


/* Back to top */
.floating-top {
	position: fixed;
	bottom: 50px;
	right: 0;
}
.floating-top a {
	display: flex;
	background-color: black;
	color: white;
	padding: 10px;
}
.floating-top a span {
	margin-left: 2px;
}
@media (max-width: 780px) {
	.floating-top a span {
		display: none;
	}	
}