/*!
Theme Name: firefinch2025
Theme URI: http://underscores.me/
Author: Ludic
Author URI: http://ludic.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: firefinch2025
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.

firefinch2025 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/* Box sizing
  --------------------------------------------- */

/* 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 {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/

/* Typography
  --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  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;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
  --------------------------------------------- */
body {
  background: #fff;
}

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

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

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

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

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

figure {
  margin: 1em 0;
}

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

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

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

/*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/

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

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

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

.main-navigation ul ul a {
  /*width: 200px;*/
}

.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: 795px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    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: flex;
}

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

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

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

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

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

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/

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

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/

/* 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;
  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 {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* FF START */

/**
* @license
* MyFonts Webfont Build ID 638371
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license from one of MyFonts official sites.
* http://www.fonts.com
* http://www.myfonts.com
* http://www.linotype.com
*
*/

@font-face {
  font-family: "CenturyGothicPaneuropeanSemiBold";
  src: url('webFonts/CenturyGothicPaneuropeanSemiBold/font.woff2') format('woff2'), url('webFonts/CenturyGothicPaneuropeanSemiBold/font.woff') format('woff');
}


body {
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.front-page-authors h2 {
  font-size: 27px;
}

.front-page-panel-1 h2,
.about-us-wrap h1 {
  color: rgb(238, 69, 73);
  font-size: 3.375em;
  line-height: 65px;
  /*font-family: "century-gothic", sans-serif;*/
  /*font-weight: normal;*/
  font-family: "CenturyGothicPaneuropeanSemiBold";
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
  flex: 2;
  margin: 0;
}

.front-page-panel-1 p,
.author-bio p,
.about-us-l {
  font-size: 0.9275em;
  line-height: 1.3em;
  flex: 1;
}

#page {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  width: 100%;
  min-height: 100vh;
}

header.site-header {
  height: 190px;
  background-color: #f5f2e6;
  /*position: -webkit-sticky;
  position: sticky;
  transition: height 0.5s;
  top: 0;*/
  position: relative;
}

header .inner-page {
  display: flex;
  flex-direction: row;
}

header.site-header .custom-logo {
  height: 150px;
  width: auto;
  max-width: unset;
  transition: height 0.5s;
  margin-top: 15px;
}

/* Scroll Element (disabled)
.scrolled-from-top header.site-header .custom-logo {
  height: 40px;
}

.scrolled-from-top header.site-header {
  height: 50px;
}

main.site-main {
  min-height: calc(100vh - 250px);
}

.scrolled-from-top main.site-main {
  min-height: calc(100vh - 150px);
}

*/

.ff-red {
  color: #ee4549;
}

.main-navigation ul {
  margin: auto;
  display: flex;
  gap: 50px;
  width: 400px;
  white-space: nowrap;
}

.main-navigation ul ul {
  display: inline-block;
  width: unset;
  min-width: 100%;
  margin: 0;
  background: #ef4347;
}

.main-navigation ul ul a,
.main-navigation ul ul a:active,
.main-navigation ul ul a:visited {
  display: inline-block;
  padding: 15px;
  /*! font-size: .8em; */
  border: 0;
  border-bottom: 0;
  color: #f5f2e6 !important;
  font-size: 0.8em;
  text-transform: unset;
  width: 100%;
}

.main-navigation ul ul a:hover {
  border: 0;
}

.main-navigation ul a,
.main-navigation ul a:active,
.main-navigation ul a:visited {
  text-transform: uppercase;
  color: #333;
  border-bottom: 3px #f5f2e6 solid;
}

.main-navigation ul a:hover {
  border-bottom: 3px #ee4549 solid;
}

.main-navigation ul li.current_page_item>a,
.single-authors #menu-item-125>a {
  border-bottom: 3px #ee4549 solid;
}

.page-id-28 #menu-item-125>a {
  border-bottom: 3px #f5f2e6 solid;
}

body.page {
  margin-bottom: 0;
}

.inner-wrap {
  max-width: 1440px;
  margin: auto;
  padding: 0 94px;
}

#primary {
  min-height: calc(100vh - 290px);
}

/* Masthead Search Box */

