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

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

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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://use.typekit.net/zvh8iye.css");
/*--------------------------------------------------------------
# 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%;
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Template - header & footer
--------------------------------------------- */
html {
  min-height: 100vh;
  margin-bottom: 0;
  background-color: #424242;
}

body.menu-open {
  overflow: hidden;
}

#page {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [fullwidth-start] minmax(4.26vw, 1fr) [content-start] min(91.48vw, 1550px) [content-end] minmax(4.26vw, 1fr) [fullwidth-end];
  grid-template-columns: [fullwidth-start] minmax(4.26vw, 1fr) [content-start] min(91.48vw, 1550px) [content-end] minmax(4.26vw, 1fr) [fullwidth-end];
  -ms-grid-rows: [full-start header-start] 100px [header-end content-start] auto [content-end footer-start] -webkit-min-content [footer-end full-end];
  -ms-grid-rows: [full-start header-start] 100px [header-end content-start] auto [content-end footer-start] min-content [footer-end full-end];
  grid-template-rows: [full-start header-start] 100px [header-end content-start] auto [content-end footer-start] -webkit-min-content [footer-end full-end];
  grid-template-rows: [full-start header-start] 100px [header-end content-start] auto [content-end footer-start] min-content [footer-end full-end];
}

#page > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#page > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#page > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#page > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

#page > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#page > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

#page > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#page > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#page > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#page > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

#page > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

#page > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

#page > *:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

#page > *:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}

#page > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#page > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

#page > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#page > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

#page > *:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#page > *:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}

#page > *:nth-child(21) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

#page > *:nth-child(22) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

#page > *:nth-child(23) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

#page > *:nth-child(24) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

#page > *:nth-child(25) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}

#page > *:nth-child(26) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}

#page > *:nth-child(27) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}

#page > *:nth-child(28) {
  -ms-grid-row: 4;
  -ms-grid-column: 7;
}

#page > *:nth-child(29) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

#page > *:nth-child(30) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

#page > *:nth-child(31) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

#page > *:nth-child(32) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}

#page > *:nth-child(33) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

#page > *:nth-child(34) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}

#page > *:nth-child(35) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

#page > *:nth-child(36) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}

#page > *:nth-child(37) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

#page > *:nth-child(38) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}

#page > *:nth-child(39) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}

#page > *:nth-child(40) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}

#page > *:nth-child(41) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}

#page > *:nth-child(42) {
  -ms-grid-row: 6;
  -ms-grid-column: 7;
}

#page > *:nth-child(43) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

#page > *:nth-child(44) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}

#page > *:nth-child(45) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

#page > *:nth-child(46) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}

#page > *:nth-child(47) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

#page > *:nth-child(48) {
  -ms-grid-row: 7;
  -ms-grid-column: 6;
}

#page > *:nth-child(49) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}

#page > *:nth-child(50) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}

#page > *:nth-child(51) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}

#page > *:nth-child(52) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}

#page > *:nth-child(53) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}

#page > *:nth-child(54) {
  -ms-grid-row: 8;
  -ms-grid-column: 5;
}

#page > *:nth-child(55) {
  -ms-grid-row: 8;
  -ms-grid-column: 6;
}

#page > *:nth-child(56) {
  -ms-grid-row: 8;
  -ms-grid-column: 7;
}

#page > *:nth-child(57) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

#page > *:nth-child(58) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}

#page > *:nth-child(59) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

#page > *:nth-child(60) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}

#page > *:nth-child(61) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}

#page > *:nth-child(62) {
  -ms-grid-row: 9;
  -ms-grid-column: 6;
}

#page > *:nth-child(63) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}

#page > *:nth-child(64) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}

#page > *:nth-child(65) {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
}

#page > *:nth-child(66) {
  -ms-grid-row: 10;
  -ms-grid-column: 3;
}

#page > *:nth-child(67) {
  -ms-grid-row: 10;
  -ms-grid-column: 4;
}

#page > *:nth-child(68) {
  -ms-grid-row: 10;
  -ms-grid-column: 5;
}

#page > *:nth-child(69) {
  -ms-grid-row: 10;
  -ms-grid-column: 6;
}

#page > *:nth-child(70) {
  -ms-grid-row: 10;
  -ms-grid-column: 7;
}

#page > *:nth-child(71) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

