@charset "UTF-8";
/*!
Theme Name: nationfund
Theme URI: http://underscores.me/
Author: Sanky Communications, Inc.
Author URI: https://sankyinc.com
Description: A custom theme for The Nation Fund for Independent Journalism
Version: 1.0.0
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nationfund
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
	- Swiper (slider)
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/**
 * Below variables represent height of utility stripe (for logged in users), alert area and the header
 * and are used to set said sizes and also to adjust top and margin-top properties when alert area is enabled.
 * These variables are used in:
 * - layouts/general
 * - components/widgets
 * - base/elements/header
 */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h1 {
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  /* 48/16 */
  line-height: 1;
  text-transform: uppercase;
  margin: 0.5em 0 0 0;
}
@media (min-width: 675px) {
  h1 {
    font-size: 4rem;
    /* 64/16 */
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 6rem;
    /* 96/16 */
  }
}

h2 {
  font-weight: 900;
  font-size: 1.4375rem;
  /* 23/16 */
  line-height: 1.2;
  margin: 1em 0;
}
@media (min-width: 675px) {
  h2 {
    font-size: 1.875rem;
    /* 30/16 */
    margin: 1.7em 0 0.8em;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.875rem;
    /* 46/16 */
  }
}

h3 {
  font-weight: bold;
  font-size: 1.125rem;
  /* 18/16 */
  margin: 1em 0;
}
@media (min-width: 675px) {
  h3 {
    font-size: 1.25rem;
    /* 20/16 */
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.5rem;
    /* 24/16 */
  }
}

h4 {
  font-weight: bold;
  font-size: 1.125rem;
  /* 18/16 */
  margin: 1em 0;
  line-height: 1.3;
}

h5 {
  font-weight: bold;
  font-size: 0.75rem;
  /* 12/16 */
}

h6 {
  font-family: "Daniel-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  /* 20/16 */
  color: #ca2027;
}
@media (min-width: 1024px) {
  h6 {
    font-size: 1.5rem;
    /* 24/16 */
  }
}