#masthead .inner-wrap {
  align-items: flex-end;
  display: flex;
}

#masthead .search-form {
  display: flex;
  flex-direction: row-reverse;
}

#masthead .search-submit {
  background-image: url("/wp-content/themes/firefinch2025/assets/search-icon.png");
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: center;
  text-indent: -99999px;
  background-color: #fff;
  border-width: 1px 0 1px 1px;
  border-color: #ebebeb;
  height: 32px;
  width: 32px;
  margin-right: -2px;
}

#masthead .search-field {
  border: 1px #ebebeb solid;
  border-left: 0;
}

#masthead .search-field:active {
  position: relative;
}

#masthead .search-field::-webkit-input-placeholder {
  color: transparent;
}

#masthead .search-field::-moz-placeholder {
  color: transparent;
}

#masthead .search-field:-ms-input-placeholder {
  color: transparent;
}

#masthead .search-field::-ms-input-placeholder {
  color: transparent;
}

#masthead .search-field::placeholder {
  color: transparent;
}

.search-in-place {
  background: #ef4347;
  border-radius: 0;
  border: 0;
  display: inline-block;
  padding: 0 15px;
  font-size: 0.8em;
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 0;
  color: #f5f2e6 !important;
  font-size: 0.8em;
  text-transform: unset;
  transform: translate(-63px, -5px);
}

.search-in-place .label {
  background: #ef4347;
  color: #f5f2e6;
  padding-left: 0;
}

.search-in-place .item {
  border: 0;
  padding: 0;
  margin-bottom: 10px;
}

.search-in-place .data {
  margin-left: 55px;
  min-height: 50px;
}

.search-in-place a {
  color: #f5f2e6;
}

.search-in-place .item.active {
  background: unset;
}

.search-in-place a {
  text-decoration: none;
}

.search-in-place .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Front Page spacing */

.fp-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: calc(100vh - 290px);
}

/* Front Page Top Banner */