#page > *:nth-child(72) {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
}

#page > *:nth-child(73) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}

#page > *:nth-child(74) {
  -ms-grid-row: 11;
  -ms-grid-column: 4;
}

#page > *:nth-child(75) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}

#page > *:nth-child(76) {
  -ms-grid-row: 11;
  -ms-grid-column: 6;
}

#page > *:nth-child(77) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}
@media (max-width: 767px) {
  #page {
    -ms-grid-rows: [full-start header-start] min(21.333vw, 80px) [header-end content-start] auto [content-end footer-start] -webkit-min-content [footer-end full-end];
    -ms-grid-rows: [full-start header-start] min(21.333vw, 80px) [header-end content-start] auto [content-end footer-start] min-content [footer-end full-end];
    grid-template-rows: [full-start header-start] min(21.333vw, 80px) [header-end content-start] auto [content-end footer-start] -webkit-min-content [footer-end full-end];
    grid-template-rows: [full-start header-start] min(21.333vw, 80px) [header-end content-start] auto [content-end footer-start] min-content [footer-end full-end];
  }
}
#page #masthead {
  grid-area: header/fullwidth;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
#page #masthead > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#page #masthead > * {
  grid-column: content;
}
#page #primary {
  grid-area: content/fullwidth;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: inherit;
  grid-template-columns: inherit;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
#page #primary > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#page #primary > * {
  grid-column: content;
}
#page #primary .fullwidth {
  grid-column: fullwidth;
  grid-row: auto;
}
#page #colophon {
  grid-area: footer/fullwidth;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #424242;
  color: #fff;
}
#page #colophon > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#page #colophon > * {
  grid-column: content;
}
#page #colophon .fullwidth {
  grid-column: fullwidth;
  grid-row: auto;
}

header#masthead {
  background-color: #449FD3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header#masthead .headerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#masthead .site-branding a {
  display: block;
  height: 40%;
}
@media (max-width: 767px) {
  header#masthead .site-branding a {
    width: 46.133vw;
    padding-left: 2.4vw;
  }
}

#colophon {
  font-size: 0.875rem;
  padding: 1rem 0;
}
#colophon .divider {
  background-color: #D1D1D1;
  height: 1px;
  margin: 15px 0 30px;
}
#colophon .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #colophon .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#colophon .footer-top .logo-wrapper {
  width: 8%;
}
@media (max-width: 767px) {
  #colophon .footer-top .logo-wrapper {
    width: 33.6vw;
    margin-bottom: 60px;
  }
}
#colophon .footer-top .menu-footer-menu-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  #colophon .footer-top .menu-footer-menu-container {
    width: 100%;
  }
}
#colophon .footer-top #footer-nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}
@media (max-width: 767px) {
  #colophon .footer-top #footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.4vw;
    width: 100%;
  }
}
#colophon .footer-top #footer-nav li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  display: block;
}
@media (hover: hover) {
  #colophon .footer-top #footer-nav li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  #colophon .footer-top #footer-nav li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #colophon .footer-top #footer-nav li:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 24px;
    background: url("img/ss-angle-arrow.svg") no-repeat;
    background-position: right center;
  }
  #colophon .footer-top #footer-nav li a {
    display: block;
    width: 100%;
  }
}
#colophon .footer-bottom {
  margin-bottom: 1rem;
}
#colophon a {
  text-decoration: underline;
  color: #fff;
}
@media (hover: hover) {
  #colophon a:hover {
    color: #fff;
    text-decoration: none;
  }
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

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