@font-face {
  font-family: "Daniel-Bold";
  src: url("assets/fonts/Daniel-Bold.woff2") format("woff2"), url("assets/fonts/Daniel-Bold.woff") format("woff"), url("assets/fonts/Daniel-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
p {
  font-size: 0.9375rem;
  /* 15/16 */
  margin: 1em 0 1.5em;
}
p .caption {
  font-size: 0.75rem;
  /* 12/16 */
}
@media (min-width: 675px) {
  p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  p {
    margin: 2em 0;
  }
}

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

blockquote p {
  font-weight: bold;
  font-size: 1.125rem;
  position: relative;
  margin: 1em 0;
}
@media (min-width: 675px) {
  blockquote p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  blockquote p {
    font-size: 1.5rem;
  }
}
blockquote p:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cpath d='m39.3768997 2062.54131c.7659574 0 1.0942249-.33803 1.0942249-.90141 0 .16902-.218845-.39436-.6565349-1.69014-.2042554-1.1568-.3131915-2.1173-.3268085-2.83569l-.001459-.12712.001536.01144c.0098777.066.068807-.27867.217309-.99229.1094225-.78873.1641337-1.29577.1094225-1.57746.2735562-.28169.4376899-.50705.5471124-.61972.9848025-2.25352 2.1884499-3.66197 3.4468085-4.16902.2735563.50705.3829788.84507.3829788 1.12676 0 .11268-.1641338.84508-.4924013 2.25353-.2735562 1.40845-.4376899 2.14084-.4376899 2.19718.1094225.22535.1641337.56338.2735562.95775.43769 1.40845.7659575 2.30985.9848024 2.76056.6018237 1.12676 1.4772037 1.6338 2.6261399 1.57746.5471124-.78873.9848024-1.35211 1.3677811-1.69014-.7112462-.78873-1.0395137-1.40845-1.0395137-1.85915l.656535-1.80282.1094225-1.01408c.1094225-.50705.5471124-1.1831 1.3677811-2.08451.2735563-.50704.3829788-.90141.3829788-1.1831 1.7507598-2.02817 2.7355623-3.2676 3.0091185-3.71831 0-.11267-.218845-.39437-.656535-.78873-.1641337-.7324-.2188449-1.46479-.1641337-2.19718-.4924012-.16902-1.0395137-.28169-1.6960486-.28169-.9300912 0-1.8601824.4507-2.7902736 1.40845l-2.0790273 2.59155c-.2735563-1.01409-.6018237-2.14085-.87538-3.26761-.3829787-1.29577-1.2036474-1.97183-2.4072948-2.08451-1.5866261 1.01409-3.1732523 2.8169-4.7598784 5.40845-1.6960487 2.76057-2.5714286 5.23944-2.5714286 7.32395 0 1.01408.3282675 2.25352.9300912 3.83098.8753799 2.30986 2.0243161 3.43662 3.4468085 3.43662z' fill='%23ca2027' transform='translate(-35 -2042)'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  width: 18px;
  height: 21px;
  top: -7px;
  left: -20px;
}
blockquote p:after {
  content: " ";
  background: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 19 24' width='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m260.137365 2309.29701c.851063 0 1.215805-.33803 1.215805-.90141 0 .16901-.243161-.39437-.729483-1.69014-.226951-1.15681-.347991-2.11731-.363121-2.8357l-.001621-.12712.001707.01144c.010975.066.076452-.27867.241454-.99228.121581-.78874.182371-1.29578.121581-1.57747.303951-.28169.486322-.50704.607903-.61972 1.094224-2.25352 2.431611-3.66197 3.829787-4.16901.303951.50704.425532.84507.425532 1.12676 0 .11268-.182371.84507-.547113 2.25352-.303951 1.40845-.486322 2.14085-.486322 2.19718.121581.22536.182371.56338.303951.95775.486323 1.40845.851064 2.30986 1.094225 2.76056.668693 1.12676 1.641338 1.63381 2.917933 1.57747.607903-.78873 1.094225-1.35211 1.519757-1.69014-.790273-.78873-1.155015-1.40845-1.155015-1.85916l.729483-1.80281.121581-1.01409c.121581-.50704.607903-1.1831 1.519757-2.08451.303951-.50704.425532-.9014.425532-1.18309 1.945288-2.02817 3.039513-3.26761 3.343465-3.71831 0-.11268-.243161-.39437-.729484-.78874-.18237-.73239-.243161-1.46479-.18237-2.19718-.547113-.16901-1.155016-.28169-1.884499-.28169-1.033434 0-2.066869.4507-3.100304 1.40845l-2.31003 2.59155c-.303952-1.01408-.668693-2.14084-.972645-3.26761-.425531-1.29577-1.337386-1.97183-2.674772-2.0845-1.762918 1.01408-3.525835 2.8169-5.288753 5.40845-1.884499 2.76056-2.857143 5.23944-2.857143 7.32394 0 1.01409.364741 2.25352 1.033434 3.83099.972645 2.30986 2.249241 3.43662 3.829788 3.43662z' fill='%23ca2027' transform='matrix(-.64278761 -.76604444 -.76604444 .64278761 1941.152771 -1262.450837)'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 17px;
  height: 22px;
  margin-left: 5px;
}

.wp-block-pullquote {
  padding: 0;
  text-align: left;
}
.wp-block-pullquote p {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 675px) {
  .wp-block-pullquote p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .wp-block-pullquote p {
    font-size: 1.5rem;
  }
}
.wp-block-pullquote cite {
  color: #ca2027;
}

cite {
  font-family: "Daniel-Bold", sans-serif;
  font-weight: 400;
  color: #ca2027;
  font-size: 1.125rem;
  text-align: left;
  margin-bottom: 0.25em;
  display: block;
}
cite:before {
  content: "— ";
}
@media (min-width: 675px) {
  cite {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  cite {
    font-size: 1.5rem;
  }
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.site-header {
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  padding-left: 4.5%;
  transition: height 0.3s ease;
}
@media (max-width: 674px) {
  .site-header:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .site-header .site-branding,
.site-header .menu-toggle-mobile {
    z-index: 1;
  }
}
@media (min-width: 675px) {
  .site-header {
    height: 100px;
    padding-left: 25px;
  }
}
@media (min-width: 1400px) {
  .site-header {
    height: 150px;
    padding-left: 50px;
  }
}

.site-branding {
  display: inline-block;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

body.logged-in .site-header {
  top: 46px;
}
@media (min-width: 783px) {
  body.logged-in .site-header {
    top: 32px;
  }
}

.site-title {
  width: 198px;
  height: auto;
  margin: 0;
  line-height: 0;
  transition-property: width, height;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}
.site-title a {
  display: block;
}
.site-title svg {
  width: 100%;
  height: auto;
}
@media (min-width: 1400px) {
  .site-title {
    width: 419px;
  }
}

.site-header.shrunk .logo-subtext {
  display: none;
}
@media (min-width: 675px) {
  .site-header.shrunk .site-title {
    width: 149px;
  }
}
@media (min-width: 1400px) {
  .site-header.shrunk .site-title {
    width: 265px;
  }
}

.hero-banner {
  position: relative;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
}
.hero-banner h1 {
  color: #FFF;
  max-width: 350px;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0;
}
@media (min-width: 675px) {
  .hero-banner {
    height: 362px;
  }
  .hero-banner h1 {
    max-width: 450px;
  }
}
@media (min-width: 1400px) {
  .hero-banner {
    height: 680px;
  }
  .hero-banner h1 {
    max-width: 650px;
  }
}

.hero-banner-inner {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 675px) {
  .hero-banner-inner {
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}

/* Links
--------------------------------------------- */
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #000;
}
a:hover, a:active {
  outline: 0;
}

a.yellow-underline-link {
  text-decoration: none;
  box-shadow: inset 0 -3px 0 -1px #ffcf0d;
  transition: box-shadow 0.15s ease-in-out;
}
a.yellow-underline-link:hover, a.yellow-underline-link:focus, a.yellow-underline-link:active {
  box-shadow: inset 0 -1.3em 0 -1px #ffcf0d;
}

main:not(.donation-form-main) .entry-content a:not(.wp-block-button__link) {
  text-decoration: none;
  box-shadow: inset 0 -3px 0 -1px #ffcf0d;
  transition: box-shadow 0.15s ease-in-out;
}
main:not(.donation-form-main) .entry-content a:not(.wp-block-button__link):hover, main:not(.donation-form-main) .entry-content a:not(.wp-block-button__link):focus, main:not(.donation-form-main) .entry-content a:not(.wp-block-button__link):active {
  box-shadow: inset 0 -1.3em 0 -1px #ffcf0d;
}
main:not(.donation-form-main) .entry-content a:not(.wp-block-button__link).image {
  box-shadow: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
a.button {
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 2em 0.5em;
  cursor: pointer;
  font-family: "Passion One", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: background-color 200ms ease-out;
}
button.yellow,
input[type=button].yellow,
input[type=reset].yellow,
input[type=submit].yellow,
a.button.yellow {
  background-color: #ffcf0d;
}
button.yellow:hover,
input[type=button].yellow:hover,
input[type=reset].yellow:hover,
input[type=submit].yellow:hover,
a.button.yellow:hover {
  background-color: #F2B120;
}
button.red,
input[type=button].red,
input[type=reset].red,
input[type=submit].red,
a.button.red {
  background-color: #ca2027;
  color: #ffffff;
}
button.red:hover,
input[type=button].red:hover,
input[type=reset].red:hover,
input[type=submit].red:hover,
a.button.red:hover {
  background-color: #991721;
}

a.underline-button {
  position: relative;
  display: inline-block;
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-size: 1.4375rem;
  /* 23/16 */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  color: #000;
  line-height: 1.5;
  background-color: transparent;
  padding: 0;
  z-index: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
a.underline-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ffcf0d;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
  transition: height 0.3s ease;
}
a.underline-button:hover:after {
  height: 16px;
}
@media (min-width: 1400px) {
  a.underline-button {
    font-size: 1.875rem;
    /* 30/16 */
  }
  a.underline-button:after {
    height: 6px;
  }
  a.underline-button:hover:after {
    height: 21px;
  }
}

.wp-block-buttons .wp-block-button {
  margin: 0.6em 0;
}

.is-style-underline-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-size: 1.4375rem;
  /* 23/16 */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  color: #000;
  line-height: 1.5;
  background-color: transparent;
  padding: 0;
  z-index: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.is-style-underline-button .wp-block-button__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ffcf0d;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
  transition: height 0.3s ease;
}
.is-style-underline-button .wp-block-button__link:hover:after {
  height: 16px;
}
@media (min-width: 1400px) {
  .is-style-underline-button .wp-block-button__link {
    font-size: 1.875rem;
    /* 30/16 */
  }
  .is-style-underline-button .wp-block-button__link:after {
    height: 6px;
  }
  .is-style-underline-button .wp-block-button__link:hover:after {
    height: 21px;
  }
}

.is-style-red-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 40px;
  line-height: 41px;
  padding: 0 19px;
  text-align: center;
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-size: 1.4375rem;
  /* 23/16 */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  border-radius: 0;
  border: none;
  outline: none;
  cursor: pointer;
  color: #FFF;
  background-color: #ca2027;
}
.is-style-red-button .wp-block-button__link:hover {
  text-decoration: none;
}
@media (min-width: 675px) {
  .is-style-red-button .wp-block-button__link {
    font-size: 1.4375em;
    /* 23/16 */
    height: 50px;
    line-height: 52px;
    padding: 0 44px;
  }
}
@media (min-width: 1400px) {
  .is-style-red-button .wp-block-button__link {
    font-size: 1.875rem;
    /* 30/16 */
    height: 60px;
    line-height: 62px;
    padding: 0 30px;
  }
}
.is-style-red-button .wp-block-button__link:hover {
  background-color: #991721;
}

.is-style-yellow-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 40px;
  line-height: 41px;
  padding: 0 19px;
  text-align: center;
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-size: 1.4375rem;
  /* 23/16 */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  border-radius: 0;
  border: none;
  outline: none;
  cursor: pointer;
  color: #000;
  background-color: #ffcf0d;
}
.is-style-yellow-button .wp-block-button__link:hover {
  text-decoration: none;
}
@media (min-width: 675px) {
  .is-style-yellow-button .wp-block-button__link {
    font-size: 1.4375em;
    /* 23/16 */
    height: 50px;
    line-height: 52px;
    padding: 0 44px;
  }
}
@media (min-width: 1400px) {
  .is-style-yellow-button .wp-block-button__link {
    font-size: 1.875rem;
    /* 30/16 */
    height: 60px;
    line-height: 62px;
    padding: 0 30px;
  }
}
.is-style-yellow-button .wp-block-button__link:hover {
  background-color: #F2B120;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #CDCDCD;
  font-weight: bold;
  padding: 0.6em 0.6em 0.4em 0.6em;
  font-size: 1.25rem;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #D2D2D2;
}

textarea {
  width: 100%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D2D2D2;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #D2D2D2;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #D2D2D2;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #D2D2D2;
}

.search-form {
  display: flex;
  max-width: 274px;
}
.search-form label {
  width: calc(100% - 60px);
}
@media (min-width: 1400px) {
  .search-form {
    max-width: 350px;
  }
}

input[type=search],
input.search-submit {
  height: 50px;
  line-height: 50px;
}
@media (min-width: 1400px) {
  input[type=search],
input.search-submit {
    height: 60px;
    line-height: 60px;
  }
}

input[type=search] {
  color: #000;
  font-size: 1.125rem;
  /* 18/16 */
  border: 2px solid #D2D2D2;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
@media (min-width: 1400px) {
  input[type=search] {
    font-size: 1.5rem;
    /* 24/16 */
  }
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m24 20.188-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z' fill='%23D2D2D2'/%3E%3C/svg%3E");
  width: 0.8em;
  height: 0.8em;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
}

input.search-submit {
  width: 60px;
  padding: 0;
  background-color: #D2D2D2;
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  /* 30/16 */
  transition: background-color 0.3s ease;
}
input.search-submit:hover {
  background-color: #e8e8e8;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
main {
  margin-top: 80px;
}
@media (min-width: 675px) {
  main {
    margin-top: 100px;
  }
}
@media (min-width: 1400px) {
  main {
    margin-top: 150px;
  }
}

.layout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: auto;
  width: 90%;
}
.layout-container-sm {
  max-width: 1024px;
}
.layout-container-md {
  max-width: 1280px;
}
.layout-container-lg {
  max-width: 1360px;
}

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  position: relative;
  z-index: 99999;
}
@media (min-width: 675px) {
  .main-navigation ul ul {
    position: absolute;
  }
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
}
.main-navigation .menu-item {
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-size: 1.4375rem;
  /* 23/16 */
  text-transform: uppercase;
  margin: 0.2em 0;
}
.main-navigation .menu-item a {
  color: #000;
}
.main-navigation .menu-item a:not(.sub-menu a) {
  position: relative;
}
.main-navigation .menu-item a:not(.sub-menu a):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -2.5%;
  background-image: url("data:image/svg+xml,%3Csvg height='4' viewBox='0 0 118 4' width='118' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m27.7482143 153.5c.6321428 0 1.1589286-.016 1.475-.048-.2107143-.016-.3160714-.048-.3160714-.064s.1053571-.032.2107142-.048h.4214286c.2107143 0 .4214286.016.7375.048.4214286.016.6321429.032.7375.032 1.3696429-.112 5.0571429-.176 11.0625-.192l65.0053573-.224 18.4375-.208c2.423214-.032 4.319643-.112 5.583928-.256 1.053572-.208 1.685715-.32 1.896429-.352v-.128c-.7375-.176-1.264286-.32-1.580357-.416-1.158929-.4-2.2125-.688-3.160714-.864-2.107143-.128-4.108929-.288-6.110715-.464l-10.851785.208c-.421429-.048-.7375-.064-1.053572-.08-1.475.08-2.423214.112-2.844643.112l-60.8964283.336-19.0696428-.16-8.85.016c-1.2642858.16-2.2125.288-2.7392858.368-.5267857.208-.8428571.4-.8428571.608s.4214286.464 1.1589286.768c.8428571.128 1.3696428.256 1.475.4 1.6857143.192 2.95.336 3.7928571.448h5.5839286c.3160714.08.5267857.128.7375.16z' fill='%23ca2027' transform='translate(-15 -150)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 105%;
  height: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 999999;
}
@media (max-width: 674px) and (hover: hover) {
  .main-navigation .menu-item a:not(.sub-menu a):hover:after {
    opacity: 1;
  }
}
@media (min-width: 675px) {
  .main-navigation .menu-item a:not(.sub-menu a):hover:after {
    opacity: 1;
  }
}
.main-navigation .menu-item:last-child a:not(.sub-menu a):after {
  background-image: url("data:image/svg+xml,%3Csvg height='4' viewBox='0 0 54 4' width='54' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1346.64989 115.208c.28393 0 .52054-.016.6625-.048-.09464-.016-.14196-.048-.14196-.064s.04732-.032.09464-.048h.18929c.09464 0 .18928.016.33125.048.18928.016.28393.032.33125.032.61518-.112 2.27143-.176 4.96875-.192l29.19732-.224 8.28125-.208c1.08839-.032 1.94018-.112 2.50803-.256.47322-.208.75715-.32.85179-.352v-.128c-.33125-.176-.56786-.32-.70982-.416-.52054-.4-.99375-.688-1.41964-.864-.94643-.128-1.84554-.288-2.74465-.464l-4.8741.208c-.18929-.048-.33125-.064-.47322-.08-.6625.08-1.08839.112-1.27768.112l-27.35178.336-8.56518-.16-3.975.016c-.56786.16-.99375.288-1.23036.368-.23661.208-.37857.4-.37857.608s.18929.464.52054.768c.37857.128.61517.256.6625.4.75714.192 1.325.336 1.70357.448h2.50803c.14197.08.23661.128.33125.16z' fill='%23ca2027' transform='translate(-1340 -112)'/%3E%3C/svg%3E");
}
.main-navigation .menu-item-has-children.menu-open > a:after {
  opacity: 1 !important;
}
@media (min-width: 675px) {
  .main-navigation #primary-menu > .menu-item {
    display: inline-block;
    margin: 0 1em;
  }
}
.main-navigation .sub-menu {
  padding-left: 5%;
  display: none;
  background-color: #f5f5f5;
}
.main-navigation .sub-menu .menu-item {
  margin: 1em 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  /* 14/16 */
  text-transform: uppercase;
  overflow: hidden;
}
.main-navigation .sub-menu .menu-item a {
  position: relative;
  left: 0;
  transition: left 0.3s ease;
}
.main-navigation .sub-menu .menu-item a:before {
  content: "";
  display: block;
  width: 13px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: -19px;
  background-image: url("data:image/svg+xml,%3Csvg height='6' viewBox='0 0 13 6' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m35.4301213 116.305995c.6087549-.029664 5.5957744-.321203 6.5895048-.415299.9937303-.094097 1.6233463-.326307 1.8689843-.385636.2456379-.059328.4592361-.088992.5660352-.474628.1067991-.385635.1708786-.593285.1922384-.652613.0213598-.059329.0747594.088992 0-.237314-.0747594-.326307-.0427196-.029665-.1601986-.771271-.1174791-.741606-.2242782-1.275563-.3203974-1.60187s-.4165165-.533956-.6194348-.860263-5.9060354.650879-6.8935186.69063c-.9874833.03975-2.2285923.113374-2.7077208.08064-.4791285-.032733-.848552-.19879-.9767109.097853-.1281589.296642-.1446797.228454-.1980793.61409-.0533995.385635-.0854392.741606-.0854392 1.127241 0 .385636.0427196.860264.117479 1.423884.0747594.563621-.0213598.385636.1495187.741607.1708786.355971.2990375.622949.3844768.830599s1.4845075-.177986 2.0932624-.20765z' fill='%23ca2027' transform='matrix(.99756405 .06975647 -.06975647 .99756405 -23.97392 -113.42157)'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main-navigation .sub-menu .menu-item:hover a {
  left: 19px;
}
.main-navigation .sub-menu .menu-item:hover:before {
  opacity: 1;
}
@media (min-width: 675px) {
  .main-navigation .sub-menu {
    width: 259px;
    padding: 25px 30px;
    left: -30px;
  }
  .main-navigation .sub-menu .menu-item {
    margin: 1.2em 0;
  }
}

@media (min-width: 675px) {
  .blog .main-navigation .menu-item:last-child a:not(.sub-menu a):after {
    opacity: 1;
  }
}
.menu-toggle {
  background-color: transparent;
  border: none;
  width: 32px;
  height: 24px;
  position: relative;
  padding: 0;
}
.menu-toggle:active, .menu-toggle:focus {
  outline: none;
}
.menu-toggle .line {
  display: block;
  width: 32px;
  height: 7px;
  left: 0;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg height='7' viewBox='0 0 32 7' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m25.615 1.02736532-.075198-.01913453-.3324807-.0683124-.3165255.06678492-.1950349.0366936-.1376898.02212814-.0669997.00740998-15.50384014.33623542-4.79353309-.1596913-2.52146894.01712649-.51760236.26040068-.25672822.13601174-.19642436.1114157-.20113636.12014545-.12683646.19698547c-.24026017.37314007-.37350147.73491038-.37350147 1.14937035 0 .42742898.15792685.82992487.44351369 1.29295632l.12837548.20813945.16011083.09633452.05037649.26884078 1.08683429.48953172.20120892.09558074.31793557.16461647 1.31064473-.00056971.26614403.16056971h.2759274l.16366838-.00388595c.15949438-.00798997.3068457-.02894617.44546419-.06875621l.059796-.02092755.04883167.00601553c.04061766.00449515.08024501.00755418.1125969.00755418h.15686335l.14932914-.04803038c.02488132-.00800285.05925228-.01591185.10282863-.02366234l.15806094-.02271129.21158774-.02137233.41401357-.02869934.33794314-.01632776.59555208-.01931412.69680037-.01193734 16.52985927-.22403694 4.7182772-.2088912c.757075-.03929547 1.3357766-.14153818 1.7841594-.34241369l.1096142-.04910717.3790339-.28833093.0974599-.06866389.4871886-.29101398v-1.12835084l-.3156063-.29624909c-.1409008-.13225889-.252784-.24921418-.319363-.32875382-.3116597-.42634714-.6447806-.78451877-.9807373-1.02979205l-.1620773-.11832839-.1951814-.04663535c-.3620977-.08651723-.7267508-.19223458-1.1396736-.3284262l-.5150718-.1756822z' fill='%23ca2027'/%3E%3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  transition-property: opacity, transform, top, bottom;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform-origin: center;
}
.menu-toggle .line:first-child {
  top: 0;
}
.menu-toggle .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-toggle .line:last-child {
  bottom: 0;
}
.menu-toggle.burger-close .line:first-child {
  transform: rotate(45deg);
  top: 9px;
}
.menu-toggle.burger-close .line:nth-child(2) {
  opacity: 0;
}
.menu-toggle.burger-close .line:last-child {
  transform: rotate(-45deg);
  bottom: 8px;
}
@media (min-width: 675px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle-mobile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}

.menu-toggle-tablet {
  display: none;
}

.main-nav-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: -60vh;
  z-index: -1;
  background-color: #f5f5f5;
  padding: 0 4.6% 1.7em 4.6%;
  transition: top 0.3s ease-in-out;
}
@media (max-width: 674px) {
  .main-nav-container.mobile-menu-open {
    top: 80px;
  }
}
@media (min-width: 675px) {
  .main-nav-container {
    display: block;
    width: 60%;
    height: 100%;
    left: auto;
    top: 0;
    right: 0;
    padding: 0;
    background-color: transparent;
  }
}

@media (min-width: 675px) {
  .menu-main-nav-menu-container {
    position: absolute;
    bottom: 11px;
    right: 9px;
  }
}
@media (min-width: 1400px) {
  .menu-main-nav-menu-container {
    bottom: 31px;
    right: 29px;
  }
}

@media (min-width: 675px) {
  .menu-header-links-container {
    position: absolute;
    top: 0;
    right: 0;
  }
}

#header-secondary-menu {
  list-style: none;
  margin: 1em 0 0 0;
  padding-left: 0;
}
#header-secondary-menu li {
  display: inline-block;
  width: 47%;
}
#header-secondary-menu li a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 50px;
  line-height: 51px;
  padding: 0 19px;
  text-align: center;
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-size: 1.4375rem;
  /* 23/16 */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  border-radius: 0;
  border: none;
  outline: none;
  cursor: pointer;
  transition-property: height, line-height, color, background-color;
  padding: 0;
}
#header-secondary-menu li a:hover {
  text-decoration: none;
}
@media (min-width: 675px) {
  #header-secondary-menu li a {
    font-size: 1.4375em;
    /* 23/16 */
    height: 60px;
    line-height: 62px;
    padding: 0 44px;
  }
}
@media (min-width: 1400px) {
  #header-secondary-menu li a {
    font-size: 1.875rem;
    /* 30/16 */
    height: 70px;
    line-height: 72px;
    padding: 0 30px;
  }
}
#header-secondary-menu li:first-child a {
  color: #000;
  background-color: #ffcf0d;
}
#header-secondary-menu li:first-child a:hover {
  background-color: #F2B120;
}
@media (max-width: 674px) {
  #header-secondary-menu li:last-child {
    float: right;
  }
}
#header-secondary-menu li:last-child a {
  color: #FFF;
  background-color: #ca2027;
}
#header-secondary-menu li:last-child a:hover {
  background-color: #991721;
}
@media (min-width: 675px) and (max-width: 1399px) {
  #header-secondary-menu li a {
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 675px) {
  #header-secondary-menu {
    margin: 0;
  }
  #header-secondary-menu li {
    width: auto;
    display: block;
    float: left;
  }
  #header-secondary-menu li a {
    margin: 0;
    width: 131px;
  }
}
@media (min-width: 1400px) {
  #header-secondary-menu li a {
    width: 173px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    /* 24/16 */
  }
}

