@charset "UTF-8";
/*
Theme Name: errigal
Theme URI: https://projecterrigal.com/themes/errigal/
Author: Project errigal
Author URI: https://projecterrigal.com/
Description: errigal is a fully responsive minimalist theme that works perfectly on all kind of devices and screen sizes. errigal theme is compatible with Gutenberg editor and currently supports English and 日本語. errigal is also accessibility-ready, and it meets the AA level of WCAG 2.0. Simply install errigal theme and get started.
Version: 1.0.4
Requires at least: 5.6
Tested up to: 6.2
Requires PHP: 7.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: errigal
Tags: two-columns, right-sidebar, accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

errigal WordPress Theme, Copyright 2022 projecterrigal.com
errigal is distributed under the terms of the GNU GPL.
*/
/* A11Y */
.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 0.0625rem;
  margin: calc(-1 * 0.0625rem);
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.0625rem;
  word-wrap: normal !important;
  word-break: normal;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.125rem 0.125rem 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: 0.3125rem;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 0.3125rem;
  width: auto;
  z-index: 100000;
}

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

@media (prefers-reduced-motion) {
  * {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
  }
}

input:not([type="button"]):not([type="checkbox"]):not([type="submit"]),
textarea {
  border-color: #c1c4c5;
  border-style: solid;
  border-width: 1px !important;
}

input:not([type="button"]):not([type="checkbox"]):not([type="submit"]).error,
textarea.error {
  border-color: #c90f2b !important;
  border-width: 2px !important;
}

@-moz-document url-prefix() {
  :focus-visible {
    outline-style: solid !important;
    outline-width: 0.125rem !important;
  }
  .button:focus-visible, .wp-block-search__button:focus-visible, .comment-content form input:focus-visible[type="submit"],
  .comment-content form input:focus-visible[type="reset"],
  .post-content form input:focus-visible[type="submit"],
  .post-content form input:focus-visible[type="reset"],
  .textwidget form input:focus-visible[type="submit"],
  .textwidget form input:focus-visible[type="reset"],
  .wp-block-button > a:focus-visible {
    outline-color: #0075c9;
  }
  .button.contained:focus-visible, .contained.wp-block-search__button:focus-visible, .comment-content form input.contained:focus-visible[type="submit"],
  .comment-content form input.contained:focus-visible[type="reset"],
  .post-content form input.contained:focus-visible[type="submit"],
  .post-content form input.contained:focus-visible[type="reset"],
  .textwidget form input.contained:focus-visible[type="submit"],
  .textwidget form input.contained:focus-visible[type="reset"],
  .wp-block-button.is-style-outline > a:focus-visible {
    outline-color: #62717b;
  }
  .chip:focus-visible {
    outline-color: #006cb9;
  }
  .chip.secondary:focus-visible {
    outline-color: #49545b;
  }
  input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):focus-visible,
  textarea:focus-visible {
    outline-offset: calc(-1 * 0.125rem) !important;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):focus,
    textarea:focus {
      outline-offset: calc(-1 * 0.25rem) !important;
    }
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .main-navigation .menu-item > a:focus {
      outline-style: solid !important;
      outline-width: 0.125rem !important;
    }
  }
}

@media (max-width: 767px) {
  body:not(.mobile-device) .menu-container {
    visibility: hidden;
  }
  body:not(.mobile-device) .menu-container.show {
    visibility: visible;
  }
}

.mobile-device button:focus:not(:focus-visible),
.mobile-device .button:focus:not(:focus-visible),
.mobile-device .wp-block-search__button:focus:not(:focus-visible),
.mobile-device .comment-content form input:focus:not(:focus-visible)[type="submit"],
.comment-content form .mobile-device input:focus:not(:focus-visible)[type="submit"],
.mobile-device .comment-content form input:focus:not(:focus-visible)[type="reset"],
.comment-content form .mobile-device input:focus:not(:focus-visible)[type="reset"],
.mobile-device .post-content form input:focus:not(:focus-visible)[type="submit"],
.post-content form .mobile-device input:focus:not(:focus-visible)[type="submit"],
.mobile-device .post-content form input:focus:not(:focus-visible)[type="reset"],
.post-content form .mobile-device input:focus:not(:focus-visible)[type="reset"],
.mobile-device .textwidget form input:focus:not(:focus-visible)[type="submit"],
.textwidget form .mobile-device input:focus:not(:focus-visible)[type="submit"],
.mobile-device .textwidget form input:focus:not(:focus-visible)[type="reset"],
.textwidget form .mobile-device input:focus:not(:focus-visible)[type="reset"],
.mobile-device [type="button"]:focus:not(:focus-visible),
.mobile-device [type="reset"]:focus:not(:focus-visible),
.mobile-device [type="submit"]:focus:not(:focus-visible),
.mobile-device [type="checkbox"]:focus:not(:focus-visible),
.mobile-device [type="radio"]:focus:not(:focus-visible) {
  outline: none !important;
}

.mobile-device .mobile-search__container .search-field:focus {
  border: none !important;
}

.autofocused:focus {
  outline: none !important;
}