.front-page-panel-1 {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.front-page-panel-1 div {
  width: 50%;
  align-items: flex-start;
}

/* author front page box */

.front-page-authors-wrap {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

.front-page-authors-wrap .author img {
  height: 200px;
  border-radius: 0 25px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.front-page-authors-wrap p {
  margin: 0;
  padding: 0;
}

.front-page-authors-wrap a {
  text-decoration: none;
  color: #404040;
  font-size: 0.75em;
  font-family: "CenturyGothicPaneuropeanSemiBold";
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}

/* About Us Page */
.about-us-wrap h1 {
  color: #ee4549;
  margin: 57px auto 37px auto;
}

.about-us-intro-wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
}

.about-us-l {
  flex: 1.1;
  margin-bottom: 0;
}

.about-us-r {
  flex: 2;
  justify-content: center;
  display: flex;
  align-self: flex-end;
  font-size: 1.7em;
  font-family: "CenturyGothicPaneuropeanSemiBold", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1em;
}

.team-member {
  flex: 1;
}

.team-member img {
  width: 100%;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 20px;
}

.team-member h3,
.team-member p {
  margin-bottom: 0;
}

.team-member p,
.about-us-contact {
  font-size: 0.82em;
  line-height: 1.0625rem;
}

.team-member a,
.team-member a:visited,
.team-member a:active {
  color: #ee4549;
  text-decoration: none;
  font-weight: normal;
  font-family: "CenturyGothicPaneuropeanSemiBold", sans-serif;
}

.job-title.ff-red {
  margin: 0;
  font-family: "CenturyGothicPaneuropeanSemiBold", sans-serif;
  font-weight: normal;
}

/* Authors inner page */

.author-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}

.authors .entry-content {
  margin-top: 0;
}

.author-img {
  flex-basis: 20%;
}

.about-the-author p {
  font-size: 0.8175em;
  line-height: 1.38em;
}

.author-quote-wrap {
  flex-basis: 25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /*! align-items: flex-end; */
  font-size: 1em;
  line-height: 1.43em;
  padding-left: 30px;
  margin-top: 10rem;
}

.author-quote-wrap p {
  border-left: 5px solid #ee4549;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
}

.author-quote-wrap p.author-quote {
  text-align: right;
  color: #404040;
  margin: 5px 0;
  border-left: 0;
  padding: 0;
}

span.author-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.author-img {
  padding-top: 30px;
  padding-right: 30px;
  border-radius: 20px;
  margin-top: 25px;
}

.author-img img {
  border-radius: 0 50px 0 0;
}

.about-the-author {
  flex-basis: 55%;
}

.about-the-author h1 {
  font-size: 1.6875rem;
  font-family: "CenturyGothicPaneuropeanSemiBold", sans-serif;
  font-weight: normal;
  margin-top: 3.75rem;
  margin-bottom: 0;
}

.about-the-author h2 {
  color: #ee4549;
  font-size: 1rem;
  font-family: "CenturyGothicPaneuropeanSemiBold", sans-serif;
  font-weight: normal;
  margin-top: 1.875rem;
  margin-bottom: 1.5rem;
}

/* Footer */

footer .edit-link {
  display: none;
}

footer.site-footer {
  height: 100px;
  background: #ee4549;
  font-size: 0.7em;
}

footer.site-footer .inner-wrap {
  display: flex;
  flex-direction: row;
  color: #fff;
  height: 100%;
}

footer.site-footer .inner-wrap a {
  color: #fff;
  text-decoration: none;
}

.footer-box-3 {
  flex: 1 1 0;
  align-items: flex-end;
  display: flex;
  margin-bottom: 5px;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px 0;
}

.footer-box-2 {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0;
}

.footer-box-2 p,
.footer-box-3 p {
  margin: 0;
}

.footer-box-1 {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-box-1 p {
  margin: 0;
}

.footer-box-2 input {
  background: top;
  border: 1px #fff solid;
  border-radius: 15px;
}

.footer-box-2 input::-webkit-input-placeholder {
  color: #fff;
  text-align: center;
}

.footer-box-2 input::-moz-placeholder {
  color: #fff;
  text-align: center;
}

.footer-box-2 input:-ms-input-placeholder {
  color: #fff;
  text-align: center;
}

.footer-box-2 input::-ms-input-placeholder {
  color: #fff;
  text-align: center;
}

.footer-box-2 input::placeholder {
  color: #fff;
  text-align: center;
}

footer .social-links a {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 7px;
}

footer .social-links {
  display: flex;
}

/* Author Page */

.newsletter-sign-up button,
.footer-box-2 button {
  background: #ee4549;
  color: #fff;
  font-size: 1.125em;
  padding-bottom: 10px;
  border-radius: 15px;
}

.newsletter-sign-up button {
  width: 50%;
}

.newsletter-sign-up {
  border-radius: 0 20px 0 0;
  border: 1px solid #000;
  padding: 2em;
  margin-top: 60px;
  margin-bottom: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}

.newsletter-sign-up h2 {
  margin-top: 0;
  font-size: 1.0625em;
}

.newsletter-sign-up p {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.newsletter-sign-up button {
  background: #ee4549;
  color: #fff;
  width: 50%;
  font-size: 1.125em;
  padding-bottom: 10px;
  border-radius: 15px;
}

.additional-info {
  flex-basis: 55%;
}

.author-spacing-box {
  flex-basis: 20%;
  padding-right: 30px;
}

.author-bio {
  -moz-column-count: 2;
  column-count: 2;
}

.author-bio p:first-child {
  margin-top: 0;
}

.author-img .headshot-attribution {
  font-size: 0.7em;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.author-links a {
  border-radius: 20px;
  color: rgb(238, 69, 73);
  background: #f5f2e6;
  font-size: 15px;
  display: flex;
  margin: 0 10px 0 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 7px;
}

.author-links {
  display: flex;
  margin: 10px 0;
  flex-wrap: wrap;
}

.associate-member .author-links a {
  margin: 0 10px 0 0;
  padding: 0;
}

.author-links a:active,
.author-links a:focus {
  outline: none;
}

.team-wrap {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

#splide01 {
  width: 100%;
}

.splide__arrow.splide__arrow--prev {
  left: -2.5em;
}

.splide__arrow.splide__arrow--next {
  right: -2.5em;
}

#splide01 .splide__pagination {
  bottom: -1.5em;
}

.splide__pagination__page.is-active {
  background: #ee4549 !important;
}

.splide__arrow svg {
  fill: #f5f2e6;
}

.splide__arrow {
  background: #ee4549;
}

.associates-outer-wrap h2 {
  display: flex;
  flex-basis: 20%;
  margin-top: 0;
  font-family: "CenturyGothicPaneuropeanSemiBold";
  font-weight: normal;
  line-height: 13px;
}

.associates-outer-wrap .inner-wrap {
  display: flex;
  /*! flex-basis: 100%; */
  flex-wrap: wrap;
}

.associate-member {
  flex: 1;
}

.associate-member img {
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 20px;
  width: 70%;
  aspect-ratio: 1 / 1;
}

.associates-titles {
  display: flex;
  margin: 70px auto 47px auto;
}

.associate-member h3 {
  font-size: 0.875em;
  margin: 0;
}

.associate-member p {
  font-size: 0.82em;
  line-height: 1.0625rem;
}

.associates-subtitle {
  flex-basis: 35%;
  margin-top: 0;
  font-size: 0.93em;
  line-height: 1.31em;
}

.associates-outer-wrap {
  margin: 70px 0 0 0;
  padding-bottom: 70px;
  background: #f5f2e6;
}

/* mailchimp sign up */

/* Modal Styles */
#mailchimpModal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  animation: fadeIn 0.3s ease forwards;
}

.modal-content {
  position: relative;
  margin: 2% auto;
  width: 80%;
  max-width: 600px;
  background-color: #f8f4eb;
  border-radius: 8px;
  overflow: hidden;
  /*opacity: 0;*/
  transform: scale(0.9);
  animation: scaleIn 0.3s ease forwards;
  animation-delay: 0.1s;
}

/* Animations */
@keyframes fadeIn {
  from {
    background-color: rgba(0, 0, 0, 0);
  }

  to {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@keyframes scaleIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  /*opacity: 0;*/
  transition: opacity 0.5s ease;
}

/* Show iframe once loaded */
.modal-content iframe.loaded {
  opacity: 1;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  background: #ff5f57;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  z-index: 1;
}

/* Mailchimp */

#mc_embed_signup {
  background: #f8f4eb;
  clear: left;
  max-width: 600px;
  font-size: 0.8em;
  max-height: calc(100dvh - 50px);
  overflow-y: auto;
}

#mc-embedded-subscribe-form input[type="checkbox"] {
  display: inline;
  width: auto;
  margin-right: 10px;
}

#mergeRow-gdpr fieldset label {
  font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}