@media (min-width: 675px) and (max-width: 1399px) {
  .site-header.shrunk {
    height: 50px;
  }
  .site-header.shrunk .main-navigation:before {
    content: "";
    display: block;
    width: 70px;
    height: 50px;
    background-color: #f5f5f5;
    position: absolute;
    right: 262px;
    z-index: 0;
  }
  .site-header.shrunk .menu-toggle-tablet {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 277px;
    background-color: #f5f5f5;
    z-index: 2;
  }
  .site-header.shrunk .menu-main-nav-menu-container {
    width: 320px;
    bottom: auto;
    right: 0;
    top: -50vh;
    background-color: #f5f5f5;
    transition: top 0.3s ease-in-out;
    z-index: -1;
  }
  .site-header.shrunk .menu-main-nav-menu-container.open {
    top: 50px;
  }
  .site-header.shrunk #primary-menu {
    padding: 1em 0;
  }
  .site-header.shrunk #primary-menu > .menu-item {
    display: block;
  }
}
@media (min-width: 675px) and (max-width: 1399px) and (min-width: 675px) and (max-width: 1399px) {
  .site-header.shrunk #primary-menu > .menu-item {
    margin: 0.2em 1em;
  }
}
@media (min-width: 675px) and (max-width: 1399px) {
  .site-header.shrunk .sub-menu {
    position: relative;
    left: 0;
    padding: 1px 30px 1px 20px;
  }
}
@media (min-width: 675px) and (max-width: 1399px) {
  .site-header.shrunk #header-secondary-menu li a {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1400px) {
  .site-header.shrunk {
    height: 90px;
  }
  .site-header.shrunk .main-nav-container {
    width: 75%;
  }
  .site-header.shrunk .menu-main-nav-menu-container {
    bottom: 22px;
    right: 369px;
  }
  .site-header.shrunk #primary-menu > .menu-item {
    font-size: 1.875rem;
    /* 30/16 */
  }
  .site-header.shrunk #header-secondary-menu li a {
    height: 90px;
    line-height: 90px;
    font-size: 1.875rem;
    /* 30/16 */
  }
}