h1 {
  font-size: 50px;
  line-height: 1.15;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.15;
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
button.btn {
  background-color: #449FD3;
  color: #fff;
  border-radius: 10px;
  padding: 16px 32px;
  text-decoration: none;
  font-weight: 700;
  font-family: "Montserrat", "Roboto", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 767px) {
  button.btn {
    padding: 12px 20px;
  }
}

a {
  color: #449FD3;
}
a:visited {
  color: #449FD3;
}
a:hover, a:focus, a:active {
  color: #065583;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.btn {
  background-color: #449FD3;
  color: #fff;
  border-radius: 10px;
  padding: 16px 32px;
  text-decoration: none;
  font-weight: 700;
  font-family: "Montserrat", "Roboto", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 767px) {
  a.btn {
    padding: 12px 20px;
  }
}

p:has(> .btn) {
  text-align: center;
  padding: 16px 0;
}
@media (max-width: 767px) {
  p:has(> .btn) {
    padding-top: 12px;
  }
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-navigation .menu-primary-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-navigation .menu-primary-menu-container ul {
  gap: clamp(20px, 3vw, 60px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-navigation .menu-primary-menu-container ul li {
  font-size: 1.25rem;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05ch;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main-navigation .menu-primary-menu-container ul li {
    font-size: 1.5vw;
  }
}
.main-navigation .menu-primary-menu-container ul li.hide-desktop {
  display: none;
}
@media (max-width: 767px) {
  .main-navigation .menu-primary-menu-container ul li.hide-desktop {
    display: block;
  }
}
.main-navigation .menu-primary-menu-container ul li.book-btn {
  background-color: #fff;
  border-radius: 10px;
  text-wrap: nowrap;
  height: 56%;
}
.main-navigation .menu-primary-menu-container ul li.book-btn a {
  color: #449FD3;
  line-height: 1;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 0 1.5rem;
  height: 100%;
}
@media (hover: hover) {
  .main-navigation .menu-primary-menu-container ul li.book-btn:hover {
    background-color: #065583;
    cursor: pointer;
  }
}
.main-navigation .menu-primary-menu-container ul li.book-btn:hover a {
  color: #fff;
}
@media (max-width: 767px) {
  .main-navigation .menu-primary-menu-container ul li.book-btn {
    margin: 2vw 0;
    height: min(40px, 10vw);
    letter-spacing: 0;
    text-wrap: wrap;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 360px) {
  .main-navigation .menu-primary-menu-container ul li.book-btn {
    height: auto;
    min-height: 40px;
  }
  .main-navigation .menu-primary-menu-container ul li.book-btn a {
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .main-navigation .menu-primary-menu-container {
    display: block;
    position: absolute;
    background-color: #424242;
    position: absolute;
    inset: 0;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    z-index: 1;
    overflow: hidden;
  }
  .main-navigation .menu-primary-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20vw 8vw;
    gap: 6vw;
  }
  .main-navigation .transition {
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }
  .main-navigation.toggled .menu-primary-menu-container {
    position: fixed;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
@media (hover: hover) {
  .main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #065583;
  }
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 1;
}
/* Small menu. */
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

button.menu-toggle {
  border: none;
  background-color: transparent;
  z-index: 99;
  padding: 0 9px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
button.menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  margin-bottom: 4px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 3px 0px;
          transform-origin: 3px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
button.menu-toggle span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
button.menu-toggle span:nth-child(3) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
button.menu-toggle.toggled {
  position: sticky;
}
button.menu-toggle.toggled span {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(-1.5px, 0);
          transform: rotate(-45deg) translate(-1.5px, 0);
}
button.menu-toggle.toggled span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}
button.menu-toggle.toggled span:nth-last-child(3) {
  -webkit-transform: rotate(45deg) translate(-1.5px, 0);
          transform: rotate(45deg) translate(-1.5px, 0);
}

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* SAVINGSource -- custom CSS for individual pages and template parts
--------------------------------------------- */
body.home .hero {
  grid-row: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  container-type: inline-size;
}
@media (max-width: 767px) {
  body.home .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.home .hero .imgGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 1300px;
}
@media (max-width: 767px) {
  body.home .hero .imgGroup {
    width: 100%;
  }
}
body.home .hero .imgGroup > div {
  position: relative;
}
body.home .hero .imgGroup .img1 {
  width: 39%;
}
@media (max-width: 767px) {
  body.home .hero .imgGroup .img1 {
    width: 100%;
  }
}
body.home .hero .imgGroup .img2 {
  width: 28%;
}
@media (max-width: 767px) {
  body.home .hero .imgGroup .img2 {
    display: none;
  }
}
body.home .hero .imgGroup .img3 {
  width: 33%;
}
@media (max-width: 767px) {
  body.home .hero .imgGroup .img3 {
    display: none;
  }
}
body.home .hero .imgGroup img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.home .hero .imgGroup .logo {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  max-width: 35%;
  max-height: 12%;
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
@media (max-width: 767px) {
  body.home .hero .imgGroup .logo {
    display: none;
  }
}
body.home .hero .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #295E7D;
  color: #fff;
  padding: 2.7%;
  min-width: 320px;
  font-weight: 100;
  font-size: clamp(14px, 1.0416666667vw, 20px);
  font-size: clamp(14px, 1.3157894737cqw, 20px);
  gap: 20px;
}
body.home .hero .copy p {
  margin: 0;
}
@media (max-width: 767px) {
  body.home .hero .copy p {
    font-size: 4.2666666667vw;
  }
  body.home .hero .copy p:has(> a) {
    margin-top: 8vw;
    text-align: center; /* center link as button on mobile only, keep link editable in editor */
  }
}
body.home .hero .copy span {
  font-weight: 700;
  font-size: clamp(30px, 3.3333333333vw, 64px);
  font-size: clamp(30px, 4.2105263158cqw, 64px);
  line-height: 1;
}
@media (max-width: 767px) {
  body.home .hero .copy span {
    text-align: center;
  }
}
@media (min-width: 768px) {
  body.home .hero .copy a {
    color: #fff;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  body.home .hero .copy a {
    background-color: #449FD3;
    color: #fff;
    border-radius: 10px;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: 700;
    font-family: "Montserrat", "Roboto", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.home .hero .copy a {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  body.home .hero .copy {
    background-color: #fff;
    color: #000;
    font-weight: 400;
    padding: 4.26vw;
  }
}
@media (min-width: 768px) {
  body.home .infographic {
    max-width: 1350px;
    margin: auto;
  }
}
body.home .infographic h1 {
  text-align: center;
}
body.home .infographic .infoRows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 13% 1fr;
  grid-template-columns: 1fr 13% 1fr;
  -ms-grid-rows: (auto)[4];
  grid-template-rows: repeat(4, auto);
  margin-bottom: 80px;
}
body.home .infographic .infoRows > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body.home .infographic .infoRows > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
body.home .infographic .infoRows > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
body.home .infographic .infoRows > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
body.home .infographic .infoRows > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
body.home .infographic .infoRows > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
body.home .infographic .infoRows > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
body.home .infographic .infoRows > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
body.home .infographic .infoRows > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
body.home .infographic .infoRows > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
body.home .infographic .infoRows > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
body.home .infographic .infoRows > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
@media (max-width: 1024px) {
  body.home .infographic .infoRows {
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
  }
}
@media (max-width: 767px) {
  body.home .infographic .infoRows {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 0;
  }
  body.home .infographic .infoRows > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
body.home .infographic .infoRows .theRow {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
  -ms-grid-columns: 1fr 13% 1fr;
  grid-template-columns: 1fr 13% 1fr;
}
body.home .infographic .infoRows .theRow:first-child {
  -ms-grid-row: 1;
  grid-row: 1;
}
body.home .infographic .infoRows .theRow:nth-child(2) {
  -ms-grid-row: 2;
  grid-row: 2;
}
body.home .infographic .infoRows .theRow:nth-child(3) {
  -ms-grid-row: 3;
  grid-row: 3;
}
body.home .infographic .infoRows .theRow:nth-child(4) {
  -ms-grid-row: 4;
  grid-row: 4;
}
@media (max-width: 1024px) {
  body.home .infographic .infoRows .theRow {
    -ms-grid-columns: 1fr 20% 1fr;
    grid-template-columns: 1fr 20% 1fr;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body.home .infographic .infoRows .theRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 13vw;
  }
}
@media (min-width: 768px) {
  body.home .infographic .infoRows .theRow:nth-child(even) .copy {
    -ms-grid-row: 1;
    grid-area: 1/auto;
  }
  body.home .infographic .infoRows .theRow:nth-child(even) .icon {
    -ms-grid-column: 3;
    grid-area: auto/3;
  }
}
body.home .infographic .infoRows .theRow .copy {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -ms-grid-column: 3;
  grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 7.5%;
  visibility: hidden;
}
@media (max-width: 767px) {
  body.home .infographic .infoRows .theRow .copy {
    padding: 0;
    text-align: center;
  }
}
body.home .infographic .infoRows .theRow .copy h2 {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  body.home .infographic .infoRows .theRow .copy h2 {
    margin: 5.333vw auto;
  }
}
body.home .infographic .infoRows .theRow .copy.resetPosition {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
body.home .infographic .infoRows .theRow .icon {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  display: -ms-grid;
  display: grid;
  place-content: center;
  visibility: hidden;
}
body.home .infographic .infoRows .theRow .icon img {
  width: 50%;
  display: inline-block;
  margin: auto;
}
@media (max-width: 767px) {
  body.home .infographic .infoRows .theRow .icon img {
    width: 30vw;
  }
}
body.home .infographic .infoRows .theRow .icon.resetPosition {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
body.home .infographic .infoRows .arrowAnimation {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}
@media (max-width: 767px) {
  body.home .infographic .infoRows .arrowAnimation {
    display: none;
  }
}
body.home .categories {
  text-align: center;
  margin: 50px auto;
}

.arrowAnimation svg {
  height: 100%;
  margin: 0 auto;
  stroke-width: 10px;
  stroke-dasharray: 1330.764;
  stroke-dashoffset: 1330.764;
  stroke-linecap: round;
}

@-webkit-keyframes wave {
  from {
    stroke-dashoffset: 1330.764;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes wave {
  from {
    stroke-dashoffset: 1330.764;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.arrow {
  position: relative;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.scrolled-in-view svg {
  -webkit-animation: wave 2s ease-in-out forwards;
          animation: wave 2s ease-in-out forwards;
}

.scrolled-in-view .arrow {
  -webkit-animation: bounce-in 350ms cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
          animation: bounce-in 350ms cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

.scrolled-in-view .st1 {
  fill: #2368BB;
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

.scrolled-in-view .st2 {
  fill: #3789C9;
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}

.scrolled-in-view .st3 {
  fill: #45A0D4;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.scrolled-in-view .st4 {
  fill: #45A0D4;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@-webkit-keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scalex(0.3);
            transform: scalex(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scalex(1.05);
            transform: scalex(1.05);
  }
  70% {
    -webkit-transform: scalex(0.9);
            transform: scalex(0.9);
  }
  100% {
    -webkit-transform: scalex(1);
            transform: scalex(1);
  }
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scalex(0.3);
            transform: scalex(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scalex(1.05);
            transform: scalex(1.05);
  }
  70% {
    -webkit-transform: scalex(0.9);
            transform: scalex(0.9);
  }
  100% {
    -webkit-transform: scalex(1);
            transform: scalex(1);
  }
}
body.page-id-14 h1 {
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 767px) {
  body.page-id-14 h1 {
    font-size: 24px;
    margin: 8vw auto;
    text-align: center;
  }
}
body.page-id-14 h2 {
  text-align: center;
}
body.page-id-14 .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin: 40px auto;
}
body.page-id-14 .hero > div {
  width: 50%;
}
@media (max-width: 767px) {
  body.page-id-14 .hero {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.page-id-14 .hero > div {
    width: 100%;
  }
}
body.page-id-14 .hero .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-id-14 .hero .copy {
  padding: 0 6% 0 2.3%;
}
@media (max-width: 767px) {
  body.page-id-14 .hero .copy {
    padding: 0 4.26vw;
  }
}
body.page-id-14 .hero .copy p {
  margin-bottom: 0;
}
body.page-id-14 .hero .copy p:last-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  body.page-id-14 .hero .copy p:last-of-type {
    margin-top: 6%;
  }
}
body.page-id-14 .hero .copy .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 767px) {
  body.page-id-14 .hero .copy .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.page-id-14 .hero .copy .logos > div {
  padding: 6% 3%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  body.page-id-14 .hero .copy .logos > div {
    padding: 6% 0 0;
  }
}
body.page-id-16 .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 40px auto;
}
body.page-id-16 .hero > div {
  width: 50%;
}
@media (max-width: 767px) {
  body.page-id-16 .hero {
    margin: 0 auto 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body.page-id-16 .hero > div {
    width: 100%;
  }
}
body.page-id-16 .hero .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-id-16 .hero .copy {
  padding: 0 6% 2.3% 4.26vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1920px) {
  body.page-id-16 .hero .copy {
    padding-left: 9.6%;
  }
}
@media (max-width: 767px) {
  body.page-id-16 .hero .copy {
    padding: 0 4.26vw;
  }
}
body.page-id-16 .hero .copy h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.page-id-16 .hero .copy h1 {
    font-size: 30px;
    text-align: center;
  }
}
body.page-id-16 .hero .copy p {
  margin-bottom: 0;
}

section.categoryChooser h3 {
  text-align: center;
}
section.categoryChooser .ss-partners {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.categoryChooser .ss-partners button {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  width: 29.8%;
  line-height: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  section.categoryChooser .ss-partners button {
    width: 72vw;
    margin: auto;
    margin-bottom: 8vw;
  }
}
section.categoryChooser .ss-partners button.selected {
  -webkit-box-shadow: 0 0 0px 3px #449FD3;
          box-shadow: 0 0 0px 3px #449FD3;
  border-radius: 3px;
}
section.categoryChooser .ss-categories {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  container-type: inline-size;
  max-width: 1000px;
  margin: 2.5% auto 2%;
  text-decoration: none;
}
section.categoryChooser .ss-categories.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  section.categoryChooser .ss-categories {
    row-gap: 5.8vw;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
    margin: 40px auto;
  }
}
section.categoryChooser .ss-categories .category {
  width: calc(25% - 15px);
  min-width: 215px;
  border: 0;
  color: #000;
  background-color: #F2F2F2;
  height: 95px;
  border-radius: 55px;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-size: clamp(14px, 1.6cqw, 16px);
  font-weight: 700;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 1.5% 0 2.5%;
  cursor: pointer;
}
section.categoryChooser .ss-categories .category#marketing {
  font-size: clamp(14px, 1.0416666667vw, 20px);
  font-size: clamp(14px, 2cqw, 20px);
}
section.categoryChooser .ss-categories .category.selected {
  -webkit-box-shadow: 0 0 0px 2px #449FD3;
          box-shadow: 0 0 0px 2px #449FD3;
}
@media (max-width: 767px) {
  section.categoryChooser .ss-categories .category {
    min-width: unset;
    width: 43.74vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    height: 17.33vw;
    padding: 0 2% 0 0;
  }
}
section.categoryChooser .ss-categories .category img {
  max-height: 66%;
  margin-right: 4%;
}
@media (max-width: 767px) {
  section.categoryChooser .ss-categories .category img {
    height: 12.26vw;
    margin: 0 2vw;
  }
}
section.categoryChooser .supplierList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 27px;
}
@media (max-width: 767px) {
  section.categoryChooser .supplierList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
section.categoryChooser .supplierList[data-partner-selected=ace-hardware] .supplierCard[data-partner*=ace-hardware] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-animation: fadein 200ms forwards;
          animation: fadein 200ms forwards;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
section.categoryChooser .supplierList[data-partner-selected=ace-hardware] .supplierCard[data-partner*=ace-hardware].hide {
  display: none;
}
section.categoryChooser .supplierList[data-partner-selected=ace-hardware] .downloadLink.ace-hardware {
  display: block;
}
section.categoryChooser .supplierList[data-partner-selected=ace-home-services] .supplierCard[data-partner*=ace-home-services] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-animation: fadein 200ms forwards;
          animation: fadein 200ms forwards;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
section.categoryChooser .supplierList[data-partner-selected=ace-home-services] .supplierCard[data-partner*=ace-home-services].hide {
  display: none;
}
section.categoryChooser .supplierList[data-partner-selected=ace-home-services] .downloadLink.ace-home-services {
  display: block;
}
section.categoryChooser .supplierList[data-partner-selected=emery-jensen-distribution] .supplierCard[data-partner*=emery-jensen-distribution] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-animation: fadein 200ms forwards;
          animation: fadein 200ms forwards;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
section.categoryChooser .supplierList[data-partner-selected=emery-jensen-distribution] .supplierCard[data-partner*=emery-jensen-distribution].hide {
  display: none;
}
section.categoryChooser .supplierList[data-partner-selected=emery-jensen-distribution] .downloadLink.emery-jensen-distribution {
  display: block;
}
section.categoryChooser .supplierList .supplierCard {
  display: none;
  background-color: #F2F2F2;
  padding: 9.5%;
  text-align: center;
  container-type: inline-size;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-size: clamp(14px, 1.0526315789cqw, 16px);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
@media (max-width: 767px) {
  section.categoryChooser .supplierList .supplierCard {
    height: 100%;
  }
}
section.categoryChooser .supplierList .supplierCard .tagline {
  font-size: clamp(14px, 0.9895833333vw, 19px);
  font-size: clamp(14px, 5.2054794521cqw, 19px);
  font-weight: 800;
  margin: 8.7% auto 6%;
  height: 2rem;
  text-wrap: balance;
}
@media (max-width: 767px) {
  section.categoryChooser .supplierList .supplierCard .tagline {
    height: auto;
  }
}
section.categoryChooser .supplierList .supplierCard .description {
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 2rem;
  cursor: pointer;
  min-height: 4em;
}
section.categoryChooser .supplierList .supplierCard .description.truncated {
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
section.categoryChooser .supplierList .supplierCard .downloadLink {
  display: none;
  margin-top: auto;
}
section.categoryChooser .supplierList .supplierCard .downloadLink a {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-size: clamp(14px, 4.3835616438cqw, 16px);
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}
section.categoryChooser .bottomLink {
  display: none;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modalWindow {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modalWindow.hidden {
  display: none;
}
.modalWindow .overlay {
  position: fixed;
  inset: 0;
  background: rgba(217, 217, 217, 0.5843137255);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.modalWindow .modal_content {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 90%;
  margin: auto;
  max-width: 1500px;
  max-height: 90vh;
  border-radius: 15px;
  background-color: #F5F5F5;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05), 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05), 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 26% 74%;
  grid-template-columns: 26% 74%;
}
.modalWindow .modal_content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modalWindow .modal_content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (max-width: 767px) {
  .modalWindow .modal_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: scroll;
  }
}
.modalWindow .modal_content .bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .modalWindow .modal_content .bgImg img {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media (max-width: 767px) {
  .modalWindow .modal_content .bgImg {
    height: 60vw;
  }
}
.modalWindow .modal_content .form {
  padding: min(10%, 40px);
}
@media (max-width: 767px) {
  .modalWindow .modal_content .form {
    padding: 20px;
  }
}
.modalWindow .modal_content .form .ssFormWrapper { /* form styling overrides */
  row-gap: 40px;
}
.modalWindow .modal_content .form .ssFormWrapper input {
  border-radius: 5px;
}
.modalWindow .modal_content .form .ssFormWrapper input:not([type=submit]) {
  background-color: #fff !important;
}
.modalWindow .modal_content .form .ssFormWrapper input[type=submit] {
  padding: 0;
}
.modalWindow .modal_content .modalClose {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  font-size: 40px;
  padding: 0.5% 1%;
  cursor: pointer;
}

.site-main.contact-us .formGroup {
  margin: 40px 0;
}
.site-main.contact-us .formGroup h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .site-main.contact-us .formGroup h2 {
    font-size: 19px;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #000;
  }
}
.site-main.contact-us .formGroup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed #000;
}
@media (max-width: 767px) {
  .site-main.contact-us .formGroup a {
    border-bottom: 0;
  }
}
.site-main.contact-us .formGroup a:after {
  content: "";
  background-image: url("img/ss-angle-right.svg");
  background-size: 30%;
  background-position: 55% center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.83em;
  right: 20px;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  color: #8C8C8C;
  background-color: #D9D9D9;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  .site-main.contact-us .formGroup a:after {
    width: 6vw;
    height: 6vw;
    top: 3.5vw;
  }
}

article:has(.wpcf7) h1.entry-title {
  font-size: 30px;
  text-transform: uppercase;
}

body.page-id-3 h1 {
  text-transform: uppercase;
  text-align: center;
}
body.page-id-3 h2 {
  font-size: 20px;
}
body.page-id-3 h3 {
  font-size: 16px;
}

section.categories .ss-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  row-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  container-type: inline-size;
  max-width: 1300px;
  margin: 4% auto 5%;
  text-decoration: none;
}
@media (max-width: 767px) {
  section.categories .ss-categories {
    row-gap: 5.8vw;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
    margin: 40px auto;
  }
}
section.categories .ss-categories .category {
  width: 47%;
  color: #000;
  background-color: #F2F2F2;
  max-height: 95px;
  border-radius: 55px;
  font-size: clamp(14px, 1.5625vw, 30px);
  font-size: clamp(14px, 2.4cqw, 30px);
  font-weight: 700;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 0 3.5%;
}
@media (max-width: 767px) {
  section.categories .ss-categories .category {
    width: 43.74vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    height: 17.33vw;
    padding: 0 2% 0 0;
  }
}
section.categories .ss-categories .category img {
  max-height: 100%;
  margin-right: 7%;
}
@media (max-width: 767px) {
  section.categories .ss-categories .category img {
    height: 12.26vw;
    margin: 0 2vw;
  }
}

@media (max-width: 1099px) {
  .testimonials {
    margin: auto 32px;
  }
}
@media (max-width: 767px) {
  .testimonials {
    margin: auto 20px;
  }
}
.testimonials .swiper-navigation > div:after {
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  font-size: 31px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.testimonials .swiper-navigation .swiper-button-prev {
  left: calc(10.5% - 10px);
}
.testimonials .swiper-navigation .swiper-button-prev:after {
  padding-right: 25%;
}
.testimonials .swiper-navigation .swiper-button-next {
  right: calc(10.5% - 10px);
}
.testimonials .swiper-navigation .swiper-button-next:after {
  padding-left: 25%;
}
@media (max-width: 1099px) {
  .testimonials .swiper-navigation {
    display: none;
  }
}
.testimonials .swiper-pagination {
  display: none;
}
@media (max-width: 1099px) {
  .testimonials .swiper-pagination {
    display: block;
    margin-bottom: 40px;
  }
}
.testimonials .swiper-wrapper {
  margin-bottom: 80px;
}
.testimonials .swiper-wrapper .swiper-slide {
  container-type: inline-size;
  height: auto;
}
.testimonials .swiper-wrapper .swiper-slide .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  height: 100%;
}
@media (max-width: 1440px) {
  .testimonials .swiper-wrapper .swiper-slide .inner {
    padding: 0 30px;
  }
}
.testimonials .swiper-wrapper .swiper-slide .inner img {
  width: 50px;
  margin-top: 10%;
}
.testimonials .swiper-wrapper .swiper-slide .inner .details {
  margin-bottom: clamp(30px, 18%, 60px);
}
.testimonials .swiper-wrapper .swiper-slide .inner .quote {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-size: clamp(14px, 3.4782608696cqw, 16px);
}
.testimonials .swiper-wrapper .swiper-slide .inner .quote p {
  margin: 0;
}
.testimonials .swiper-wrapper .swiper-slide .inner .author {
  color: #000;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  font-size: clamp(16px, 4.347826087cqw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.testimonials .swiper-wrapper .swiper-slide .inner .store {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-size: clamp(14px, 3.4782608696cqw, 16px);
  font-style: italic;
  font-weight: 400;
  color: #8C8C8C;
}
@media (min-width: 768px) {
  .testimonials .swiper-wrapper .swiper-slide.swiper-slide-visible {
    opacity: 0.5;
  }
  .testimonials .swiper-wrapper .swiper-slide.swiper-slide-fully-visible {
    opacity: 1;
  }
}

.ssFormWrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-start left-start] 1fr [left-end right-start] 1fr [right-start full-end];
  grid-template-columns: [full-start left-start] 1fr [left-end right-start] 1fr [right-start full-end];
  row-gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ssFormWrapper {
    font-size: 14px;
  }
}
.ssFormWrapper h2 {
  margin: 40px 0 0 0;
  font-size: 19px;
}
.ssFormWrapper p {
  margin: 0;
}
.ssFormWrapper input {
  width: 100%;
  border-radius: 10px;
  background-color: #F5F5F5;
  border: 2px solid #8C8C8C;
  height: 2.5rem;
}
.ssFormWrapper input[type=submit] {
  width: 300px;
  background-color: #065583;
  color: #fff;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.ssFormWrapper input[type=file] {
  padding: 4px;
}
.ssFormWrapper select {
  width: 100%;
  border-radius: 10px;
  background-color: #F5F5F5;
  border: 2px solid #8C8C8C;
  height: 2.5rem;
}
.ssFormWrapper textarea {
  width: 100%;
  border-radius: 10px;
  background-color: #F5F5F5;
  border: 2px solid #8C8C8C;
}
.ssFormWrapper .full {
  grid-column: full;
}
.ssFormWrapper .left {
  grid-column: left;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .ssFormWrapper .left {
    padding-right: 10px;
  }
}
.ssFormWrapper .right {
  grid-column: right;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .ssFormWrapper .right {
    padding-left: 10px;
  }
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}