#mc-embedded-subscribe-form {
  margin-top: 32px !important;
}

#mc-embedded-subscribe {
  background: #ee4549 !important;
  color: #fff;
  font-size: 1.125em;
  padding-bottom: 10px;
  border-radius: 15px !important;
}

#mc_embed_signup .button:hover {
  background: #ee4549;
}

#gdpr_67905 {
  display: inline;
  width: unset !important;
}

.sign-up-fields-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mc-field-group.email {
  flex: 100%;
  padding: 10px;
}

#mce-EMAIL {}

.mc-field-group.fname,
.mc-field-group.lname {
  flex: 50;
  padding: 10px;
}

.about-us-contact {
  text-align: center;
  margin: 70px 0;
}

.about-us-contact a {
  color: #ee4549;
  text-decoration: none;
}

/* FF Mobile Tweaks */

@media screen and (max-width: 794px) {

  .footer-box-1,
  .footer-box-2,
  .footer-box-3 {
    width: 100%;
    align-items: center;
  }

  .author-quote-wrap p {
    margin: 0;
  }

  .additional-info {
    order: 2;
  }

  .about-the-author .additional-info p {
    margin-bottom: 2em;
  }

  .author-quote-wrap {
    flex-basis: 100%;
    margin: 20px 0;
    padding: 10px;
    font-size: 0.8rem;
  }

  .author-bio p {
    margin: 12px 0 auto !important;
  }

  .newsletter-sign-up {
    order: 9;
  }

  .newsletter-sign-up p {
    margin: -10px 0 10px 0 !important;
  }

  .main-navigation ul ul,
  .main-navigation.toggled ul ul {
    display: none;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .main-navigation ul>li+li {
    /*! margin-left: 5px; */
    /*! padding-left: 5px; */
    border-top: 1px solid rgba(238, 69, 73, 0.99);
    width: 50vw;
    margin: auto;
  }

  #primary {
    margin: 15px 0 0 0;
  }

  #splide01 {
    margin-bottom: 30px;
  }

  .splide__arrow.splide__arrow--prev {
    left: 0;
    top: 105%;
  }

  .splide__arrow.splide__arrow--next {
    top: 105%;
    right: 0;
  }

  .front-page-panel-1 {
    height: unset;
    gap: 30px;
  }

  .front-page-authors h2 {
    font-size: 20px;
  }

  .inner-wrap {
    padding: 0 25px;
  }

  .front-page-panel-1,
  .front-page-panel-1 div {
    flex-direction: column;
    width: 100%;
  }

  .front-page-authors-wrap {
    flex-wrap: wrap;
  }

  .front-page-authors-wrap .author {
    flex: 1 1 30%;
  }

  .front-page-panel-1 h2,
  .about-us-wrap h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .front-page-panel-1 p,
  .about-the-author p,
  .about-us-l {
    font-size: 12px;
    margin: 0;
  }

  header.site-header .custom-logo {
    height: unset;
    transition: unset;
  }

  header.site-header {
    height: 100px;
    transition: unset;
  }

  header.site-header .custom-logo {
    height: 70px;
  }

  #masthead .search-form {
    display: none;
  }

  #site-navigation .menu-toggle {
    border: 0;
    background: transparent;
    color: rgb(238, 69, 73);
    font-size: 40px;
    position: relative;
    font-family: "century-gothic", serif;
    font-weight: bold;
    padding-right: 0;
  }

  #site-navigation {
    align-items: flex-end;
    display: flex;
    justify-content: end;
  }

  footer.site-footer {
    height: auto;
    padding: 5px;
  }

  footer.site-footer .inner-wrap {
    flex-direction: column;
  }

  .footer-box-1 {
    order: 2;
    text-align: center;
  }

  .footer-box-2 {
    order: 1;
  }

  .footer-box-2 p {
    margin-top: 5px;
  }

  .footer-box-3 {
    order: 3;
  }

  .main-navigation.toggled ul {
    height: 200px;
    padding: 20px;
  }

  .main-navigation ul a,
  .main-navigation ul a:active,
  .main-navigation ul a:visited {
    border: 0 !important;
    text-align: center;
    display: block;
    padding: 10px;
    color: rgb(238, 69, 73);
    font-size: 1.3rem;
  }

  .about-the-author {
    order: 2;
    font-size: 0.8em;
  }

  .author-bio {
    -moz-column-count: unset;
    column-count: unset;
    font-size: 0.8em;
    margin-right: 25px;
  }

  .main-navigation ul {
    height: 0;
    overflow: hidden;
    display: block;
    justify-content: unset;
    width: 100vw;
    position: absolute;
    top: 100px;
    background: #f5f2e6;
    z-index: 50;
    left: 0;
    font-size: 30px;
    z-index: 999;
    border-color: rgb(238, 69, 73);
    border-width: 0;
    border-style: solid;
    transition: height 0.25s ease-in, padding 0.25s ease-in;
  }

  .about-us-wrap.inner-wrap {
    flex-direction: column;
  }

  .about-us-intro-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }

  .about-us-r.ff-red {
    font-size: 1.2em;
    margin-bottom: 0px;
  }

  .team-wrap {
    flex-direction: column;
  }

  .associates-titles {
    flex-direction: column;
    margin: 10px;
  }

  .associates-outer-wrap {
    margin: 0;
    padding: 5px;
  }

  .associate-member .author-links a {
    margin: 0 10px 0 0;
    padding: 0;
  }

  .about-us-wrap.inner-wrap {
    margin: 0 0 25px 0;
  }

  .about-us-wrap h1 {
    margin: 20px 0;
  }

  .about-us-r.ff-red {}

  /*.associate-member {
    flex-basis: 50%;
    margin-bottom: 10px;
    padding: 10px;
    flex-grow: 0;
  }*/

  .author-inner-wrap.inner-wrap {
    flex-direction: column;
    row-gap: 10px;
  }

  .author-img {
    padding: unset;
    order: 1;
  }

  .author-quote-wrap {
    order: 3;
  }

  .author-img img {
    max-height: 40vh;
    margin: auto;
    border-radius: 0 20px 0 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .author-img p {
    font-size: 0.8em;
    margin: 0 0 5px 0;
  }

  .author-bio {
    font-size: 1em;
  }

  .about-the-author h1 {
    margin: 20px 0 8px 0;
    font-size: 1.7em;
  }
}