#footer-menu {
  font-size: 0.875rem;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 675px) {
  #footer-menu {
    margin: 0.5em 0 3em;
  }
}
@media (min-width: 1024px) {
  #footer-menu {
    margin: 2.2em 0 0;
  }
}
#footer-menu li {
  margin-right: 15px;
}
#footer-menu li::after {
  content: "|";
  margin-left: 15px;
}
#footer-menu li:first-of-type {
  padding-left: 0;
}
#footer-menu li:last-of-type {
  padding-right: 0;
  border-right: none;
}
#footer-menu li:last-of-type:after {
  content: "";
  margin-left: 0;
}
#footer-menu a {
  color: #000;
}
#footer-menu a:hover {
  text-decoration: none;
}

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

.post {
  margin: 0 0 1.5em;
}

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

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

body.home .entry-header {
  display: none;
}
body.home .entry-content {
  padding: 1em 0 2em;
}
body.home .entry-content h2 {
  margin-bottom: 0.4em;
}
body.home .entry-content p {
  margin: 0.3em 0 0.8em;
}
@media (min-width: 675px) {
  body.home .entry-content {
    padding: 1.3em 0 3.5em;
  }
}
@media (min-width: 1400px) {
  body.home .entry-content {
    padding: 0.7em 17% 4.8em 0;
  }
}
body.home .entry-footer {
  padding-bottom: 2em;
}

.site-main:not(.homepage-main) {
  padding-top: 0.4em;
  padding-bottom: 2.5em;
}
@media (min-width: 675px) {
  .site-main:not(.homepage-main) {
    padding-top: 2.3em;
  }
}

.entry-header,
.entry-content,
.entry-footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 90%;
}

@media (min-width: 1400px) {
  .entry-content {
    padding-right: 12em;
  }
}

.entry-footer {
  background-color: transparent;
}

.display-posts-listing .title {
  font-weight: bold;
  font-size: 1.125rem;
  /* 18/16 */
  color: #000;
  line-height: 1.3;
  margin: 0.1em 0 0.4em 0;
}
@media (min-width: 675px) {
  .display-posts-listing .title {
    font-size: 1.25rem;
    /* 20/16 */
  }
}
@media (min-width: 1400px) {
  .display-posts-listing .title {
    font-size: 1.5rem;
    /* 24/16 */
    margin-top: 0.6em;
  }
}
.display-posts-listing .author {
  font-weight: 500;
  font-size: 0.875rem;
  /* 14/16 */
  text-transform: uppercase;
}