input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):focus,
textarea:focus {
  border-color: #0085e4 !important;
  border-style: solid;
  border-width: 2px !important;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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;
  /* 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-style: dotted;
          text-decoration-style: 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;
  /* 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: 0.0625rem dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 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"] {
  -webkit-box-sizing: border-box;
          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: calc(-1 * 0.125rem);
  /* 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;
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #fcfeff;
  color: #3c3d3e;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

button {
  cursor: pointer;
}

.wp-block-button__link,
.wp-block-file__button {
  border-radius: 0.25rem !important;
  padding: 0.5rem 1.5rem !important;
}

.is-style-outline > .wp-block-button__link {
  border: 1px solid;
}

.wp-block-code {
  border: 1px solid;
  border-radius: 0.25rem;
  padding: 1.5rem;
}

.wp-block-code > code {
  border: none;
  padding: 0;
}

.wp-block-columns .wp-block-column > * {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
}

.blocks-gallery-grid {
  padding: 0 !important;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: calc(-1 * 0.5rem) calc(-1 * 0.25rem);
}

.gallery .gallery-item {
  padding: 0.5rem 0.25rem;
  text-align: center;
  width: 100%;
}

.gallery img {
  display: inline-block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

.gallery:not(.gallery-size-thumbnail) img {
  width: 100%;
}

.gallery-caption {
  margin-top: 0.5rem;
}

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

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

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

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

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

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

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

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

.blocks-gallery-caption {
  text-align: center;
}

.wp-block-image :not(.is-resized) img {
  width: 100%;
}

body.attachment .wp-block-image {
  text-align: center;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 1rem;
}

.blocks-gallery-caption {
  font-size: 0.875rem;
  line-height: 1.5;
}

.wp-block-group::after, .wp-block-group::before {
  clear: both;
  content: "";
  display: block;
}

.wp-block-group.has-background {
  padding: 1.5rem 2rem;
}

.wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-separator {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.wp-block-separator.is-style-default {
  margin: 5rem auto !important;
  width: 80%;
}

.wp-block-image {
  text-align: center;
}

.wp-block-post-featured-image > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-posts,
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}

.wp-block-latest-posts__post-author:not(:first-child),
.wp-block-latest-posts__post-date:not(:first-child) {
  margin-top: 0.25rem;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  font-size: 0.875rem;
}

ol,
ul {
  padding-left: 1.5rem;
}

ol ol,
ul ul {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 1rem;
}

li {
  margin-bottom: 1rem;
}

li > ol,
li > ul {
  margin-top: 1rem;
}

ol.aligncenter,
ul.aligncenter {
  list-style-position: inside;
  padding: 0;
  text-align: center;
}

ol.alignright,
ul.alignright {
  float: none;
  list-style-position: inside;
  padding: 0;
  text-align: right;
}

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

.wp-block-embed__wrapper {
  text-align: center;
}

.wp-block-embed__wrapper > * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-embed__wrapper > blockquote {
  display: inline-block;
}

figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-align: center;
}

figcaption.alignleft, figcaption.alignright,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption-text.alignleft,
.wp-caption-text.alignright,
.wp-block-embed figcaption.alignleft,
.wp-block-embed figcaption.alignright,
.wp-block-image figcaption.alignleft,
.wp-block-image figcaption.alignright,
.wp-block-video figcaption.alignleft,
.wp-block-video figcaption.alignright {
  margin-bottom: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 1.5rem;
}

figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption {
  font-size: 0.875rem;
  line-height: 1.5;
}

pre.wp-block-preformatted {
  overflow-x: auto;
  white-space: pre;
}

.wp-block-pullquote {
  border: none;
}

.wp-block-pullquote.is-style-solid-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  background: none;
  border: none;
  margin: 0;
  padding: 0 !important;
}

.wp-block-pullquote p {
  font-size: 1.75rem;
  line-height: 1.5;
}

.wp-block-quote, blockquote,
.wp-block-quote.is-style-large,
blockquote.is-style-large {
  border-left: 8px solid;
  padding: 2rem !important;
}

.wp-block-quote.has-text-align-right, blockquote.has-text-align-right,
.wp-block-quote.is-style-large.has-text-align-right,
blockquote.is-style-large.has-text-align-right {
  border-left: none;
  border-right: 8px solid;
  text-align: right;
}

.wp-block-quote > *:last-child, blockquote > *:last-child,
.wp-block-quote.is-style-large > *:last-child,
blockquote.is-style-large > *:last-child {
  margin-bottom: 0 !important;
}

.wp-block-quote p, blockquote p,
.wp-block-quote.is-style-large p,
blockquote.is-style-large p {
  margin-bottom: 1rem;
}

.wp-block-quote.is-large p, blockquote.is-large p,
.wp-block-quote.is-style-large p,
blockquote.is-style-large p {
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
}

.wp-block-rss {
  padding-left: 0;
}

.wp-block-rss__item {
  list-style: none;
}

.wp-block-search__label {
  margin-bottom: 1rem;
}

.wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid !important;
  border-radius: 0.25rem !important;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem !important;
  width: 100%;
}

.wp-block-search__input:focus {
  outline: revert !important;
}

.wp-block-search__button {
  padding: 1rem !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .wp-block-search__input {
    outline-offset: 0;
  }
}

.wp-block-search__button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 413px) {
  .wp-block-search__inside-wrapper {
    display: block;
  }
  .wp-block-search__inside-wrapper .wp-block-search__button {
    margin-left: 0;
    margin-top: 1rem;
    padding: 0.5rem 1.5rem !important;
  }
}

@media (min-width: 1025px) and (max-width: 1365px) {
  .widget_search .wp-block-search__inside-wrapper {
    display: block;
  }
  .widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
    margin-left: 0;
    margin-top: 1rem;
    padding: 0.5rem 1.5rem !important;
  }
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 1rem;
}

.has-drop-cap:not(:focus)::after {
  clear: both;
  content: "";
  display: table;
}

.wp-block-verse {
  font-family: inherit;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0 1rem 1rem 0 !important;
}

.alignright {
  float: right;
  margin: 0 0 1rem 1rem !important;
}

.alignleft,
.alignleft {
  max-width: 50% !important;
}

.post-content > *.alignleft,
.post-content > *.alignright,
.post-content > *.alignleft:first-child + *,
.post-content > *.alignright:first-child + *,
.post-content > *.alignfull.has-background {
  margin-top: 0 !important;
}

html.show-v-scroll {
  overflow-y: scroll;
}

html.show-v-scroll > body {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.page-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-header {
  margin-bottom: 2rem;
}

@media (min-width: 578px) {
  .page-header {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .page-header {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1025px) {
  .page-header {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1366px) {
  .page-header {
    margin-bottom: 6rem;
  }
}

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

.page-description {
  margin: 2rem auto 0;
  max-width: 75% !important;
}

.post-categories,
.post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: calc(-1 * 0.5rem);
  padding: 0;
}

.post-categories > li,
.post-tags > li {
  list-style-type: none;
  margin: 0;
}

.page-header > .edit-link,
.post-header__content > .edit-link {
  margin-top: 1rem;
}

.content-area {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
  margin-bottom: 4rem;
}

.post-footer,
.attachment-metadata {
  margin-top: 2rem;
}

@media (min-width: 1025px) {
  .post-footer,
  .attachment-metadata {
    margin-top: 3rem;
  }
}

.post-list .card:not(:last-child) {
  margin-bottom: 2rem;
}

.post-list .card.sticky {
  border-width: 2px;
}

.post-list .card.sticky .card-title {
  margin-top: 1rem;
}

.post-list .card .pinned {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-list .card .pinned .pinned-text {
  margin-left: 0.25rem;
}

.card-metadata {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-content .continue-reading .button, .card-content .continue-reading .wp-block-search__button, .card-content .continue-reading .comment-content form input[type="submit"], .comment-content form .card-content .continue-reading input[type="submit"],
.card-content .continue-reading .comment-content form input[type="reset"], .comment-content form .card-content .continue-reading input[type="reset"],
.card-content .continue-reading .post-content form input[type="submit"], .post-content form .card-content .continue-reading input[type="submit"],
.card-content .continue-reading .post-content form input[type="reset"], .post-content form .card-content .continue-reading input[type="reset"],
.card-content .continue-reading .textwidget form input[type="submit"], .textwidget form .card-content .continue-reading input[type="submit"],
.card-content .continue-reading .textwidget form input[type="reset"], .textwidget form .card-content .continue-reading input[type="reset"] {
  white-space: nowrap;
}

.no-results.not-found .page-header .page-icon {
  margin-bottom: 2rem;
}

.no-results.not-found .page-content {
  text-align: center;
}

.no-results.not-found .page-content > h2 {
  margin-bottom: 3rem;
}

.no-results.not-found .page-content > p {
  margin-bottom: 1.5rem;
}

@media (min-width: 1025px) {
  .no-results.not-found .page-content > .search-form {
    margin: 0 15%;
  }
}

.mobile-navigation__button-text,
.svg-icon {
  pointer-events: none;
}

button {
  -ms-touch-action: none;
      touch-action: none;
}

.no-results.not-found .page-content > h2 {
  font-weight: 400;
}

.no-results.not-found .page-content > p {
  font-size: 1.5rem;
}

[tabindex="-1"]:focus {
  outline: none;
}

.main-navigation.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.menu-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu-container::-webkit-scrollbar {
  display: none;
}

.menu-container ul {
  list-style: none;
}

.menu-container.show > .row {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu-container.show > .row::-webkit-scrollbar {
  display: none;
}

.menu-container.show .menu {
  width: 100%;
}

.menu-container:not(.show) > .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-container:not(.show) .menu {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.menu-container:not(.show) .menu > .menu-item {
  margin: 0 1rem;
  max-width: 25rem;
}

.menu-container:not(.show) .menu > .menu-item > a {
  height: 100%;
  padding: 0.5rem 1rem;
}

.menu-container .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.menu-container .menu > .menu-item-has-children > .sub-menu {
  padding: 0 1.5rem 1.5rem;
  position: absolute;
  top: 100%;
  width: 25rem;
}

.menu-container .menu > .menu-item-has-children > .sub-menu.menu-flip {
  right: 0;
}

.menu-container .menu > .menu-item-has-children > .sub-menu:not(.menu-flip) {
  left: 0;
}

.menu-container .menu-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0.5rem 0;
  position: relative;
}

.menu-container .menu-item > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
}

.menu-container .menu-item > a:before {
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.menu-container .menu-item.show > .sub-menu-toggle > .svg-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-container.show .sub-menu,
.menu-container:not(.show) .sub-menu .sub-menu {
  margin-top: 0.5rem;
}

.menu-container.show .menu-item.show,
.menu-container:not(.show) .sub-menu .menu-item.show {
  padding-bottom: 0;
}

.menu-container.show .menu-item > a:before,
.menu-container:not(.show) .sub-menu .menu-item > a:before {
  bottom: calc(-1 * 0.5rem);
}

.menu-container .sub-menu-toggle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: none;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem;
  position: relative;
}

.menu-container .sub-menu-toggle:focus {
  outline-offset: calc(-1 * 0.125rem) !important;
}

.menu-container .sub-menu-toggle > .svg-icon {
  height: 1rem;
  width: 1rem;
}

.menu-container .sub-menu-toggle > .screen-reader-text[aria-hidden="true"] {
  display: none;
}

.menu-container .menu-item > a,
.menu-container .sub-menu-toggle {
  border-radius: 0.25rem;
}

.menu-container .menu-item-has-children {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.menu-container .menu-item-has-children > a {
  width: calc( 100% - (1rem + 2 * 0.5rem));
}

.menu-container .menu-item-has-children.sub-menu-toggle {
  margin-left: auto;
}

.menu-container .sub-menu {
  display: none;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin: 0;
}

.menu-container .sub-menu.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.menu-container .sub-menu .menu-item > a {
  position: relative;
}

.menu-container .sub-menu .menu-item:not(.menu-item-has-children) > a {
  width: 100%;
}

.menu-container .sub-menu .sub-menu {
  padding-left: 1rem;
}

.menu-container:not(.show) .menu > .menu-item .menu-item-has-children > a:before,
.menu-container.show .menu .menu-item-has-children > a:before {
  right: calc(-1 * (1rem + 0.5rem * 2));
  width: auto;
}

.menu-container :not(.show) .menu > .menu-item-has-children > a:before {
  height: 4px;
}

.menu-container .menu-item-has-children:not(.show) > a:before {
  background-position: right bottom !important;
}

.menu-container .menu-item-has-children.show > a:before {
  background-position: left bottom !important;
}

.menu-container .menu-item-has-children > a:before {
  background-size: 201% 100% !important;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.menu-container:not(.show) .menu > .menu-item:not(.show) > a:before {
  opacity: 0;
}

.menu-container:not(.show) .menu > .menu-item.show > a:before {
  opacity: 1;
}

.menu-container:not(.show) .menu > .menu-item > .sub-menu {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.menu .sub-menu > .menu-item.show > a:before,
.menu .sub-menu > .menu-item.show > .sub-menu-toggle:before,
.menu-container.show .menu-item.show > a:before,
.menu-container.show .menu-item.show > .sub-menu-toggle:before {
  height: 2px !important;
}

.close-menu-button__container {
  display: none;
}

body.no-scroll .menu-container .close-menu-button__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.5rem 1.5rem;
}

body.no-scroll .menu-container .close-menu-button__container > .close-menu-button {
  background: none;
  border: none;
  padding: 0.25rem;
}

.main-navigation {
  font-size: 0.875rem;
  font-weight: 600;
}

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

@media (max-width: 767px) {
  body:not(.mobile-device) .menu-container {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: 100vw;
    z-index: 20;
  }
  body:not(.mobile-device) .menu-container.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body:not(.mobile-device) .menu-container .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4rem;
  }
  body:not(.mobile-device) .menu-container .menu > .menu-item > a {
    position: relative;
  }
  body:not(.mobile-device) .menu-container .menu > .menu-item > a:before {
    height: 1px;
  }
  body:not(.mobile-device) .menu-container .menu > .menu-item:not(.menu-item-has-children) > a {
    width: 100%;
  }
  body:not(.mobile-device) .menu-container .menu > .menu-item .sub-menu {
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
}

body.mobile-device .menu-container {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: 100vw;
  z-index: 20;
}

body.mobile-device .menu-container.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body.mobile-device .menu-container .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
}

body.mobile-device .menu-container .menu > .menu-item > a {
  position: relative;
}

body.mobile-device .menu-container .menu > .menu-item > a:before {
  height: 1px;
}

body.mobile-device .menu-container .menu > .menu-item:not(.menu-item-has-children) > a {
  width: 100%;
}

body.mobile-device .menu-container .menu > .menu-item .sub-menu {
  margin-bottom: 2px;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  width: 100%;
}

@media (max-width: 767px) {
  body:not(.mobile-device) .menu-container:not(.show) .close-menu-button,
  body:not(.mobile-device) .menu-container:not(.show) .menu {
    visibility: hidden;
  }
}

body.mobile-device:not(.no-scroll) .menu-container:not(.show) .close-menu-button,
body.mobile-device:not(.no-scroll) .menu-container:not(.show) .menu {
  visibility: hidden;
}

.page-links {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
  margin-top: 4rem !important;
  text-align: center;
}

.page-links .page-links__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: calc(-1 * 0.5rem);
}

.page-links .page-links__container .post-page-numbers {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-links .page-links__container .post-page-numbers:not(.dots):not(.next):not(.prev) {
  margin: 0.5rem;
  min-width: 3rem;
}

.page-links .page-links__container .post-page-numbers.dots, .page-links .page-links__container .post-page-numbers.next, .page-links .page-links__container .post-page-numbers.prev {
  background: transparent !important;
  border: none;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.page-links .page-links__container .post-page-numbers.next, .page-links .page-links__container .post-page-numbers.prev {
  width: 3rem;
}

.page-links .page-links__container .post-page-numbers > .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-links__label {
  margin-bottom: 1rem;
}

.page-links a {
  text-decoration: none;
}

.page-links__label {
  font-weight: 600;
  text-transform: uppercase;
}

.comments-pagination,
.pagination {
  margin-top: 3rem;
}

.comments-pagination > .nav-links,
.pagination > .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: calc(-1 * 0.5rem);
}

@media (max-width: 320px) {
  .comments-pagination > .nav-links,
  .pagination > .nav-links {
    margin: calc(-1 * 1rem);
  }
}

.comments-pagination .page-numbers,
.pagination .page-numbers {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comments-pagination .page-numbers:not(.dots):not(.next):not(.prev),
.pagination .page-numbers:not(.dots):not(.next):not(.prev) {
  margin: 0.5rem;
  min-width: 3rem;
}

.comments-pagination .page-numbers.dots, .comments-pagination .page-numbers.next, .comments-pagination .page-numbers.prev,
.pagination .page-numbers.dots,
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  background: transparent !important;
  border: none;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.comments-pagination .page-numbers.next, .comments-pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  width: 3rem;
}

.comments-pagination .page-numbers > .page-numbers,
.pagination .page-numbers > .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comments-pagination a,
.pagination a {
  text-decoration: none;
}

.comments-pagination .page-numbers,
.pagination .page-numbers {
  font-size: 0.875rem;
}

.comment-content,
.post-content,
.textwidget {
  word-wrap: break-word;
  width: 100%;
}

.comment-content h1:not(:last-child),
.post-content h1:not(:last-child),
.textwidget h1:not(:last-child) {
  margin-bottom: calc(3rem * 1.5);
}

.comment-content h1:not(:first-child),
.post-content h1:not(:first-child),
.textwidget h1:not(:first-child) {
  margin-top: calc(3rem * 2);
}

@media (max-width: 577px) {
  .comment-content h1:not(:last-child),
  .post-content h1:not(:last-child),
  .textwidget h1:not(:last-child) {
    margin-bottom: calc(2.25rem * 1.5);
  }
  .comment-content h1:not(:first-child),
  .post-content h1:not(:first-child),
  .textwidget h1:not(:first-child) {
    margin-top: calc(2.25rem * 2);
  }
}

.comment-content h2:not(:last-child),
.post-content h2:not(:last-child),
.textwidget h2:not(:last-child) {
  margin-bottom: calc(2.5rem * 1.5);
}

.comment-content h2:not(:first-child),
.post-content h2:not(:first-child),
.textwidget h2:not(:first-child) {
  margin-top: calc(2.5rem * 2);
}

@media (max-width: 577px) {
  .comment-content h2:not(:last-child),
  .post-content h2:not(:last-child),
  .textwidget h2:not(:last-child) {
    margin-bottom: calc(2rem * 1.5);
  }
  .comment-content h2:not(:first-child),
  .post-content h2:not(:first-child),
  .textwidget h2:not(:first-child) {
    margin-top: calc(2rem * 2);
  }
}

.comment-content h3:not(:last-child),
.post-content h3:not(:last-child),
.textwidget h3:not(:last-child) {
  margin-bottom: calc(2rem * 1.5);
}

.comment-content h3:not(:first-child),
.post-content h3:not(:first-child),
.textwidget h3:not(:first-child) {
  margin-top: calc(2rem * 2);
}

@media (max-width: 577px) {
  .comment-content h3:not(:last-child),
  .post-content h3:not(:last-child),
  .textwidget h3:not(:last-child) {
    margin-bottom: calc(1.75rem * 1.5);
  }
  .comment-content h3:not(:first-child),
  .post-content h3:not(:first-child),
  .textwidget h3:not(:first-child) {
    margin-top: calc(1.75rem * 2);
  }
}

.comment-content h4:not(:last-child),
.post-content h4:not(:last-child),
.textwidget h4:not(:last-child) {
  margin-bottom: calc(1.75rem * 1.5);
}

.comment-content h4:not(:first-child),
.post-content h4:not(:first-child),
.textwidget h4:not(:first-child) {
  margin-top: calc(1.75rem * 2);
}

@media (max-width: 577px) {
  .comment-content h4:not(:last-child),
  .post-content h4:not(:last-child),
  .textwidget h4:not(:last-child) {
    margin-bottom: calc(1.5rem * 1.5);
  }
  .comment-content h4:not(:first-child),
  .post-content h4:not(:first-child),
  .textwidget h4:not(:first-child) {
    margin-top: calc(1.5rem * 2);
  }
}

.comment-content h5:not(:last-child),
.post-content h5:not(:last-child),
.textwidget h5:not(:last-child) {
  margin-bottom: calc(1.5rem * 1.5);
}

.comment-content h5:not(:first-child),
.post-content h5:not(:first-child),
.textwidget h5:not(:first-child) {
  margin-top: calc(1.5rem * 2);
}

@media (max-width: 577px) {
  .comment-content h5:not(:last-child),
  .post-content h5:not(:last-child),
  .textwidget h5:not(:last-child) {
    margin-bottom: calc(1.125rem * 1.5);
  }
  .comment-content h5:not(:first-child),
  .post-content h5:not(:first-child),
  .textwidget h5:not(:first-child) {
    margin-top: calc(1.125rem * 2);
  }
}

.comment-content h6:not(:last-child),
.post-content h6:not(:last-child),
.textwidget h6:not(:last-child) {
  margin-bottom: calc(1.25rem * 1.5);
}

.comment-content h6:not(:first-child),
.post-content h6:not(:first-child),
.textwidget h6:not(:first-child) {
  margin-top: calc(1.25rem * 2);
}

@media (max-width: 577px) {
  .comment-content h6:not(:last-child),
  .post-content h6:not(:last-child),
  .textwidget h6:not(:last-child) {
    margin-bottom: calc(1rem * 1.5);
  }
  .comment-content h6:not(:first-child),
  .post-content h6:not(:first-child),
  .textwidget h6:not(:first-child) {
    margin-top: calc(1rem * 2);
  }
}

.comment-content > h2,
.post-content > h2,
.textwidget > h2 {
  border: 2px solid;
  border-radius: 0.25rem;
  padding: 1rem 1rem 1rem 1.5rem;
  position: relative;
}

.comment-content > h2::after,
.post-content > h2::after,
.textwidget > h2::after {
  content: "";
  height: calc(100% - 1rem);
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 8px;
}

.comment-content > h3,
.post-content > h3,
.textwidget > h3 {
  position: relative;
}

.comment-content > h3::after,
.post-content > h3::after,
.textwidget > h3::after {
  bottom: calc(-1 * 1rem);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 20%;
}

.comment-content p.has-background,
.post-content p.has-background,
.textwidget p.has-background {
  padding: 1.5rem;
}

.comment-content iframe,
.post-content iframe,
.textwidget iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.comment-content form,
.post-content form,
.textwidget form {
  max-width: 100%;
}

.comment-content form > p:not(:first-child),
.post-content form > p:not(:first-child),
.textwidget form > p:not(:first-child) {
  margin-top: 1rem;
}

.comment-content form > p:not(:last-child),
.post-content form > p:not(:last-child),
.textwidget form > p:not(:last-child) {
  margin-bottom: 1rem;
}

.comment-content form > h1,
.comment-content form > h2,
.comment-content form > h3,
.comment-content form > h4,
.comment-content form > h5,
.post-content form > h1,
.post-content form > h2,
.post-content form > h3,
.post-content form > h4,
.post-content form > h5,
.textwidget form > h1,
.textwidget form > h2,
.textwidget form > h3,
.textwidget form > h4,
.textwidget form > h5 {
  margin-bottom: 1rem !important;
}

.comment-content form label,
.post-content form label,
.textwidget form label {
  margin-bottom: 1rem;
}

.comment-content form input[type="text"],
.comment-content form input[type="email"],
.comment-content form input[type="url"],
.comment-content form input[type="password"],
.comment-content form input[type="search"],
.comment-content form input[type="number"],
.comment-content form input[type="tel"],
.comment-content form input[type="date"],
.comment-content form input[type="month"],
.comment-content form input[type="week"],
.comment-content form input[type="time"],
.comment-content form input[type="datetime"],
.comment-content form input[type="datetime-local"],
.comment-content form input[type="color"],
.comment-content form textarea,
.post-content form input[type="text"],
.post-content form input[type="email"],
.post-content form input[type="url"],
.post-content form input[type="password"],
.post-content form input[type="search"],
.post-content form input[type="number"],
.post-content form input[type="tel"],
.post-content form input[type="date"],
.post-content form input[type="month"],
.post-content form input[type="week"],
.post-content form input[type="time"],
.post-content form input[type="datetime"],
.post-content form input[type="datetime-local"],
.post-content form input[type="color"],
.post-content form textarea,
.textwidget form input[type="text"],
.textwidget form input[type="email"],
.textwidget form input[type="url"],
.textwidget form input[type="password"],
.textwidget form input[type="search"],
.textwidget form input[type="number"],
.textwidget form input[type="tel"],
.textwidget form input[type="date"],
.textwidget form input[type="month"],
.textwidget form input[type="week"],
.textwidget form input[type="time"],
.textwidget form input[type="datetime"],
.textwidget form input[type="datetime-local"],
.textwidget form input[type="color"],
.textwidget form textarea {
  border-radius: 0.25rem;
  padding: 1rem;
  width: 100%;
}

.comment-content form input[type="radio"],
.comment-content form input[type="checkbox"],
.post-content form input[type="radio"],
.post-content form input[type="checkbox"],
.textwidget form input[type="radio"],
.textwidget form input[type="checkbox"] {
  display: inline-block;
}

.comment-content form input[type="radio"]:first-child,
.comment-content form input[type="checkbox"]:first-child,
.post-content form input[type="radio"]:first-child,
.post-content form input[type="checkbox"]:first-child,
.textwidget form input[type="radio"]:first-child,
.textwidget form input[type="checkbox"]:first-child {
  margin-top: 0;
}

.comment-content form input[type="radio"]:last-child,
.comment-content form input[type="checkbox"]:last-child,
.post-content form input[type="radio"]:last-child,
.post-content form input[type="checkbox"]:last-child,
.textwidget form input[type="radio"]:last-child,
.textwidget form input[type="checkbox"]:last-child {
  margin-bottom: 0;
}

.comment-content form input[type="radio"]:not(:first-child),
.comment-content form input[type="checkbox"]:not(:first-child),
.post-content form input[type="radio"]:not(:first-child),
.post-content form input[type="checkbox"]:not(:first-child),
.textwidget form input[type="radio"]:not(:first-child),
.textwidget form input[type="checkbox"]:not(:first-child) {
  margin-top: 1rem;
}

.comment-content form input[type="radio"]:not(:last-child),
.comment-content form input[type="checkbox"]:not(:last-child),
.post-content form input[type="radio"]:not(:last-child),
.post-content form input[type="checkbox"]:not(:last-child),
.textwidget form input[type="radio"]:not(:last-child),
.textwidget form input[type="checkbox"]:not(:last-child) {
  margin-bottom: 1rem;
}

.comment-content form textarea,
.post-content form textarea,
.textwidget form textarea {
  min-height: 10rem;
  min-width: 100%;
  resize: vertical;
}

.comment-content form input[type="file"],
.post-content form input[type="file"],
.textwidget form input[type="file"] {
  border: none !important;
  width: 100%;
}

.comment-content::after, .comment-content::before,
.post-content::after,
.post-content::before,
.textwidget::after,
.textwidget::before,
.comment-content .wp-block-group__inner-container::after,
.comment-content .wp-block-group__inner-container::before,
.post-content .wp-block-group__inner-container::after,
.post-content .wp-block-group__inner-container::before,
.textwidget .wp-block-group__inner-container::after,
.textwidget .wp-block-group__inner-container::before {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content > *:not(:first-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.post-content > *:not(:first-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.textwidget > *:not(:first-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.comment-content .wp-block-group__inner-container > *:not(:first-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.post-content .wp-block-group__inner-container > *:not(:first-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.textwidget .wp-block-group__inner-container > *:not(:first-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  {
  margin-top: 2rem;
}

.comment-content > *:not(:last-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.post-content > *:not(:last-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.textwidget > *:not(:last-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.comment-content .wp-block-group__inner-container > *:not(:last-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.post-content .wp-block-group__inner-container > *:not(:last-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  ,
.textwidget .wp-block-group__inner-container > *:not(:last-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.alignleft):not(.alignright)  {
  margin-bottom: 2rem;
}

body.custom-background .post-password-form {
  border-radius: 0.25rem;
  padding: 1rem;
}

.checkbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 1rem 0;
}

.checkbox > input[type="checkbox"] {
  border: 2px solid;
  border-radius: 0.25rem;
  height: 1.5rem;
  margin-right: 1rem;
  min-width: 1.5rem;
  width: 1.5rem;
}

fieldset {
  border: 1px solid;
  border-radius: 0.25rem;
  max-width: 100%;
  padding: 2rem 1rem;
  resize: none;
}

@media (min-width: 578px) {
  fieldset {
    padding: 2rem;
  }
}

fieldset legend {
  border: 1px solid;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
}

fieldset > *:not(legend):not(:nth-child(2)) {
  margin-top: 2rem;
}

fieldset > *:not(legend):not(:last-child) {
  margin-bottom: 2rem;
}

fieldset legend {
  font-size: 0.875rem;
  font-weight: 600;
}

.input-field {
  position: relative;
}

.input-field:not(:last-child) {
  margin-bottom: 1.5rem;
}

.input-field input {
  height: 3.5rem;
}

.input-field textarea {
  display: block;
  height: 10rem;
  max-height: calc(10rem * 2);
  max-width: 100%;
  min-height: 10rem;
  min-width: 100%;
  resize: vertical;
}

.input-field input,
.input-field textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid;
  border-radius: 0.25rem;
  padding: 1rem;
  width: 100%;
}

.input-field label {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(1rem, 1rem) scale(1);
          transform: translate(1rem, 1rem) scale(1);
  -webkit-transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.input-field label.active {
  padding: 0 0.25rem;
  -webkit-transform: translate(2%, -0.75rem) scale(0.8);
          transform: translate(2%, -0.75rem) scale(0.8);
}

.input-field label.active::after {
  bottom: 0.5rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.input-field label.active {
  font-weight: 600;
}

figure {
  max-width: 100%;
}

figcaption {
  margin-top: 0.5rem;
  pointer-events: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.site textarea {
  max-width: 100%;
}

hr {
  border-bottom: 1px solid;
  border-left: none;
  border-right: none;
  border-top: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

dt,
dd {
  margin-bottom: 1rem;
}

dd {
  padding-left: 1.5rem;
}

dt {
  font-weight: 600;
}

pre {
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal;
}

select {
  padding: 0.5rem 1rem;
}

table,
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}

table caption,
.wp-block-table caption {
  margin-bottom: 1.5rem;
}

table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
  text-align: center;
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5rem;
}

table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-width: 0;
}

table figcaption,
.wp-block-table figcaption {
  font-size: 0.875rem;
}

.button, .wp-block-search__button, .comment-content form input[type="submit"],
.comment-content form input[type="reset"],
.post-content form input[type="submit"],
.post-content form input[type="reset"],
.textwidget form input[type="submit"],
.textwidget form input[type="reset"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 1px solid;
  border-radius: 0.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem 1.5rem;
}

.button.small, .small.wp-block-search__button, .comment-content form input.small[type="submit"],
.comment-content form input.small[type="reset"],
.post-content form input.small[type="submit"],
.post-content form input.small[type="reset"],
.textwidget form input.small[type="submit"],
.textwidget form input.small[type="reset"] {
  padding: 0.125rem 0.5rem;
}

.icon-left > .svg-icon {
  margin-right: 0.5rem;
}

.icon-right > .svg-icon {
  margin-left: 0.5rem;
}

.card {
  border: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card.large, .card.medium {
  border-radius: 1rem;
}

@media (max-width: 767px) {
  .card.large, .card.medium {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card.small {
  border-radius: 0.5rem;
}

.card.large {
  padding: 2rem 1.5rem;
}

@media (min-width: 578px) {
  .card.large {
    padding: 3rem 2rem;
  }
}

.card.medium {
  padding: 2rem 1.5rem;
}

@media (min-width: 578px) {
  .card.medium {
    padding: 2rem;
  }
}

.card.small {
  padding: 1rem 1.5rem;
}

@media (max-width: 767px) {
  .card.large > *:last-child:not(:only-child) {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .card.large > *:last-child:not(:only-child) {
    margin-left: 2rem;
  }
}

@media (max-width: 767px) {
  .card.medium > *:last-child:not(:only-child) {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .card.medium > *:last-child:not(:only-child) {
    margin-left: 1.5rem;
  }
}

.card.small > *:last-child:not(:only-child) {
  margin-left: 1.5rem;
}

.card-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.card-image .post-thumbnail {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .card.large .card-image {
    width: 35%;
  }
}

.card.large .card-image > a {
  border-radius: 1rem;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.card.large .card-image .post-thumbnail {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.card.medium .card-image {
  border-radius: 1rem;
  height: 12rem;
}

@media (min-width: 768px) {
  .card.medium .card-image {
    min-width: 12rem;
    width: 12rem;
  }
}

.card.medium .card-image .post-thumbnail {
  border-radius: 1rem;
}

.card.small .card-image {
  border-radius: 0.25rem;
  height: 5rem;
  width: 5rem;
}

@media (min-width: 414px) {
  .card.small .card-image {
    height: 8.25rem;
    min-width: 8.25rem;
  }
}

.card.small .card-image .post-thumbnail {
  border-radius: 0.25rem;
}

.card-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

a.card,
.card a {
  text-decoration: none;
}

.chip {
  border-radius: 0.25rem;
  display: inline-block;
  margin: 0.5rem;
  padding: 0.25rem 0.5rem;
}

a.chip,
.chip {
  text-decoration: none;
}

.chip {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.section {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0.5rem;
}

@media (min-width: 414px) {
  .row {
    margin: 0 1rem;
  }
}

@media (min-width: 578px) {
  .row {
    margin: 0 1.5rem;
  }
}

@media (min-width: 768px) {
  .row {
    margin: 0 2rem;
  }
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.5rem;
  width: 100%;
}

@media (min-width: 414px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 100%;
  }
}

@media (min-width: 578px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 0.5rem;
    width: 100%;
  }
}

.modal-background {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.modal-background.show {
  display: block;
  z-index: 20;
}

html {
  font-family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif';
  font-size: 112.5%;
  font-weight: 400;
  line-height: 1.5;
}

html.small-font {
  font-size: 100%;
}

html.large-font {
  font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

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

h1 {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -1.5px;
}

@media (max-width: 577px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

@media (max-width: 577px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

@media (max-width: 577px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.75rem;
  font-weight: 600;
}

@media (max-width: 577px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 577px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1.25rem;
  font-weight: 700;
}

@media (max-width: 577px) {
  h6 {
    font-size: 1rem;
  }
}

a {
  text-decoration: underline;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

small {
  font-size: 75%;
}

.subtitle, .widget h2, .errigal-profile-widget__profile-name {
  font-size: 1.5rem;
  font-weight: 400;
}

.subtitle.small, .widget h2.small, .small.errigal-profile-widget__profile-name {
  font-size: 1.25rem;
}

.subtitle.bold, .widget h2, .bold.errigal-profile-widget__profile-name {
  font-weight: 700;
}

.button-text, .wp-block-button__link,
.wp-block-file__button, .button, .wp-block-search__button, .comment-content form input[type="submit"],
.comment-content form input[type="reset"],
.post-content form input[type="submit"],
.post-content form input[type="reset"],
.textwidget form input[type="submit"],
.textwidget form input[type="reset"] {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.overline, .pinned-text {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.is-large-text,
.has-large-font-size {
  font-size: 1.25rem;
}

.page-header,
.menu-item,
.card-title,
.card-content p,
.site-footer__copyright-text,
.branding,
.widget_tag_cloud .tagcloud,
.wp-block-post-title,
.widget li a,
.widget li .wp-block-latest-posts__post-excerpt {
  max-width: 100%;
  word-wrap: break-word;
}

.page-header * {
  max-width: 100%;
  word-wrap: break-word;
}

.site-footer > .container > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    pre.wp-block-preformatted {
      word-wrap: normal;
    }
    .page-title {
      width: 100%;
    }
    .page-header *,
    .branding *,
    .card-title a {
      max-width: 100%;
      word-wrap: break-word;
    }
    .page-header,
    .card-content,
    .branding {
      min-width: 0;
    }
    .page-description p,
    .menu-item,
    .card-title,
    .card-content p,
    .site-footer__copyright-text {
      word-break: break-word !important;
    }
  }
}

.attachment-metadata > div:not(:first-child) {
  margin-top: 1rem;
}

.attachment-metadata,
.attachment-metadata a {
  font-size: 0.875rem;
}

.comment-list {
  padding-left: 0;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin-top: 2rem;
}

.comment-list img.avatar,
.comment-list .children img.avatar {
  border-radius: 50%;
  height: 2.5rem;
  left: 0;
  position: absolute;
  width: 2.5rem;
}

@media (min-width: 768px) {
  .comment-list .children > .comment.depth-2, .comment-list .children > .comment.depth-3, .comment-list .children > .comment.depth-4, .comment-list .children > .comment.depth-5 {
    margin-left: 3rem;
  }
}

.comment:not(:first-child) {
  margin-top: 2rem;
}

.comment:not(:last-child) {
  margin-bottom: 2rem;
}

.comment-body {
  position: relative;
}

.bypostauthor {
  display: block;
}

.trackback .comment-body,
.pingback .comment-body {
  margin: 2rem 0;
  padding-left: 0 !important;
}

.comment-list.has-avatar .comment-body {
  padding-left: calc(2.5rem + 0.5rem);
}

.comment-meta,
.comment-author {
  margin-bottom: 1rem;
}

.comment-content {
  margin-bottom: 1.5rem;
}

.comment-metadata > .edit-link {
  margin-left: 0.5rem;
}

#cancel-comment-reply-link {
  margin-left: 1rem;
}

.comment-respond {
  padding: 1.5rem 1rem;
}

@media (min-width: 414px) {
  .comment-respond {
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .comment-respond {
    padding: 3rem;
  }
}

.comment-respond:not(:first-child) {
  margin-top: 2rem;
}

.logged-in-as {
  margin: 2rem 0;
}

.comment-reply-title {
  margin-bottom: 2rem;
}

.comment-notes {
  margin-bottom: 1.5rem;
}

.comment-form-cookies-consent {
  margin-bottom: 0;
  margin-top: 0;
}

.form-submit {
  margin-top: 2rem;
  text-align: center;
}

.form-submit > input[type="submit"] {
  display: inline-block;
}

.comment-form .error-message {
  margin-top: 0.25rem;
}

.comment-form .error-message {
  font-size: 1rem;
  font-weight: 400;
}

.comment-reply-link {
  text-decoration: none;
}

.comment-reply-title {
  margin-top: 0;
}

.site-footer {
  margin-top: 3rem;
}

.site-footer > .container > .row {
  padding: 1rem 0.5rem;
}

@media (min-width: 321px) {
  .site-footer > .container > .row {
    padding: 2rem 1rem;
  }
}

@media (min-width: 578px) {
  .site-footer > .container > .row {
    padding: 3rem 1rem;
  }
}

@media (min-width: 768px) {
  .site-footer > .container > .row {
    padding: 5rem 0;
  }
}

.site-footer__theme-link {
  display: inline-block;
  white-space: nowrap;
}

.post-footer > .post-tags:not(:only-child) {
  margin-top: 0.5rem;
}

.bottom-navbar {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 10;
}

.mobile-device .site-footer {
  padding-bottom: 74px;
}

.mobile-navigation__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 4rem;
  width: 100%;
}

.mobile-navigation__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 60%;
}

.mobile-navigation__button > .svg-icon.sm {
  height: 16px;
  width: 16px;
}

.mobile-navigation__button-text {
  margin-top: 4px;
}

.back-to-top {
  background: none;
  border: none;
  bottom: 1.5rem;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 1.5rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  z-index: 10;
}

.back-to-top.bottom {
  bottom: 0;
  position: absolute;
}

.back-to-top.show {
  opacity: 0.5;
  visibility: visible;
}

.back-to-top > .svg-icon {
  opacity: 0.35;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

body:not(.mobile-device) .back-to-top:hover > .svg-icon {
  opacity: 1;
}

.site-footer__copyright-text {
  font-size: 1rem;
}

@media (min-width: 578px) {
  .site-footer__copyright-text {
    font-size: 1.125rem;
  }
}

.site-footer__theme-link {
  font-weight: 700;
  text-decoration: none;
}

.mobile-navigation__button-text {
  font-size: 14px;
}

.bottom-navbar a {
  text-decoration: none;
}

body.customize-partial-edit-shortcuts-shown .site-header > .customize-partial-edit-shortcut > .customize-partial-edit-shortcut-button {
  left: 0 !important;
}

.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-content {
  position: relative;
  height: 100%;
}

.site-content {
  margin-top: 2rem;
}

@media (min-width: 578px) {
  .site-content {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .site-content {
    margin-top: 4rem;
  }
}

@media (min-width: 1025px) {
  .site-content {
    margin-top: 5rem;
  }
}

@media (min-width: 1366px) {
  .site-content {
    margin-top: 6rem;
  }
}

@media (max-width: 767px) {
  body.single-post .site-content {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  body:not(.mobile-device):not(.no-navigation-menu) .site-header {
    position: fixed;
    z-index: 20;
  }
}

.no-navigation-menu .site-header .site-header__menu-button {
  visibility: hidden;
}

.site-header {
  width: 100%;
}

.site-header > .container > .row {
  position: relative;
}

.site-header__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-header__search-button,
.site-header__menu-button {
  padding: 0;
}

.branding {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem 1rem;
  text-align: center;
}

.branding .brand-title,
.branding .brand-tagline {
  max-width: 100%;
}

.brand-title,
.brand-tagline,
.brand-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.25rem;
}

.brand-logo {
  height: auto;
  max-height: 6.25rem;
  max-width: 100%;
  min-height: 2.5rem;
  width: auto;
}

@media (min-width: 321px) {
  .brand-logo {
    max-height: 7.5rem;
  }
}

@media (min-width: 1025px) {
  .brand-logo {
    max-height: 8.75rem;
  }
}

.site-header__search {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  visibility: hidden;
}

.site-header__search.show {
  opacity: 1;
  visibility: visible;
}

.site-header__search > .search-form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.site-header__close-search-button {
  margin-left: 1rem;
}

.site-header__search-background.modal-background.show {
  bottom: auto;
  height: 100%;
  left: auto;
  right: auto;
  top: auto;
  width: 100%;
}

.site-header__close-search-button {
  white-space: nowrap;
}

.site-header__search-button,
.site-header__search .search-submit,
.site-header__close-search-button,
.site-header__menu-button {
  margin: 0.5rem;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.site-header__search-button:active,
.site-header__search .search-submit:active,
.site-header__close-search-button:active,
.site-header__menu-button:active {
  background-color: #f6f8f9;
}

.site-header__search-button:hover,
.site-header__search .search-submit:hover,
.site-header__close-search-button:hover,
.site-header__menu-button:hover {
  background-color: rgba(213, 234, 248, 0.5);
}

.site-header-dark .site-header__search-button,
.site-header-dark .site-header__search .search-submit,
.site-header-dark .site-header__close-search-button,
.site-header-dark .site-header__menu-button {
  margin: 0.5rem;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.site-header-dark .site-header__search-button:active,
.site-header-dark .site-header__search .search-submit:active,
.site-header-dark .site-header__close-search-button:active,
.site-header-dark .site-header__menu-button:active {
  background-color: #f6f8f9;
}

.site-header-dark .site-header__search-button:hover,
.site-header-dark .site-header__search .search-submit:hover,
.site-header-dark .site-header__close-search-button:hover,
.site-header-dark .site-header__menu-button:hover {
  background-color: #004a80;
}

.site-header__close-search-button,
.site-header__search-button,
.site-header__menu-button {
  background: none;
  border: none;
}

@media (min-width: 768px) {
  .site-header__menu-button {
    visibility: hidden;
  }
}

.site-header__close-search-button {
  font-size: 1rem;
  font-weight: 400;
}

.branding a {
  text-decoration: none;
}

.brand-title {
  font-size: 1.75rem;
  font-weight: 600;
}

.brand-tagline {
  font-size: 1rem;
  font-weight: 400;
}

.card-content > *:not(:first-child) {
  margin-top: 1.5rem;
}

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

.search-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page-content .search-form,
.mobile-search .search-form,
.widget .search-form {
  border-radius: 0.25rem;
}

.search-submit {
  background: none;
  border: 0;
  margin: 0.5rem;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.search-submit:active {
  background-color: #f6f8f9;
}

.search-submit:hover {
  background-color: rgba(213, 234, 248, 0.5);
}

.search-field-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.search-clear-button {
  background: none;
  border: none;
  display: none;
  margin: auto 1rem;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1.5rem;
  top: 0;
}

.search-clear-button.show {
  display: block;
}

.mobile-search .search-clear-button {
  margin-right: 0.5rem;
}

.search-field {
  border-radius: 0.25rem;
  min-width: 0;
  padding: 1.5rem 3rem 1.5rem 1rem;
}

.search-field:required {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-field::-ms-clear {
  display: none;
}

.mobile-search .search-field-container {
  border-radius: 0.25rem;
}

.mobile-search .search-field {
  border: none !important;
}

.site-header__search .search-field {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.search-label,
.search-field {
  width: 100%;
}

.search-label,
.search-field {
  line-height: 1.5;
}

.widget-area {
  margin-bottom: 4rem;
}

@media (min-width: 1025px) {
  .widget-area {
    padding-left: 4rem;
  }
}

.widget:not(:last-child) {
  margin-bottom: 2rem;
}

.widget:not(:last-child):after {
  border-bottom: 1px solid;
  content: "";
  display: block;
  margin-top: 2rem;
}

.widget h2 {
  border: none;
  margin-bottom: 1.5rem !important;
  margin-top: 0 !important;
  padding: 0;
}

.widget > ul,
.widget > ul ul,
.widget .wp-block-group__inner-container ul,
.widget .wp-block-group__inner-container ol,
.widget .menu,
.widget .menu ul {
  list-style: none;
  padding-left: 0;
}

.widget li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.widget li:last-child {
  margin-bottom: 0;
}

.widget select {
  width: 100%;
}

.widget .sub-menu-toggle {
  display: none;
}

.widget ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):active, .widget ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):hover, .widget li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):active, .widget li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):hover {
  position: relative;
  z-index: 1;
}

.widget ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):active:after, .widget ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):hover:after, .widget li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):active:after, .widget li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor):hover:after {
  border-radius: 0.25rem;
  bottom: calc(-1 * 0.125rem);
  content: "";
  left: calc(-1 * 0.25rem);
  position: absolute;
  right: calc(-1 * 0.25rem);
  top: calc(-1 * 0.125rem);
  z-index: -1;
}

.wp-calendar-table td,
.wp-calendar-table th {
  background: none !important;
  border: none !important;
  padding: 0.5rem;
  text-align: center;
}

.wp-calendar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  width: 100%;
}

.wp-calendar-nav .pad {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.widget-title .rsswidget {
  cursor: default;
  pointer-events: none;
}

.widget-title .rsswidget:first-of-type {
  display: none;
}

.widget ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor), .widget li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor) {
  text-decoration: none;
}

.wp-calendar-table th {
  font-weight: 700 !important;
}

.post-header {
  margin-bottom: 2rem;
  margin-left: calc(-1 * (0.5rem + 0.5rem));
  width: calc(100vw - (100vw - 100%) + 0.5rem * 2 + 0.5rem * 2);
}

@media (min-width: 414px) {
  .post-header {
    margin-left: calc(-1 * (1rem + 0.5rem));
    width: calc(100vw - (100vw - 100%) + 0.5rem * 2 + 1rem * 2);
  }
}

@media (min-width: 578px) {
  .post-header {
    margin-left: calc(-1 * (1.5rem + 0.5rem));
    width: calc(100vw - (100vw - 100%) + 0.5rem * 2 + 1.5rem * 2);
  }
}

@media (min-width: 768px) {
  .post-header {
    margin-left: 0;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .post-header {
    margin-bottom: 3rem;
  }
}

.post-header .posted-by {
  display: inline-block;
  margin-bottom: 0.25rem;
}

.post-header .post-header__post-thumbnail {
  height: 100%;
  width: 100%;
}

.post-header .post-header__post-thumbnail .post-thumbnail {
  width: 100%;
}

@media (min-width: 768px) {
  .post-header .post-header__post-thumbnail,
  .post-header .post-header__post-thumbnail .post-thumbnail {
    border-radius: 1rem;
  }
}

.post-header .post-header__content {
  margin-left: calc(0.5rem + 0.5rem);
  margin-right: calc(0.5rem + 0.5rem);
}

@media (min-width: 414px) {
  .post-header .post-header__content {
    margin-left: calc(1rem + 0.5rem);
    margin-right: calc(1rem + 0.5rem);
  }
}

@media (min-width: 578px) {
  .post-header .post-header__content {
    margin-left: calc(1.5rem + 0.5rem);
    margin-right: calc(1.5rem + 0.5rem);
  }
}

@media (min-width: 768px) {
  .post-header .post-header__content {
    margin-left: 0;
    margin-right: 0;
  }
}

.post.has-post-thumbnail .post-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post.has-post-thumbnail .post-header__content {
  margin-top: 2rem;
}

@media (min-width: 1025px) {
  .post.has-post-thumbnail .post-header__content {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .post:not(.has-post-thumbnail) .post-header__content {
    margin-top: 3rem;
  }
}

.post-header__post-title {
  margin-top: 1rem;
  word-wrap: break-word;
}

.post-header__post-metadata {
  margin-top: 1rem;
}

.post-navigation,
.post-comments {
  margin-top: 3rem;
}

@media (min-width: 1025px) {
  .post-navigation,
  .post-comments {
    margin-top: 4rem;
  }
}

@media (min-width: 1025px) {
  body.no-sidebar .post-navigation .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.no-sidebar .post-navigation .nav-links .nav-previous,
  body.no-sidebar .post-navigation .nav-links .nav-next {
    width: calc(50% - 1rem);
  }
  body.no-sidebar .post-navigation .nav-links .nav-next {
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  body.no-sidebar .post-navigation .nav-links > .nav-next:not(:only-child) {
    margin-top: 2rem;
  }
}

@media (min-width: 1366px) {
  body:not(.no-sidebar) .post-navigation .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body:not(.no-sidebar) .post-navigation .nav-links .nav-previous,
  body:not(.no-sidebar) .post-navigation .nav-links .nav-next {
    width: calc(50% - 1rem);
  }
  body:not(.no-sidebar) .post-navigation .nav-links .nav-next {
    margin-left: auto;
  }
}

@media (max-width: 1365px) {
  body:not(.no-sidebar) .post-navigation .nav-links > .nav-next:not(:only-child) {
    margin-top: 2rem;
  }
}

.post-navigation .nav-links .nav-post-text {
  margin-bottom: 1rem;
}

.post-navigation .nav-links .nav-post-text.next {
  text-align: right;
}

.post-navigation .nav-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.post-navigation .nav-links a .card.horizontal {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post-navigation .nav-links .card {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: calc(8.25rem + 1rem * 2);
}

@media (max-width: 413px) {
  .post-navigation .nav-links .card {
    min-height: calc(5rem + 1rem * 2);
  }
}

.post-navigation .nav-links a {
  text-decoration: none;
}

.post-navigation .nav-links .card-title {
  font-size: 1.25rem;
  font-weight: 600;
}

@media (max-width: 413px) {
  .post-navigation .nav-links .card-title {
    font-size: 1.125rem;
  }
}

blockquote p:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0.5C4 0.223858 4.22386 0 4.5 0H10.5C10.7761 0 11 0.223858 11 0.5V12C11 12.3108 10.9928 12.6185 10.9783 12.9231C10.6853 19.1102 7.47505 24 3.57143 24H3.5C3.22386 24 3 23.7761 3 23.5V22.6538C3 22.3777 3.22386 22.1538 3.5 22.1538H3.57143C6.84457 22.1538 8.7101 18.168 9 13L4.49231 12.9307C4.2192 12.9264 4 12.7039 4 12.4307V0.5Z' fill='%230085E4'/%3E%3Cpath d='M14 0.5C14 0.223858 14.2239 0 14.5 0H20.5C20.7761 0 21 0.223858 21 0.5V12C21 12.3108 20.9928 12.6185 20.9783 12.9231C20.6853 19.1102 17.475 24 13.5714 24H13.5C13.2239 24 13 23.7761 13 23.5V22.6538C13 22.3777 13.2239 22.1538 13.5 22.1538H13.5714C16.8446 22.1538 18.7101 18.0911 19 12.9231H14.5C14.2239 12.9231 14 12.6992 14 12.4231V0.5Z' fill='%230085E4'/%3E%3C/svg%3E");
  margin-left: 0.5rem;
}

blockquote p:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 1.84615H10.4286C7.15543 1.84615 5.2899 6.832 5 12H9.5C9.77614 12 10 12.2239 10 12.5V23.5C10 23.7761 9.77614 24 9.5 24H3.5C3.22386 24 3 23.7761 3 23.5V12C3 11.6892 3.00724 11.3815 3.02171 11.0769C3.31467 4.88985 6.52495 0 10.4286 0H10.5C10.7761 0 11 0.223858 11 0.5V1.34615C11 1.6223 10.7761 1.84615 10.5 1.84615Z' fill='%230085E4'/%3E%3Cpath d='M20.5 1.84615H20.4286C17.1554 1.84615 15.2899 6.832 15 12H19.5C19.7761 12 20 12.2239 20 12.5V23.5C20 23.7761 19.7761 24 19.5 24H13.5C13.2239 24 13 23.7761 13 23.5V12C13 11.6892 13.0072 11.3815 13.0217 11.0769C13.3147 4.88985 16.525 0 20.4286 0H20.5C20.7761 0 21 0.223858 21 0.5V1.34615C21 1.6223 20.7761 1.84615 20.5 1.84615Z' fill='%230085E4'/%3E%3C/svg%3E");
  margin-right: 0.5rem;
}

blockquote p:after, blockquote p:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  min-width: 1em;
  width: 1em;
  vertical-align: -10%;
}

.comment-form .error-message::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23C90F2B'/%3E%3Cpath d='M8 3C7.44772 3 7 3.44772 7 4V10C7 10.5523 7.44772 11 8 11C8.55229 11 9 10.5523 9 10V4C9 3.44772 8.55229 3 8 3Z' fill='%23FFFFFF'/%3E%3Cpath d='M8 13.5C8.55229 13.5 9 13.0523 9 12.5C9 11.9477 8.55229 11.5 8 11.5C7.44772 11.5 7 11.9477 7 12.5C7 13.0523 7.44772 13.5 8 13.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  min-width: 1em;
  width: 1em;
  vertical-align: -10%;
}

.svg-icon {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}

.svg-icon.sm {
  height: 1rem;
  width: 1rem;
}

.svg-icon.md {
  height: 2rem;
  width: 2rem;
}

.svg-icon.lg {
  height: 3rem;
  width: 3rem;
}

.svg-icon.xl {
  height: 4rem;
  width: 4rem;
}

.svg-icon.\32xl {
  height: 6rem;
  width: 6rem;
}

.svg-icon.\33xl {
  height: 8rem;
  width: 8rem;
}

.errigal-profile-widget__profile-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.errigal-profile-widget__profile-image-container > a {
  border-radius: 50%;
}

.errigal-profile-widget__profile-image {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  border-radius: 50%;
  height: 8rem;
  width: 8rem;
}

.errigal-profile-widget__profile-name {
  text-align: center;
}

.errigal-profile-widget__profile-name,
.errigal-profile-widget__description {
  margin-top: 1.5rem;
}

.errigal-profile-widget__social-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.errigal-profile-widget__social-icons-container .social-icon-link {
  display: block;
  margin: 1.5rem 1.5rem 0 1.5rem;
}

.errigal-profile-widget__social-icons-container .social-icon-link > .svg-icon {
  display: block;
}

.wp-block-button__link,
.wp-block-file__button {
  background-color: #0075c9 !important;
  border: none;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
}

.wp-block-button__link:active,
.wp-block-file__button:active {
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 108, 185, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 108, 185, 0.32);
}

.wp-block-button__link:hover,
.wp-block-file__button:hover {
  background-color: #006cb9 !important;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(0, 108, 185, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(0, 108, 185, 0.24);
}

.is-style-outline > .wp-block-button__link {
  background-color: transparent !important;
  border-color: #0075c9 !important;
  color: #0075c9 !important;
}

.is-style-outline > .wp-block-button__link:hover {
  background-color: #fbfdfe !important;
}

.wp-block-code {
  border-color: #eef0f1;
  color: #3c3d3e;
}

.wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #ffffff !important;
}

.blocks-gallery-caption {
  color: #3c3d3e;
}

.wp-block-separator {
  color: #0075c9;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  color: #3c3d3e;
}

figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption {
  color: #3c3d3e;
}

.wp-block-quote, blockquote,
.wp-block-quote.is-style-large,
blockquote.is-style-large {
  background-color: #f6f8f9;
  border-left-color: #0085e4;
}

.wp-block-quote.has-text-align-right, blockquote.has-text-align-right,
.wp-block-quote.is-style-large.has-text-align-right,
blockquote.is-style-large.has-text-align-right {
  border-right-color: #0085e4;
}

.wp-block-search__input {
  border-color: #c1c4c5 !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .wp-block-search__input {
      background-color: #ffffff;
    }
  }
}

.wp-block-search__input:focus {
  outline-color: #0085e4 !important;
}

.wp-block-search__button {
  background-color: #0075c9 !important;
  border-color: #0075c9 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
}

.wp-block-search__button:active {
  background-color: #003459 !important;
  border-color: #003459 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 108, 185, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 108, 185, 0.32);
}

.wp-block-search__button:hover:not([disabled]) {
  background-color: #006cb9 !important;
  border-color: #006cb9 !important;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(0, 108, 185, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(0, 108, 185, 0.24);
}

.wp-block-search__button[disabled] {
  background-color: #eceeef !important;
  border-color: #eceeef !important;
  color: #ffffff !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: #eef0f1;
}

.page-title {
  color: #020303;
}

.post-list .card.sticky {
  border-color: #b8d2e4;
}

.post-list .card .pinned {
  color: #62717b;
}

.error404 .page-content > p,
.no-results.not-found .page-content > p,
.search-no-results .page-content > p {
  color: #3c3d3e;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
          box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.main-navigation {
  background-color: #006cb9;
}

.menu-container .menu-item > a,
.menu-container .sub-menu-toggle {
  color: #ffffff;
}

.menu-container .menu > .menu-item > .sub-menu {
  background-color: #2a353d;
}

.menu-container .menu .sub-menu > .menu-item > a:before {
  background-color: #727475;
}

.menu-container .menu > .menu-item-has-children > a:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0085e4), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #0085e4 50%, transparent 50%);
  background: linear-gradient(to right, #0085e4 50%, transparent 50%);
}

.menu-container .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0085e4), color-stop(50%, #727475));
  background: -webkit-linear-gradient(left, #0085e4 50%, #727475 50%);
  background: linear-gradient(to right, #0085e4 50%, #727475 50%);
}

.menu-container .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3aa5f2), color-stop(50%, #727475));
  background: -webkit-linear-gradient(left, #3aa5f2 50%, #727475 50%);
  background: linear-gradient(to right, #3aa5f2 50%, #727475 50%);
}

.menu-container .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children .sub-menu > .menu-item-has-children > a:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #cbdeec), color-stop(50%, #727475));
  background: -webkit-linear-gradient(left, #cbdeec 50%, #727475 50%);
  background: linear-gradient(to right, #cbdeec 50%, #727475 50%);
}

.menu-container.show .close-menu-button__container {
  background-color: #2a353d;
}

.menu-container.show .close-menu-button__container > .close-menu-button {
  color: #ffffff;
}

.menu-container.show .close-menu-button__container > .close-menu-button:hover {
  border-radius: 0.25rem;
  padding: 0.25rem;
  background-color: #62717b;
}

body:not(.mobile-device) .site-header-light .menu-container:not(.show) .menu > .menu-item > a:hover,
body:not(.mobile-device) .site-header-light .menu-container:not(.show) .menu > .menu-item > .sub-menu-toggle:hover {
  background-color: #d5eaf8;
}

body:not(.mobile-device) .site-header-dark .menu-container:not(.show) .menu > .menu-item > a:hover,
body:not(.mobile-device) .site-header-dark .menu-container:not(.show) .menu > .menu-item > .sub-menu-toggle:hover,
body:not(.mobile-device) .site-header-stripes .menu-container:not(.show) .menu > .menu-item > a:hover,
body:not(.mobile-device) .site-header-stripes .menu-container:not(.show) .menu > .menu-item > .sub-menu-toggle:hover {
  background-color: #004a80;
}

body:not(.mobile-device) .menu-container:not(.show) .menu > .menu-item .menu-item > a:hover,
body:not(.mobile-device) .menu-container:not(.show) .menu > .menu-item .menu-item > .sub-menu-toggle:hover,
body:not(.mobile-device) .menu-container.show .menu .menu-item > a:hover,
body:not(.mobile-device) .menu-container.show .menu .menu-item > .sub-menu-toggle:hover {
  background-color: #62717b;
}

@media (max-width: 767px) {
  body:not(.mobile-device) .menu-container {
    background-color: #2a353d;
  }
  body:not(.mobile-device) .menu-container .menu > .menu-item:not(.menu-item-has-children) > a:before {
    background-color: #727475;
  }
  body:not(.mobile-device) .menu-container .menu > .menu-item-has-children > a:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0085e4), color-stop(50%, #727475));
    background: -webkit-linear-gradient(left, #0085e4 50%, #727475 50%);
    background: linear-gradient(to right, #0085e4 50%, #727475 50%);
  }
}

body.mobile-device .menu-container {
  background-color: #2a353d;
}

body.mobile-device .menu-container .menu > .menu-item:not(.menu-item-has-children) > a:before {
  background-color: #727475;
}

body.mobile-device .menu-container .menu > .menu-item-has-children > a:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0085e4), color-stop(50%, #727475));
  background: -webkit-linear-gradient(left, #0085e4 50%, #727475 50%);
  background: linear-gradient(to right, #0085e4 50%, #727475 50%);
}

.page-links .post-page-numbers {
  background-color: #ffffff;
  border-color: #0075c9;
  color: #0075c9;
}

.page-links .post-page-numbers.current {
  background-color: #0075c9;
  border-color: #0075c9;
  color: #ffffff;
}

.page-links .post-page-numbers.dots {
  color: #0075c9;
}

.page-links .post-page-numbers:not(.current):not(.dots):not(.next):not(.prev):active {
  border-color: #003459;
  color: #003459;
}

.page-links .post-page-numbers:not(.current):not(.dots):not(.next):not(.prev):hover {
  border-color: #006cb9;
  color: #006cb9;
}

.page-links .post-page-numbers:not(.current):not(.dots):active, .page-links .post-page-numbers:not(.current):not(.dots):hover, .page-links .post-page-numbers.next:active, .page-links .post-page-numbers.next:hover, .page-links .post-page-numbers.prev:active, .page-links .post-page-numbers.prev:hover {
  background-color: #fafcfd !important;
}

.page-links .post-page-numbers.next:active, .page-links .post-page-numbers.prev:active {
  color: #003459;
}

.page-links .post-page-numbers.next:hover, .page-links .post-page-numbers.prev:hover {
  color: #006cb9;
}

.comments-pagination .page-numbers,
.pagination .page-numbers {
  background-color: #ffffff;
  border-color: #0075c9;
  color: #0075c9;
}

.comments-pagination .page-numbers.current,
.pagination .page-numbers.current {
  background-color: #0075c9;
  border-color: #0075c9;
  color: #ffffff;
}

.comments-pagination .page-numbers.dots,
.pagination .page-numbers.dots {
  color: #0075c9;
}

.comments-pagination .page-numbers:not(.current):not(.dots):not(.next):not(.prev):active,
.pagination .page-numbers:not(.current):not(.dots):not(.next):not(.prev):active {
  border-color: #003459;
  color: #003459;
}

.comments-pagination .page-numbers:not(.current):not(.dots):not(.next):not(.prev):hover,
.pagination .page-numbers:not(.current):not(.dots):not(.next):not(.prev):hover {
  border-color: #006cb9;
  color: #006cb9;
}

.comments-pagination .page-numbers:not(.current):not(.dots):active, .comments-pagination .page-numbers:not(.current):not(.dots):hover, .comments-pagination .page-numbers.next:active, .comments-pagination .page-numbers.next:hover, .comments-pagination .page-numbers.prev:active, .comments-pagination .page-numbers.prev:hover,
.pagination .page-numbers:not(.current):not(.dots):active,
.pagination .page-numbers:not(.current):not(.dots):hover,
.pagination .page-numbers.next:active,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:active,
.pagination .page-numbers.prev:hover {
  background-color: #fafcfd !important;
}

.comments-pagination .page-numbers.next:active, .comments-pagination .page-numbers.prev:active,
.pagination .page-numbers.next:active,
.pagination .page-numbers.prev:active {
  color: #003459;
}

.comments-pagination .page-numbers.next:hover, .comments-pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
  color: #006cb9;
}

.comment-content,
.post-content,
.textwidget {
  color: #3c3d3e;
}

.comment-content > h2,
.post-content > h2,
.textwidget > h2 {
  border-color: #0075c9;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 108, 185, 0.35);
          box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 108, 185, 0.35);
}

.comment-content > h2::after,
.post-content > h2::after,
.textwidget > h2::after {
  background-color: #0075c9;
}

.comment-content > h3::after,
.post-content > h3::after,
.textwidget > h3::after {
  background-color: #0085e4;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comment-content h1 a,
.comment-content h2 a,
.comment-content h3 a,
.comment-content h4 a,
.comment-content h5 a,
.comment-content h6 a,
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a,
.textwidget h1 a,
.textwidget h2 a,
.textwidget h3 a,
.textwidget h4 a,
.textwidget h5 a,
.textwidget h6 a {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.comment-content input[type="submit"],
.post-content input[type="submit"],
.textwidget input[type="submit"] {
  background-color: #0075c9 !important;
  border-color: #0075c9 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
}

.comment-content input[type="reset"],
.post-content input[type="reset"],
.textwidget input[type="reset"] {
  border-color: #62717b !important;
  color: #62717b !important;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(73, 84, 91, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(73, 84, 91, 0.16);
}

body.custom-background .post-password-form {
  background-color: #ffffff;
}

fieldset {
  border-color: #c1c4c5;
}

fieldset legend {
  background-color: #f6f8f9;
  border-color: #cbdeec;
  color: #3c3d3e;
}

.input-field label {
  color: #727475;
}

.input-field label.active::after {
  background-color: #fcfeff;
}

.input-field input,
.input-field textarea {
  border-color: #c1c4c5;
}

hr {
  border-bottom-color: #e8eaeb;
}

body.mobile-device select {
  background-color: #ffffff;
  border-color: #c1c4c5;
  color: #3c3d3e;
}

table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f6f8f9;
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
  border-color: #0075c9;
}

.button, .wp-block-search__button, .comment-content form input[type="submit"],
.comment-content form input[type="reset"],
.post-content form input[type="submit"],
.post-content form input[type="reset"],
.textwidget form input[type="submit"],
.textwidget form input[type="reset"] {
  color: #3c3d3e;
}

.button:not(.contained), .wp-block-search__button:not(.contained), .comment-content form input:not(.contained)[type="submit"],
.comment-content form input:not(.contained)[type="reset"],
.post-content form input:not(.contained)[type="submit"],
.post-content form input:not(.contained)[type="reset"],
.textwidget form input:not(.contained)[type="submit"],
.textwidget form input:not(.contained)[type="reset"], .button:not(.outlined), .wp-block-search__button:not(.outlined), .comment-content form input:not(.outlined)[type="submit"],
.comment-content form input:not(.outlined)[type="reset"],
.post-content form input:not(.outlined)[type="submit"],
.post-content form input:not(.outlined)[type="reset"],
.textwidget form input:not(.outlined)[type="submit"],
.textwidget form input:not(.outlined)[type="reset"] {
  border-color: transparent;
}

.button.contained, .contained.wp-block-search__button, .comment-content form input.contained[type="submit"],
.comment-content form input.contained[type="reset"],
.post-content form input.contained[type="submit"],
.post-content form input.contained[type="reset"],
.textwidget form input.contained[type="submit"],
.textwidget form input.contained[type="reset"], .button.outlined, .outlined.wp-block-search__button, .comment-content form input.outlined[type="submit"],
.comment-content form input.outlined[type="reset"],
.post-content form input.outlined[type="submit"],
.post-content form input.outlined[type="reset"],
.textwidget form input.outlined[type="submit"],
.textwidget form input.outlined[type="reset"] {
  border-color: #0075c9;
}

.button.contained.secondary, .contained.secondary.wp-block-search__button, .comment-content form input.contained.secondary[type="submit"],
.comment-content form input.contained.secondary[type="reset"],
.post-content form input.contained.secondary[type="submit"],
.post-content form input.contained.secondary[type="reset"],
.textwidget form input.contained.secondary[type="submit"],
.textwidget form input.contained.secondary[type="reset"], .button.outlined.secondary, .outlined.secondary.wp-block-search__button, .comment-content form input.outlined.secondary[type="submit"],
.comment-content form input.outlined.secondary[type="reset"],
.post-content form input.outlined.secondary[type="submit"],
.post-content form input.outlined.secondary[type="reset"],
.textwidget form input.outlined.secondary[type="submit"],
.textwidget form input.outlined.secondary[type="reset"] {
  border-color: #62717b;
}

.button.contained, .contained.wp-block-search__button, .comment-content form input.contained[type="submit"],
.comment-content form input.contained[type="reset"],
.post-content form input.contained[type="submit"],
.post-content form input.contained[type="reset"],
.textwidget form input.contained[type="submit"],
.textwidget form input.contained[type="reset"] {
  background-color: #0075c9;
  color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
}

.button.contained.secondary, .contained.secondary.wp-block-search__button, .comment-content form input.contained.secondary[type="submit"],
.comment-content form input.contained.secondary[type="reset"],
.post-content form input.contained.secondary[type="submit"],
.post-content form input.contained.secondary[type="reset"],
.textwidget form input.contained.secondary[type="submit"],
.textwidget form input.contained.secondary[type="reset"] {
  background-color: #62717b;
  color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(73, 84, 91, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(73, 84, 91, 0.16);
}

.button.outlined, .outlined.wp-block-search__button, .comment-content form input.outlined[type="submit"],
.comment-content form input.outlined[type="reset"],
.post-content form input.outlined[type="submit"],
.post-content form input.outlined[type="reset"],
.textwidget form input.outlined[type="submit"],
.textwidget form input.outlined[type="reset"] {
  color: #0075c9;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
}

.button.outlined.secondary, .outlined.secondary.wp-block-search__button, .comment-content form input.outlined.secondary[type="submit"],
.comment-content form input.outlined.secondary[type="reset"],
.post-content form input.outlined.secondary[type="submit"],
.post-content form input.outlined.secondary[type="reset"],
.textwidget form input.outlined.secondary[type="submit"],
.textwidget form input.outlined.secondary[type="reset"] {
  color: #62717b;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(73, 84, 91, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(73, 84, 91, 0.16);
}

.button:active, .wp-block-search__button:active, .comment-content form input:active[type="submit"],
.comment-content form input:active[type="reset"],
.post-content form input:active[type="submit"],
.post-content form input:active[type="reset"],
.textwidget form input:active[type="submit"],
.textwidget form input:active[type="reset"] {
  background-color: #d5eaf8;
  color: #3c3d3e;
}

.button:active.contained, .wp-block-search__button:active.contained, .comment-content form input:active.contained[type="submit"],
.comment-content form input:active.contained[type="reset"],
.post-content form input:active.contained[type="submit"],
.post-content form input:active.contained[type="reset"],
.textwidget form input:active.contained[type="submit"],
.textwidget form input:active.contained[type="reset"] {
  background-color: #003459;
  border-color: #d5eaf8;
  color: #ffffff;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 108, 185, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 108, 185, 0.32);
}

.button:active.contained.secondary, .wp-block-search__button:active.contained.secondary, .comment-content form input:active.contained.secondary[type="submit"],
.comment-content form input:active.contained.secondary[type="reset"],
.post-content form input:active.contained.secondary[type="submit"],
.post-content form input:active.contained.secondary[type="reset"],
.textwidget form input:active.contained.secondary[type="submit"],
.textwidget form input:active.contained.secondary[type="reset"] {
  background-color: #1e2326;
  color: #ffffff;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(73, 84, 91, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(73, 84, 91, 0.32);
}

.button:active.outlined, .wp-block-search__button:active.outlined, .comment-content form input:active.outlined[type="submit"],
.comment-content form input:active.outlined[type="reset"],
.post-content form input:active.outlined[type="submit"],
.post-content form input:active.outlined[type="reset"],
.textwidget form input:active.outlined[type="submit"],
.textwidget form input:active.outlined[type="reset"] {
  background-color: rgba(184, 210, 228, 0.24);
  color: #003459;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 108, 185, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 108, 185, 0.32);
}

.button:active.outlined.secondary, .wp-block-search__button:active.outlined.secondary, .comment-content form input:active.outlined.secondary[type="submit"],
.comment-content form input:active.outlined.secondary[type="reset"],
.post-content form input:active.outlined.secondary[type="submit"],
.post-content form input:active.outlined.secondary[type="reset"],
.textwidget form input:active.outlined.secondary[type="submit"],
.textwidget form input:active.outlined.secondary[type="reset"] {
  background-color: rgba(61, 70, 77, 0.1);
  color: #1e2326;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(73, 84, 91, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(73, 84, 91, 0.32);
}

.button:hover:not([disabled]), .wp-block-search__button:hover:not([disabled]), .comment-content form input:hover:not([disabled])[type="submit"],
.comment-content form input:hover:not([disabled])[type="reset"],
.post-content form input:hover:not([disabled])[type="submit"],
.post-content form input:hover:not([disabled])[type="reset"],
.textwidget form input:hover:not([disabled])[type="submit"],
.textwidget form input:hover:not([disabled])[type="reset"] {
  background-color: #f6f8f9;
}

.button:hover:not([disabled]):not(.contained), .wp-block-search__button:hover:not([disabled]):not(.contained), .comment-content form input:hover:not([disabled]):not(.contained)[type="submit"],
.comment-content form input:hover:not([disabled]):not(.contained)[type="reset"],
.post-content form input:hover:not([disabled]):not(.contained)[type="submit"],
.post-content form input:hover:not([disabled]):not(.contained)[type="reset"],
.textwidget form input:hover:not([disabled]):not(.contained)[type="submit"],
.textwidget form input:hover:not([disabled]):not(.contained)[type="reset"], .button:hover:not([disabled]):not(.outlined), .wp-block-search__button:hover:not([disabled]):not(.outlined), .comment-content form input:hover:not([disabled]):not(.outlined)[type="submit"],
.comment-content form input:hover:not([disabled]):not(.outlined)[type="reset"],
.post-content form input:hover:not([disabled]):not(.outlined)[type="submit"],
.post-content form input:hover:not([disabled]):not(.outlined)[type="reset"],
.textwidget form input:hover:not([disabled]):not(.outlined)[type="submit"],
.textwidget form input:hover:not([disabled]):not(.outlined)[type="reset"] {
  border-color: #b8d2e4;
}

.button:hover:not([disabled]).contained, .wp-block-search__button:hover:not([disabled]).contained, .comment-content form input:hover:not([disabled]).contained[type="submit"],
.comment-content form input:hover:not([disabled]).contained[type="reset"],
.post-content form input:hover:not([disabled]).contained[type="submit"],
.post-content form input:hover:not([disabled]).contained[type="reset"],
.textwidget form input:hover:not([disabled]).contained[type="submit"],
.textwidget form input:hover:not([disabled]).contained[type="reset"] {
  background-color: #006cb9;
  border-color: #d5eaf8;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(0, 108, 185, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(0, 108, 185, 0.24);
}

.button:hover:not([disabled]).contained.secondary, .wp-block-search__button:hover:not([disabled]).contained.secondary, .comment-content form input:hover:not([disabled]).contained.secondary[type="submit"],
.comment-content form input:hover:not([disabled]).contained.secondary[type="reset"],
.post-content form input:hover:not([disabled]).contained.secondary[type="submit"],
.post-content form input:hover:not([disabled]).contained.secondary[type="reset"],
.textwidget form input:hover:not([disabled]).contained.secondary[type="submit"],
.textwidget form input:hover:not([disabled]).contained.secondary[type="reset"] {
  background-color: #49545b;
  border-color: #d5eaf8;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(73, 84, 91, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(73, 84, 91, 0.24);
}

.button:hover:not([disabled]).outlined, .wp-block-search__button:hover:not([disabled]).outlined, .comment-content form input:hover:not([disabled]).outlined[type="submit"],
.comment-content form input:hover:not([disabled]).outlined[type="reset"],
.post-content form input:hover:not([disabled]).outlined[type="submit"],
.post-content form input:hover:not([disabled]).outlined[type="reset"],
.textwidget form input:hover:not([disabled]).outlined[type="submit"],
.textwidget form input:hover:not([disabled]).outlined[type="reset"] {
  background-color: rgba(213, 234, 248, 0.24);
  border-color: #006cb9;
  color: #006cb9;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(0, 108, 185, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(0, 108, 185, 0.24);
}

.button:hover:not([disabled]).outlined.secondary, .wp-block-search__button:hover:not([disabled]).outlined.secondary, .comment-content form input:hover:not([disabled]).outlined.secondary[type="submit"],
.comment-content form input:hover:not([disabled]).outlined.secondary[type="reset"],
.post-content form input:hover:not([disabled]).outlined.secondary[type="submit"],
.post-content form input:hover:not([disabled]).outlined.secondary[type="reset"],
.textwidget form input:hover:not([disabled]).outlined.secondary[type="submit"],
.textwidget form input:hover:not([disabled]).outlined.secondary[type="reset"] {
  background-color: rgba(98, 113, 123, 0.1);
  color: #49545b;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(73, 84, 91, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(73, 84, 91, 0.24);
}

.button[disabled], .wp-block-search__button[disabled], .comment-content form input[disabled][type="submit"],
.comment-content form input[disabled][type="reset"],
.post-content form input[disabled][type="submit"],
.post-content form input[disabled][type="reset"],
.textwidget form input[disabled][type="submit"],
.textwidget form input[disabled][type="reset"] {
  background: none;
  color: #eceeef;
}

.button[disabled].contained, .wp-block-search__button[disabled].contained, .comment-content form input[disabled].contained[type="submit"],
.comment-content form input[disabled].contained[type="reset"],
.post-content form input[disabled].contained[type="submit"],
.post-content form input[disabled].contained[type="reset"],
.textwidget form input[disabled].contained[type="submit"],
.textwidget form input[disabled].contained[type="reset"], .button[disabled].outlined, .wp-block-search__button[disabled].outlined, .comment-content form input[disabled].outlined[type="submit"],
.comment-content form input[disabled].outlined[type="reset"],
.post-content form input[disabled].outlined[type="submit"],
.post-content form input[disabled].outlined[type="reset"],
.textwidget form input[disabled].outlined[type="submit"],
.textwidget form input[disabled].outlined[type="reset"] {
  border-color: #eceeef;
}

.button[disabled].contained.secondary, .wp-block-search__button[disabled].contained.secondary, .comment-content form input[disabled].contained.secondary[type="submit"],
.comment-content form input[disabled].contained.secondary[type="reset"],
.post-content form input[disabled].contained.secondary[type="submit"],
.post-content form input[disabled].contained.secondary[type="reset"],
.textwidget form input[disabled].contained.secondary[type="submit"],
.textwidget form input[disabled].contained.secondary[type="reset"], .button[disabled].outlined.secondary, .wp-block-search__button[disabled].outlined.secondary, .comment-content form input[disabled].outlined.secondary[type="submit"],
.comment-content form input[disabled].outlined.secondary[type="reset"],
.post-content form input[disabled].outlined.secondary[type="submit"],
.post-content form input[disabled].outlined.secondary[type="reset"],
.textwidget form input[disabled].outlined.secondary[type="submit"],
.textwidget form input[disabled].outlined.secondary[type="reset"] {
  border-color: #eceeef;
}

.button[disabled].contained, .wp-block-search__button[disabled].contained, .comment-content form input[disabled].contained[type="submit"],
.comment-content form input[disabled].contained[type="reset"],
.post-content form input[disabled].contained[type="submit"],
.post-content form input[disabled].contained[type="reset"],
.textwidget form input[disabled].contained[type="submit"],
.textwidget form input[disabled].contained[type="reset"] {
  background-color: #eceeef;
  color: #ffffff;
}

.button[disabled].contained.secondary, .wp-block-search__button[disabled].contained.secondary, .comment-content form input[disabled].contained.secondary[type="submit"],
.comment-content form input[disabled].contained.secondary[type="reset"],
.post-content form input[disabled].contained.secondary[type="submit"],
.post-content form input[disabled].contained.secondary[type="reset"],
.textwidget form input[disabled].contained.secondary[type="submit"],
.textwidget form input[disabled].contained.secondary[type="reset"] {
  background-color: #eceeef;
  color: #ffffff;
}

.button[disabled].outlined, .wp-block-search__button[disabled].outlined, .comment-content form input[disabled].outlined[type="submit"],
.comment-content form input[disabled].outlined[type="reset"],
.post-content form input[disabled].outlined[type="submit"],
.post-content form input[disabled].outlined[type="reset"],
.textwidget form input[disabled].outlined[type="submit"],
.textwidget form input[disabled].outlined[type="reset"] {
  color: #eceeef;
}

.button[disabled].outlined.secondary, .wp-block-search__button[disabled].outlined.secondary, .comment-content form input[disabled].outlined.secondary[type="submit"],
.comment-content form input[disabled].outlined.secondary[type="reset"],
.post-content form input[disabled].outlined.secondary[type="submit"],
.post-content form input[disabled].outlined.secondary[type="reset"],
.textwidget form input[disabled].outlined.secondary[type="submit"],
.textwidget form input[disabled].outlined.secondary[type="reset"] {
  color: #eceeef;
}

.card {
  border-color: #eef0f1;
}

.card.large, .card.medium {
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(193, 196, 197, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(193, 196, 197, 0.16);
}

.card.small {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(193, 196, 197, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(193, 196, 197, 0.24);
}

.card.small:active {
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(73, 84, 91, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(73, 84, 91, 0.32);
}

.card.small:hover {
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(73, 84, 91, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(73, 84, 91, 0.24);
}

.card a {
  color: #3c3d3e;
}

.chip {
  background-color: #006cb9;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(0, 108, 185, 0.16);
}

.chip.secondary {
  background-color: #49545b;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(73, 84, 91, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(73, 84, 91, 0.16);
}

.chip:active {
  background-color: #003459;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 108, 185, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 108, 185, 0.32);
}

.chip:active.secondary {
  background-color: #1e2326;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(73, 84, 91, 0.32);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(73, 84, 91, 0.32);
}

.chip:hover {
  background-color: #004a80;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(0, 108, 185, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(0, 108, 185, 0.24);
}

.chip:hover.secondary {
  background-color: #3d464d;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(73, 84, 91, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(73, 84, 91, 0.24);
}

.modal-background {
  background-color: rgba(42, 53, 61, 0.75);
}

a {
  color: #0075c9;
}

a:hover {
  color: #006cb9;
}

a:active {
  color: #003459;
}

.comment-author,
.comment-content,
.comment-form-cookies-consent,
.comment-metadata,
.comment-notes,
.comment-reply-title,
.comments-title {
  color: #3c3d3e;
}

.comment-form .error-message {
  color: #c90f2b;
}

.site-footer {
  background-color: #2a353d;
}

.site-footer,
.site-footer a {
  color: #ffffff;
}

body:not(.mobile-device) .site-footer__theme-link {
  position: relative;
}

body:not(.mobile-device) .site-footer__theme-link::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffffff 50%, transparent 50%);
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-position: right bottom;
  background-size: 201% 100%;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin-bottom: calc(-1 * 2px);
  position: absolute;
  right: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

body:not(.mobile-device) .site-footer__theme-link:hover::before {
  background-position: left bottom !important;
}

.bottom-navbar {
  background-color: #006cb9;
}

.mobile-navigation__button,
.mobile-navigation__button:hover {
  color: #ffffff;
}

.site-header-light.bottom-navbar {
  background-color: #fcfeff;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(73, 84, 91, 0.24);
          box-shadow: 0 0.25rem 1rem 0 rgba(73, 84, 91, 0.24);
}

.site-header-light .mobile-navigation__button,
.site-header-light .mobile-navigation__button:hover {
  color: #3c3d3e;
}

.back-to-top > .svg-icon {
  color: #2a353d;
}

.site,
.site-header,
.site-header > .container,
.site-header > .container > .row,
.site-header__search {
  background-color: inherit;
}

.site-header,
.main-navigation.sticky,
.menu-container:not(.show) .menu > .menu-item > .sub-menu {
  -webkit-box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(73, 84, 91, 0.16);
          box-shadow: 0 0.125rem 0.5rem -0.0625rem rgba(73, 84, 91, 0.16);
}

.site-header__search .search-field {
  border-color: #fbfdfe;
}

.brand-title,
.brand-title a,
.brand-tagline {
  color: #3c3d3e;
}

.site-header__search-button,
.site-header__search .search-submit,
.site-header__close-search-button,
.site-header__menu-button {
  color: #004a80;
}

.site-header-light .main-navigation {
  background-color: inherit;
}

.site-header-light .main-navigation .menu-container:not(.show) .menu > .menu-item > a,
.site-header-light .main-navigation .menu-container:not(.show) .menu > .menu-item > .sub-menu-toggle {
  color: #3c3d3e;
}

.site-header-dark {
  background-color: #006cb9;
}

.site-header-dark .site-header__search > .search-form {
  background-color: #006cb9;
}

.site-header-dark .brand-title,
.site-header-dark .brand-title a,
.site-header-dark .brand-tagline,
.site-header-dark .site-header__search-button,
.site-header-dark .site-header__search .search-submit > .svg-icon,
.site-header-dark .site-header__close-search-button,
.site-header-dark .site-header__menu-button {
  color: #ffffff;
}

.search-clear-button,
.search-submit {
  color: #004a80;
}

.widget,
.widget ul:not(.wp-block-latest-posts__list) li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor), .widget li li:not(.recentcomments) > a:not(.rsswidget):not(.wp-block-social-link-anchor),
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #3c3d3e;
}

.widget h2,
.widget h2 a {
  color: #020303;
}

.widget:not(:last-child):after {
  border-bottom-color: #eef0f1;
}

.widget a:active,
.widget li > a:active {
  color: #003459;
}

.widget a:hover,
.widget li > a:hover {
  color: #006cb9;
}

.widget li > a:active:after {
  background-color: #d5eaf8;
}

.widget li > a:hover:after {
  background-color: #f6f8f9;
}

.post-header__post-title,
.post-header .posted-on,
.nav-post-text,
.post-navigation .nav-links .card-title {
  color: #3c3d3e;
}

.errigal-profile-widget__social-icons-container .social-icon-link {
  color: #62717b;
}

.errigal-profile-widget__social-icons-container .social-icon-link:active {
  color: #1e2326;
}

.errigal-profile-widget__social-icons-container .social-icon-link:hover {
  color: #49545b;
}