/* specific css overrides */

/* Tweak ratio */

/* Screen > 1080 px height*/

@media (min-width: 795px) and (min-height: 1080px) {
  header.site-header {
    height: 190px;
  }

  .fp-inner-wrap,
  #primary {
    min-height: calc(100vh - 290px);
  }

  header.site-header .custom-logo {
    height: 150px;
  }

  footer.site-footer {
    height: 100px;
    font-size: 0.7em;
  }

  .main-navigation ul a {
    font-size: 1.25em;
  }

  .front-page-authors h2 {
    font-size: 1.5em;
  }
}

@media (min-width: 795px) and (min-height: 850px) and (max-height: 1000px) {
  header.site-header {
    height: 160px;
  }

  .fp-inner-wrap,
  #primary {
    min-height: calc(100vh - 260px);
  }

  header.site-header .custom-logo {
    height: 130px;
  }

  .main-navigation ul a {
    font-size: 1.2em;
  }

  .front-page-panel-1 h2,
  .about-us-wrap h1 {
    font-size: 3.2em;
  }

  .front-page-authors h2 {
    font-size: 1.5em;
  }

  .fp-inner-wrap .author img {
    height: 175px;
  }
}

@media (min-width: 795px) and (max-height: 849px) {
  header.site-header {
    height: 135px;
  }

  .fp-inner-wrap,
  #primary {
    min-height: calc(100vh - 215px);
  }

  header.site-header .custom-logo {
    height: 105px;
  }

  .main-navigation ul a {
    font-size: 1.1em;
  }

  .front-page-panel-1 h2,
  .about-us-wrap h1 {
    font-size: 2.81em;
  }

  .front-page-authors h2 {
    font-size: 1.3em;
    margin-top: 0;
  }

  .fp-inner-wrap .author img {
    height: 170px;
  }

  footer.site-footer {
    height: 80px;
  }

  footer br {
    height: 0;
  }
}