.featured-posts {
  background-color: #e8e8e8;
  padding: 1em 0;
}
@media (min-width: 675px) {
  .featured-posts {
    padding: 0.1em 0 1.6em 0;
  }
}
@media (min-width: 1400px) {
  .featured-posts {
    padding: 0.7em 0 7.5em;
  }
}
.featured-posts .widget-title,
.featured-posts .display-posts-listing,
.featured-posts p {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 90%;
}
@media (min-width: 675px) {
  .featured-posts .widget-title {
    margin-bottom: 0.1em;
  }
}
@media (min-width: 1400px) {
  .featured-posts .widget-title {
    margin-bottom: 0;
  }
}
@media (min-width: 675px) {
  .featured-posts .display-posts-listing {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .featured-posts .display-posts-listing {
    margin-top: 1em;
  }
}
.featured-posts .listing-item {
  margin: 1.2em 0;
}
@media (min-width: 675px) {
  .featured-posts .listing-item {
    flex-basis: 32%;
  }
}
.featured-posts .listing-item:hover > .title {
  box-shadow: inset 0 -1.3em 0 -1px #ffcf0d;
}
.featured-posts .listing-item:hover > .image {
  opacity: 0.8;
}
.featured-posts .image {
  display: block;
  margin-bottom: 0.1em;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.featured-posts .wp-post-image {
  width: 100%;
  height: auto;
}
.featured-posts .title {
  text-decoration: none;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 -1px #ffcf0d;
  transition: box-shadow 0.15s ease-in-out;
}
.featured-posts .title:hover, .featured-posts .title:focus, .featured-posts .title:active {
  box-shadow: inset 0 -1.3em 0 -1px #ffcf0d;
}
.featured-posts .author {
  display: block;
  margin-top: 0.7em;
}

@media (min-width: 1400px) {
  body.home .featured-posts {
    padding-bottom: 3.5em;
  }
}

.post-container {
  margin-top: 1.5em;
  padding-bottom: 1.8em;
  overflow: hidden;
}
@media (min-width: 675px) {
  .post-container {
    margin-top: 4em;
    padding-bottom: 3.8em;
  }
}
@media (min-width: 1400px) {
  .post-container {
    margin-top: 0;
    display: inline-block;
    width: 58%;
    padding-right: 4em;
  }
}
.post-container article {
  margin: 1em 0;
}
@media (min-width: 675px) {
  .post-container article {
    margin: 1.2em 0;
  }
}
@media (min-width: 1400px) {
  .post-container article {
    margin: 2em 0;
  }
  .post-container article:first-of-type {
    margin-top: 0;
  }
}
.post-container .post-thumbnail {
  display: block;
  width: 50%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (min-width: 675px) {
  .post-container .post-thumbnail {
    display: inline-block;
    max-width: 159px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .post-container .post-thumbnail + .title-author-container {
    width: calc(99% - 170px);
  }
}
@media (min-width: 1400px) {
  .post-container .post-thumbnail {
    max-width: 220px;
    margin-right: 18px;
  }
  .post-container .post-thumbnail + .title-author-container {
    width: calc(99% - 238px);
  }
}
.post-container img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 675px) {
  .post-container .title-author-container {
    display: inline-block;
    vertical-align: bottom;
  }
}
.post-container .entry-title {
  margin: 0.4em 0 0.1em 0;
}
.post-container .entry-title a {
  text-decoration: none;
  box-shadow: inset 0 -3px 0 -1px #ffcf0d;
  transition: box-shadow 0.15s ease-in-out;
}
.post-container .byline {
  font-weight: 500;
  font-size: 0.875rem;
  /* 14/16 */
  text-transform: uppercase;
  margin: 0.6em 0;
}
.post-container .byline a {
  text-decoration: none;
}
.post-container .excerpt {
  display: block;
  clear: both;
}
.post-container .excerpt p {
  margin: 0.4em 0;
}
@media (max-width: 674px) {
  .post-container .excerpt {
    display: none;
  }
}

.post-hover-container:hover .entry-title a {
  box-shadow: inset 0 -1.3em 0 -1px #ffcf0d;
}
.post-hover-container:hover .post-thumbnail {
  opacity: 0.8;
}

@media (min-width: 1400px) {
  .post-layout-container .post-container {
    display: inline-block;
    width: 59%;
  }
  .post-layout-container article:first-of-type {
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .blog .page-header,
.archive .page-header,
.search-results .page-header {
    margin-bottom: 2.6em;
  }
}
.blog aside,
.archive aside,
.search-results aside {
  border-top: 2px solid #f5f5f5;
}
@media (min-width: 1400px) {
  .blog aside,
.archive aside,
.search-results aside {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding-left: 6%;
    border-top: none;
    border-left: 2px solid #f5f5f5;
  }
}
.blog aside .widget-title,
.archive aside .widget-title,
.search-results aside .widget-title {
  font-weight: bold;
  font-size: 1.125rem;
  /* 18/16 */
  margin: 1.8em 0 0.5em 0;
}
@media (min-width: 675px) {
  .blog aside .widget-title,
.archive aside .widget-title,
.search-results aside .widget-title {
    font-size: 1.25rem;
    /* 20/16 */
    margin: 1.2em 0 0.5em 0;
  }
}
@media (min-width: 1400px) {
  .blog aside .widget-title,
.archive aside .widget-title,
.search-results aside .widget-title {
    font-size: 1.5rem;
    /* 24/16 */
    margin-top: 0;
  }
}
.blog .widget_categories ul,
.archive .widget_categories ul,
.search-results .widget_categories ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blog .widget_categories a,
.archive .widget_categories a,
.search-results .widget_categories a {
  text-decoration: none;
}
.blog .widget_categories a:hover,
.archive .widget_categories a:hover,
.search-results .widget_categories a:hover {
  text-decoration: underline;
}

.single-post-main .breadcrumbs {
  margin-top: 0;
}
.single-post-main .breadcrumbs a {
  text-decoration: none;
  box-shadow: inset 0 -3px 0 -1px #ffcf0d;
  transition: box-shadow 0.15s ease-in-out;
}
.single-post-main .breadcrumbs a:hover, .single-post-main .breadcrumbs a:focus, .single-post-main .breadcrumbs a:active {
  box-shadow: inset 0 -1.3em 0 -1px #ffcf0d;
}
@media (min-width: 675px) and (max-width: 1399px) {
  .single-post-main .breadcrumbs {
    margin-top: 0.7em;
  }
}
.single-post-main .entry-content {
  margin-top: 2em;
}
@media (min-width: 675px) {
  .single-post-main .entry-content {
    margin-top: 3.5em;
  }
}
@media (min-width: 1400px) {
  .single-post-main .entry-content {
    margin-top: 5.2em;
  }
}
.single-post-main .entry-footer {
  margin-top: 2.8em;
}
@media (max-width: 674px) {
  .single-post-main .entry-footer {
    display: none;
  }
}
.single-post-main h2 {
  margin: 0.2em 0;
}
.single-post-main .post-info {
  margin: 0;
}
.single-post-main .post-date {
  text-transform: uppercase;
}
.single-post-main .post-author {
  text-transform: capitalize;
  margin-bottom: 1em;
}
@media (min-width: 675px) {
  .single-post-main .post-author {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1400px) {
  .single-post-main .post-author {
    margin-bottom: 1.2em;
  }
}

.category-list a,
.tag-list a {
  text-decoration: none;
}
.category-list a:hover,
.tag-list a:hover {
  text-decoration: underline;
}

.category-list {
  margin-bottom: 0;
}
.category-list a:not(:last-child):after {
  content: ",";
}

.tag-list {
  margin: 0;
}

main .pagination a {
  text-decoration: none;
}
main .pagination a, main .pagination:hover, main .pagination:focus, main .pagination:active {
  box-shadow: none !important;
}

.pagination {
  margin-top: 1.3em;
}
@media (min-width: 675px) {
  .pagination {
    margin-top: 3.7em;
  }
}
.pagination .page-numbers {
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-size: 1.4375rem;
  /* 23/16 */
  min-width: 15px;
  display: inline-block;
  text-align: center;
  margin: 0 0.2em;
  line-height: 1;
}
.pagination .page-numbers.current {
  border-bottom: 4px solid #ffcf0d;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  text-indent: -999999em;
  background-image: url("data:image/svg+xml,%3Csvg height='13' viewBox='0 0 12 13' width='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='m.90429688.78638438h11.00000002v11.00000002h-11.00000002z' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cpath d='m6.71335386 1.02389758c.53615693.28936625 1.02362565.82600912 1.36620294 1.51230403.73794904 1.47664475 1.37617524 2.95562782 2.2103275 4.38375257.5842585 1.00138261 1.7404569 2.15534014 1.6031913 3.39113862-.0967898.8739446-.9802168 1.6602024-1.8337271 1.4368934-.69278042-.1812192-1.09812444-.8920664-1.33217982-1.5666698-.5795657-1.66487892-1.53397197-3.17075258-2.36167156-4.73274577-.10148266-.1911571-.20648495-.3875754-.37660039-.52202841-.2727713.83536238-.54612921 1.67130933-.81890052 2.5066717-.43232785 1.32465439-.9825633 3.47590248-2.42150527 4.09321718-.6159352.2642294-1.467099.0719031-1.71816592-.5477499-.63294675-1.55790111 1.29815677-3.36307886 1.80674327-4.73683783.52207842-1.41467945.5555149-3.02051601 1.34743159-4.33874004.70685898-1.17558694 1.67886339-1.33868428 2.52885398-.87920575' fill='%23ca2027' fill-rule='evenodd' mask='url(%23a)' transform='matrix(0 -1 1 0 0 12.5)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  width: 12px;
  height: 12px;
  position: relative;
  top: 5px;
}
.pagination .page-numbers.next {
  transform: rotate(180deg);
}
@media (min-width: 1400px) {
  .pagination .page-numbers {
    font-size: 1.875rem;
    /* 30/16 */
  }
  .pagination .page-numbers .page-numbers {
    min-width: 20px;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    top: 7px;
  }
}

.single-post .featured-posts {
  padding-bottom: 4.2em;
  margin-bottom: 0;
}
.single-post .widget_callout {
  margin-top: 0;
}
@media (min-width: 1400px) {
  .single-post .featured-posts {
    padding-bottom: 6em;
  }
}

.search-no-results aside {
  display: none;
}

.single-post-main .post-author,
.post-container .byline {
  display: none;
}

.single-post-main h2 {
  margin-bottom: 1em;
}
@media (min-width: 675px) {
  .single-post-main h2 {
    margin-bottom: 0.7em;
  }
}
@media (min-width: 1400px) {
  .single-post-main h2 {
    margin-bottom: 0.8em;
  }
}

.page-ngp-multistep .menu-toggle-mobile,
.page-ngp-multistep .main-nav-container {
  display: none;
}

.donation-form-main .entry-header,
.donation-form-main .entry-content {
  width: 100%;
}
@media (min-width: 1400px) {
  .donation-form-main {
    display: flex;
  }
  .donation-form-main .entry-content {
    padding-right: 2em;
    border-right: 2px solid #f5f5f5;
  }
  .donation-form-main aside {
    width: 40%;
    padding-left: 3.7em;
    padding-top: 9em;
  }
}
.donation-form-main .widget-title {
  display: none;
}

@media (min-width: 1400px) {
  .donation-form-container {
    width: 60%;
  }
}
.donation-form-container .ngp-form {
  margin: 0;
}
.donation-form-container .at .at-steps {
  background-color: #000;
  border-radius: 0;
}
.donation-form-container .at .at-steps a {
  color: #FFF;
}
.donation-form-container .at .at-steps li {
  padding: 0 0;
}
.donation-form-container .at .at-step.active {
  border-bottom-color: #ca2027;
}
.donation-form-container .at .at-fieldset {
  padding-left: 0;
  padding-right: 0;
}
.donation-form-container .at .at-step > *:before {
  background-color: #FFF;
  color: #000;
}
.donation-form-container .at .at-steps a, .donation-form-container .at .at-steps b {
  color: #000;
}
.donation-form-container .at .at-steps a .step-title, .donation-form-container .at .at-steps b .step-title {
  color: #FFF;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  /* 14/16 */
}
.donation-form-container .at .at-step.active > * {
  color: #FFF;
}
.donation-form-container .at .at-step.active > *:before {
  color: #000;
}
.donation-form-container .at form .label-amount {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  transition: color 0.3s ease;
}
.donation-form-container .at form .label-amount.checked, .donation-form-container .at form .label-amount:hover {
  color: #FFF;
}
.donation-form-container .at form .label-amount > a {
  background-color: #D2D2D2;
  border-radius: 0;
  transition: background-color 0.3s ease;
}
.donation-form-container .at form .label-amount input[type=radio]:checked + a {
  background-color: #ca2027;
  color: #FFF;
}
.donation-form-container .at form .label-amount:hover > a {
  background-color: #ca2027;
  color: #FFF;
}
.donation-form-container .at form .label-amount input {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 1px;
  border: 2px solid #D2D2D2;
  border-radius: 0;
}
.donation-form-container .at form .label-amount input:required {
  color: #000;
  background-color: #fff;
  border-color: #D2D2D2;
}
.donation-form-container .at form .label-amount input:required::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D2D2D2;
}
.donation-form-container .at form .label-amount input:required::-moz-placeholder {
  /* Firefox 19+ */
  color: #D2D2D2;
}
.donation-form-container .at form .label-amount input:required:-ms-input-placeholder {
  /* IE 10+ */
  color: #D2D2D2;
}
.donation-form-container .at form .label-amount input:required:-moz-placeholder {
  /* Firefox 18- */
  color: #D2D2D2;
}
.donation-form-container .at form .label-amount input:required + .label-otheramount-prefix {
  color: #000;
}
.donation-form-container .at select {
  border: 2px solid #D2D2D2;
  border-radius: 0;
}
.donation-form-container .at .btn-at {
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
  /* 24/16 */
}
.donation-form-container .at .btn-at-primary {
  background-color: #ca2027;
  transition: background-color 0.3s ease;
}
.donation-form-container .at .btn-at-primary:hover,
.donation-form-container .at .hover.btn-at-primary {
  background-color: #991721;
}
.donation-form-container .at input[type=text], .donation-form-container .at input[type=password], .donation-form-container .at input[type=date], .donation-form-container .at input[type=datetime], .donation-form-container .at input[type=datetime-local], .donation-form-container .at input[type=month], .donation-form-container .at input[type=week], .donation-form-container .at input[type=email], .donation-form-container .at input[type=number], .donation-form-container .at input[type=search], .donation-form-container .at input[type=tel], .donation-form-container .at input[type=time], .donation-form-container .at input[type=url], .donation-form-container .at input[type=color], .donation-form-container .at textarea {
  border: 2px solid #D2D2D2;
  border-radius: 0;
}
.donation-form-container .vgs-input-container iframe {
  border: 2px solid #D2D2D2;
  border-radius: 0;
}

.ngp-form header {
  display: none;
}

.donation-page-footer {
  background-color: #000;
  padding: 2.7em 0 1.5em 0;
}
.donation-page-footer p {
  color: #FFF;
  margin-top: 0;
}
.donation-page-footer p a {
  color: #FFF;
}
.donation-page-footer .footer-right p,
.donation-page-footer .contact-links {
  font-size: 0.875rem;
  /* 14/16 */
}
@media (min-width: 1024px) {
  .donation-page-footer .layout-container {
    display: flex;
  }
  .donation-page-footer .footer-left {
    width: 44%;
  }
  .donation-page-footer .footer-right {
    width: 415px;
  }
}

#donate-footer-menu {
  margin: 0 0 1.5em 0;
  padding: 0;
}
#donate-footer-menu li {
  display: inline;
  margin-right: 1.8em;
}
#donate-footer-menu li:not(:last-child):after {
  content: "|";
  color: #FFF;
  position: relative;
  right: -1.1em;
}
#donate-footer-menu a {
  font-size: 0.875rem;
  /* 14/16 */
  color: #FFF;
  text-decoration: underline;
}
#donate-footer-menu a:hover {
  color: #FFF;
  text-decoration: none;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.widget_callout {
  margin-top: 32px;
  margin-bottom: 0;
  background-color: #ffcf0d;
  padding-bottom: 32px;
}
.widget_callout .callout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 90%;
}
.widget_callout img {
  margin-top: -32px;
}
.widget_callout .image-container {
  display: none;
}
.widget_callout button, .widget_callout a {
  margin-top: 20px;
}
@media (min-width: 675px) {
  .widget_callout .callout-container {
    display: flex;
    justify-content: space-between;
  }
  .widget_callout img {
    display: none;
  }
  .widget_callout .image-container {
    display: block;
    width: 40%;
    background-size: cover;
    background-position: center;
    margin-top: -32px;
  }
  .widget_callout .text-container {
    width: 55%;
  }
}

.widget_cohort {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 90%;
  padding-bottom: 3em;
}
.widget_cohort h4 {
  margin-bottom: 0;
  margin-top: 1.5em;
}
.widget_cohort p {
  margin-top: 0;
}
@media (min-width: 675px) {
  .widget_cohort figure {
    margin-bottom: 3.3em;
  }
}

.widget_quotes .quotes-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 90%;
}
.widget_quotes .quote-record {
  box-sizing: border-box;
}
.widget_quotes .quote-image {
  display: none;
}
@media (min-width: 675px) {
  .widget_quotes .quote-image {
    display: block;
  }
}
.widget_quotes .quote-content {
  border: 6px solid #ffcf0d;
  padding: 6% 8%;
}
@media (min-width: 675px) {
  .widget_quotes .quote-record.image-present {
    position: relative;
  }
  .widget_quotes .quote-record.image-present:after {
    content: "";
    display: table;
    clear: both;
  }
  .widget_quotes .quote-record.image-present .quote-image {
    position: absolute;
    top: 10%;
    left: 0;
    width: 30%;
    z-index: 100;
  }
  .widget_quotes .quote-record.image-present .quote-content {
    float: right;
    width: 80%;
    padding-left: 15%;
  }
}
@media (min-width: 1024px) {
  .widget_quotes .quote-record.image-present .quote-image {
    width: 28%;
  }
  .widget_quotes .quote-record.image-present .quote-content {
    width: 75%;
    padding-left: 9%;
  }
}
.widget_quotes .quote {
  font-weight: bold;
  font-size: 1.125rem;
  position: relative;
}
@media (min-width: 675px) {
  .widget_quotes .quote {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .widget_quotes .quote {
    font-size: 1.5rem;
  }
}
.widget_quotes .quote:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 21'%3E%3Cpath d='m39.3768997 2062.54131c.7659574 0 1.0942249-.33803 1.0942249-.90141 0 .16902-.218845-.39436-.6565349-1.69014-.2042554-1.1568-.3131915-2.1173-.3268085-2.83569l-.001459-.12712.001536.01144c.0098777.066.068807-.27867.217309-.99229.1094225-.78873.1641337-1.29577.1094225-1.57746.2735562-.28169.4376899-.50705.5471124-.61972.9848025-2.25352 2.1884499-3.66197 3.4468085-4.16902.2735563.50705.3829788.84507.3829788 1.12676 0 .11268-.1641338.84508-.4924013 2.25353-.2735562 1.40845-.4376899 2.14084-.4376899 2.19718.1094225.22535.1641337.56338.2735562.95775.43769 1.40845.7659575 2.30985.9848024 2.76056.6018237 1.12676 1.4772037 1.6338 2.6261399 1.57746.5471124-.78873.9848024-1.35211 1.3677811-1.69014-.7112462-.78873-1.0395137-1.40845-1.0395137-1.85915l.656535-1.80282.1094225-1.01408c.1094225-.50705.5471124-1.1831 1.3677811-2.08451.2735563-.50704.3829788-.90141.3829788-1.1831 1.7507598-2.02817 2.7355623-3.2676 3.0091185-3.71831 0-.11267-.218845-.39437-.656535-.78873-.1641337-.7324-.2188449-1.46479-.1641337-2.19718-.4924012-.16902-1.0395137-.28169-1.6960486-.28169-.9300912 0-1.8601824.4507-2.7902736 1.40845l-2.0790273 2.59155c-.2735563-1.01409-.6018237-2.14085-.87538-3.26761-.3829787-1.29577-1.2036474-1.97183-2.4072948-2.08451-1.5866261 1.01409-3.1732523 2.8169-4.7598784 5.40845-1.6960487 2.76057-2.5714286 5.23944-2.5714286 7.32395 0 1.01408.3282675 2.25352.9300912 3.83098.8753799 2.30986 2.0243161 3.43662 3.4468085 3.43662z' fill='%23ca2027' transform='translate(-35 -2042)'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  width: 18px;
  height: 21px;
  top: -7px;
  left: -20px;
}
.widget_quotes .quote:after {
  content: " ";
  background: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 19 24' width='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m260.137365 2309.29701c.851063 0 1.215805-.33803 1.215805-.90141 0 .16901-.243161-.39437-.729483-1.69014-.226951-1.15681-.347991-2.11731-.363121-2.8357l-.001621-.12712.001707.01144c.010975.066.076452-.27867.241454-.99228.121581-.78874.182371-1.29578.121581-1.57747.303951-.28169.486322-.50704.607903-.61972 1.094224-2.25352 2.431611-3.66197 3.829787-4.16901.303951.50704.425532.84507.425532 1.12676 0 .11268-.182371.84507-.547113 2.25352-.303951 1.40845-.486322 2.14085-.486322 2.19718.121581.22536.182371.56338.303951.95775.486323 1.40845.851064 2.30986 1.094225 2.76056.668693 1.12676 1.641338 1.63381 2.917933 1.57747.607903-.78873 1.094225-1.35211 1.519757-1.69014-.790273-.78873-1.155015-1.40845-1.155015-1.85916l.729483-1.80281.121581-1.01409c.121581-.50704.607903-1.1831 1.519757-2.08451.303951-.50704.425532-.9014.425532-1.18309 1.945288-2.02817 3.039513-3.26761 3.343465-3.71831 0-.11268-.243161-.39437-.729484-.78874-.18237-.73239-.243161-1.46479-.18237-2.19718-.547113-.16901-1.155016-.28169-1.884499-.28169-1.033434 0-2.066869.4507-3.100304 1.40845l-2.31003 2.59155c-.303952-1.01408-.668693-2.14084-.972645-3.26761-.425531-1.29577-1.337386-1.97183-2.674772-2.0845-1.762918 1.01408-3.525835 2.8169-5.288753 5.40845-1.884499 2.76056-2.857143 5.23944-2.857143 7.32394 0 1.01409.364741 2.25352 1.033434 3.83099.972645 2.30986 2.249241 3.43662 3.829788 3.43662z' fill='%23ca2027' transform='matrix(-.64278761 -.76604444 -.76604444 .64278761 1941.152771 -1262.450837)'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 17px;
  height: 22px;
  margin-left: 5px;
}
.widget_quotes .signature {
  font-family: "Daniel-Bold", sans-serif;
  font-weight: 400;
  color: #ca2027;
  font-size: 1.125rem;
  text-align: right;
  margin-bottom: 0.25em;
}
.widget_quotes .signature:before {
  content: "— ";
}
@media (min-width: 675px) {
  .widget_quotes .signature {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .widget_quotes .signature {
    font-size: 1.5rem;
  }
}
.widget_quotes .class {
  margin: 0;
  text-align: right;
  font-size: 1rem;
}
.widget_quotes .swiper-container {
  width: 100%;
}
.widget_quotes .swiper-nav-container {
  margin-bottom: 1rem;
}
.widget_quotes .swiper-nav {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
.widget_quotes .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg height='13' viewBox='0 0 12 13' width='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='m.90429688.78638438h11.00000002v11.00000002h-11.00000002z' fill='%23fff' fill-rule='evenodd'/%3E%3C/mask%3E%3Cpath d='m6.71335386 1.02389758c.53615693.28936625 1.02362565.82600912 1.36620294 1.51230403.73794904 1.47664475 1.37617524 2.95562782 2.2103275 4.38375257.5842585 1.00138261 1.7404569 2.15534014 1.6031913 3.39113862-.0967898.8739446-.9802168 1.6602024-1.8337271 1.4368934-.69278042-.1812192-1.09812444-.8920664-1.33217982-1.5666698-.5795657-1.66487892-1.53397197-3.17075258-2.36167156-4.73274577-.10148266-.1911571-.20648495-.3875754-.37660039-.52202841-.2727713.83536238-.54612921 1.67130933-.81890052 2.5066717-.43232785 1.32465439-.9825633 3.47590248-2.42150527 4.09321718-.6159352.2642294-1.467099.0719031-1.71816592-.5477499-.63294675-1.55790111 1.29815677-3.36307886 1.80674327-4.73683783.52207842-1.41467945.5555149-3.02051601 1.34743159-4.33874004.70685898-1.17558694 1.67886339-1.33868428 2.52885398-.87920575' fill='%23ca2027' fill-rule='evenodd' mask='url(%23a)' transform='matrix(0 -1 1 0 0 12.5)'/%3E%3C/svg%3E");
  margin-right: 15px;
}
.widget_quotes .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg height='11' viewBox='0 0 12 11' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m137.633021 14.9013231c-.615857-.7430855-.747387-1.9268595-1.017209-2.8014755-.404426-1.3091581-.86847-2.60049195-1.390289-3.86846996-.061463-.1481254-.131531-.30669948-.269822-.38721578.097726.0565458-2.237861 6.11124834-2.734481 6.65642364-.358328.3927474-.90965.6299939-1.433313.527351-1.151813-.2280271-.763368-1.8586358-.505224-2.6195455.848801-2.49784907 2.010448-4.87584565 3.169637-7.24585206.194223-.39704983.392748-.80024594.699447-1.11800873 2.883221-2.98340538 5.052859 7.19975499 5.546405 8.61032669.295636.8426553.62938 2.2212664-.408728 2.7357102-.471419.2341734-1.068838.0706823-1.459742-.2833436-.070682-.0639213-.135832-.1327597-.196681-.2059004' fill='%23ca2027' fill-rule='evenodd' transform='matrix(0 1 -1 0 15.5 -129.5)'/%3E%3C/svg%3E");
  margin-left: 15px;
}
.widget_quotes .swiper-pagination {
  display: inline-block;
  vertical-align: middle;
  height: 19px;
}
.widget_quotes .swiper-pagination-bullet {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #e8e8e8;
  margin-right: 15px;
  cursor: pointer;
  text-indent: -99999px;
  transition: background-color 200ms ease-out;
}
.widget_quotes .swiper-pagination-bullet:hover {
  background-color: #b5b5b5;
}
.widget_quotes .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.widget_quotes .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffcf0d;
}