@media (min-width: 785px) {

  /* disable the 'our authors' link on desktop */
  #menu-item-125>a {
    pointer-events: none;
  }

  .team-member a {
    bottom: -10px;
    position: absolute;
  }

  .team-member {
    position: relative;
  }
}

@media screen and (min-width: 795px) and (max-width: 1024px) {

  /* resolve awkward sizing on smaller premobile screens */
  .author-quote-wrap {
    flex-basis: 65%;
    margin: 20px 0;
    padding: 10px;
    font-size: 0.8rem;
    margin-left: auto;
  }

  .author-quote-wrap p {
    margin: 0;
  }

  .author-img {
    flex-basis: 35%;
  }

  .about-the-author {
    flex-basis: 65%;
  }

  #masthead .search-field {
    width: 100px;
  }

  .main-navigation ul a {
    font-size: 1.1em;
  }

  .front-page-panel-1 {
    display: block;
  }

  .about-us-r {
    flex: 1;
    padding-left: 20px;
  }

  .main-navigation ul {
    white-space: nowrap;
    gap: 25px;
    font-size: 0.9em;
    justify-content: space-around;
    display: flex;
  }
}

@media (min-width: 795px) and (max-width: 1200px) {
  .associates-outer-wrap h2 {
    flex-basis: 35%;
  }
}


/* END CSS FOR SPLIDE.JS */

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
  outline: 0
}

@supports(outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}

@supports(outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}

/* END CSS FOR SPLIDE.JS */