.widget_alert {
  display: none;
  position: fixed;
  top: 0;
  height: 90px;
  width: 100%;
  margin: 0;
  background-color: #000000;
  color: white;
  z-index: 200;
}
@media (min-width: 1024px) {
  .widget_alert {
    height: 45px;
  }
}
.widget_alert a {
  color: #ffcf0d;
}
.widget_alert a:hover {
  color: #F2B120;
}
.widget_alert .alert-container {
  padding-left: 4.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (min-width: 675px) {
  .widget_alert .alert-container {
    padding-left: 25px;
  }
}
@media (min-width: 1400px) {
  .widget_alert .alert-container {
    padding-left: 50px;
  }
}
.widget_alert .text-container {
  margin-right: 20px;
}
.widget_alert .alert-close {
  display: block;
  margin-right: 20px;
  width: 13px;
  height: 13px;
  min-width: 13px;
}
.widget_alert .alert {
  font-size: 0.85em;
}
@media (min-width: 375px) {
  .widget_alert .alert {
    font-size: 1em;
  }
}

body.alert #masthead {
  top: 90px;
}
@media (min-width: 1024px) {
  body.alert #masthead {
    top: 45px;
  }
}
body.alert main {
  margin-top: 170px;
}
@media (min-width: 1024px) {
  body.alert main {
    margin-top: 145px;
  }
}
@media (min-width: 1400px) {
  body.alert main {
    margin-top: 195px;
  }
}
body.alert.logged-in .widget_alert {
  top: 46px;
}
@media (min-width: 784px) {
  body.alert.logged-in .widget_alert {
    top: 32px;
  }
}
body.alert.logged-in #masthead {
  top: 136px;
}
@media (min-width: 784px) {
  body.alert.logged-in #masthead {
    top: 122px;
  }
}
@media (min-width: 1024px) {
  body.alert.logged-in #masthead {
    top: 77px;
  }
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Regions
--------------------------------------------- */
footer {
  background-color: #e8e8e8;
}
footer .footer-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 90%;
  padding: 30px 0;
}
footer .logo-container {
  width: 60%;
  max-width: 211px;
}
footer .address-block {
  font-size: 1rem;
}
footer .tablet-up {
  display: none;
}
footer .copyrights p {
  font-size: 0.875rem;
  /* 14/16 */
  line-height: 1.8;
}
@media (min-width: 675px) {
  footer .footer-container {
    padding: 40px 0;
  }
  footer .address-block p {
    margin: 1em 0 0.8em;
  }
  footer .copyrights {
    margin-top: 2.4em;
  }
}
@media (min-width: 1024px) {
  footer .tablet-up {
    display: block;
  }
  footer .mobile-only {
    display: none;
  }
  footer .footer-container {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
  }
  footer .logo-container {
    max-width: 300px;
  }
  footer .column {
    width: 45%;
  }
  footer .get-updates {
    margin-top: 20px;
  }
  footer .copyrights {
    margin-top: 1.4em;
    max-width: 415px;
  }
}
@media (min-width: 1400px) {
  footer .column.left {
    width: 36%;
  }
  footer .column.right {
    width: 56%;
  }
}
footer .social-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #000;
  text-decoration: none;
  margin-left: 30px;
  transition: background-color 200ms ease-out;
}
footer .social-icon:first-of-type {
  margin-left: 0;
}
footer .social-icon:hover {
  background-color: #333333;
}
footer .social-icon svg {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  fill: #ffffff;
  color: #ffffff;
  height: 22px;
}

/* Forms
--------------------------------------------- */
form#get-updates {
  position: relative;
}
form#get-updates .form-caption {
  display: block;
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.25em;
}
form#get-updates input, form#get-updates button {
  display: block;
  width: 100%;
  height: 50px;
}
@media (min-width: 1400px) {
  form#get-updates input, form#get-updates button {
    height: 60px;
  }
}
form#get-updates input {
  border-bottom: 2px solid #e8e8e8;
}
form#get-updates button {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
form#get-updates .fields {
  margin-bottom: 20px;
}
form#get-updates #gu-submit .text {
  display: inline-block;
  vertical-align: top;
}
form#get-updates #gu-submit .spinner {
  display: none;
  margin-top: -15px;
  vertical-align: top;
}
@media (min-width: 675px) {
  form#get-updates .fields {
    display: flex;
    flex-wrap: wrap;
  }
  form#get-updates input#gu-first-name {
    width: 50%;
    border-right: 2px solid #e8e8e8;
  }
  form#get-updates input#gu-last-name {
    width: 50%;
  }
  form#get-updates input#gu-email {
    width: 100%;
  }
  form#get-updates button {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  form#get-updates .form-caption {
    font-size: 1.5rem;
    /* 24/16 */
  }
  form#get-updates input {
    font-size: 1.5rem;
    /* 24/16 */
  }
  form#get-updates button {
    font-size: 1.875rem;
    /* 30/16 */
  }
}

.get-updates.thankyou {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #CDCDCD;
  padding: 10px 20px;
}

@media (min-width: 1024px) {
  .post-110 .entry-content {
    padding-right: 11em;
  }
}

.wpforms-container input,
.wpforms-container textarea {
  border: 3px solid #D2D2D2;
  width: 100%;
  padding: 0.45em 0.6em 0.25em 0.6em;
  color: #000;
}
.wpforms-container textarea {
  min-height: 296px;
}
@media (min-width: 1024px) {
  .wpforms-container input,
.wpforms-container textarea {
    padding: 0.7em 0.6em 0.5em 0.6em;
  }
}
.wpforms-container .wpforms-field {
  margin: 0.7em 0;
  padding: 0;
}
.wpforms-container .wpforms-field .wpforms-field-row,
.wpforms-container input.wpforms-field-medium {
  max-width: 100%;
}
.wpforms-container .wpforms-field-label {
  font-weight: bold;
  font-size: 1.125rem;
  /* 18/16 */
}
@media (min-width: 1024px) {
  .wpforms-container .wpforms-field-label {
    font-size: 1.5rem;
    /* 24/16 */
  }
}
.wpforms-container .wpforms-field-sublabel {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
.wpforms-container .wpforms-required-label {
  color: #ca2027;
}
@media (min-width: 675px) {
  .wpforms-container .wpforms-field-name .wpforms-field-row {
    display: flex;
  }
}
.wpforms-container .wpforms-one-half {
  margin: 0.2em 0;
}
@media (max-width: 674px) {
  .wpforms-container .wpforms-one-half {
    width: 100%;
  }
}
@media (min-width: 675px) {
  .wpforms-container .wpforms-one-half {
    width: 50%;
  }
  .wpforms-container .wpforms-one-half.wpforms-first {
    margin-right: 3%;
  }
}
.wpforms-container .wpforms-field-textarea {
  margin-top: 1em;
}
.wpforms-container .wpforms-submit {
  font-size: 1.875rem;
  /* 30/16 */
}

.wpforms-container .wpforms-field input.wpforms-error, .wpforms-container .wpforms-field input.user-invalid, .wpforms-container .wpforms-field textarea.wpforms-error, .wpforms-container .wpforms-field textarea.user-invalid, .wpforms-container .wpforms-field select.wpforms-error, .wpforms-container .wpforms-field select.user-invalid, .wpforms-container .wpforms-field.wpforms-has-error .choices__inner {
  border: 3px solid #991721;
}

.wpforms-container label.wpforms-error {
  color: #991721;
}

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

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

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */